This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

Engram Alpha

See what your coding agent remembers. Fix what it got wrong.

A long-term memory for Claude Code, Codex, Gemini CLI and friends: why you chose this, what bit you, what's still open. Kept as a graph you can see and edit, in a file inside your repo, with every model running on your machine. Open source, MIT.

Top comment

Hi Product Hunt! I built Engram Alpha, a local memory for AI coding agents, because nothing on the market fit my purposes. I never needed anything unique. I wanted memory that stays coherent and gives some guarantees against knowledge drift. The projects I tried fell into two camps. Some fade memories by usage or time, which is naive: the most important note can sit in a graph for years, waiting for the right moment. Others save memories into a graph and stop there. A graph on its own is not enough either. The core problem is that keeping thousands of notes free of contradictions is something an LLM cannot do. It cannot read them all, and what it cannot read, it cannot check. Specialized models exist for exactly this task, though: NLI models are small, run locally, and are built to say whether two statements contradict each other. Early on I got the obvious question: is this even better than maintaining a flat file? So I built a benchmark against flat files of different sizes, grep, and a simple RAG setup. Flat files work up to a point. Past a medium amount of knowledge they stop being comparable, because a thousand notes in a flat file take most of the context window, and attention is the scarce resource. The benchmark ships in the repo and every retrieval change has to cite a run. So I combined these pieces into a single-binary local MCP server: hybrid retrieval, several scenarios for finding contradictions, and a trust lifecycle. A note can fade, but it cannot disappear. Superseded knowledge is archived behind the note that replaced it, and deleted knowledge leaves a tombstone so no agent re-learns it. The part I care about most is the UI. It shows how the LLM sees things, what it can and cannot do with this memory, and every setting is adjustable from there. It works best when you look at the data sometimes and triage the open problems yourself. You can also ask the LLM to do that. Live demo, no install: https://techtheist.github.io/eng... Install is one line, then run engram-alpha setup in your repo: curl -fsSL https://raw.githubusercontent.co... | sh Happy to answer anything about the benchmark or the contradiction checks

About Engram Alpha on Product Hunt

See what your coding agent remembers. Fix what it got wrong.

Engram Alpha was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #23 on the daily leaderboard. A long-term memory for Claude Code, Codex, Gemini CLI and friends: why you chose this, what bit you, what's still open. Kept as a graph you can see and edit, in a file inside your repo, with every model running on your machine. Open source, MIT.

On the analytics side, Engram Alpha competes within Open Source, Developer Tools, Artificial Intelligence and GitHub — topics that collectively have 1.1M followers on Product Hunt. The dashboard above tracks how Engram Alpha performed against the three products that launched closest to it on the same day.

Who hunted Engram Alpha?

Engram Alpha was hunted by techtheist. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

For a complete overview of Engram Alpha including community comment highlights and product details, visit the product overview.