Frontier Daily
Shipped.
Anthropic and Google both retired legacy API endpoints on Monday, while the rest of the frontier sat quiet.
Date Monday, August 17, 2026 Window Aug 16 to Aug 17 Beat Six Labs Status Draft
The Open
Monday, August 17, 2026
Two labs. One day.

Monday, August 17. Two labs, same enforcement date, zero coordination. Anthropic retired its legacy Workbench and three experimental prompt-engineering endpoints. Google retired three Imagen 4 image-generation endpoints from the Gemini API. Neither lab told the other. Neither lab was surprised when the other did it.

Anthropic's Workbench is gone. Saved prompts, variables, eval configurations, all of it. The stateless Playground at platform.claude.com/playground is the replacement. If you were storing prompt templates in the Workbench, the migration window closed 31 days after it opened.

Google's three Imagen 4 API endpoints are also gone. The migration is not a simple model-ID swap. The generate_images() method no longer exists. You're calling generate_content() now. If you haven't updated, your requests are failing.

The rest of the frontier was quiet. Grok 4.6 is still the last model anyone shipped, from August 12. Mistral, Meta, OpenAI: nothing confirmed on the wire for the 16th or 17th.

Lead01
API / Deprecation / Cross-Lab

The Double
Cutoff.

Anthropic retired its Workbench and three experimental endpoints. Google retired three Imagen 4 API models. Same Monday. Two different labs, two different deprecation timelines, one day.
Anthropic  +  Google  ·  Aug 17, 2026  ·  Area: API, Deprecation
By the Numbers 6 total endpoints retired
31 days notice (Anthropic)
5+ months notice (Google)
$0.067/1K images new Google rate
0 recovery paths (Workbench data)
The Double Cutoff

The mechanism. Two infrastructure pruning operations landed on the same date from labs that do not coordinate release calendars. Anthropic retired three experimental prompt-engineering endpoints: /v1/experimental/generate_prompt, /v1/experimental/improve_prompt, and /v1/experimental/templatize_prompt, plus the stateful storage layer of the legacy Claude API Workbench. Google retired three Imagen 4 image-generation endpoints from its Gemini API, completing a deprecation that had been running since at least March 2026 on Vertex AI.

The blast radius. Anthropic's Workbench retirement hits two cohorts: teams who built prompt workflows using the Workbench's variable editor and saved-prompt library, and builders who called the experimental generate-prompt endpoints to automate prompt iteration. The experimental prefix should have been warning enough, and Anthropic did give 31 days of notice. But 31 days is half the 60-day minimum the company applies to model deprecations, and the Workbench stored state that users couldn't cleanly export. Nobody knows their exact exposure until they try to load something and find it gone.

Google's blast radius is more precisely scoped: any code calling generate_images() on the Imagen 4 model IDs is broken as of today. The migration requires adopting generate_content() with a Gemini Image model and remapping the response shape. Pricing also shifted: Gemini Image generation runs roughly $0.067 per thousand images versus the Imagen 4 rate of $0.02 to $0.06. Builders who optimized around cost have math to redo.

The pattern. The frontier is consolidating its API surfaces. Anthropic has been on a steady deprecation cadence this year: the Claude 2 family came off the board in April, various experimental headers have been sunsetted, and now the Workbench. The pattern tracks a lab that launched a lot of beta surface during 2024 and 2025 and is now deciding which surfaces it actually wants to own. Google's Imagen consolidation follows the same logic: fold standalone image generation into the generate_content() umbrella that all Gemini calls already use. One method, all modalities. Cleaner architecture, more customer pain in the short run.

The read. Spring cleaning at the frontier always costs somebody a Monday. What's interesting is that both Anthropic and Google scheduled their enforcement on the same date: not because they're coordinating, but because "mid-August" is when the industry collectively decides everyone has had enough time to migrate. The implicit message from both labs: the builders who haven't migrated by now were not going to migrate without a hard stop. They're probably right.

The builder's move. Anthropic: switch to the stateless Playground at platform.claude.com/playground for interactive prompt work. Rebuild any programmatic prompt-templating workflows in your own codebase; the experimental generate-prompt APIs are not coming back. Google: replace all generate_images() calls with generate_content() using a current Gemini Image model. Rewrite your response parsing. Recalculate your cost model.

The contrast. Anthropic's 31-day notice on the Workbench was shorter than its own published standard for model deprecations. Google deprecated these Imagen 4 endpoints in March on Vertex AI and earlier on the Gemini API, then spent five-plus months making sure the message landed. Two different deprecation hygiene profiles, same enforcement date. One lab rushed to close a door it held open too long; the other gave a patient runway and still had to drop the axe today. Neither approach guarantees zero casualties. Both confirm that when the frontier prunes, it prunes hard.

Also Shipped
Claude Code and Compliance, August 17
Anthropic / CODE
Claude Code: GitLab Comes In

Claude Code shipped a multi-feature release on August 17 that expands its version-control surface to GitLab. Merge request URLs now work in the --worktree flag and in the claude agents view; MRs display as !N, matching GitLab's convention. The footer and statusline got a GitLab MR badge.

The other headliner: automatic session continuation when a claude.ai usage-limit window resets. If you hit your limit mid-session, Claude Code now resumes automatically rather than requiring a manual restart. No ceremony.

