cd /news/artificial-intelligence/ainews-gpt-5-6-price-cut-by-20-80-co… · home topics artificial-intelligence article
[ARTICLE · art-81374] src=latent.space ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

[AINews] GPT 5.6 price cut by 20%-80%: Cost of GPT 5.4 Intelligence dropped 13x in 4 months due to GPT 5.6 recursive self-optimization

OpenAI has cut prices for GPT-5.6 by 20%-80%, with the cost of GPT-5.4-level intelligence dropping 13x in four months due to GPT-5.6's recursive self-optimization. The company published findings showing that GPT-5.6 Sol autonomously rewrote production kernels, improved speculative decoding, and optimized caching, reducing serving costs by 20% and increasing token-generation efficiency by over 15%. OpenAI also introduced a 2.5x faster mode in Sol, and the price cuts make GPT-5.6 cheaper than open models like DeepSeek, GLM, and MiniMax.

read8 min views1 publishedJul 31, 2026
[AINews] GPT 5.6 price cut by 20%-80%: Cost of GPT 5.4 Intelligence dropped 13x in 4 months due to GPT 5.6 recursive self-optimization
Image: Latent Space

Distillation is all you need!

One of our big “hero charts” a year ago (eventually adopted by Demis) made the stunning observation that, holding LMSys Elo constant, GPT4 level intelligence fell by 1000x over 18 months:

Back then, it was unclear if these were “noob gains” - going from unoptimized to optimized, going from completions to reasoning, going from dense to MoE, with all the low hanging fruit gone. Another 18 months later, it seems the answer is no; constant-level intelligence is continuing to get precipitously cheaper.

Yesterday, OpenAI published findings on how GPT 5.6 had optimized its own serving:

1. Inference Acceleration

To serve more tokens on the same hardware without sacrificing quality, OpenAI focused on several systemic upgrades:

Self-Optimization: GPT-5.6 Sol was actively used to analyze production traffic, tune load balancing, and autonomouslyrewrite production kernels in OpenAI’s own Triton and Gluon languages. This autonomous kernel optimization reduced end-to-end serving costs by 20%.Speculative Decoding: Improved its own draft model (by designing and runninghundreds of experiments on its architecture, testing changes in size, structure, and features, while monitoring the speculator training process,autonomously intervening when issues arose, including hardware failures and training instability) increasing token-generation efficiency by over 15%.KV Caching: Optimized batching, sharding, and cache management specific to different workloads (primarily Sol in Codex) to extract more inference from existing hardware.

2. Agentic Harness Improvements

To streamline the complex, multi-step tasks in tools like Codex and ChatGPT Work, OpenAI optimized their Rust orchestration layer to reduce repetitive compute costs:

Avoiding Context Bloat: Tools, skills, and plugins are only surfaced when needed (deferred discovery), and tool outputs are capped at 10,000 tokens by default to prevent the context window from expanding unnecessarily.Prompt Caching: To avoid reprocessing the same instructions and history repeatedly, the harness treats all model-visible history as append-only. This preserves the prompt prefix, allowing the system to reuse previously computed data and maintain a high cache hit rate.

Today, they proved it wasn’t just theory, announcing large price cuts for the smaller models and a new 2.5x Faster mode in Sol (though not the hinted 10x faster Cerebras-driven mode promised in July):

That is a beautiful Pareto curve — if AA’s Cost per Task is reflective of real world tasks, then OpenAI has beat even open models like DeepSeek, GLM, and MiniMax, and dedicated cheap-but-good models like Gemini Flash-Lite.

Good, but what is truly jaw dropping is Nicdunz’s observation: GPT-5.4 full at xhigh scored 51, exactly where Luna max sits today. GPT-5.4 costs $2.50/$15; Luna now costs $0.20/$1.20. In other words, roughly four months later,OpenAI is selling March’s full flagship intelligence at about one-thirteenth the token price.

That’s an annualized rate of ~2000x a year, a huge acceleration since our last observation - which you SHOULD discount because all public benchmarks like AA’s get trained to some extent whereas Elos are less directly trainable. While leading Chinese and American open models like Poolside’s Laguna and Thinky’s Inkling offer full control and sovereignty, if your only goal is cost-effective non-finetuned intelligence, you will find it -very- hard to beat OpenAI right now.

