Price Cut Just 20%, Bill Drops 80%: GPT-5.6 Steps into Claude's Turf to Recalculate the Programming Bill

marsbitPublished on 2026-08-28Last updated on 2026-08-28

Abstract

While the official price for GPT-5.6 Terra only dropped by 20%, developer costs for successful coding tasks have reportedly been slashed by 82% when using the model within AWS's Kiro platform. This dramatic reduction stems not from model price cuts alone, but from significant efficiency gains within the integrated "agent + model" system. By optimizing the workflow—reducing unnecessary tokens, tool calls, and failed attempts—the collaboration between OpenAI and AWS has minimized costly computational detours. Key to this efficiency is Kiro's "spec-driven" approach, which refines vague user requests into clear technical specifications before the model begins coding, preventing expensive misunderstandings and rewrites. Benchmark results highlight that the choice of AI agent framework significantly impacts cost, with different frameworks yielding vastly different bills for similar performance scores. The integration marks OpenAI's entry into Kiro, a platform previously dominated by Anthropic's Claude. AWS now offers developers a choice between GPT-5.6 models (Sol, Terra, Luna) and Claude, fostering direct competition. This shift reframes the model selection question from "cost per million tokens" to "total cost to complete the task," emphasizing end-to-end efficiency over raw benchmark scores.

For the same model, the official price is reduced by only 20%, but your bill shrinks by eighty percent.

On August 24th, OpenAI announced test results conducted jointly with AWS:

On Terminal-Bench 2.1, the cost for GPT-5.6 Terra to successfully complete a task in Kiro was reduced by approximately 82%.

Kiro is AWS's intelligent software developer agent platform, covering IDE, CLI, and Web.

The three siblings of the GPT-5.6 family—Sol, Terra, and Luna—have been running inside for over a month.

This 82% reduction is not the official price cut.

Terra's last price adjustment was on July 30th, by 20%.

OpenAI price adjustment announcement on July 30th, Terra lowered by 20%.

The unit price dropped only 20%, but the bill could be slashed by eighty percent.

The source of the remaining sixty percentage points saved in the middle is what truly deserves our attention.

GPT-5.6 landed on Kiro in July this year.

First, on the 13th, AWS announced that GPT-5.6 Sol, Terra, and Luna were officially available on Amazon Bedrock.

The very next day, Kiro published a blog post announcing the availability of the three models on IDE, CLI, and Web.

This marked the first time OpenAI models entered Kiro, coinciding with Kiro's one-year public preview anniversary.

First, put the models on the shelf, then put them to work. Over a month later, OpenAI came back with its homework:

The two companies jointly tuned the Kiro environment and OpenAI models, reducing the cost for Terra to complete a successful task by about 82%.

What's Saved

Is the Money Spent on Detours

During the price adjustment on July 30th, Terra was reduced by 20%, but in Kiro's tests, the cost per task dropped by 82%.

Where did the extra sixty percent savings come from?

The directions are limited:

The model generated fewer tokens, the number of back-and-forth tool calls decreased, and there were fewer retries and detours after failures.

Therefore, the large chunk saved is not the cost per call, but the cost of those calls that would have been wasted.

The logic is simple: if an AI agent fails a task once, the bill is still charged. If it chooses the wrong path, goes off-track three times, and then circles back, those tokens are also billed.

In real development, money often leaks out this way.

OpenAI has pointed out the same logic in its official blog: efficiency comes from three layers:

The agent framework that initiates requests and organizes context, the orchestration system that schedules requests in the middle, and finally the model itself running on GPUs.

OpenAI breaks down the sources of GPT-5.6's efficiency: requests start from the agent framework, are scheduled by the orchestration system, and finally run the model on GPU, saving at every layer.

Savings can also come from model specialization.

OpenAI also gave an example of usage: a coding workflow can first use Sol to think through the problem and define the plan, then switch to Luna to implement the well-defined changes, write tests, and run evaluations.

Same pipeline, different levels of intelligence allocated to different stages.

The Model Accounts for Only Half the Bill

Change the Framework, Change the Price

The Terminal-Bench 2.1 benchmark doesn't ask the model to answer questions alone.

It places the model in a terminal environment with a vague objective, letting it plan its own path, call tools, write scripts, handle errors, and iterate repeatedly.

So the resulting score is the performance of the "agent + model" combination.

The public Terminal-Bench 2.1 leaderboard, with cost added to the right of accuracy. (Source: Terminal-Bench)

The four lines of numbers in the leaderboard illustrate the point best:

Claude Code with Fable 5, 83.8%, $552.67;

Codex with GPT-5.5, 83.1%, $2059.19;

