AI tool comparison
ClawBench vs OpenMythos
Which one should you ship with? Here is the side-by-side panel verdict, pricing read, reviewer split, and community vote comparison.
Research
ClawBench
153 real-world browser tasks, live websites — best AI agent scores only 33%
75%
Panel ship
—
Community
Free
Entry
ClawBench is a browser agent evaluation framework built around 153 real-world tasks running on 144 live production websites — not simulated environments or curated sandboxes. Tasks span e-commerce, travel booking, SaaS dashboards, government portals, and developer tools. A built-in request interceptor blocks genuinely irreversible actions (payments, form submissions that send data) so evaluations can run safely on real sites. The benchmark records five layers of data per run: session replays, screenshots at each decision point, raw HTTP traffic, agent reasoning traces, and browser action sequences. This makes failure analysis tractable — you can see exactly which DOM element the agent misidentified, not just a final score. The dataset is open and the evaluation harness is reproducible. The headline finding is sobering: Claude Sonnet 4.6, the best performer, completes only 33.3% of tasks. GLM-5 is second at 24.2%. No model exceeds 50% on any individual task category. The implication is stark — current browser agents are far from autonomous on the open web, and the gap between benchmark performance and production performance is still enormous.
Research & Open Source
OpenMythos
Open-source PyTorch reconstruction of Claude Mythos' suspected architecture
75%
Panel ship
—
Community
Paid
Entry
OpenMythos is a PyTorch reconstruction of the suspected architecture underlying Anthropic's Claude Mythos model, built entirely from published research. Creator Kye Gomez hypothesizes that Mythos uses a Recurrent-Depth Transformer (RDT) — where a subset of transformer layers loops multiple times per forward pass with shared weights rather than stacking unique layers. This allows the model to simulate "thinking" by iterating over the same compute graph, giving it emergent chain-of-thought behavior without explicit CoT prompting. At 770M parameters, the OpenMythos implementation reportedly matches the downstream quality of a 1.3B standard transformer on benchmarks. The architecture combines Multi-Latent Attention for memory compression, LTI (Linear Time-Invariant) stability constraints to prevent training instability during recurrence, Mixture of Experts routing for specialization, and Adaptive Computation Time (ACT) halting to decide when to stop looping per token. The project exploded on GitHub within days — 6.2k stars, 1.2k forks — and Kye's X announcement drove massive engagement (4.1k likes, 4.5k reposts). Community reaction is genuinely divided: AI researchers calling it "the most sophisticated reverse-engineering of an LLM architecture I've seen" while Anthropic has not confirmed or denied any of the architectural claims. This is an educated speculation backed by real engineering, not a marketing exercise.
Reviewer scorecard
“The five-layer recording (replays, HTTP traffic, reasoning traces) is the right approach for actual debugging — finally a benchmark where failure analysis is tractable. The 33% score also sets honest expectations for teams planning to ship production browser agents right now.”
“Whether or not Anthropic actually uses this architecture, the RDT implementation itself is genuinely impressive engineering. The ACT halting mechanism and LTI stability constraints are clever solutions to problems anyone trying to build reasoning models will face. Fork-worthy regardless of the Mythos speculation.”
“Live website testing is a double-edged sword: sites change their DOM, anti-bot measures evolve, and a task that passes today may fail next week with no code change. Benchmark drift on live websites could make ClawBench scores meaningless over 6-month periods without constant maintenance.”
“This is reverse engineering based on vibes and published papers, not leaked weights or verified architecture docs. Anthropic hasn't confirmed a thing. The 770M benchmark comparisons are cherrypicked and the '1.3B equivalent quality' claim needs independent reproduction. Intellectually interesting, empirically unverified.”
“33% on live websites is actually more impressive than it sounds given the adversarial diversity of the real web. The trajectory from 5% in 2024 to 33% in 2026 means we're likely crossing 60% in 18 months — at which point browser agents start displacing RPA software at scale.”
“Regardless of whether Mythos actually is an RDT, this project demonstrates that open-source researchers can meaningfully reconstruct competitive reasoning architectures from scratch. That capability gap between frontier labs and open-source is closing faster than most realize.”
“As someone who uses browser agents for research and competitor monitoring, the failure mode analysis is exactly what I need. Knowing which website categories agents handle well (dev tools) vs. poorly (government portals) helps me route tasks appropriately right now.”
“A 6.2k star project in two days means something hit a nerve. The documentation is excellent — clear architecture diagrams, detailed training notes, working code. Even if the Mythos speculation is wrong, this is a model for how to share research engineering properly.”
Weekly AI Tool Verdicts
Get the next comparison in your inbox
New AI tools ship daily. We compare them before you waste an afternoon.