Under the hood: CLAUDE_CODE_PROJECT_DIR_NAME environment variable, selection:clear keybinding action, opt-in forward_user_identity apps-gateway setting on Anthropic upstreams, opt-in memory cgroup support for Bash tool commands on Linux. Faster self-hosted runner starts, stronger gateway and plugin validation, and a sweep of bug fixes across Linux, Windows, MCP, permissions, and session handling.

Run claude update. GitLab users can now pass MR URLs where previously only GitHub PR URLs worked. If you're on a Max plan and have been manually babysitting sessions around usage limits, you can stop.

The contrast: xAI's Grok 4.6 landed in Cursor on August 12, putting xAI in a third-party coding editor. Anthropic is doing something different: deepening the Claude Code CLI's native integration with the version-control surfaces developers already use. GitLab MR support is the first clear signal that these two approaches are now developing along different assumptions about where coding work actually lives.

Anthropic / APPS
Compliance API Surfaces in Cowork and Claude Code

Anthropic expanded its Compliance API beta to cover Cowork and Claude Code on August 17, adding two surfaces that were previously outside its audit scope. Enterprise customers can now pull session content and metadata for eDiscovery and security audits across desktop, web, mobile, and CLI. This is the kind of release that does not make headlines but does make large legal and compliance teams comfortable enough to actually deploy.

For organizations that have been holding back Claude Code adoption pending enterprise audit coverage, that blocker is now gone.

Signal
Quiet on the Wire

Grok 4.6 shipped August 12 and nothing has moved at xAI since. OpenAI's most recent releases are two weeks old. The EEA ads rollout for ChatGPT Free and Go plans was announced August 15, landing "later in August"; that shoe has not dropped yet. Meta's open-source AI essay from Zuckerberg, paired with Muse Glimmer on August 10, is still the last significant thing Meta touched. Mistral has been quiet since Shieldstral in early August.

The next expected window: OpenAI typically ships something the last week of August. Watch that slot.

Monday, August 17, 2026
The Workbench is gone. The Imagen 4 endpoints are gone.
The builders who migrated are already through this; the builders who didn't just became very interested in their error logs.
There are days when the frontier moves fast and days when it enforces. Today was the second kind.
Back of Book

Release Log

Every item confirmed in the Aug 16 to Aug 17 window. Grouped by surface. Items that did not survive the Dig live here as one-liners.
API and Platform
2 items
Legacy surfaces come off the board. Two labs, two enforcements, one date.
Deprecation
Anthropic: Workbench Retired, Experimental Prompt APIs Sunset
Anthropic permanently retired the legacy Claude API Workbench and three experimental endpoints: /v1/experimental/generate_prompt, /v1/experimental/improve_prompt, and /v1/experimental/templatize_prompt. Saved prompts, variables, and eval configurations stored in the Workbench are no longer accessible. No recovery path exists for stored content.
How to useMigrate interactive prompt work to the stateless Playground at platform.claude.com/playground. Rebuild any programmatic prompt-templating workflows in your own codebase.
Why it matters31-day notice is shorter than Anthropic's own 60-day minimum for model deprecations. The asymmetry is worth noting for anyone planning around future beta surfaces.
Deprecation
Google: Imagen 4 API Endpoints Shut Down
Google retired three Imagen 4 generation endpoints: imagen-4.0-generate-001, imagen-4.0-ultra-generate-001, and imagen-4.0-fast-generate-001. Deprecated on Vertex AI since March 2026. The generate_images() method is gone; replacement requires generate_content() with a current Gemini Image model.
How to useSwap generate_images() for generate_content(), update response parsing, and recalculate costs. New rate is approximately $0.067 per thousand images. This is not a drop-in model-ID change.
Claude Code
1 item
GitLab MR support, session auto-continue, and a full sweep of platform fixes.
CODE
Claude Code, GitLab MR Support, Session Auto-Continue, Linux and MCP Fixes
GitLab merge request URL support in --worktree and the agents view (MRs display as !N); GitLab MR badge in footer and statusline; automatic session continuation on claude.ai usage-limit reset; CLAUDE_CODE_PROJECT_DIR_NAME env var; selection:clear keybinding; opt-in forward_user_identity apps-gateway setting; opt-in memory cgroup support for Bash commands on Linux. Faster self-hosted runner starts, stronger plugin validation, bug fixes across Linux, Windows, MCP, permissions, and session handling.
How to useRun claude update or reinstall. GitLab MR URLs now work anywhere a GitHub PR URL worked. Max plan users on session limits get automatic continuation.
Claude Apps
1 item
Compliance API beta reaches Cowork and Claude Code for enterprise audit coverage.
APPS
Compliance API Expanded to Cowork and Claude Code
Anthropic extended the Compliance API beta to cover Cowork and Claude Code, enabling Claude Enterprise customers to pull session content and metadata from these surfaces for eDiscovery and security audits. Coverage now spans desktop, web, mobile, and CLI.
How to useAvailable to Claude Enterprise accounts via the existing Compliance API beta endpoint. Contact your account team if the surfaces are not yet visible in your dashboard.
News
1 item
Service disruption, August 16.
NEWS
Anthropic Authentication Service Outage
Anthropic's authentication service experienced an outage on August 16, 2026, affecting user sign-in and the usage panel display. A service disruption, not a planned release. Resolved same day.
Stay on the frontier

Get Shipped. in your inbox.

Daily digest at 9 PM ET. Weekly magazine every Friday morning. Six labs, one feed. No spam, one-click unsubscribe.