Codex with GPT-5.6 Terra, 78.4%, $421.15;

Codex with GPT-5.6 Luna, 75.7%, $241.45.

The scores in the first two rows differ by only 0.7 percentage points, but the bills differ by nearly 4 times.

The same model, placed into different frameworks with different context organization and tool strategies, results in completely different prices.

According to data provided by Kiro, Terra scored 77.4 on the Coding Agent Index, only slightly higher than Claude Fable 5's 77.2.

Its selling point isn't the score, but the price corresponding to that score.

This is also where Kiro's spec-driven focus lies. The core approach is simple: don't start writing code immediately.

It first breaks down the user's vague goal into a formal requirements document, technical design, and executable task list before handing it over to the model.

Thus, the model receives not a vague statement, but a well-defined job.

Those familiar with Agents will immediately realize that this step saves the most expensive part of the expenditure.

Models going off-track, reworking, and starting over often burn more tokens than doing the actual work.

Kiro also includes two checkpoints in the process: pause for human review before code is actually modified; and automatically run a round of tests after the work is done to verify correctness.

Each rework stopped by these two checkpoints saves real money.

Claude in Amazon's Territory

GPT Takes Half

A year ago, Kiro was just a spec-driven IDE, and the model selector was Anthropic's domain.

A year later, AWS placed three tiers of OpenAI models into its own developer agent platform at once.

Sol, Terra, Luna listed alongside Claude in the same dropdown menu—a scene hard to imagine a year ago.

Although GPT-5.6 is "fully deployed" this time, it's not "fully open."

The three models are released progressively and experimentally, targeting Pro, Pro+, Pro Max, and Power users. Availability is limited to two regions: US North Virginia and Europe Frankfurt, supporting cross-region inference.

There's also a point many find hard to adjust to: these models in Kiro operate with a hidden chain-of-thought; you can't see its reasoning steps, only the final result.

Those accustomed to watching the Agent reason step-by-step feel like throwing work into an opaque box.

The official statement is that this is expected behavior and doesn't affect output quality.

The three model tiers are clearly priced in Kiro.

When they first launched on July 14th, the same task cost 2.4x for Sol, 1.2x for Terra, and 0.6x for Luna.

After OpenAI's price reduction on July 30th took effect, Kiro followed the next day: Luna was slashed from 0.6x all the way to 0.1x, Terra reduced from 1.2x to 1.0x, with only Sol unchanged.

AWS's stance is clear: a development platform cannot be tied to just one model.

In the same selector, two cutting-edge models are beginning to undercut each other on price.

The evaluation criteria for models is also changing: a higher score no longer guarantees a win; spending less can also win.

For developers, the question used to be "How much per million tokens for this model?" Now it must be "How much will it actually cost me to get this thing done?"

References:

https://x.com/OpenAIDevs/status/2091966982015103068

https://openai.com/index/gpt-5-6-in-kiro/

This article is from WeChat Official Account "AI_era" (ID: AI_era), author: ASI Revelation, editor: Yuanyu

Trending Cryptos

Related Questions

QAccording to the article, the cost of completing a successful task with GPT-5.6 Terra in Kiro decreased by 82%, but the official price reduction was only 20%. Where did the additional 60% cost saving come from?

AThe additional 60% cost saving primarily came from optimizations that reduced wasted token usage. These savings were achieved by minimizing the number of tokens generated, reducing unnecessary tool calls, and decreasing the frequency of failed attempts and inefficient detours. Essentially, the savings came from avoiding the costs associated with the AI agent making mistakes, choosing wrong paths, or having to backtrack, all of which would have incurred charges.

QWhat is the primary difference in how Kiro approaches coding tasks compared to a traditional AI agent, and how does this contribute to cost savings?

AKiro uses a spec-driven approach. Instead of letting the AI write code immediately from a vague user instruction, it first breaks down the instruction into a formal requirements document, technical design, and a list of executable tasks. This provides the model with a clear and structured job description upfront. This method saves costs by significantly reducing the expensive overhead of the model going off-track, needing rework, or starting over, which consumes a large number of tokens.

QWhat was a notable change in the Kiro platform's model offerings one year after its public preview, and what does this signify?

AA notable change was the introduction of three OpenAI GPT-5.6 models (Sol, Terra, Luna) into Kiro's model selector, where previously Anthropic's Claude models were dominant. This signifies a strategic move by AWS to avoid being tied to a single model provider on its development platform. It creates direct competition between leading models, which can drive performance improvements and price reductions for developers.

QHow does the article explain the layered efficiency improvements for AI agents like GPT-5.6 in platforms such as Kiro?

