Anthropic CEO:
"This is a super weapon. You should have to own a gun license to use it. Please don't release this."
In his interview, Dario Amodei explains why he is keeping the newest model, Mythos, hidden from the public.
Autonomously goes through all the links of the cyber kill chain. 271 new vulnerabilities found in Firefox. Enormous commercial losses from refusing a public release.
He admits that today's cyber safeguards can still be jailbroken too easily, and he is waiting for a time when the internet ecosystem becomes more secure.
The most responsible voice in AI, or a brilliant PR strategist who turned a product delay into the ultimate marketing?
Prime Intellect ( @PrimeIntellect ) just dropped Prime Agent, and it's a completely different way of building agents
instead of fixed tools and static prompts, the agent gets programmatic access to its own harness, context, history and sub-agents through a live IPython kernel
context becomes a variable it can manipulate directly, spawning sub-agents like function calls:
- Recursive Language Model harness, agent can rewrite its own scaffolding at runtime
- the only tool is a Python kernel, everything else runs as regular functions
- sub-agents run as persistent sessions and talk to each other directly
- self-improvement via /refine, agent edits its own harness with rollback available
the results are what's making noise:
- 95.5% Best@1 on ARC-AGI-3 with Opus 5, above human expert baseline (95.4%)
- 99.97% at Best@3
- built SEGA Genesis and Game Boy Color emulators from scratch in Rust
- production score 100k+ on Factorio Learning Environment
fully open-source, one-line install, and the gains show up on both open and closed models, even ones never trained for this harness
self-improving agents that rewrite their own architecture, or a research demo that won't hold up outside benchmarks?