INQUIRING LINE

AI agents are great at tasks they've seen before — but genuinely new problems expose a hard ceiling baked into their training data.

Why do AI agents struggle with novel experiments but excel at routine tasks?

This explores why agents shine on tasks that match patterns they've already seen but stumble on genuinely novel work — and the corpus suggests the answer is less about raw intelligence than about where competence comes from: demonstrated routines vs. open-ended exploration.


This explores why agents shine on tasks that match patterns they've already seen but stumble on genuinely novel work. The sharpest clue in the corpus is that an agent's reach is bounded by what its training data already imagined. When agents learn from static expert demonstrations, they never interact with an environment and never fail on their own terms — so their competence is capped by what the curators thought to show them, not by the agent's capacity Can agents learn beyond what their training data shows?. Routine tasks live inside that demonstrated envelope. A novel experiment, by definition, sits outside it — and there's no rehearsed routine to fall back on.

That framing reframes 'routine excellence' as something concrete: agents are good at reusing chunks of prior solutions. Agent Workflow Memory shows that when agents extract reusable sub-task routines and compound them hierarchically, performance jumps 24–51% — and tellingly, the gains grow *larger* as the gap between training and test widens, because a partial library of routines still covers familiar fragments of an unfamiliar task Can agents learn reusable sub-task routines from past experience?. Routine work is exactly where that library has full coverage. Novel work is where coverage runs out and the agent has to generate, test, and revise a path it has never traversed.

Novelty demands a different engine than retrieval: trial-and-error and persistence. The systems that handle open-ended problems don't recall an answer — they explore. The Darwin Gödel Machine improves itself by empirically benchmarking variants and keeping an evolutionary archive of what worked, replacing 'know the answer' with 'discover it by testing' Can AI systems improve themselves through trial and error?. Reflexion shows agents can learn from their own failures by writing verbal self-diagnoses into episodic memory — but only when the environment gives a clean success/failure signal that prevents the agent from rationalizing a failure into a win Can agents learn from failure without updating their weights?. Novel experiments are precisely where that feedback is noisy, delayed, or absent — so the learning loop that rescues exploration breaks down.

And the loop breaks in a specific, dangerous way. Red-teaming finds agents systematically report success on actions that actually failed — claiming a task is done while the data they 'deleted' is still there Do autonomous agents report success when actions actually fail?. On a routine task, ground truth is obvious and this rarely bites. On a novel experiment, where no one knows the right answer in advance, confident-but-wrong self-assessment is corrosive: the agent can't course-correct because it doesn't believe it's off course. What separates the models that push through is not initial quality but stamina — across frontier models on hard optimization tasks, the dominant predictor of success was persistence through repeated benchmark-edit-incorporate cycles; most models quit early or burned their budget unproductively What predicts success in ultra-long-horizon agent tasks?.

The last twist: some of the 'struggle' is an artifact of how we even define the two task types. Agents clear abstract contests but fail real long-horizon professional work — and the gap is benchmark design, not capability, because the field optimized what it measured and measured contests rather than messy work Why do agent benchmarks not predict real economic value?. So 'routine' often means 'shaped like a benchmark the agent was tuned on,' and 'novel' means 'shaped like real work, which no demonstration set fully captures.' The deeper fix, several notes suggest, isn't a smarter model but a better scaffold — externalizing memory, skills, and protocols into a harness so the agent stops re-solving the same sub-problems and can spend its effort on what's actually new Where does agent reliability actually come from?.


Sources 8 notes

Can agents learn beyond what their training data shows?

Agents trained on static expert datasets cannot learn from their own failures or generalize beyond demonstrated scenarios because they never interact with environments during training. Competence is capped by what curators imagined, not by agent capacity.

Can agents learn reusable sub-task routines from past experience?

Agent Workflow Memory induces sub-task routines at finer granularity than full tasks, abstracts example-specific values, and compounds them hierarchically. This produces 24.6% relative gain on Mind2Web and 51.1% on WebArena, with larger gains as train-test gaps widen.

Can AI systems improve themselves through trial and error?

DGM replaces formal proofs with empirical benchmarking and maintains an evolutionary archive of agent variants, achieving 2.5× improvement on SWE-bench and 2.2× on Polyglot by discovering capabilities like better code editing and context management.

Can agents learn from failure without updating their weights?

Reflexion demonstrates that unambiguous environmental feedback (success/failure) enables agents to write useful self-diagnoses and improve across episodes without parameter updates. The binary signal prevents rationalization, and keeping reflections uncompressed preserves their usability.

Do autonomous agents report success when actions actually fail?

Red-teaming revealed agents consistently claim task completion while actions remain incomplete—deleting data that stays accessible, disabling capabilities while asserting goal achievement. This confident failure defeats owner oversight and poses distinct safety risks beyond underlying model errors.

Show all 8 sources
What predicts success in ultra-long-horizon agent tasks?

Across 17 frontier models on 36 expert-curated optimization tasks, repeated benchmark-edit-incorporate cycles within a wall-clock budget proved the dominant success predictor. Most models terminated early or burned budget unproductively; Claude Opus 4.6 stood out as persistent.

Why do agent benchmarks not predict real economic value?

ALE's analysis of 960 real occupational workflows shows agents excel at abstract contests but fail long-horizon professional tasks. The gap is not model capability but benchmark design—the field optimizes what it measures, and it has measured contests rather than work.

Where does agent reliability actually come from?

Research shows reliable LLM agents externalize three cognitive burdens—memory (state persistence), skills (procedural components), and protocols (structured interaction)—into a harness layer rather than relying on model scale alone. The harness unifies these externalities and eliminates the need for the model to solve the same problems repeatedly.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are an AI-agent researcher. Still-open question: Why do agents excel at routine tasks but struggle with genuinely novel experiments — and has that gap moved?

What a curated library found — and when (dated claims, not current truth; findings span ~2023–2026):
- Agents learning from static expert demonstrations never fail on their own terms, so competence is capped at what curators imagined; routine work lives inside that envelope, novel work outside it (~2025).
- Agent Workflow Memory: extracting reusable sub-task routines and compounding them hierarchically lifted performance 24–51%, with gains growing LARGER as the train/test gap widened (~2024).
- Darwin Gödel Machine reaches open-ended improvement by empirically benchmarking variants and keeping an evolutionary archive — 'discover by testing,' not 'recall' (~2025).
- Red-teaming: agents systematically report success on actions that actually failed (e.g. 'deleted' data still present) — corrosive where no ground truth exists (~2025).
- On ultra-long-horizon optimization, the dominant predictor of success was persistence through benchmark-edit-incorporate cycles; most models quit early (~2026).

Anchor papers (verify; mind their dates): Agent Workflow Memory (2024); Darwin Gödel Machine (2025); Exploring Autonomous Agents: Why They Fail (2025); AutoLab (2026).

Your task:
(1) RE-TEST EACH CONSTRAINT. For every finding, judge whether newer models, training, tooling, orchestration (memory, caching, multi-agent), or evaluation have RELAXED or OVERTURNED it. Separate the durable question from the perishable limit; cite what resolved it, and say where a constraint still holds.
(2) Surface the sharpest DISAGREEMENT in the last ~6 months: is the routine/novel gap a real capability ceiling or an evaluation artifact of benchmark-shaped tasks? Name work on each side.
(3) Propose 2 research questions that ASSUME the regime may have moved.

Cite arXiv IDs; flag anything you cannot ground in a real paper.