AI News for 7/29/2026-7/30/2026. We checked 12 subreddits,

[544 Twitters]and no further Discords.[AINews’ website]lets you search all past issues. As a reminder,[AINews is now a section of Latent Space]. You can[opt in/out]of email frequencies!

AI Twitter Recap

OpenAI Pricing Cuts, Harness Semantics, and the ARC-AGI-3 Memory Debate

OpenAI cut GPT-5.6 prices aggressively and added a faster Sol tier:OpenAIreduced** GPT-5.6 Luna by 80%and Terra by 20%, while introducing Sol Fastat up to 2.5× lower latency for 2× the standard pricewith “no change in intelligence,” per@OpenAIDevs. The downstream effect is notable for agent workflows:Auto-review in ChatGPT app and Codex CLI is moving from GPT-5.4 to Luna, with OpenAI expecting roughly10× lower cost**. Multiple observers framed this as a meaningful shift in the price/performance frontier, including@sama,@nicdunz, and@kimmonismus. OpenAI also tied the cuts to systems-level efficiency improvements spanning “model, inference stack, and agentic harness” per@OpenAIDevs.ARC-AGI-3 re-emphasized that “the model” is not the whole system: The most technical eval discussion centered on harness design, memory retention, and context compaction.François Cholletclarified ARC’s rules: bespoke benchmark-specific harnesses are disallowed, butgeneral-purpose API features available to all users are acceptable if settings and cost are reported. A detailed summary from@kimmonismuscontrastedOpus 5 at 30.2% on the official semi-private ARC setup withGPT-5.6 Sol at 7.8% under the standard harness, while noting OpenAI’s internal use ofResponses API retained reasoning + compaction raised Sol’s public-set score to38.3%. The takeaway echoed by@gneubig,@scaling01, and others: long-horizon evals increasingly measure thecomplete agent system—reasoning retention, truncation policy, compaction, tool orchestration—not just base weights.

Thinking Machines’ Inkling-Small and the Continuing Open-Weights Push

Inkling-Small compresses Inkling-class capability into a much smaller active footprint:Thinking Machinesreleased** Inkling-Small**, an** open-weights**, natively multimodal MoE model with** 276B total parameters and 12B active**, positioned as delivering performance comparable to the original Inkling at roughly a quarter the size. The company says it processesaudio and images jointly with text and supports Python-based image inspection during reasoning in multimodal settings, pertheir follow-up. The release immediately landed across the open inference stack:vLLM announced day-0 support,Modal highlighted single-B300 deployment,LMSYS/SGLang reported decode throughput figures, andUnsloth published a local-running/GGUF guide.Benchmarks suggest an unusually efficient open model for coding and multimodality:Artificial Analysisplaced Inkling-Small at** 40on its Intelligence Index—within a point of the flagship Inkling—with strengths on Humanity’s Last Exam, GPQA Diamond, CritPt, and SciCode**, though weaker on some agentic tasks and factual knowledge. Community summaries emphasized that the smaller model can** beat or match the larger Inkling on several coding tasks**, including@kimmonismusand@mervenoyann. The combination ofopen weights, multimodal input, 1M-context support in deployment stacks, and 12B active compute makes this one of the more practically important open releases in the batch.

Google’s Gemini Robotics 2 and the Acceleration of Embodied AI

Gemini Robotics 2 expands from tabletop manipulation to full-body control and multi-robot coordination:Google DeepMindlaunched** Gemini Robotics 2**, describing it as “one brain for any robot,” with demos spanning** whole-body humanoid control**,** advanced dexterity**, and** multi-robot collaboration**.Google AIadded that the stack includes** Gemini Robotics ER 2**, a high-level embodied reasoning model that can observe, plan, coordinate with a VLA model, track progress, and recover from failed steps during multi-minute tasks. The demos emphasized nontrivial motor tasks such as knot-tying, screwing in a bulb, bending to pick up objects, and collaborative garage cleanup.The practical story is heterogeneity and adaptation, not just nicer demos: Technical commentary highlighted that the same checkpoint controlled multiple hardware types and that** On-Device 2can reportedly adapt to a new two-arm robot with fewer than 200 examples**, summarized by@kimmonismus.@OfficialLoganKand@osansevierofocused on ER 2’s API availability and embodied reasoning metrics, whileNVIDIA Roboticsused the moment to push the local hardware side withJetson AGX Thor for humanoid/autonomous systems. Relative to prior robotics announcements, this one stood out because it combinedplatform breadth, planning, dexterity, and live-streaming APIs rather than a single narrow manipulation benchmark.

