The era of the AI chatbot is quietly ending, replaced by the era of the AI agent. For millions of knowledge workers, the interaction pattern has shifted from asking a question and receiving a paragraph to assigning a goal and receiving a finished project. This transition from asking to doing is no longer a theoretical roadmap but a lived reality for a user base that has now surpassed 1 billion active users and 2 million corporate entities. Those who have integrated these tools into their daily workflow for more than six months are not just using the software more often; they are expanding the variety of tasks they delegate, doubling the scope of their AI-assisted work. The friction that once existed between a conceptual idea and a final deliverable is evaporating as models begin to coordinate tools and execute multi-step workflows autonomously.

The New Economics of the GPT-5.6 Family

To sustain this shift toward agentic workflows, OpenAI has overhauled its pricing structure to align intelligence with cost-efficiency. The centerpiece of this strategy is GPT-5.6 Luna, which has seen a massive 80% price reduction. Luna is now priced at $0.20 per million input tokens and $1.20 per million output tokens, positioning it as the primary engine for high-volume, high-performance reasoning tasks where budget is a primary constraint. For tasks requiring a higher ceiling of intelligence, GPT-5.6 Terra remains the precision tool, with a 20% price cut bringing it to $2 per million input tokens and $12 per million output tokens.

Beyond the standard tiers, OpenAI has introduced a specialized performance track with GPT-5.6 Sol. The Sol model offers a Fast mode that delivers up to 2.5x the speed of standard processing. While this speed comes at a premium—costing twice as much as the standard mode—it maintains the same level of intelligence, making it the logical choice for urgent, real-time applications where latency is the primary bottleneck. This tiered approach allows developers to map specific tasks to the most economical model without sacrificing the necessary cognitive depth.

Engineering Intelligence Without Changing Weights

The most significant revelation in the GPT-5.6 rollout is not the pricing, but how OpenAI is extracting more intelligence from the same silicon. In a striking display of system engineering, the company managed to increase the ARC-AGI-3 benchmark score of GPT-5.6 Sol from 13.3% to 38.3%. Crucially, this leap was achieved without altering a single weight or changing the underlying architecture of the model. Instead, the gains came from optimizing routing and context management. By refining how the system handles retained reasoning and manages the context window, OpenAI reduced the number of output tokens required to solve the same reasoning problems by six times.

This efficiency is mirrored in the backend infrastructure. The OpenAI technical team utilized GPT-5.6 Sol to analyze and optimize the very production software used to serve the models. By allowing the AI to identify and resolve bottlenecks in its own serving code, the company reduced end-to-end serving costs by 20%. Furthermore, improvements to speculative decoding—a process where a smaller, faster model predicts tokens that a larger model then verifies—have boosted token generation efficiency by over 15%. This optimization reduces data movement and increases the accuracy of the auxiliary model, allowing the hardware to generate more tokens per second without increasing power consumption.

This technical evolution has fundamentally changed the nature of AI output. Within Codex, agentic work now accounts for 99.8% of all weekly output tokens. This is no longer a tool for writing snippets of code; it is a system for managing entire software lifecycles. Even within OpenAI, the internal finance team has transitioned to these agentic tools as their primary mode of operation, moving away from manual data entry and toward autonomous process management.

This shift necessitates a new way of calculating ROI for AI implementation. The industry is moving away from simple token-based pricing toward a metric called the Cost of Successful Outcome. This formula is defined as the sum of token costs, the number of retries, human review time, and the cost of error correction. Under this framework, a more expensive, highly intelligent model that reaches the correct answer on the first attempt is significantly cheaper than a low-cost model that requires three retries and ten minutes of human auditing to fix a hallucination. The real cost of AI is no longer the API call, but the human time wasted on rework caused by insufficient intelligence.

As the cost of intelligence continues to plummet while the efficiency of execution rises, the boundary between software and employee continues to blur.