[null, "The Missing Piece That Changes Everything", "A few weeks ago, Nate Jones introduced OpenBrain — a simple memory system that connects a SQL database to your AI through an MCP server. Thousands of readers built their own versions. Some use it for work. Others use it for personal tracking. The beauty is that it's cheap (about 10-30 cents a month), has no platform lock-in, and most importantly, it gives the agent memory.", "But there was still something missing. A chatbot with memory can remember what happened yesterday or three weeks ago. Without another piece, every interaction starts from zero. The agent is perpetually a new hire on their very first day.", "Jones wanted to talk about going beyond memory. He wants to discuss how you give your agent a heartbeat — a proactive rhythm — and tools so it can do useful work. This is about putting an agent together: memory plus tools plus proactivity.", "## The Three Things Every Agent Needs", "An agent needs three components before it stops being a chatbot and becomes something you can actually send work to.", "Memory. The ability to read and write to something persistent. It remembers what happened yesterday, last week, or three weeks ago. Without memory, every interaction starts from zero.", "Proactivity. This is what Anthropic shipped with /loop — the ability to act without being specifically prompted each time. The agent wakes up, checks on things, does a job, and goes back to sleep on its own schedule. Without proactivity, you are the metronome. Every minute spent pushing the agent is a minute it could spend doing work.", "Tools. The ability to reach out and touch systems — pull data, call APIs, generate artifacts, write to databases, trigger workflows. Without tools, the agent can think but doesn't have hands and feet. It's a brain in a jar.", "## Why This Matters Now", "Last week, Anthropic shipped /loop. Most people didn't notice it. But this is the last piece needed to recreate OpenClaw — and Jones believes Anthropic did it on purpose.", "OpenClaw was popular because it let an agent take actions with particular tools on a particular schedule against a particular database. If you combine OpenBrain (memory) with tool sets and proactive action, you get many of OpenClaw's capabilities without downloading that repo and installing it specifically.", "> An agent is perpetually a new hire on their very first day without memory.", "The three primitives work together like Lego bricks. Memory lets the agent recognize patterns across weeks. Proactivity makes it wake up and check things without you pushing. Tools give it hands to actually do useful work.", "## What This Looks Like in Practice", "Consider a simple case: you're trying to get your energy levels under control. An agent checks in every morning using /loop, but no memory system.", "You report: "I'm tired today, I skipped breakfast, I feel groggy." The agent says drink water, take a walk, eat something. Tomorrow you say the same thing. The agent gives more advice.", "The problem? The agent doesn't know you've done this two or three days in a row. It doesn't realize you've been tired nine of the last 12 mornings. It's just responding to each complaint fresh.", "Now add memory. The agent writes what you report — energy levels, sleep quality, meals — back to the database. The next morning, before giving advice, it reads yesterday's entry and the week before.", ""Hey, you've reported low energy nine of the last 12 mornings. The three good mornings were the 1st, 4th, and 7th. If we look at what those days had in common..." It queries its own notes. All three followed evenings where you ate before 8 p.m.", ""Your energy problems seem to correlate strongly with late eating and late sleep, not with caffeine. The caffeine experiment you ran a couple of weeks ago actually didn't help because the underlying pattern is your meal timing."", "The agent didn't just respond to your morning complaint. It recognized a pattern across weeks, retrieved its own prior observations, identified the real variable, and dismissed the one that didn't work.", "> One recites, the other accumulates evidence and acts on a pattern.", "This isn't just personal. It scales to business.", "Customer Success Example. An agent runs weekly health checks across accounts — usage metrics, support tickets, engagement data.", "Without memory: it tells you usage is down 15% for this client and moves on.", "With memory: it reads what it wrote last week, sees that usage was down 15% prior week and is now down 28% total. It finds a similar trajectory from six months ago in the memory database.", ""Hey, this is a pattern we've seen before. It looks like that account really went down the drain after three weeks. We want to avoid that. Let's flag this for executive outreach this week."", "The agent didn't just parrot a metric. It pattern-matched against its own history of account failures and recommended action with a deadline.", "## Tools Give The Agent Hands", "Now add tools — the third primitive.", "Let's say you go to a networking happy hour every Friday evening. Your agent knows this because you've been logging it in OpenBrain.", "On Friday afternoon, /loop fires. The agent queries OpenBrain for every person you've interacted with in the past couple of weeks. It looks at meetings, emails, Slack threads. It pulls context on who they are and what you talked about.", "Then it calls a tool — maybe Remotion, a video generation tool connected via MCP. It passes all those names, conversation summaries, context to Remotion and generates a personalized briefing video for you with faces, talking points, follow-ups you owe.", "You watch the video on your way to the event.", "Claude Code can call Remotion through MCP, hand it structured data from OpenBrain, and Remotion renders an actual video. The agent writes the script. The tool renders the frames. /loop means it happens on a schedule without you asking.", "Or maybe you don't need a video. Maybe the agent just queries your calendar, cross-references with memory, and sends you a Slack message: "Hey, you're seeing Sarah tonight. Last time you talked, she mentioned her team was evaluating a new data platform. You said you'd send her the write up, but you didn't. Here's that link."", "That's tools plus memory plus proactivity working together to do useful work.", "## Bottom Line", "Jones's core argument is strong: Anthropic's /loop fills the last gap in building capable agents — the ability to act proactively on a schedule. Combined with OpenBrain (memory) and available tools, you can recreate what OpenClaw does without the security risks of installing that repo.", "The strongest part of this piece is the concrete examples. The energy tracking example makes abstract concepts visceral. The customer success scaling shows it's not just personal — it applies to real business workflows.", "The biggest vulnerability: building these systems requires technical setup (SQL database, MCP servers, tool connections). That's a high barrier for non-technical users. But Jones points out that once you've built OpenBrain and connected tools, adding /loop is trivial."}