0 cumulative citations
View corpus contextLLM agents can run and debug training pipelines effectively but rarely change their initial training strategy, so extra experience, human guidance or more compute mainly yields local fixes rather than strategic improvements.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Large language model (LLM) agents can now post-train an LLM end-to-end. They can write code, launch training, evaluate checkpoints, and improve downstream performance, raising the prospect of AI-for-AI. We argue that this picture conflates two distinct capabilities: execution-level capability, iterating within a selected training strategy; and strategy-level capability, revising the high-level judgment as experimental evidence accumulates. Analyzing a large corpus of publicly released post-training trajectories, we find that across different tasks, the agent's training strategy is locked in at the very beginning, and the entire remaining budget is spent on local adjustments within the selected strategy. We then examine three natural explanations--missing experience, missing guidance, and insufficient reasoning--with escalating interventions. Extensive experiments show that (1) an experience-driven scaffold improves execution across the board (+12.6 points on GSM8K and +40.8 on HumanEval) but leaves the strategy static; (2) human guidance effectively redirects the initial strategy, yet the agent falls back into local adjustment loops once training starts; and (3) additional inference compute pays off on easier tasks but yields almost no gain on the hardest one. In conclusion, what agents lack is neither experience, guidance, nor reasoning compute, but a mechanism for spontaneously reevaluating their strategy during execution.
Summary
Main Finding
Current LLM agents are competent at executing and iterating within a chosen post-training pipeline (execution-level capability) but systematically fail to change their high-level training strategy once a run begins (strategy-level capability). The initial strategy choice—determined more by the agent’s prior/configuration than by the task—sets a hard ceiling on improvements. What is missing is a mechanism that spontaneously triggers strategy-level reevaluation during execution.
Key Points
- Two-level framework
- Execution-level: build/repair pipelines, tune hyperparameters, debug, evaluate checkpoints.
- Strategy-level: choose or switch the high-level training paradigm (e.g., SFT vs PEFT vs RL), stage structure, or data regime.
- Large-scale trajectory analysis (no reruns) shows:
- Agents routinely complete full training pipelines and make meaningful within-strategy improvements.
- Strategy lock-in: the high-level strategy is chosen early (pre-execution) and rarely changes thereafter. Only ~2.1% of adjacent training pairs probed an alternative strategy.
- Defaults track the agent type, not the task: e.g., Claude Code trajectories anchor on full-parameter SFT (≈80.7%), while Codex CLI trajectories anchor on PEFT (≈89.6%).
- Execution competence (examples & stats):
- Across 1,338 trajectories: average 3.82 trainings and 13.80 evaluations per trajectory.
- Observed overall score improvement from base → submitted: 10.41% → 23.0% (varies by benchmark).
- Three hypotheses tested with escalating interventions:
- Missing experience → provided an experience-driven scaffold (experiment journal, skill library, evaluator agent). - Result: strong execution improvements (e.g., +12.6 points GSM8K; +40.8 points HumanEval) but no substantial increase in strategy switching.
- Missing guidance → human reviewer steers initial strategy. - Result: human guidance successfully redirects the initial strategy, but once training starts the agent falls back into local adjustment loops and rarely adopts suggested strategy-level changes.
- Insufficient reasoning compute → allowed much larger inference budgets (2–8× tokens). - Result: extra compute yields gains on easier tasks but almost no benefit on the hardest benchmark (AIME), and did not induce spontaneous strategy shifts.
- Behavioral asymmetry: agents reliably adopt execution-level suggestions from an evaluator but repeatedly decline strategy-level suggestions (e.g., suggestions to add an SFT warm-up or switch training paradigm were not adopted despite repeated recommendations).
Data & Methods
- Dataset:
- 1,338 publicly released agent post-training trajectories from PostTrainBench (Rank et al., 2026).
- Covered 7 benchmarks (math, code, writing, Q&A), 4 base models (1.7B–4B), 20 agent configurations and five scaffolds (including Claude Code, Codex CLI).
- Each trajectory reconstructed commands, edits, training jobs, evaluations under a 10-hour budget on one NVIDIA H100 80GB.
- Annotation & counting:
- A "training experiment" counted only when a command launched a model parameter update. Writing scripts, installing packages, or saving checkpoints without parameter updates were not separate experiments.
- A strategy change required altering the training paradigm, data-source type, or stage structure. Hyperparameter tuning or formatting counted as execution-level changes.
- Trajectories annotated by an LLM and reviewed by authors.
- Evaluation:
- Standard pass@1 accuracy for most benchmarks; AIME evaluated with pass@8 due to small sample size (30 problems).
- Controlled interventions and reruns:
- Controlled experiments used Qwen3-1.7B-Base and three benchmarks of increasing difficulty: GSM8K, HumanEval, AIME 2025.
- Autonomous baselines: Claude Code (Opus 4.6 & GLM-5.2) and Codex CLI (GPT-5.2).
- Experience-driven framework components:
- Experiment journal (persistent record of plans/results/lessons),
- Skill library (distilled training recipes & implementation knowledge),
- Evaluator agent (analyzes outputs, diagnoses issues, suggests concrete actions).
- Controlled runs: 3 independent runs per configuration under 10-hour budgets on four NVIDIA A800 GPUs.
Implications for AI Economics
- Value of initial strategy > marginal iterative compute:
- Returns to post-training compute/time are heavily front-loaded into whether the initial strategy is appropriate. Additional execution-focused compute yields diminishing returns if the high-level strategy is wrong.
- Economic implication: reallocating R&D budget from repeated within-strategy compute to mechanisms that improve initial strategy selection (or enable mid-run strategy switching) could raise ROI.
- Product and service market impacts:
- Demand likely grows for tooling/agents that provide robust strategy-level capabilities (meta-evaluation, automated paradigm switching, exploration incentives).
- Firms offering “smart experiment design” or human-in-the-loop strategy advisors may capture outsized value relative to pure compute providers.
- Labor & organizational design:
- Human expertise remains valuable in the early planning/pre-execution window; organizations may optimize workflows to front-load human or higher-level agent review before long runs.
- Conversely, manual oversight after training starts yields limited returns unless it can trigger true strategy changes.
- R&D and capital allocation:
- Investments in meta-reasoning systems (agents that can spontaneously reevaluate strategy, estimate switching costs vs expected improvement, or meta-learn when to explore) may be more productive than scaling execution compute.
- Resource allocation models for AI R&D should incorporate high switching costs and asymmetric benefits of strategy change; cost-benefit models must account for the empirical rarity of strategy updates.
- Policy, safety, and alignment:
- Strategy lock-in raises a failure mode where a mis-specified or biased initial strategy persists despite evidence—relevant for safety oversight and audits.
- Regulatory or audit mechanisms might focus on early-stage strategy validation, or require agents to implement explicit reassessment triggers.
- Research agenda:
- Design economic incentives and algorithmic primitives for endogenously triggered strategy shifts (meta-controllers, exploration bonuses that overcome sunk-cost bias, structured experiment comparison protocols).
- Evaluate mechanisms for cost-effective strategy comparison (e.g., cheap probes that estimate expected marginal gain of a switch) to overcome the empirical reluctance to switch.
Limitations to bear in mind - Primary trajectory analysis is observational over publicly released runs (no reruns for those data); controlled experiments are narrower in model and benchmark scope. - Annotations used LLM labeling with author review—there may be labeling or interpretation limits. - Generalization to substantially different agent architectures, budgets, or future agent designs requires empirical validation.
Bottom line: improving automated AI R&D economically and technically likely requires solving the meta-level problem—mechanisms that prompt, justify, and execute strategy-level changes—rather than only scaling execution competence or inference compute.
Assessment
Claims (10)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| Across the analyzed post-training trajectories, agents lock in their training strategy at the beginning of a run and spend the remaining compute budget on local adjustments within that strategy. Task Allocation | negative | Frequency and timing of strategy changes during post-training |
Reading fidelity
high
Study strength
high
|
n=1338
|
| Agents' default training strategies differ systematically by agent rather than being primarily determined by the task. Task Allocation | mixed | Distribution of selected training strategies across agents and tasks |
Reading fidelity
high
Study strength
high
|
n=832
80.7% of Claude Code trajectories anchored on full-parameter SFT; 89.6% of Codex CLI trajectories anchored on PEFT
|
| Agents rarely switch to an alternative training strategy after beginning training. Task Allocation | negative | Rate of strategy changes between adjacent training experiments |
Reading fidelity
high
Study strength
high
|
n=3557
74 of 3,557 adjacent training pairs (2.1%)
|
| Agents demonstrate competent execution of post-training pipelines, including data preparation, training, evaluation, and checkpoint submission. Organizational Efficiency | positive | Completion and execution of post-training pipeline stages |
Reading fidelity
high
Study strength
high
|
n=1338
3.82 trainings and 13.80 evaluations per trajectory on average
|
| In the large-scale trajectory analysis, agents improved average performance over the base model on every benchmark. Output Quality | positive | Pass@1 benchmark performance |
Reading fidelity
high
Study strength
medium
|
n=1338
Overall score: 10.41% → 23.0%
|
| The experience-driven framework improved downstream benchmark performance relative to autonomous baselines on GSM8K, HumanEval, and AIME 2025. Output Quality | positive | Benchmark accuracy |
Reading fidelity
high
Study strength
medium
|
n=3
GSM8K: 77.30% ± 3.8; HumanEval: 62.80% ± 6.1; AIME 2025: 5.56% ± 1.57
|
| The experience-driven scaffold improved execution-level performance but did not lead to meaningful strategy revision. Task Allocation | mixed | Execution quality and frequency of strategy-level revisions |
Reading fidelity
high
Study strength
medium
|
n=3
+12.6 points on GSM8K and +40.8 on HumanEval
|
| The main agent adopted execution-level suggestions from the evaluator agent but did not adopt strategy-level suggestions requiring a change in training strategy. Task Allocation | negative | Adoption rate of execution-level versus strategy-level recommendations |
Reading fidelity
high
Study strength
medium
|
n=1
8/8 execution-level suggestions adopted (100%); 0/5 strategy-level suggestions adopted (0%)
|
| On HumanEval, the experience-driven agent produced 14 consecutive SFT variants despite observing a performance plateau. Task Allocation | negative | Persistence with the same training strategy after performance plateau |
Reading fidelity
high
Study strength
medium
|
n=1
14 consecutive SFT variants
|
| The authors conclude that the main missing capability is spontaneous strategy reevaluation during execution, rather than additional experience, external guidance, or reasoning compute. Task Allocation | negative | Ability to revise high-level post-training strategy in response to experimental evidence |
Reading fidelity
high
Study strength
medium
|
n=1338
|