AThe article explains that efficiency gains come from three layers: 1) The agent framework that initiates requests and organizes context. 2) The orchestration system that schedules and dispatches these requests. 3) The model itself running on the GPU. Cost savings are achieved through optimizations at every one of these layers, not just the model's raw processing cost.

QAccording to the Terminal-Bench 2.1 data cited, why might a developer's choice of agent framework be as important as the choice of model itself for overall cost?

AThe Terminal-Bench 2.1 data shows that different frameworks paired with the same or similar models can result in vastly different costs. For example, Claude Code with Fable 5 achieved 83.8% accuracy at a cost of $552.67, while Codex with GPT-5.5 achieved 83.1% accuracy but at a much higher cost of $2059.19. This demonstrates that the framework's context organization, tool strategies, and workflow efficiency have a massive impact on the final bill, making the framework choice critically important.

Related Reads

Anthropic Eyes 'Training Chips'? Reportedly Considered Acquiring AI Chip Company MatX for $7 Billion

AI giant Anthropic reportedly discussed acquiring AI chip startup MatX for approximately $7 billion to accelerate its in-house chip development, specifically targeting "training chips" for large language models. This move follows OpenAI's recent unveiling of its own inference chip, "Jalapeño," highlighting a growing trend of major AI companies vertically integrating into hardware. However, the MatX deal was ultimately abandoned, with talks shifting toward potential collaboration instead. Anthropic's interest in MatX, a company founded in 2023 by former Google TPU engineers, underscores its strategic push to secure faster and more cost-efficient computing power for its Claude model. The company's broader chip ambitions are further evidenced by its recruitment of key industry veterans, including former Google TPU leader Amir Salek and ex-OpenAI chip engineer Clive Chan, to build an internal chip team. Anthropic is also actively meeting with several other AI chip startups to evaluate different architectures. Despite this significant investment in chip design capabilities, Anthropic reportedly plans to maintain a multi-vendor strategy, continuing its partnerships with major suppliers like Nvidia and Google. Developing advanced chips remains a costly and time-intensive endeavor, making the acquisition of an established startup like MatX an attractive, though currently unrealized, shortcut to gain expertise and potentially reduce long-term costs.

marsbit5m ago

Anthropic Eyes 'Training Chips'? Reportedly Considered Acquiring AI Chip Company MatX for $7 Billion

marsbit5m ago

Weekly Editor's Picks (0822-0828)

**Weekly Editor's Picks (Aug 22-28)** **Theme:** This weekly digest curates in-depth analysis from the fast-moving information flow, filtering noise to deliver insights. **Macro & Geopolitics** * **US Treasury Strategy:** Wall Street expects potential signals in November regarding future borrowing through more short-term bills and notes, alongside expanded bond buybacks to ease long-term yield pressure. A direct cut in long-term bond issuance is also a rising possibility. * **Gold Outlook:** Goldman Sachs sees fundamental buying, ETF inflows, and options activity driving gold above $4,600/oz. They maintain a year-end target of $4,900, noting potential upside from increased macro hedging demand. Options positions could amplify moves in either direction. **Investment & Crypto** * **Arthur Hayes Interview:** The BitMEX co-founder argues crypto is the primary release valve for central bank liquidity. He predicts ETH could reach $30,000 and sees FLOP potentially surpassing ETH. The Clarity Act is criticized as harmful to US crypto innovation. He views war as the biggest market risk. * **Crypto Leverage Plays:** Analysis of crypto-correlated stocks (MSTR, COIN, etc.) during BTC's 24% weekly surge, ranking their leverage and risk profiles. * **Altcoin Season:** The altcoin market cap surpassed $1 trillion, with 92% of tokens rising. The rally is becoming more fundamentals-driven. * **ZEC & TAO ETFs:** Zcash hit an 8-year high, fueled by Grayscale's progress in converting its Zcash Trust to a spot ETF. A similar "trust-to-ETF" path is noted for Bittensor (TAO). * **Tokenomics Shifts:** Hyperliquid (HYPE) activated a new revenue stream for buybacks. Ethena (ENA) announced a buyback of locked VC tokens and canceled future monthly unlocks, significantly reducing sell-side pressure. **AI & Semiconductors** * **NVIDIA Earnings:** Approaching $100B in quarterly revenue, with growth potentially continuing at 70% next year. Demand is broadening beyond major cloud providers. Supply remains a constraint. * **SK Hynix:** A technical and fundamental analysis following a significant pullback. The company announced a major share buyback. Key risks include competition from Samsung and high stock volatility. **CeFi & DeFi** * **DeFi Picks:** Highlights protocols with strong revenue metrics (UNI, AAVE, JUP, etc.) as potential opportunities. * **Crypto Credit Lines:** Galaxy Digital launched a credit line product allowing users to borrow against BTC, ETH, and SOL portfolios at 8.99% APR, targeting holders needing liquidity without selling assets. **Ethereum & Scaling** * **BitMine's ETH Holdings:** The public company is nearing a 5% stake in all ETH. Analysis discusses the lack of direct network control but highlights concentration risks, regulatory implications, and the company's leveraged bet on a single asset. Fundstrat's Tom Lee suggests buying won't stop at 5% and sees a $10,000 price target for ETH. **Other Notable Topics** * **Meme Coin Drama:** The cycle of rumors, pumps, and dumps around potential "Trump-themed" tokens. * **SOL Burn Proposal:** A vote could significantly increase the daily SOL burn rate. * **Security Incident:** A high-profile Chinese influencer alleged a multi-million dollar crypto scam. * **Weekly Recap:** Key events included BTC reclaiming $80k, speculation about crypto trading on X, and significant altcoin market cap growth.

