Fetching from the wire…
Public story · 2026-08-31 · high
openJiuwen lets runtime evidence rewrite an agent's plan mid-task instead of locking it to a fixed script.
Why now: The paper posted alongside two active GitHub repos and benchmark numbers dated August 2026.
An open-source agent harness called openJiuwen reports 82.6% on SWE-bench Verified and 87.19% on Terminal-Bench 2.1, beating the strongest leaderboard entries it compared against by 3.4 and 3.39 points.
The numbers matter less than how the harness gets there. Most agent frameworks fix a plan up front and execute it. openJiuwen splits the problem in two. One layer, which the team calls Structural Composability, lets developers compose single agents, delegated sub-agents, and a "Swarm Flow" of multiple agents over one shared execution layer. The other, Runtime Adaptivity, feeds semantic diagnostics, execution outcomes, and task progress back into the framework so it can adjust context, feedback, and task control while the task runs, instead of sticking to a script written before the agent saw any real output.
Agent benchmarks have climbed for a year on bigger models and better prompts. This result comes from restructuring how the harness reacts to its own execution, with the model choice held fixed.
What sets this apart from a lot of benchmark papers is that the code is running, not shelved. The org's jiuwenswarm repo has 6,309 stars and its agent-core repo has 420, both pushed the same day as the paper. That's a real difference from an arxiv result with no implementation to check. The paper doesn't say how the harness handles a task where execution feedback is noisy or contradictory, which is the exact case Runtime Adaptivity is supposed to solve.
For anyone building multi-agent systems, read the composability piece first. Single agents and sub-agents sharing one execution layer is the structural change the runtime-adaptivity claims depend on.
Each link below shares sources, entities, or timing with this story.
Same weights. Same tasks. Same time budget. One change to the harness, and fail-to-pass on SWE-bench Verified went from 28% to 49%. The setup in arXiv 2608.26218 is clean enough to be worth describing precisely. 169 SWE-bench Verified tasks, a 20,480-token context window, a fi...
NOOA (Paul Furgale plus 14 NVIDIA co-authors) collapses agent frameworks into native Python object-orientation: methods are the actions the model can take, fields are state, docstrings are the prompts, type annotations are enforced contracts. It combines typed I/O, pass-by-ref...
Tsinghua's CompactionRL folds summarization into RL rollout collection so the agent learns what to keep when it compresses, optimizing summary and task under one reward. Under fixed 64k–80k windows it adds +5.5 to +7.0 on SWE-bench Verified and +3 to +6.8 on Terminal-Bench ver...
A team at UC Berkeley RDI built an automated scanning agent that achieved near-perfect scores on eight major AI agent benchmarks. SWE-bench Verified: 100%. Terminal-Bench: 100%. WebArena: approximately 100%. FieldWorkArena: 100%. GAIA: roughly 98%. OSWorld: 73%. The agent didn...
It treats harness improvement as offline learning: diagnose failure traces, generate structured patches that edit the harness as source code, then select updates by validation over mini-batches of failures (arXiv 2608.23041). Gains: 9.0 on GAIA2, 9.6 on SWE-Bench Pro, 10.0 on...
The 397B MoE scores 86.1 on Terminal-Bench 2.1 (Terminus-2) against Claude Opus 4.8's 85.0, 86.0 on SWE-bench Verified, and 92.8 on GPQA Diamond. Hugging Face But it trails badly on the harder agentic rows: 13.5 versus 21.1 on Frontier-Bench v0.1, 59.5 versus 69.7 on NL2Repo....
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.