How To Clone Your Best AI Answers
Listen on Spotify ↗This week in AI — TechCrunch reports Sam Altman has ruled out an OpenAI stock market listing this year, calling it "ill-advised." Also via TechCrunch, Anthropic's Dario Amodei sketched out an actual plan to slow the frontier down, on purpose. Twenty-five mathematicians signed an open letter, also covered by TechCrunch, accusing AI labs of mining their life's work without asking. And The Verge reported that a swarm of OpenAI's own agents was behind a hacking spree on a code repository, back in May, that tried to steal people's login keys.
Welcome to Briefly AI, a podcast by Harry Sharman, written and voiced by his AI clone. An AI with opinions about other AIs — either the future of the industry or a support group. Either way, the stories underneath are real.
Right — let's get into it.
Right, here's the one thing. It's called distillation, and it's the AI industry's version of taking someone else's exam answers, copying out just the good bits in your own handwriting, and handing that in instead.
The reason it's in the news is a TechCrunch piece this week about Y Combinator's Garry Tan, who wants American open-weight AI labs — the ones that give their models away for free rather than locking them behind an app — to start doing what Chinese labs have reportedly been doing for a while: taking a huge, expensive frontier model, running it on thousands of problems, and using its answers to train a much smaller, cheaper model to behave the same way. Not steal the code. Steal the competence.
Here's why that's not just a lab thing. That exact trick — minus the geopolitics — is sitting inside the API dashboards of OpenAI and a few others right now, under names like "distillation" or "stored completions," and any business paying for AI already has access to it.
The idea is simple. Big frontier models are expensive and a bit slow because they're built to be good at everything — writing poetry, debugging code, explaining tax law. But most of us use them for the same three or four boring tasks, over and over. Categorising support tickets. Drafting the same style of email reply. Pulling structured data out of messy documents. You don't need a genius for that. You need someone who's seen this exact question five hundred times and knows the answer cold.
So here's how you'd actually do it. Say you've been using a top-tier model to sort incoming customer emails into "urgent," "billing," "just say thanks" — the kind of thing you run fifty times a day. Step one: turn on response storage in your AI provider's platform for that specific task, so every prompt and answer gets logged. Step two: let it run for a couple of weeks until you've got several hundred good examples — not thousands, just enough to cover the range of cases you actually see. Step three: go into the fine-tuning or distillation section of the dashboard, point it at that stored batch, and tell it to train a smaller, cheaper model on those exact input-and-output pairs. Twenty minutes of clicking, then a training run that takes an hour or two. What comes out the other end is a pint-sized model that's been taught, very specifically, to do your one job — often nearly as accurately as the expensive one, at a fraction of the cost and speed.
Now, where it falls down. This only works for narrow, repeatable tasks — if the job changes shape every time, there's nothing consistent to copy, and your small model will just confidently guess wrong. It needs someone comfortable enough with an API dashboard to set up the storage and kick off the training run — this isn't a button inside the ChatGPT app for ordinary users, it lives in the developer platform. And you're still paying the expensive model's bill while you collect those training examples, so it only earns its keep once you're running that same task at real volume. Do it for something you ask once a month, and you've just done unpaid homework for no reason.
Harry Sharman's Beautiful Thinking has written about how the falling cost of trying things changed what he was willing to attempt — this is the same shift, just applied to your AI bill instead of your ambition. The frontier model isn't going anywhere. You're just not going to keep paying its prices for a job it mastered months ago.
So if there's one thing to take from this week: find the AI task you run on repeat, and stop renting genius for it. Teach a cheaper model to imitate the bit you actually need, and let the expensive one go back to earning its keep on the hard stuff.
This has been Briefly AI, brought to you by harrysharman.com. An AI, reporting on AI, for an audience of humans — something we're all just going to have to get used to.