Mileon
Abstract illustration of an autonomous agent and its memory
← All posts
Agents2 June 20266 min read

Autonomous agents, and the memory that makes them trustworthy

A new wave of agents can run for days without a prompt. The autonomy is not the interesting part. The memory and the guardrails underneath it are.

Chris
ChrisDelivery

There is a new kind of agent doing the rounds. OpenClaw, which started life as Clawdbot and then Moltbot before it settled on a name, is an open-source assistant that runs as a long-lived process on your own machine and lives inside your chat apps. You message it on Slack or WhatsApp, and rather than answering, it acts: running commands, driving a browser, sending email, working a calendar. Left alone, it wakes itself on a schedule, checks a list of things it is meant to be doing, and decides whether to act, with nobody prompting it.

The autonomy is what gets the headlines. The part we pay attention to, because it is the part that decides whether any of this belongs anywhere near real work, is quieter: the memory underneath it, and the guardrails around it.

Memory you can actually read

OpenClaw keeps its memory as plain files. Conversations, long-term notes, the agent's personality, the list of tools it can reach: all of it sits on disk as Markdown and YAML, in files with names as plain as MEMORY.md. You can open them, read them, search them, and put them under version control. Nothing the agent knows about you is locked inside a database you cannot see into.

This lines up with something we landed on independently in our own work. We call it operating memory: the durable, written record of how a team actually works, that an AI system reads from and writes back to. We keep it as plain, owned, inspectable artifacts for one stubborn reason. If you cannot read what your agent believes about your business, you cannot trust what it does in your name, and you cannot fix it when it gets something wrong. Memory you can open is memory you can correct.

The other edge of the same knife

An agent that can run for days without a prompt can also commit you to things you never asked for. The coverage of OpenClaw is refreshingly honest about this. One person's agent found an insurance rejection, drafted a rebuttal quoting the policy, and sent it before being told to. Another spent days negotiating with car dealers and came back with a number. Charming when it works. Much less charming when the irreversible action is a payment, a deletion, or a legal email with your name at the bottom.

The sharper risks are real too. Researchers found a flaw where a single malicious link could lift an agent's credentials off the machine. A large share of the community-built add-ons that extend these agents shipped with security holes, and hundreds of outright malicious ones turned up within weeks. The takeaway is not that autonomy is a mistake. It is that an autonomous agent is capable code holding real permissions, and it has to be treated like exactly that.

How we put agents near real work

We take the good ideas and keep the discipline. Three rules cover most of it.

  • Memory stays plain and owned. The record of how your business runs belongs to you, stays readable, and is versioned, rather than trapped inside a vendor's tool.
  • Irreversible actions are gated. Reading is usually safe to automate. Sending, paying, and deleting pass through a person or a tight policy until they have earned the trust to run on their own.
  • Agents run sandboxed, with least privilege. They get the narrow access a task needs and nothing beyond it, and anything we did not write ourselves gets read before it is ever allowed to run.

None of this is exotic. It is the posture you would take with a sharp new hire who is fast, tireless, and now and then overconfident. You give them real work, you write down how things are done so they can learn it, and you do not hand over the company card on the first morning. Run that way, autonomous agents stop being a party trick and start being a dependable part of the system.

Available — replies in under 24 hours

Want to Pick Our Brain?

Book a 30-minute discovery call and we'll map what's possible for your operations — no pitch deck required.

Mileon

Operational AI, built around how your team works.

© 2026 Mileon. All rights reserved.