The post argues that for a narrow business workflow, catalog review, you can take a 9B open model, train it with reinforcement learning on a task-specific scorer, spend about $500 on the final training run, and end up with a specialist that beats frontier APIs on that one job. The bigger point is economic, not scientific. If the task is frequent, easy to verify, and costly enough at API scale, a tuned small model can be faster, cheaper, and better aligned to the exact decision you need.
That framing mostly held up. People accepted the basic idea that specialists can beat generalists on closed-domain work, especially when the output is easy to score and you plan to run it millions of times. The useful boundary people drew was simple: this is for repetitive production tasks, not for open-ended reasoning or discovery. Several comments sharpened the business case further. The training bill is not the real story. Data collection, labeling,
evals, and drift management are. If you already have a clean labeled corpus and can measure success automatically, this approach gets interesting. If you do not, the claimed $500 is almost irrelevant.
The strongest skepticism focused on methodology. Multiple readers noticed the article did not clearly show train, test, and
holdout splits, even though it trained against a custom scoring function on a custom benchmark. That made the result feel more like benchmark-specific optimization than convincing proof of broad superiority. Others pointed out that comparing against today's frontier models understates the maintenance problem, because by the time you have built and tuned a specialist, the next general model may have closed much of the gap for free.
The discussion landed on a pragmatic middle ground. Fine-tuned small models look real for high-volume, narrow workflows where speed, unit cost, privacy, or
on-prem deployment matter. Frontier APIs still win when the task is vague, the domain shifts quickly, the data is messy, or the cost of errors is high enough that "just use the strongest model" is the cheaper business decision. In other words, the bottleneck is usually not parameters. It is having a crisp problem definition, a reliable reward function, and the operational discipline to keep the system honest over time.