Before the Archer Could Adjust Anything

August 20, 2026 · Part 3 of 20

Opening Scene

Imagine an archery school with no adjustable sights and no way to retrain an existing archer for a new kind of target — only the option to recruit and train an entirely new archer from scratch for every single new target that came along. That was, roughly, the state of customizing a machine learning system for a new task before large pretrained language models existed as a shared, adaptable starting point.

In Plain English

Before large pretrained language models were widely available, customizing a system’s behavior for a new task typically meant training a model specifically for that task, often from scratch or from a much smaller and narrower starting point, using a dataset built specifically for that one purpose. There was no large reservoir of general, transferable capability to steer or lightly adjust — every new task effectively started closer to zero.

The Old Way

Before pretrained language models became a widely shared, adaptable starting point, task customization looked meaningfully different across the field:

  • Building a new capability usually meant collecting a task-specific dataset and training a dedicated model from scratch or from a much smaller starting point, a genuinely resource-intensive undertaking for every new task.
  • There was no large reservoir of general, pretrained capability to draw on, so each new system carried little of the transferable knowledge a modern pretrained model brings by default.
  • Adjusting an existing system’s behavior for a slightly different task often required nearly as much effort as building a new one, since there wasn’t a lightweight steering mechanism like prompting available.

This effort-intensive starting point is exactly what made both prompting and fine-tuning, once pretrained models existed, feel like such significant practical breakthroughs.

What’s Changing (and Why AI Is the Reason)

  1. Large pretrained language models replaced “train a dedicated model per task” with “start from a broadly capable model and steer or lightly adjust it,” fundamentally changing the customization starting point.
  2. This shift is what makes both prompting and fine-tuning genuinely viable today, connecting directly to the broader shift toward pretrained foundation models covered in this content library’s LLM fundamentals series.
  3. Understanding this history clarifies why fine-tuning today is a comparatively lightweight adjustment to an already-capable model, not the from-scratch undertaking it once resembled.

The Metaphor, Fully Extended

The ArcherTask Customization Before Pretrained Models
No adjustable sights and no way to retrain an existing archerNo lightweight steering mechanism and no efficient way to adapt an existing system
Recruiting and training an entirely new archer for every targetTraining a dedicated model from scratch or from a small base for every task
A resource-intensive undertaking for each new kind of targetA resource-intensive undertaking for each new task
The eventual arrival of a broadly trained archer worth adjustingThe eventual arrival of broadly pretrained models worth steering or lightly adjusting

For Beginners: What to Actually Do

  • Learn to appreciate why starting from a large pretrained model, rather than training from scratch, is such a significant practical advantage today.
  • Practice explaining, in your own words, why fine-tuning today is a comparatively lightweight adjustment rather than a from-scratch undertaking.
  • Get comfortable with the historical context behind why prompting wasn’t even a meaningful option before pretrained models existed.

For Practitioners and Leaders: The Deeper Layer

  • Frame both prompting and fine-tuning internally as genuine efficiency gains relative to the from-scratch training era, when communicating their value.
  • Connect this history directly to the broader foundation model shift covered in this content library’s LLM fundamentals series.
  • Recognize that today’s “expensive” fine-tuning run is still typically far cheaper than the from-scratch training it replaced.

Quick Recap

  • Before pretrained language models, customizing a system for a new task often meant training a dedicated model from scratch or from a small base.
  • There was no large reservoir of general, transferable capability, and no lightweight way to steer an existing system.
  • Both prompting and fine-tuning are only genuinely practical because pretrained models now provide that broad, adaptable starting point.
  • Today’s fine-tuning is comparatively lightweight relative to this historical from-scratch baseline.

Where This Fits in the Series

Article 3 covered the historical baseline both prompting and fine-tuning improved on. Article 4 returns to prompting specifically, looking at how far a well-worded description alone can actually go.