Skip to main content

memory that thinks out loud

Atulya writes its own story

Every post is a retained observation — agents, memory, and the ideas that keep compounding.

Memory Repos: Why Git-Like Versioning Belongs Inside the Organizational Brain

Atulya started as memory infrastructure for agents and teams. But a durable brain needs more than storage and retrieval. It also needs safe memory evolution. That is why Atulya now supports Git-like memory repos with branches, commits, rollback, and fork-to-bank workflows.

May 7, 20265 min read

BRAIN in Atulya: The ML Layer That Never Stops Learning

Most memory systems store and retrieve. Atulya also thinks about what it stored — continuously. This is the ML inside Atulya, and why it matters that it runs without training.

Apr 29, 20265 min read

Bring Back the Math: Why Future LLMs Need Mechanical Algorithms

LLMs powerful. Also fragile. Hallucinate. Forget. Drift. Math does not hallucinate. Algorithms do not forget. The future of reliable AI is disciplined integration of LLMs with deterministic mechanical systems.

Apr 29, 20266 min read

Code Intelligence: Why It All Started

Agents break on code. Not because LLMs bad at code — because agents have no memory of code. Here is why code intelligence became the first serious problem Atulya had to solve.

Apr 29, 20264 min read

Entity Intelligence: When Memory Learns Who Is Who

Storing facts is easy. Knowing that Anurag, anurag@company.com, and the-user-who-filed-bug-1234 are the same person — that is entity intelligence. Here is why it matters and how Atulya does it.

Apr 29, 20264 min read

Built-in GGUF provider — run Atulya fully offline

Native llama.cpp support with production-grade subprocess management, auto-restart, LoRA adapters, and hardware-tier tuning.

Apr 28, 20263 min read

The Memory Upgrade Every OpenClaw User Needs

TL;DR

Mar 6, 202612 min read

Give Your OpenAI App a Memory in 5 Minutes

Build a ChatGPT-style chatbot with persistent memory using the OpenAI SDK and Atulya. Three API calls — retain(), recall(), reflect() — and your app remembers users across restarts, no vector database or RAG pipeline required.

Mar 5, 20265 min read

What's new in Atulya 0.8.0

New features and improvements in Atulya 0.8.0

Mar 5, 20266 min read

The Open-Source MCP Memory Server Your AI Agent Is Missing

AI agents forget everything between sessions. Atulya gives them persistent, structured memory via MCP. One Docker command to run the full stack locally. Connect any MCP-compatible client. Three core operations: retain (store), recall (search), reflect (reason) — plus mental models that auto-update as memories grow.

Mar 4, 202610 min read