IronClaw 1.0 – one secure agent on CLI, Slack and Telegram, one memory

dannycb1 pts0 comments

Introducing IronClaw 1.0 | NEAR AI Blog — NEAR AI<br>GET IN TOUCH

Blog<br>Introducing IronClaw 1.0: The Leader Across PinchBench, ClawBench, and OfficeQA Agent Benchmarks<br>July 27, 2026 · 6 min read

The best version of an assistant is the one you stop thinking about. It does what you ask, it is there when you switch from your terminal to Slack, and it never makes you redo work it already started. Most agent harnesses fail that test for a structural reason: one model wired directly to everything it can touch. Thinking, acting, holding secrets, reaching the internet, all in the same knot. Every capability added to the knot is another place for work to vanish or a safeguard to slip.<br>IronClaw 1.0 is built on the separation most harnesses skip: the part that decides is distinct from the part that acts, with a single coordination layer between them we call the guard. Our market research gave insight into what people want from an always-on assistant. IronClaw 1.0 is the architecture to match: one structure instead of ten, one path for every action, persistent state that survives interruption, and stronger security as a byproduct of the same design. We call it 1.0 because the number is earned, and the payoff is measurable: IronClaw sits at the top of three benchmark leaderboards.<br>Top of the leaderboard on three benchmarks<br>IronClaw takes the top spot on PinchBench, ClawBench, and OfficeQA, three benchmarks that stress different parts of what an agent actually does. All scores below pair each harness with the same base model, deepseek-v4-flash, so the comparison isolates the harness performance.<br>PinchBench grades agents on 147 real tasks: scheduling meetings, triaging email, writing code, researching topics, and managing files. Each run pairs a harness with a base model and scores what actually got done, with partial credit for partial completions. With deepseek-v4-flash, IronClaw scores 93.5 percent — roughly 4 points above the next-best model."<br>ClawBench moves the test onto the live web. Agents work across more than 140 real production websites, not sanitized sandboxes, on write-heavy multi-step tasks like booking flights, applying for jobs, and making purchases, with a browser interception layer that blocks the final submit so nothing irreversible ships. Grading draws on five layers of behavioral data, including session replays, HTTP traffic, and reasoning traces. At 88.6 percent, IronClaw sits about 5 points above the field average (83.3), leading the next-best model by 4.7 points.<br>OfficeQA tests grounded reasoning over enterprise documents. Built by Databricks, it asks questions that can only be answered by parsing, retrieving, and reasoning across a corpus of U.S. Treasury Bulletins spanning nearly a century, 89,000 pages and over 26 million numerical values, much of it scanned PDFs and dense tables. IronClaw scores 76.4 percent, making roughly 12% fewer errors than Hermes and 15% fewer than OpenClaw.<br>These scores are the rebuild doing its job. A single checkpoint in front of every action is the kind of design people assume costs capability: more gating, less done. Task execution, live-web operations, and document reasoning are three different failure surfaces, and the same design leads on all three. One path for every action means behavior holds across every task type, and continuous checkpointing means an interruption costs a pause, not the task. The harness with one door earns the most credit on the board.<br>Why we rebuilt instead of patched<br>Running the first internal version of IronClaw taught us that the properties an assistant needs most are architectural: logic defined once rather than rebuilt for every surface, safety enforced in one place rather than copied into every path, and state that outlives any single session. Properties like those are not features you add; they are foundations you build on. A public version number should mean something. 1.0 is the release built on all three: one clean structure, one checkpoint, persistent state. Everything below inherits from that.<br>What's new in IronClaw 1.0<br>Safer by design<br>Every action routes through a single checkpoint, so a guarantee made once holds everywhere, including capabilities added later. IronClaw asks for explicit approval on sensitive actions rather than acting first and reporting after. Secrets are single-use by default: passwords and tokens are issued once, then scrubbed from logs, errors, and reports.<br>You set the goal, it does the work<br>Tell IronClaw the outcome you want, not the steps to get there. You define the goal; it figures out how to achieve it, breaking the work into actions that each pass through the guard. And it does not lose that work along the way: IronClaw checkpoints continuously, so a pause for permissions or a restart mid-task costs exactly that, a pause. It resumes where it stopped. The failure mode where one interruption erased an entire task is gone.<br>It works the same way everywhere<br>CLI, web, Slack, and Telegram run as one...

ironclaw work three from model single

Related Articles