Blog
Field notes.
Essays on agent runtimes, memory design, and the boring infrastructure that makes autonomous AI shippable.
Architecture·June 20, 2026·6 min read
Why autonomous agents need an operating system
Frameworks ship primitives. Production agents need a runtime, isolation, governed memory, and a real Command Center. Here's why we built CobatOS.
Memory Layer·June 8, 2026·5 min read
Memory is the hard part
Retrieval is easy. Knowing what to keep, what to forget, who's allowed to read it, and how to prove provenance — that's the real problem.
Observability·May 22, 2026·4 min read
Replay, or it didn't happen
If you can't replay a workflow run — same inputs, same tools, same decisions — you don't have observability. You have hope.