Agents, Cloud Development Environments, and Persistent Memory Infrastructure

Cloud agents are graduating from demos to core engineering workflows: One of the stronger operational datapoints came fromCursor: in December,1 in 10 merged PRs came from cloud agents; now that share is56%, attributed to giving agents their own cloud computers and allowing them to improve their environments over time. In the same vein,@jaredpalmersaid he still hasn’t set up a laptop for local development after joining Cognition, preferring Devin in Slack/webapp, and@dabit3showedDevin cloud agents running macOS with Xcode and simulator access to build/test native iOS apps.Cognitionalso addednative GitHub stacked PR support, a useful adaptation for agent-generated changesets.** Persistent memory is becoming productized, but evidence on its value is mixed**:Perplexitylaunched** Projects**, evolving Spaces into hubs for ongoing work with** shared files and persistent memoryvia “Brain,” while@AravSrinivaspositioned it as a multiplayer, agentic operating system for work. For memory infra lower in the stack,TurboPufferdescribedMem0 migrating 400M+ agent memories** from pgvector to turbopuffer, citing70ms p90 hybrid retrieval and97% recall@10. But the research signal was more cautious:@dair_aihighlighted a paper suggesting filesystem-style memory stores canhalve retrieval cost at scale yetdid not improve final answer quality in the study, and store quality degraded under most management agents except the strongest one. Net: memory infra is maturing as a product surface, but its causal contribution to capability remains unsettled.

Infra, Retrieval, and Tooling: Kernels, Search Transparency, and New Eval Infrastructure

Systems optimization remains a major source of gains:SemiAnalysishighlighted GPU Mode’s** AMD kernel hackathon**, saying the Readonflow team improved** MI355X end-to-end performance by over 2×**. At the individual-kernel level,@maharshiireported a custom attention kernel jumping from1.5× to 2.17× over torch SDPA by replacingdiv.rn.f32

withrcp.approx

, a reminder that PTX-level inspection still matters.Astralalso open-sourced build pipelines for prebuilt wheels of GPU-heavy packages likeFlashAttention andDeepSpeed, targeting reproducibility and easier Python packaging.** Retrieval and search infra became a transparency issue, not just a performance issue**:Simon Willisoncriticized both OpenAI and Anthropic for depending heavily on search while obscuring the underlying search index and partnerships; he pointed to Anthropic’s subprocessor listings revealing ties toBrave and laterTurboPuffer in a way not clearly surfaced in product docs. On the retrieval-model side,@antoine_chaffinintroducedmDenseOn and mLateOn, fully open multilingual retrieval models for long-context and code retrieval, withfollow-up metricssuggesting especially strong generalization for late interaction models.

Top tweets (by engagement) OpenAI pricing reset:@OpenAIannounced** 80% Lunaand 20% Terraprice cuts plus Sol Fast**, the clearest product/inference signal of the day.** Gemini Robotics 2 launch**:@GoogleDeepMindand@GoogleAIunveiled a more general embodied stack spanning whole-body control, dexterity, and collaboration.Inkling-Small release:@thinkymachinesshipped a materially important** open multimodal MoEwith 12B activeparameters. Cloud agents in production software engineering**:@cursor_aishared the strongest concrete adoption stat in the set:** 56% of merged PRsnow coming from cloud agents. Independent review of the Hugging Face / OpenAI incident**:@METR_Evalssaid it reached agreement with OpenAI and Redwood Research on anindependent review of the model behavior observed during the Hugging Face incident, with scope and tentative conclusions to be published.

AI Reddit Recap

/r/LocalLlama + /r/localLLM Recap

1. Kimi K3 and Inkling-Small Local MoE Runs

Keep reading with a 7-day free trial #

Subscribe to Latent.Space to keep reading this post and get 7 days of free access to the full post archives.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @openai 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/ainews-gpt-5-6-price…] indexed:0 read:8min 2026-07-31 ·