Skip to main content

10 posts tagged with "memory"

View All Tags

your agent remembers. your fine-tune doesn't.

· 4 min read

edit: yeah we built the thing in this post. still mad about the problem though.


support has had a memory-backed agent running for like three months. works. incidents retained. deploy region flips retained. recall in prod is actually correct. rare, I know.

then ML wanders over. "hey can we get JSONL for a fine-tune."

what goes in the zip file?

chat export. messages[]. maybe someone regex'd out the system prompt. no memory IDs. no "fact A got superseded on Feb 3." no link to the document chunk anyone actually trusted.

you fine-tune. model comes back confident. cites jack shit. confidently wrong about a deploy region you fixed in the bank six weeks ago.

you open the memory UI. bank was right. dataset was fiction.

that's not "the LLM hallucinated." that's two teams shipping different religions and nobody noticed until after the GPU invoice.

BRAIN in Atulya: The ML Layer That Never Stops Learning

· 5 min read

Storing memory easy. Pile of facts. Searchable. Done.

But pile of facts is not intelligence. Intelligence is knowing what matters in the pile. What is hot right now. What is fading. What just spiked abnormally. What contradicts something believed six months ago.

That is BRAIN. Layer inside Atulya that thinks about what got retained — continuously, in background, without waiting to be asked.

Entity Intelligence: When Memory Learns Who Is Who

· 4 min read

Agent remember fact. "Anurag reviewed PR #88." Good.

Agent remember another fact. "anurag@company.com approved deploy." Good.

Agent asked: "What did Anurag do this week?" Agent say: "I found one PR review. Nothing else."

Wrong. Two facts. Same person. Agent did not know. Looked like two separate entities. Completely unrelated.

This is entity fragmentation. Not edge case. Default state of any system that stores facts without resolving who they are about.