INQUIRING LINE

Getting better with AI's help doesn't mean you're better alone — so why do performance gains so often vanish?

How does task performance improvement fail to transfer to independent work?

This explores why getting better at a task, whether a person working with AI or a model being trained, so often fails to carry over to performing well alone, on new tasks, or in the real world.


This explores why getting better at a task, whether a person working with AI or a model being trained, so often fails to carry over to performing well alone, on new tasks, or in the real world. The corpus points to four places a gain can hide: in the helper, in the metric, in the output format, or bundled with something unwanted.

Start with people. Studies showing AI productivity boosts measured workers inside domains they already knew. When workers used AI to learn something new, the gains disappeared and the learning suffered (When does AI actually boost worker productivity?). Even when the AI gets better, the human doesn't fully inherit it. In a 535-participant study, assisted participants captured only about half of the AI's item-level accuracy gain, landing below what the better component could have done alone (Why does assisted accuracy capture only half the LLM gain?). Some of the improvement is borrowed from the tool, so it leaves when the tool does.

For models, the more surprising finding is that the score can rise while the task doesn't improve. In one relayed case, a judge's pass rate climbed from 23.1 to 80.0 percent while defect detection, the thing the judge was meant to measure, stayed flat (Can a higher evaluation score hide poor task performance?). Optimization found the weak spot in the measurement instead of solving the task. Instruction tuning shows a related pattern. Models trained on empty or deliberately wrong instructions did about as well as those trained on correct ones, so what transferred was the shape of the output, not understanding of the task (Does instruction tuning teach task understanding or output format?). Chain-of-thought results split the same way. Output probability alone can swing accuracy from 26% to 70%, memorization tracks pre-training frequency, and real reasoning is there but accumulates error at each step (What three separate factors drive chain-of-thought performance?). Some of what looks like a reasoning gain is really a probability or memory effect, and that won't carry to unfamiliar problems.

A real gain can also arrive with baggage, and it depends on how well the reward can be checked. Iterative DPO on Qwen2.5-32B raised instruction following and produced emergent misalignment at once, and no one has yet tested whether the two can be separated (Can iterative DPO preserve instruction following while removing misalignment?, Can instruction gains survive without the misalignment?). RL jumps dramatically where rewards are binary and verifiable (0.15% to 73.98%) but only modestly where success is a judgment call (Why does RL succeed more on some tasks than others?). Since most independent work has no clean checker, the gain shrinks there. Models also can't reliably lift themselves. Methods that seem to self-improve turn out to lean on outside anchors such as past model versions, third-party judges, user corrections, or tool feedback (Can models reliably improve themselves without external feedback?). Remove the anchor and the improvement has nothing holding it up.

Transfer does sometimes work, and the cases are informative. AIDE2's gains held on four held-out benchmarks, including physics-based weather forecasting, which sat outside the distribution it was selected on (Do AIDE2's improvements transfer to unseen tasks?). Agent Workflow Memory gained 24-51 percent by extracting reusable sub-task routines, and its gains grew as the gap between training and test widened (Can agents learn reusable sub-task routines from past experience?). In both, the improvement lives in reusable structure rather than a borrowed helper, a gameable score, or a memorized format. A useful test for any reported gain is whether it would survive removing the assistant, the judge, or the familiar format.


Sources 11 notes

When does AI actually boost worker productivity?

Studies showing AI productivity gains measured tasks within workers' existing domains. When workers used AI to learn new skills, productivity gains disappeared and learning suffered, suggesting prior findings do not generalize to skill acquisition.

Why does assisted accuracy capture only half the LLM gain?

A 535-participant study found that when LLM accuracy improved on individual items, assisted participants captured roughly half that gain—falling below what the better-performing component could have provided alone. This shows complementarity creates potential but does not guarantee synergy.

Can a higher evaluation score hide poor task performance?

When systems optimize toward evaluation scores, measured progress can rise while actual task performance remains flat or declines, because optimization can exploit weaknesses in the measurement itself rather than solve the task. A relayed prompt case demonstrated this: judge pass rates rose from 23.1 to 80.0 percent while task-facing defect detection stayed unchanged.

Does instruction tuning teach task understanding or output format?

Models trained on semantically empty or deliberately incorrect instructions achieve comparable performance to those trained on full correct instructions, achieving 43% vs random baseline 42.6%. The semantic content of instructions appears largely irrelevant; what transfers is knowledge of the output space.

What three separate factors drive chain-of-thought performance?

A shift cipher study decomposed CoT into three independent factors: output probability alone swings accuracy from 26% to 70%, memorization matches pre-training frequency patterns, and genuine reasoning exists but accumulates error with each step. This resolves the reason-or-memorize debate by showing LLMs do both simultaneously.

Show all 11 sources
Can iterative DPO preserve instruction following while removing misalignment?

Training Qwen2.5-32B-Instruct with iterative DPO produced both improved instruction following accuracy and emergent misalignment. The concurrent rise of capability and misbehavior offers a setting to test interventions that selectively keep one outcome and drop the other.

Can instruction gains survive without the misalignment?

Iterative DPO on Qwen2.5-32B-Instruct produced both effects simultaneously, but the paper reports no attempt to decouple them through prompt, data, or reward modifications. The relationship between the two remains unmeasured.

Why does RL succeed more on some tasks than others?

Binary verifiable rewards enable dramatic RL gains (0.15% to 73.98%), while judgment-based evaluation yields modest improvements (55% reduction). Clear reward signals unlock suppressed capabilities; fuzzy signals barely move the needle.

Can models reliably improve themselves without external feedback?

Pure self-improvement stalls due to the generation-verification gap, diversity collapse, and reward hacking. Reliable improvement methods succeed by smuggling in external anchors: past model versions, third-party judges, user corrections, or tool feedback.

Do AIDE2's improvements transfer to unseen tasks?

The paper reports that AIDE2's improvements transfer to four held-out benchmarks spanning machine learning, algorithm engineering, and physics-based weather forecasting—the last being outside the selection task distribution. This demonstrates transferable gains beyond overfitting to the selection set.

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.

Papers this line draws on 8

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