Khaos Brain - Local predictive memory for AI agents
by•
Khaos Brain is a local-first predictive memory system for AI agents. It turns task experience, preferences, workflow lessons, and skill-use evidence into visible Git-versioned cards. Agents retrieve relevant cards before work, write observations afterward, and Sleep/Dream/Architect maintenance keeps the library reviewable instead of becoming a black-box memory store.


Replies
Khaos Brain
Hey Product Hunt, I built Khaos Brain because I kept seeing the same problem with AI-agent work:
The agent may finish a task, but the useful experience from that task often disappears into chat history.
That experience is more than a note. It captures which repo rule mattered, which workflow route worked, which approach failed, what evidence made the lesson trustworthy, and whether the lesson is personal, local, public, or team-shareable.
Khaos Brain stores that as local, Git-versioned experience cards. The goal is not to create another hidden memory box. The goal is to let an agent reuse prior work in a way that a human can inspect, review, and roll back.
The current release is Codex-first because Codex can read local files, run scripts, follow repo instructions, use skills, and work with Git. Any agent with similar capabilities could adapt the same structure.
The easiest way to try it is to give the repo to a capable coding agent and ask it to install Khaos Brain, run the health check, then use it on a real task.
I would especially like feedback on the core framing: should this be described as AI memory, or is "agent work experience" closer to the real problem?
Mailwarm
Congratulations on launch! Interesting product. I will test it.