marsbit19m ago

Weekly Editor's Picks (0822-0828)

marsbit19m ago

Strive Executive: Rethinking the Bitcoin Price Flywheel

"Strive Executive: Rethinking Bitcoin's Price Flywheel" Bitcoin's maturation process may not follow a simple trend of ever-shrinking returns, as suggested by its long-term power-law trajectory. Instead, a multi-stage "flywheel" effect could emerge, driven by falling volatility. In its early stages, Bitcoin exhibited extreme returns and high volatility, limiting large-scale investment and its use as collateral. As it matures (Stage 2), both returns and volatility decline, improving its risk-adjusted returns. While this seems to point toward diminishing gains, it crucially enhances Bitcoin's appeal to institutional capital and its quality as collateral for loans. Lower volatility allows existing investors to allocate more capital without increasing portfolio risk. More importantly, it significantly increases the amount of debt the system can safely issue against Bitcoin holdings. With shallower potential drawdowns, lenders can extend more credit against the same collateral value, making leveraged Bitcoin accumulation strategies more feasible and resilient. This sets the stage for Stage 3: a self-reinforcing cycle. Improved fundamentals attract more equity capital. Simultaneously, Bitcoin's enhanced collateral status enables the expansion of dollar-denominated credit (e.g., bank loans, bonds) used to acquire more Bitcoin. Fixed Bitcoin supply meets growing demand from both equity and newly created debt, potentially reigniting price acceleration. Thus, the very process of maturation—declining volatility—creates the conditions for a capital and credit flywheel. This could push Bitcoin's USD price to break above its historical power-law trend, analogous to the final, rapid failure stage in a metal fatigue curve where the stressed "material" is the fiat credit system itself.

marsbit39m ago

Strive Executive: Rethinking the Bitcoin Price Flywheel

marsbit39m ago

Breaking News: OpenAI Completely Cuts Off Cursor

OpenAI has announced it will completely terminate its direct model supply to Cursor, the AI-powered code editor, on November 12. This decision follows the acquisition of Cursor by SpaceX (and thus Elon Musk) in a $60 billion deal two weeks prior. OpenAI cites Musk's history of contractual violations as the core reason, including past instances where xAI (now part of SpaceX) used OpenAI data for model training against terms of service. The move severs Cursor's official bundled access to OpenAI models like GPT. Crucially, it also explicitly excludes access to OpenAI's upcoming, highly capable "Astra" model, which is considered a strategic asset. Developers can continue using OpenAI models within Cursor by supplying their own API key, but this shifts costs from a bundled subscription to a direct, usage-based payment model, effectively raising prices for heavy users. Cursor's CEO confirmed negotiations are ongoing and emphasized Cursor's long-standing relationship with OpenAI, framing the decision as a departure from OpenAI's claimed platform neutrality. The article frames this event as part of a broader industry trend where model providers (like OpenAI and Anthropic) are increasingly cutting off integrated access to their models in tools owned by competitors or entities they distrust. The conclusion is that control over the foundational AI models has become the ultimate source of power, deciding who gets access to the most advanced capabilities.

marsbit1h ago

Breaking News: OpenAI Completely Cuts Off Cursor

marsbit1h ago

Trading

Spot

Hot Articles

How to Buy BILL

Welcome to HTX.com! We've made purchasing Billions Network (BILL) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy Billions Network (BILL) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your Billions Network (BILL)After purchasing your Billions Network (BILL), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade Billions Network (BILL)Easily trade Billions Network (BILL) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

3.7k Total ViewsPublished 2026.05.07Updated 2026.06.02

How to Buy BILL

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of BILL (BILL) are presented below.

活动图片