OpenAI Launches GPT-5.6 and ChatGPT Work Following Government Approval
- Deployment: GPT-5.6 and ChatGPT Work are available immediately for desktop users; web/mobile access is tiered by subscription (Pro/Enterprise first).
- Core Feature: ChatGPT Work integrates Codex-style coding with app-level context to generate documents, spreadsheets, and web apps.
Government Clearance and the Deployment Timeline
The transition of GPT-5.6 from a limited preview to a public release was contingent on a "greenlight" from the Trump administration, according to reports from Slashdot and The Verge.
The rollout is executing over a 24-hour window. Mac and Windows users via the ChatGPT desktop app have immediate access. For web and mobile interfaces, OpenAI is utilizing a tiered deployment: Pro, Enterprise, and Edu users are receiving the update first, with Plus and Business users following over the next few days.
Architectural Shift: ChatGPT Work and the Sol Model
OpenAI is pivoting from a simple chatbot interface to an “agentic” workflow with the launch of ChatGPT Work. According to an OpenAI blog post, this tool combines the conversational strengths of ChatGPT with Codex-style programmatic capabilities. The agent can ingest context from selected files, apps, and workflows to output finished production materials, including web apps and spreadsheets.

Central to this push is "Sol," the most powerful model in the GPT-5.6 suite. OpenAI claims Sol sets a new benchmark for intelligence and efficiency in cybersecurity, science, and coding. By integrating a "unified plugins directory," the system establishes direct API connections to Slack, Gmail, Google Drive, and various CRMs.
Comparative Analysis: OpenAI vs. Anthropic
| Feature/Metric | OpenAI (GPT-5.6 / Sol) | Anthropic (Claude Cowork) |
|---|---|---|
| Primary Agent | ChatGPT Work | Claude Code / Cowork |
| Core Strength | Unified Plugin Ecosystem | Coding & Long-context Analysis |
| Market Strategy | Aggressive Cost Reduction | Premium Intelligence Tier |
| Integration | Deep CRM/Google Workspace | Developer-centric Tooling |
The Security Implications of “Computer Use”
curl https://api.openai.com/v1/agents/chat
-H "Content-Type: application/json"
-H "Authorization: Bearer $OPENAI_API_KEY"
-d '{
"model": "gpt-5.6-sol",
"messages": [{"role": "user", "content": "Analyze the Q3 spreadsheet in Google Drive and generate a React-based dashboard."}],
"tools": ["google_drive", "web_app_generator"],
"temperature": 0.2
}'
Economic Pressure and the “Money Squeeze”
OpenAI is explicitly marketing GPT-5.6 as a lower-cost alternative to competing high-end models.
Disclaimer: The technical analyses and security protocols detailed in this article are for informational purposes only. Always consult with certified IT and cybersecurity professionals before altering enterprise networks or handling sensitive data.