Luke Oliff.

Two faces of AI progress

·AI·5 min read·Luke Oliff

April 27, 2026 was one of those weeks where the AI industry showed both of its faces at once. OpenAI shipped workspace agents into enterprise production, persistent Codex-powered workers that run in the cloud, connect to Slack and Salesforce, and keep going when you close your laptop. Anthropic announced it was withholding Claude Mythos 5, a model that triggered its highest safety protocol, because the thing was too capable to let out of the building.

Same week and same industry, but two completely different answers to what shipping means.

What OpenAI’s workspace agents actually shipped

On April 22, OpenAI launched workspace agents in ChatGPT Business, Enterprise, and Edu plans. These are not custom GPTs with a new name. They are Codex-powered agents that run persistently in the cloud, can be shared across an organization, and connect to Slack, Google Drive, Microsoft apps, Salesforce, and Notion at launch.

From a developer perspective, the key detail is that these agents do not just respond to prompts. They maintain state across sessions, execute multi-step workflows on a schedule, and can be authored in plain language. Describe what you want, and the builder configures the tools and triggers. OpenAI positioned this as a retirement notice for custom GPTs inside organizations, with a conversion path planned.

The integrations matter because they signal where the platform is going. Agents that sit inside Slack and file tickets, update CRMs, and answer questions in channels are a different product than a chat interface. This is OpenAI turning ChatGPT into an operational layer for teams.

Why Anthropic held back its most capable model

The same week, Anthropic confirmed what had been rumored since the March data leak: Claude Mythos 5, their most capable model to date, would not get a public release. Internal testing triggered the ASL-4 safety protocol, the tier reserved for models approaching genuinely dangerous capability thresholds.

The benchmarks were staggering: 93.9% on SWE-bench Verified, a perfect 100% on Cybench (capture-the-flag security challenges), and autonomous zero-day discovery in operating systems and browsers. The model found a FreeBSD kernel RCE requiring a 20-gadget ROP chain to exploit. Anthropic did the evaluations, published the system card, and then locked it down.

Access was limited to about 40 organizations through Project Glasswing, a defensive alliance that included CrowdStrike, Apple, and JPMorganChase. Anthropic committed $100 million in usage credits and $4 million to open-source security efforts. The model exists and it works. You just cannot use it.

This is the first time a major lab has completed a frontier model and deliberately withheld it from broad release. Not postponed. Withheld.

What this means for developers building with AI

I was at Deepgram during this period, building SDKs and integrations for developers who were putting voice AI into production. Watching these two stories unfold in the same week changed how I thought about the platform work I was doing.

The OpenAI story says: put AI into workflows, make it persistent, let teams build on it. The Anthropic story says: some capabilities cross a line where deployment is the wrong answer. Both are true at the same time. That tension is what makes this era of AI interesting from a developer experience standpoint.

For the developers I worked with, the practical takeaway was that the surface area of AI platforms was expanding in two directions at once. More tools and integrations and ways to build persistent agents, but also more gates and safety protocols and decisions about what should be automated. Building with AI in April 2026 meant understanding not just the API documentation but the deployment context: who can access this model, what safeguards are in place, and whether the thing you are building should exist at all.

The model race kept producing faster, cheaper inference every quarter. But the harder question was no longer about capability. It was about what to do with it.

FAQ

What were OpenAI workspace agents?

Workspace agents were Codex-powered, persistent AI workers that could execute multi-step workflows across Slack, Google Drive, Microsoft apps, Salesforce, and Notion. They ran in the cloud, maintained state across sessions, and could be shared across an organization.

Why did Anthropic withhold Claude Mythos 5?

Anthropic determined that Mythos 5 crossed the ASL-4 safety threshold during internal testing. The model demonstrated autonomous zero-day vulnerability discovery, perfect cybersecurity benchmark scores, and the ability to construct multi-stage attack chains. It was deemed too capable for unrestricted release.

How many organizations could access Mythos 5?

About 40 vetted organizations through Project Glasswing, a defensive cybersecurity alliance. Access was limited to defensive use: finding and patching vulnerabilities in critical infrastructure.

How did the voice AI space fit into these stories?

For the developers I worked with at Deepgram, the model race was visible in every benchmark release and SDK update. Better accuracy meant fewer workarounds in production. Faster inference meant real-time use cases that used to be theoretical became practical. The same week OpenAI shipped agents and Anthropic gated Mythos, Deepgram’s own Nova-3 benchmarks showed up to 36% lower error rates on noisy real-world audio than OpenAI’s Whisper. The model competition was driving real improvements for the people building on these platforms.

Does this tension between shipping and withholding still exist?

It intensified. The tension between deploying fast and deploying safely only grew through summer 2026 as more models crossed capability thresholds that triggered governance protocols. It became a standard consideration in platform design, not an edge case.