Skip to content
News7 min read10 April 2026

Anthropic keeps Mythos inside. OpenClaw gets dreaming. Claude launches Managed Agents.

Anthropic keeps Mythos Preview internal because it's too powerful. OpenClaw builds dreaming as working memory. Claude launches Managed Agents for long tasks.

Edition #10. Anthropic had two stories this week that really should be read together. On one hand there is Claude Mythos Preview, a model they deliberately don't yet make generally available because it's too powerful. On the other hand they're launching Managed Agents, a fully managed agent infrastructure for long, asynchronous tasks. And right between those two you see why tools like OpenClaw are now investing in memory layers like dreaming.

Anthropic apparently already has something that leaves Opus 4.6 far behind

Anthropic announced Project Glasswing this week. An initiative to make critical software safer, together with AWS, Apple, Cisco, CrowdStrike, Google, Microsoft, NVIDIA and Palo Alto Networks. Behind it sits Claude Mythos Preview, a model that according to Anthropic can find software vulnerabilities better than anyone except the very best specialists.

According to Anthropic, Mythos has already found thousands of high-severity vulnerabilities, including in major operating systems and web browsers. And maybe even more importantly: they're not rolling the model out broadly. They explicitly say the safeguards have to be good enough first.

That makes this bigger than a normal model release. We're getting to a point where the question isn't only which model sounds smarter, but which model is safe enough to actually let loose.

Why OpenClaw is now building dreaming

The second line of this week isn't with Anthropic, but with tooling like OpenClaw. The latest updates increasingly center around memory, dreaming and longer-term context. That might sound experimental, but the problem it's solving is actually very practical.

If you really work with agents, sooner or later you end up at the same point: a context window is large, but not infinite. A long chat history is expensive, messy and ultimately a poor place to store lasting knowledge. Especially now that things run less comfortably on subscriptions alone and you end up faster in API logic, runtime choices and real costs.

That's exactly where dreaming gets interesting. Not as some kind of fake consciousness, but as an intermediate layer that helps turn raw sessions, daily notes and loose signals into something more durable. Less explaining again. Less context pollution. Fewer tokens burned on the same things.

That's why I also believe less and less in a giant context bucket as the solution. The cleaner architecture is layered: memory for what happened, a brain or wiki for what stays structurally relevant, and in between a layer that helps distill.

Claude Managed Agents shows where this is heading

As if Mythos wasn't enough, Anthropic also published an engineering piece about Claude Managed Agents. Managed Agents is essentially Anthropic's answer to a problem everyone with serious agents runs into: how do you run long, asynchronous agent tasks without having to build half an infrastructure layer yourself?

Anthropic itself calls it a pre-built, configurable agent harness running in managed infrastructure. Instead of building your own agent loop, sandbox, session log, tooling layer and recovery mechanism, you get a managed environment in which Claude can read files, run commands, use the web and execute code.

What I found interesting about the engineering story is how Anthropic explains the problem. They essentially say: an agent consists of a brain, hands and a session. So the model and the harness, the tools and execution environments, and the log of everything that happened. In their first design that all sat in one container. That worked, until it started scaling. Then it turned out to be a pet you had to take care of instead of cattle you can replace.

So what are they doing now? They decouple the brain from the hands. The session becomes a durable event log outside the context window. Sandboxes become replaceable. The harness becomes stateless. And suddenly you get a system that fits much better with long tasks, recovery from errors and multiple execution environments.

Managed Agents isn't just a product launch. It's a signal that the market is shifting from smart model to reliable system around the model.

Three things I'm taking away from this

AI is visibly shifting from tool to infrastructure. Mythos is the strongest evidence of that this week.

Memory isn't a nice-to-have anymore. Everyone seriously building agents ends up at memory layers and durable context.

The market is increasingly less about standalone models, and increasingly more about the systems around them.

Tarik Eraslan

Written by

Tarik Eraslan

Founder of AI Agent. Helps businesses implement AI in their daily workflows.

LinkedInMore about Tarik

Ready to deploy AI?

Schedule a call to discuss your AI Agent or explore our Academy.

Anthropic keeps Mythos inside. OpenClaw gets dreaming.…