Garry Tan’s distillation argument is really about AI capability access

Garry Tan’s distillation argument is really about AI capability access

4 min read

Garry Tan’s call for US open-weight labs to distill frontier models is less about one training trick and more about who gets access to useful capability, under what rules, and at what cost.

TL;DR: Distillation is becoming a policy argument because it can move frontier capability into cheaper, smaller, more controllable open-weight models, but the legal and trust questions are not solved by calling it competition.

What is Garry Tan actually asking for?

The primary source here is the Hacker News item titled “Garry Tan wants US open-weight AI labs to ‘distill’ frontier models, too.” The specific claim is narrow: Garry Tan wants US open-weight AI labs to use distillation from frontier models as part of their own model-building strategy.

That is enough to matter.

Distillation, in plain terms, means using a stronger model as a teacher for another model. The student model learns from the teacher’s outputs, traces, preferences, or behavior patterns. The goal is not usually to clone every capability. The goal is to compress useful behavior into a model that is cheaper to run, easier to host, or easier to adapt.

This is why the argument has heat. If a closed frontier model can be queried, and those outputs can help train an open-weight model, then access to capability becomes less tied to owning the largest cluster or the most advanced training run. A smaller lab can stand on the behavioral surface of a bigger one.

That sounds pro-competition. It also sounds like the kind of thing frontier labs will fight hard, especially if their product terms restrict training a competing model on their outputs. Without a first-party statement from Tan in the supplied material, I would not stretch this into a detailed legal position. The useful read is simpler: open-weight advocates want the same playbook available domestically that they believe other actors may already use.

Why does distillation matter more than another benchmark jump?

Benchmarks are the shiny part. Distillation is the distribution part.

A frontier model that costs too much to run is powerful, but not always practical. A distilled model that is “good enough” for coding help, support triage, document parsing, data cleanup, or local agent loops may create more real usage. Especially when teams can run it privately, fine-tune it, inspect it, or ship it inside a product without sending every request to a closed API.

That is the open-weight case at its strongest. Not ideology. Deployment.

large opaque model feeding several smaller transparent models used in different work settings

But there is a catch. Distillation can preserve useful behavior, but it can also preserve bad behavior. Hallucination patterns, refusal quirks, hidden biases, brittle reasoning shortcuts. If the teacher model gives confident garbage, the student can learn that tone too. If the teacher model is strong only because it has scaffolding, tools, retrieval, or hidden system instructions around it, the student may learn a shallow imitation of the final answer without the machinery that made it reliable.

That is the part hype misses. Distilled models are not magic capability laundering. They are compressed behavior. Sometimes that is enough. Sometimes it is a cardboard cutout of intelligence.

All three.

For open-weight AI, distillation is one route to models that more people can run and modify. For US competitiveness, Tan’s framing points toward a fear that domestic labs may be more constrained than overseas competitors, whether by norms, terms, lawsuits, or caution. For law and platform governance, the question is whether model outputs are ordinary usage, protected training material, contract-restricted product value, or something else.

I do not think builders should wait for that debate to resolve before learning the pattern. But they should separate three things that often get blurred: technical feasibility, permission, and business wisdom. You may be able to distill. You may not be allowed to use a specific provider’s outputs that way. And even if you can, you may not want your product’s behavior anchored to a teacher you do not control.

The most practical version is smaller and less dramatic: use distillation inside your own systems. Let a strong model generate examples, critiques, rubrics, and edge cases. Use humans or evals to filter them. Train or tune a smaller model for a narrow workflow. Measure it against the real task, not vibes.

For a builder, I would try this on one bounded workflow first: classify support tickets, rewrite product descriptions, extract fields from messy PDFs, generate SQL drafts, or route agent tasks. Use the best model as a teacher, but keep a clean eval set and watch failure modes. The catch most readers miss: the distilled model is only as useful as the task definition and evaluation loop around it. Without that, you are not compressing intelligence. You are compressing noise.