GPT-5.6 just made itself CHEAPER

Idea #1
Price per token is a misleading metric; cost per completed task is the only number that matters when choosing an LLM provider. A model that charges half the token price but requires twice as many tokens to accomplish the same task costs exactly the same — and a model that looks expensive on paper can be dramatically cheaper in practice once task-level efficiency is accounted for. This distinction matters enormously when evaluating open-source alternatives against closed frontier models: Kimi K3 is nominally half the price of GPT-5.6 Luna, yet because it consumes roughly twice the tokens per task, the real-world cost is equivalent. The implication for practitioners is to benchmark on representative tasks before committing to a provider, tracking total token spend per outcome rather than headline rates. The Artificial Analysis 'cost per task' charts shown in the video make this concrete: GPT-5.6 Luna Max comes in at ~6 cents per completed task, while Claude Fable 5 lands at ~$2.75 and GLM 5.2 Max at ~26 cents — all at broadly comparable intelligence levels on the index.

Idea #2
Agentic loops running a frontier model 24/7 against production data represent a qualitatively different kind of optimization than human-driven tuning — and they are already live at scale. The key insight is that the loop's objective doesn't have to be 'solve a user task'; it can be 'reduce the cost of solving user tasks', turning the AI system into its own infrastructure engineer. OpenAI described exactly this: GPT-5.6 Soul with Codex continuously analyzes production traffic, identifies routing imbalances, tests new strategies, and iterates — every user prompt becomes a data point for the loop. This is structurally identical to Andrej Karpathy's AutoResearch project, where a small-model training loop ran hundreds of self-designed experiments and found improvements Karpathy himself had missed. The practitioner takeaway is that loops with a well-defined measurable objective (latency, token count, cost, error rate) and access to real production signals can surface optimizations that neither manual tuning nor one-shot LLM calls will find — and the same architecture is available at smaller scale to anyone building on top of these APIs.

Idea #3
The sustainable competitive strategy for closed frontier labs is: train a massive, expensive-to-serve frontier model, then use that model to distill or optimize smaller, far cheaper versions for commercial deployment — and keep reinvesting the revenue into the next frontier model. This creates a compounding flywheel: the biggest model trains the next biggest model, revenue from the affordable tier funds the compute, and outsiders never get access to the raw frontier capability that generated the smaller model. OpenAI made this explicit with GPT-5.6: Soul (the frontier model) was applied post-deployment to find GPU kernel optimizations and speculative-decoding improvements, yielding a 20% lower serving cost and 15% better token generation efficiency — gains that were then passed on as an 80% price cut for Luna (the workhorse tier). Anthropic held Fable internally for months before public release, consistent with the same pattern. The practical read for practitioners is that the public-facing API models are already several steps removed from the actual frontier, and the gap may widen over time.

Source: GPT-5.6 just made itself CHEAPER (Matthew Berman)

Text summarized and optimized using Anthropic’s models and reviewed by a human.