Fetching from the wire…
Public story · 2026-09-26 · high
AgentX-Model splits the work between a proposal-writing agent and an experiment-running agent that picks its own next question from each result.
Why now: The design appeared in coverage collected September 26.
A system called AgentX-Model ran 636 production recommender experiments and beat the business AUC baseline in 560 of them, per the AgentX-Model paper on arXiv. That's a production number, not a benchmark score. Recommender systems get graded on live traffic, not held-out test sets.
The design splits the work across two agents. A Research Agent writes proposals that get reviewed independently before anything runs. A Model Agent then executes multi-round experiments inside a sandbox, choosing its next move from four actions: Reproduce, Follow-up, Composition, and Diagnose.
Diagnose handles the failure mode that offline metrics miss. It's built to catch online feedback problems like PCOC prediction bias, the gap between what a model predicts and what converts once it's live. A model can look better in testing and still drift on a live signal. Catching that requires the loop to check production behavior, not just rerun the same offline comparison.
The loop structure is the real contribution. Each run's output determines the next question. The agent isn't working through a fixed list of experiments. It picks Reproduce, Follow-up, Composition, or Diagnose based on what the last run showed.
The paper doesn't say how these numbers hold up outside the production system it was tested against. It also doesn't say how much human review sat behind the "independently reviewed" proposal step. A 560-of-636 win rate is strong evidence from one deployment. Whether the four-action loop generalizes to other model classes is the open question.
Each link below shares sources, entities, or timing with this story.
MOLE is an open benchmark of 150 AI-operated accounts sharing nine stateful services over 30 workdays, with 12 threats and 8 corpora from four models totaling about 20 billion tokens. Comparing 40 monitors, even the best missed nearly half of completed harm in the single-day a...
One number predicts whether your agent finishes the task, and it isn't the benchmark score. Shubhra Mittal's paper (arXiv 2609.01660) analyzed 10,664 trajectories across nine models spanning 1.2B to 671B parameters and found task success follows P(n) = p^n, where p is a single...
The Replay Gap (arXiv 2608.08239) forked live SWE-bench trajectories at controlled points, rebuilt the environment, and continued each fork with a different model across ~900 rollouts. Model swaps rewrote 61–94% of post-fork actions and diverged at the very first post-fork act...
arXiv 2608.09902 wraps all 22 boss encounters of Dark Souls: Remastered in a containerized Gymnasium-style benchmark where each step is a real action against the running game. On DSLE-5, an expert system and an evolutionary baseline beat only the tutorial boss (63% and 43% pea...
Every "agent reviews agent" pipeline rests on an assumption this paper takes apart. arXiv 2609.24967 set up two agents that repeatedly complete tasks, share logs, and verify each other for reward, in a design where following the verification protocol conflicts with maximizing...
MCP-GRANITE treats tool-interface granularity as a controlled variable, running 81 multi-step scenarios across 9 domains at 4 granularity levels over 9 locally deployed models from 268M to 20.9B parameters, 8,748 trials total. A 4-tool interface improved task completion 16.4%...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.