[research] DarwinX: Evolving agent harnesses adds +17 pts without touching model weights #425
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-08-24T09:49:17.976Z.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🔬 The Finding
Salesforce AI Research released DarwinX, a framework that treats agent self-improvement as natural selection over a population of harnesses — the prompts, tools, skills, and control flow wrapped around a frozen LLM. Unlike single-lineage self-edit loops (which tend to regress on tasks they weren't optimized for), DarwinX uses a "preserve-and-extend" contract: a variant only survives if it extends coverage without regressing elsewhere. One evolution loop added ~17 points on average across four benchmarks, including WebArena-Infinity real-task pass@1 jumping from 43.5% → 93.0%.
⚙️ What It Means for Agentic Workflows
🔗 Source
DarwinX: Evolving Agent Harnesses Through Natural Selection — 31 July 2026
All reactions