Hackathon · 2026 · MongoDB Agentic Evolution · London 2026

GASLIT

A security layer that catches attempts to poison an AI agent's memory before the agent starts believing them.

Python · FastAPI · Next.js · MongoDB

GASLIT

The problem

You can attack an AI agent by slowly feeding it false memories. Each message looks harmless on its own, so normal guardrails let it through, and the pattern only shows up across the agent's memory over time.

What I built

I built a layer that sits between the agent's memory database and the model and checks every memory before the agent uses it. Four agents cross check new entries against the rest, verify nothing has been tampered with, and quarantine anything suspicious.

What it does

Gallery

GASLIT screenshot
GASLIT screenshot
GASLIT screenshot
GASLIT screenshot

The full engineering is on GitHub.