The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

LLM 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.

What is Missing from AI Post-Training AI: An Empirical Analysis
Joy Jia Yin Lim, Xin Huang, Hao Peng, Yaxi Lu, Xin Cong, Zhong Zhang, Maosong Sun, Yankai Lin · August 19, 2026
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Joy Jia Yin Lim unresolved corpus identity
  2. Xin Huang unresolved corpus identity
  3. Hao Peng unresolved corpus identity
  4. Yaxi Lu unresolved corpus identity
  5. Xin Cong unresolved corpus identity
  6. Zhong Zhang unresolved corpus identity
  7. Maosong Sun unresolved corpus identity
  8. Yankai Lin unresolved corpus identity

Semantic Scholar

Latest observation:

  1. J. Lim provider ID
  2. Xinyuan Huang provider ID
  3. Hao Peng provider ID
  4. Yaxi Lu provider ID
  5. X. Cong provider ID
  6. Zhong Zhang provider ID
  7. Maosong Sun provider ID
  8. Yankai Lin provider ID
Frontier LLM agents reliably execute post-training pipelines and improve model checkpoints, but they almost always lock into an initial high-level training strategy and fail to spontaneously reevaluate it during subsequent iterations.

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

Paper Typequasi_experimental Evidence Strengthmedium — Large-scale trajectory corpus and controlled intervention runs provide consistent, converging evidence that agents execute pipelines well but rarely revise high-level strategies; however, causal claims about why lock-in occurs rely on non-randomized interventions, reconstructed labels, and a non-exhaustive set of agents/tasks, leaving open alternative explanations and external validity concerns. Methods Rigormedium — Careful operationalization (clear definitions of strategy vs execution, annotation protocol, verification rules), large sample of real trajectories, and multiple intervention arms increase credibility; limitations include potential selection bias in publicly released trajectories, reliance on LLM-based annotations with author review, absence of randomized assignment, limited model sizes and budgets in some experiments, and possible unobserved confounders in trajectory generation. SamplePrimary dataset: 1,338 publicly released PostTrainBench agent trajectories spanning seven benchmarks (math, code, writing, function calling, QA), four base models (1.7B–4B params), 20 agent configurations (e.g., Claude Code, Codex CLI, OpenCode), each run under a 10-hour compute budget (NVIDIA H100 80GB) with reconstructed tool calls, commands, training jobs and evaluations; controlled experiments: Qwen3-1.7B-Base on GSM8K, HumanEval, AIME with three independent runs per configuration under 10-hour budgets on four NVIDIA A800 GPUs comparing autonomous baselines to experience-driven scaffolds, human guidance, and increased inference compute. Themesinnovation human_ai_collab IdentificationObservational analysis of 1,338 publicly released post-training agent trajectories to document patterns of behavior (strategy lock-in), supplemented by controlled intervention experiments (experience-driven scaffold, human guidance, increased inference compute) comparing baseline agents to intervention configurations under fixed budgets; identification relies on cross-agent and within-trajectory comparisons rather than randomized assignment. GeneralizabilityTrajectories are from publicly released runs and may not represent private or future agent deployments (selection bias)., Base models in corpus are relatively small (1.7B–4B) and agent implementations are a specific subset (Claude Code, Codex CLI, OpenCode); findings may differ for much larger foundation models or different agent architectures., All runs use a fixed 10-hour budget; results may not generalize to longer or shorter budgets or different compute environments., Annotation and strategy labels rely on LLM-based reconstructions and author review, introducing measurement error risk., Benchmarks are narrow (GSM8K, HumanEval, AIME, etc.); behavior in other domains (e.g., system-level ML research, hardware optimization) may differ.

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
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
0.8
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
0.8
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%)
0.8
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
0.8
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%
0.48
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
0.48
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
0.48
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%)
0.48
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
0.48
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
0.48

Notes