OpenAI Launches GPT-5.6 Models with Enhanced Capabilities
In brief
- OpenAI has released its new GPT-5.6 models-Luna, Terra, and Sol-available for widespread use starting today.
- These models are priced per 1 million input/output tokens, ranging from $1/$6 for Luna to $5/$30 for Sol.
- While the pricing is competitive with other leading models like Claude Opus, the real innovation lies in their capabilities.
- The GPT-5.6 series boasts a February 2026 knowledge cutoff and an impressive million-token context window.
- Its standout feature is its improved "long-running agentic performance," as demonstrated by beating Claude Fable 5 in tasks across 55 professional fields, including coding.
- However, while GPT-5.6 Sol excelled in these benchmarks, it underperformed compared to Fable 5 on the SWE-Bench Pro evaluation, where it scored 64.6% versus Fable 5's 80%.
- OpenAI has since flagged issues with SWE-Bench Pro, suggesting that nearly 30% of its tasks may be flawed.
- The models introduce new API features like Programmatic Tool Calling, which enables them to execute JavaScript and orchestrate tool calls, bridging the gap between model-based and terminal-based utility use.
- This could enhance their versatility for developers.
- As OpenAI continues to refine these tools, users can expect further improvements in efficiency and cost-effectiveness.
Terms in this brief
- Luna
- One of OpenAI's new GPT-5.6 models, designed for specific use cases with lower cost and fewer capabilities compared to more advanced models like Sol.
- Sol
- The most powerful model in OpenAI's GPT-5.6 series, known for its high performance across various professional tasks but also noted for higher costs.
- SWE-Bench Pro
- A benchmark test evaluating AI's ability to fix real bugs from open-source software projects on GitHub, considered a practical measure of coding skills.
Read full story at Simon Willison →
More briefs
Apple's Siri AI Now Supports Third-Party Models Like Claude and ChatGPT
Apple has revealed that its new Siri architecture allows third-party AI models, such as Claude and ChatGPT, to replace the default Siri functionality. This change was discovered in iOS 27 and macOS Golden Gate frameworks. Developers can now integrate external AI systems into Siri through features like Model Delegation, enabling tasks like setting reminders or creating files directly from these models. The update also introduces a protocol called Inference Provider, which lets Apple replace its own server-side Siri model with another AI, such as GPT-5.6. This means third-party AIs can handle complex tasks, like searching emails and sending messages via the Messages app, while still using Siri's interface. The European Union’s Digital Markets Act likely influenced this shift by requiring equal access to Siri for all developers. This move opens up new possibilities for AI integration across Apple devices, potentially making Siri more versatile and powerful depending on the third-party models used.
Facebook Rolls Out AI-Powered Content Flagging System
Facebook has introduced a new AI system to detect and flag harmful content. The tool identifies posts that may violate community guidelines with 98% accuracy, focusing on hate speech, misinformation, and graphic material. While the feature is currently a pilot program limited to renewing prescriptions, it aims to reduce manual review work and improve user safety. Moving forward, this technology could expand its capabilities and coverage to enhance content moderation globally.
Northwest Prepares for Major Grid Expansion Amid Uncertainty
The Pacific Northwest is facing a massive electricity demand surge, potentially requiring up to 100% more power over the next two decades. This uncertainty stems from rapid growth in data centers and future electrification of vehicles and buildings. Data centers alone could consume between as much power as Seattle or five times that by 2046. Utilities must balance building enough capacity without overspending, risking outages or wasting resources. The challenge is compounded by the unpredictable arrival of new grid users like tech companies and the concentrated energy needs of electrified transportation. Regulators are considering requiring developers to provide stronger commitments to projects to avoid overbuilding. This planning phase will determine how well the region can handle its growing electricity demands without compromising affordability or reliability.
Siri AI Arrives with Major Updates Across Apple Devices
Apple has officially launched Siri AI, a groundbreaking upgrade to its voice assistant. This new version is more conversational and capable of understanding personal context, offering detailed responses and rich interactions. Siri AI can now help users with tasks like drafting emails, editing photos, and even suggesting recipes based on family conversations. It also integrates deeply with other Apple apps, enhancing features in Photos, Safari, and the Camera app. The update is rolling out today in beta for English speakers and will expand to multiple languages next month. Siri AI marks a significant leap forward in AI capabilities, making everyday tasks more seamless and intuitive for users across Apple’s ecosystem.
New Tool Streamlines Efficient AI Model Deployment
Researchers have developed a new tool called Quantization Analysis Tool that helps deploy AI models on devices with limited resources. This tool, built on the ONNX framework, provides detailed insights into how different layers of a neural network respond to reduced precision, enabling developers to balance model efficiency and accuracy. By analyzing each layer's sensitivity, the tool guides decisions on precision selection, leading to smaller model sizes and lower computational costs without sacrificing performance. The tool is particularly valuable for deploying AI models on edge devices, where power and memory constraints are significant. It offers visualizations of weight and activation distributions, helping developers understand how quantization affects model accuracy. Experimental results show improved efficiency across various architectures, making it a practical solution for real-world applications. As AI adoption grows, tools like Quantization Analysis Tool will become essential for optimizing models without compromising performance. Developers can expect more innovations in this space as researchers continue to refine these techniques.