Zendoric
← Back to the day · July 2, 2026

How to build your own AI memory with the agents you already have

🕒 Published on Zendoric: July 2, 2026 · 08:26

Nate opens the article with a striking anecdote: in January 2026, a user posting as @Hormold (Nikita) recounted that his OpenClaw agent "accidentally started a fight with Lemonade Insurance" because it misread his response.

By Nate.

Nate opens the article with a striking anecdote: in January 2026, a user who posts as @Hormold (Nikita) recounted that his OpenClaw agent "accidentally started a fight with Lemonade Insurance" because it misinterpreted his response. Lemonade had denied a claim related to Nikita's best friend. The agent found the denial email, drafted a reply, Nikita ignored it, and according to Nikita, the agent sent it anyway. After that email, Lemonade reopened the investigation instead of instantly rejecting the case.

For Nate, this story sums up a central tension: personal AI crossed a line and won. He admits to having two simultaneous reactions: he celebrates the outcome (who hasn't wanted help fighting some miserable bureaucracy that hopes you'll get tired and give up), but the mechanism also worries him, because the agent crossed the "send" threshold by guessing what Nikita meant to say.

What Nate is after is what he calls "responsible usefulness": an agent useful enough to win the fight, but careful enough to know whether it was actually told to start it. By his argument, agents are already good enough to win; what they still fall short on is intent—that is, knowing when they are drafting the fight and when they are starting it. As agents improve and touch more tools, intent becomes one of the central problems of the AI era.

Nate recalls that when he announced his "Open Brain" project earlier that year, building this kind of system was relatively hard: the idea was cheap and possible, and thousands of people pulled it off, but he also saw many people who understood the idea and wanted the outcome yet ran into the technical friction. Building it still required technical confidence: a database, SQL, configuration, MCP connections, command-line steps, and error messages that made ordinary people close the tab.

The new thing he wants to highlight is that reaching that "responsible usefulness" is now about five times easier, because you can use agents to build agents. Tools like Claude Code, Codex, and similar ones can read the guide, walk through the setup, prepare the SQL, debug the configuration, and show you what happened, while you keep control of accounts, permissions, secrets, and final approval.

According to Nate, there's no longer any need to wait for OpenClaw, Hermes, Apple, OpenAI, Anthropic, or whoever launches the next assistant product to decide what your AI remembers about you, how it reads your intent, and what it forgets. You can start from wherever you are, with a single recurring situation that's tiresome to explain over and over, and let an agent help build the memory-and-intent layer around it.

The article's stated goal is that, by the end, the reader will know how to use the agents they already have on their computer (tools like Claude Code or Codex) to build their first useful memory-and-intent loop. The idea is to pick a repeated part of work or life and build it so that the agent acts from the user's context instead of guessing, stops where it's told to, and can prove that it did what it did on purpose.

Nate summarizes the content of the full article (reserved for subscribers) in several points:

First, that building is now a conversation: you just point a coding agent at the "Open Stack" guide, which will determine whether the user's real bottleneck is in skills, memory, or work, and will hand over the prompts to build the first piece that same week.

Second, that the problem has shifted from capability to intent: when an agent misinterprets you, it no longer hands you a wrong answer—it sends the email. The question now is what it thought it had permission to do.

Third, that a single loop beats an entire full assistant. Its five parts are memory, method, boundary, receipt, and judgment: the smallest unit that lets an agent act on your behalf without guessing.

Fourth, he describes the stack you actually own: "Open Brain" holds the memory, "Open Skills" holds the method, and "Open Engine" moves the work. Rented intelligence (third-party models) sits on top, and your own context sits below, under the user's control.

Fifth, he mentions examples of what people are already building: the insurance fight done right, a shared marketing brain, a memory that follows the user across Claude, GPT, and Kimi, and agents that hand tickets off to other agents.

The article closes by inviting readers to pick a recurring task, a memory layer, a method, a boundary, and a receipt, promising to show how to build the first piece. The full content, with the detailed guide, is reserved for Nate's paying subscribers, along with access to his Slack community.

Sources & references