Veso Research · July 2026

LLM Development Techniques

Every domain of LLM development as a technique lineage: what was tried, what replaced it, and what runs at the frontier today.

This guide maps the techniques behind large language models as lineages. Each chapter takes one domain, draws the succession of techniques from first use to current frontier practice, and records what died, what survived, and what replaced what. The companion timeline post covers the same history chronologically by model release; this guide covers it by domain.

How to read a chapter

  • Every chapter centers on one or more lineage diagrams: vertical flowcharts where each node is a technique, dated by first prominent use, and each edge means “replaced or absorbed”.
  • Tables carry the exact facts: technique, year, origin, status.
  • A status ledger closes most chapters: which techniques are dead, which are current, which are contested.
  • Claims about undisclosed frontier systems are marked vendor-stated or reported. Dates are first-publication or first-prominent-deployment at month or year granularity.

The domains

Figure 1. Seventeen chapters in four groups.

GroupChapterThe lineage it draws
ModelAttention & PositionsMHA to hybrid linear; positions to RoPE
ModelMixture of ExpertsDense to 1.8%-active sparsity
ModelTokenizationBPE’s reign and the byte-level challengers
TrainingTraining DataCurated scrape to synthetic and interaction data
TrainingObjectives & PretrainingWhy next-token won; the staging that grew around it
TrainingOptimizers & StabilityAdam’s decade to the Muon lineage
TrainingPrecision & ParallelismFP32 to MXFP4; the parallelism stack
TrainingScaling LawsKaplan to test-time-compute regimes
CapabilityLong Context1K to 1M tokens, claimed vs usable
CapabilityPost-Training & AlignmentSFT to agentic RL
CapabilityReasoning & Test-Time ComputePrompt trick to trained behavior
CapabilityMultimodalityVision and audio moving inside the language model
CapabilityVisionThe capability ladder from OCR to computer use
CapabilityLong-Horizon AgentsPrompted loops to trained agency and the task horizon
DeploymentDistillation & CompressionKnowledge transfer and its disputes
DeploymentServing & InferenceThe economics of tokens out
DeploymentEvaluationGLUE to agentic harnesses

The recurring pattern

Three regularities appear in almost every domain, and the chapters return to them.

PatternEvidence across chapters
Techniques die by absorption, not refutationChain-of-thought prompting became trained reasoning; sparse-attention ideas resurfaced inside hybrid linear attention; RLHF’s reward-model concept survived three algorithm changes
The constraint migratesParameters, then data, then inference cost, then verifiable reward signal, then task horizon; each migration reset a domain’s frontier technique
Frontier practice concentratesDomains with many competing techniques in 2020 (positions, attention patterns, objectives) converged to one or two survivors by 2024; the variation moved to a new layer

Deliberate exclusions: world models and JEPA-class architectures (the competing bet, not LLM development; our own Knowledge as Dynamics works in that space), robotics VLA systems (robot-policy development consuming VLMs), and federated training (frontier practice is centralized).

Related Veso work: the Agentic Patterns guide covers the harness layer above the model; the model matrix tracks current standings; Knowledge as Dynamics is our research contribution to the distillation domain.