SYNTHESIS NOTE
TopicsDatathis note

Can agents learn beyond what their training data shows?

Explores whether supervised fine-tuning on expert demonstrations creates a hard ceiling on agent competence, or whether agents can generalize to scenarios their curators never captured.

Synthesis note · 2026-05-03 · sourced from Data

The dominant paradigm for training language agents is supervised fine-tuning on expert-curated demonstrations. This bypasses the need for reward signals by letting agents map states to actions using static datasets. But the convenience hides a structural limitation: the agent never interacts with the environment during training, never observes the outcomes of its own actions, and therefore cannot learn from failure, refine its decision-making, or generalize to unseen situations.

The deeper problem is that the agent's competence is bounded by what the demonstration curators imagined. Every state-action pair in the dataset reflects a scenario someone thought to capture. Scenarios outside that imagination — edge cases, recovery from errors, paths the expert would never take — do not exist in the training signal at all. This means the agent learns the expert's idealized trajectory, not the structure of the environment. When the deployed environment presents anything unfamiliar, the agent has no internal model that can extrapolate, because its training never exposed it to consequences.

This is a passivity trap. Scaling high-quality human demonstrations is expensive and difficult to sustain, but even unlimited expert data would not solve the underlying problem — the agent is bound by the coverage of the demonstrations rather than by its own capacity to grow from experience. The demonstration paradigm assumes the world stops where the dataset stops.

The implication for agentic AI design is significant: data quantity and even data quality are insufficient. What agents need is the capacity to convert their own actions into learning signals — which is exactly what Can agents learn from their own actions without external rewards? proposes — requiring the agent to be in the environment, not merely trained on a snapshot of it.

Inquiring lines that read this note 112

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How do multi-agent systems achieve genuine cooperation and reasoning? What drives capability and cost efficiency in agent systems? How can LLM user simulators model realistic goal-driven conversation? How can AI agents autonomously learn and transfer skills across tasks? Why does reinforcement learning suppress output diversity compared to supervised fine-tuning? How does memorization interact with learning and generalization? How should conversational agents balance goal-driven initiative with user control? How does objective evolution guide discovery better than fixed planning? Why do agents confidently report success despite actually failing tasks? How do knowledge graphs enable efficient multi-hop reasoning over alternatives? Does externalizing cognitive work and state improve agent reliability? What pretraining choices and baseline capability constrain reinforcement learning gains? Can AI-generated outputs constitute genuine knowledge or valid claims? How does test-time aggregation affect reasoning correctness and reliability? Do base models contain latent reasoning that training can unlock? Why does verification consistently lag behind AI generation? How do we evaluate AI systems when user perception misleads actual performance? How should agents balance memory condensation to optimize context efficiency? What constrains reinforcement learning's ability to expand model reasoning? Why do reward structures fail to shape long-term agent learning? How do self-generated feedback mechanisms enable effective model learning? Does alignment training create blind spots in detecting genuine safety threats? Does fine-tuning modify underlying model capabilities or only behavioral outputs? How do training priors constrain what context information can override? Can debate mechanisms prevent silent agreement on wrong answers in multi-agent reasoning? Does conversational format create illusions of genuine AI communication? Can AI systems balance emotional competence with factual reliability? Why does supervised fine-tuning improve accuracy while degrading reasoning quality? Can single-axis benchmarks accurately predict agent deployment success? Is model self-awareness based on genuine introspection or pattern matching? How should personalization be implemented to improve AI assistant effectiveness? How can models identify insufficient information and respond appropriately without guessing? Can alternative training methods improve on supervised fine-tuning for language models? What makes weaker teacher models effective for stronger student training? How does AI assistance affect human cognitive development and reasoning autonomy? Do harness improvements transfer across model scales or memorize shortcuts? How does AI adoption affect human skill development and labor equality? Does AI fluency substitute for verifiable accuracy in human judgment? How should models express uncertainty rather than forced confident answers?

Related concepts in this collection 6

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
17 direct connections · 153 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

expert demonstrations lock agents into the imagination of the training data — restricting what an agent can learn to scenarios its curators happened to consider