Daily Frontier Digest
Shipped.
GPT-6 goes live in the API, Anthropic patches the plumbing, and two September flagships are now billing simultaneously.
Date Monday, September 07, 2026 Window Sep 06 to Sep 07 Beat Six Frontier Labs Published 9 PM ET
The Open
Sep 06 to Sep 07
Three days from announcement to invoice.

September 6, 12:57 PM Pacific. OpenAI's API documentation updated with a new model ID: gpt-6-astra. The context window was listed at 1,050,000 tokens. The pricing card read ten dollars input, fifty dollars output per million. The model that Sam Altman had called a "new capability level" three days earlier was now billing.

Anthropic shipped Claude Mythos 5.1 on September 1. No benchmark card against Astra published yet. No press tour, no head-to-head numbers. Two different theories of how to win a flagship race, running concurrently in production for the first time. One hands builders the data and lets them invoice it. The other trusts its reputation and waits for third-party evals.

On the Anthropic side, the September 6 story is quieter: Claude Code v2.1.263 dropped a reliability build, and the Claude Developer Platform's Managed Agents framework added webhook coverage for the events operators previously had no visibility into. The plumbing that agents run on got better. The flagship headline belongs to another lab today.

Lead01
OpenAI / API + MODEL

GPT-6
Astra

Six months of benchmark speculation ended on a Saturday afternoon. The model billed. The number was 88.
Lab: OpenAI    Area: API, MODEL    Source: platform.openai.com/docs/models    Live: September 6, 2026
By the Numbers

88.0%
single-attempt on coding evals

99.2%
within four attempts

$10 / $50
per MTok input / output

$1
cached input per MTok

1,050,000
token context window

128K
max output tokens

Sep 3 announced
Sep 6 API live

OpenAI / GPT-6 Astra

The mechanism is simple. The model ID is gpt-6-astra. Pricing: ten dollars per million input tokens, fifty dollars per million output; cached input drops to one dollar per million; batch pricing cuts the standard rate in half; Fast mode doubles it. Context: 1,050,000 tokens, with maximum output at 128,000. Knowledge cutoff is April 30, 2026. OpenAI staged the rollout over the week following the September 3 announcement, and by the afternoon of September 6, the API was live for all Pro, Enterprise, and Business Premium users worldwide.

The blast radius is where this becomes a builder's question. The benchmark numbers OpenAI published are for coding task evaluations: GPT-6 Astra solved 88.0 percent of tasks in a single attempt and 99.2 percent within four. Its predecessor, GPT-5.6 Sol, solved 55.9 percent single-attempt and 68.7 percent within four. That is not a marginal improvement. The gap between Sol and Astra on these metrics is larger than the gap between GPT-4 and GPT-4o was on most practical benchmarks. If you are running a coding agent at scale, you have a cost-versus-performance question on your desk this week. At ten dollars per million input tokens, Astra is not cheap relative to Sol. But the performance delta is large enough that the math often closes quickly on complex tasks, where single-attempt success rate directly determines how many API calls you are paying for.

The safety note from OpenAI's announcement is worth reading carefully. The company added safeguards following the Hugging Face breach earlier this summer. Sam Altman told CNBC those measures "sufficiently minimize the risk of severe harm for release." Minimize, not eliminate. Sufficient, not certain. That is the considered public posture at this capability level, and it is the right one to name precisely rather than round up.

The pattern is what makes this interesting beyond the model itself. OpenAI has been systematically compressing the time between major model announcement and broad API availability. GPT-4 took weeks to reach wide API access. GPT-4o took days. GPT-6 Astra took three. The trend is deliberate. The faster a model is in the API, the faster the independent evaluation community runs it, benchmarks it, and publishes comparisons. OpenAI is betting on speed-to-ecosystem as a structural advantage: if your model is billed before competitors have published their response, you set the framing for the conversation.

The read: Anthropic shipped Mythos 5.1 on September 1. Anthropic has not published a direct benchmark comparison against Astra as of this writing. OpenAI has. That asymmetry is a choice, and both choices make sense given each company's positioning, but one of them will look better in approximately thirty days when the independent eval papers come in. The question is whether Mythos 5.1 outperforms Astra on the tasks that matter to builders, and right now only one lab is on the record with numbers.

The builder's move: run gpt-6-astra on the specific task types you care about before committing to a stack change. The 88 percent single-attempt number is a ceiling, not a floor. What it looks like on your domain is a separate experiment. Start with a batch evaluation, watch the cost curve, and pay attention to cached-input pricing if your agent repeatedly reads a large system context.

Also02
Anthropic / CODE + API

Platform
Work

While the flagship race ran headlines, Anthropic shipped the infrastructure agents actually run on.
Lab: Anthropic    Products: Claude Code, Managed Agents    Dates: Sep 2 to Sep 6, 2026
What Landed

v2.1.263
Claude Code Sep 6

v2.1.261
Claude Code Sep 4

Managed Agents
webhook expansion

Admin API
user mgmt out of beta

bashOutputMaxChars
up to 128K chars

Anthropic / Platform

Claude Code v2.1.263 landed September 6 with bug fixes and reliability improvements. It is not the story of the day. But it is worth knowing what it consolidates. Version 2.1.261, released September 4, added bashOutputMaxChars and taskOutputMaxChars settings that raise how much command and background-task output Claude receives inline before saving to a file, up to 128,000 characters. It added --append-subagent-system-prompt-file for reading subagent system prompts from files rather than inline strings, and it added an Organization policy line in /status and claude doctor that explains why a policy could not be loaded. The September 6 build is the stabilization pass on that feature set.

The more consequential Anthropic platform update this week is in Managed Agents. The Claude Developer Platform added model effort settings per agent session, expanded webhook coverage to include environment and memory store events, session seeding with initial events, optional version checks on agent updates, and event deltas for thread streams. Managed Agents is Anthropic's framework for long-running automated workflows, the kind of agent that runs for hours or days rather than seconds. The webhook expansion is the operational item that matters most.

Before this update, operators running Claude Managed Agents had limited visibility into what happened during a session between major checkpoints. Environment and memory store events are exactly the category of failure that is expensive and silent: the agent's working context changes, the memory layer updates in a way that shifts behavior, and you find out when the output is wrong rather than when the event fired. Surfacing these events through webhooks means you can instrument and observe what was previously a black box between turns.

The contrast is the story. GPT-6 Astra drops into the API on the same afternoon Anthropic ships a bug-fix build. That is not a criticism of the bug-fix build. Bug-fix builds on a production codebase with tens of thousands of daily users are how you keep the thing running. But the optics are what the optics are. OpenAI's September 6 headline is a frontier model going live. Anthropic's September 6 headline is plumbing that works better. The frontier is a race, and today the marquee is across the street.

The builder's move: if you are running Claude Managed Agents in production, update your webhook configuration to capture environment and memory store events. The new coverage is the difference between observing your agent and flying blind between checkpoints. If you are running Claude Code in headless or unattended environments, --permission-prompts none added in the September 2 build auto-denies anything that would require an interactive prompt rather than blocking the run entirely.

Also Shipped
The rest of the frontier, Sep 06 to Sep 07
Google DeepMind / MODEL
Gemini 3.8 Flash Cyber: Vulnerability detection at Flash speed
Google launched Gemini 3.8 Flash Cyber on September 4, a security-focused variant of Flash that targets government and enterprise customers for software vulnerability detection and patching. The pitch is frontier-level security reasoning at the cost and latency profile of a small model. It is not a consumer release. If you are building infosec tooling or working in a regulated environment that can access it, the combination of speed and security specialization is worth an evaluation. Watch for API access announcements; initial availability is restricted to trusted government and enterprise partners.
Meta / MODEL
Muse Spark 1.3: The open-source floor keeps rising
Meta released Muse Spark 1.3 on September 2. Open weights, no usage restrictions. The release did not generate much coverage in a week dominated by GPT-6 Astra's announcement, but that is the point about the open-source trajectory: the floor keeps moving whether or not the closed-model labs are watching the lane. Spark 1.3 is Meta's current frontier open model. If you are building on open weights for cost or deployment reasons, this is your current baseline.
Mistral / API
OCR 4 and Leanstral 1.5: Vertical models, narrow targets
Mistral shipped OCR 4 (mistral-ocr-4-0), with mistral-ocr-latest now pointing to it. Also out: Leanstral 1.5 (labs-leanstral-1-5), an updated Lean 4 formal proof engineering model, which retires September 30, 2026. Neither is a frontier headline, but both mark Mistral's continued investment in high-specificity vertical models where the general-purpose labs are not competing directly. If OCR or formal proof verification is in your stack, update your model references.
Ahead of the Wire
Quiet
on the
Wire

Grok 4.7, September 12. On September 2, Elon Musk posted that Grok 4.7 "comes out in 10 days," pointing to a September 12 target. Claimed spec: 2.1 trillion parameters, trained on SpaceX engineering data. As of September 5, the official xAI developer docs still list Grok 4.6 as the newest model. No benchmark card, no model ID, no pricing published. The announcement lives in a post, not a doc. What you can use today: Grok Bot enterprise launched this week with persistent cloud agents and a free trial period. That one has an API. Tesla's summer update also put Grok Voice in the driver's seat, which is either a compelling ambient-AI story or a liability question depending on who is asking.

Anthropic's Mythos benchmark gap. Mythos 5.1 has been in the market for six days. Third-party evaluators are running it now. Expect head-to-head numbers against GPT-6 Astra from independent benchmarkers within the next two weeks. Anthropic's silence on the comparison is a posture, not a concession, but the posture is wearing thin in a week where OpenAI published its numbers first.

Admin API out of beta. Anthropic's Admin API user-management endpoints for Claude Enterprise organizations quietly exited beta this week. If you are managing large Claude Enterprise deployments, user-management operations are now stable-surface.

The Close / Sep 07, 2026
Astra is in the API. The benchmarks are public. The invoices are running.
Anthropic has not answered on the numbers yet.
That is September. Both flagships are billing. One is talking about it.
Reference

Release
Log

Every item in the Sep 06 to Sep 07 window, grouped by category. The items that did not earn prose live here.
Models
3 entries
The big one is Astra. Mythos 5.1 and Muse Spark 1.3 are the context for it.
Model
GPT-6 Astra (OpenAI) / API live
OpenAI's GPT-6 flagship went live in the API on September 6. Model ID: gpt-6-astra. Pricing: $10/$50 per MTok input/output. Cached input: $1/MTok. Batch: half price. Context: 1,050,000 tokens, 128K max output. Knowledge cutoff April 30, 2026. Available to all Pro, Enterprise, and Business Premium users and via API.
How to use Call with model gpt-6-astra via the OpenAI API. Available on Azure and AWS Bedrock. Check cached-input pricing if your agent repeatedly reads a large system context. Fast mode is available at 2x the standard rate.
Why it matters Single-attempt coding eval performance is 88.0%, versus 55.9% for GPT-5.6 Sol. The gap is large enough to justify an evaluation even if switching costs are significant.
Model
Claude Mythos 5.1 (Anthropic)
Anthropic's current frontier model. Released September 1, 2026. No head-to-head benchmark against GPT-6 Astra published by Anthropic as of September 7. Available on Claude API, Bedrock, and Vertex.
How to use Check the Anthropic docs for the current model ID. Third-party benchmarks against Astra expected within two weeks.
Model
Meta Muse Spark 1.3
Meta's frontier open-weights model. Released September 2, 2026. No usage restrictions. The current open-source baseline for builders on open weights.
How to use Available via Hugging Face and Meta's standard distribution channels. No license restrictions.
API & Platform
3 entries
Managed Agents webhook expansion, Admin API out of beta, and OpenAI's gpt-6-astra pricing.
API
Claude Developer Platform: Managed Agents update
Model effort settings per agent session. Expanded webhook coverage to include environment and memory store events. Session seeding with initial events. Optional version checks on agent updates. Event deltas for thread streams. These changes apply to Claude Managed Agents, Anthropic's framework for long-running automated agent workflows.
How to use Update your webhook configuration to subscribe to environment and memory store events. Check the Claude Developer Platform docs for the updated Managed Agents reference on session seeding and event deltas.
Why it matters Environment and memory store events were previously invisible between major agent checkpoints, making silent failures hard to diagnose. This surfaces them.
API
Anthropic Admin API: User management out of beta
The Admin API user-management endpoints for Claude Enterprise organizations exited beta. These endpoints for managing users across large Claude Enterprise deployments are now stable-surface APIs.
How to use Update any integration that depended on beta headers. The endpoints are now stable and will not change shape without a deprecation notice.
API
Gemini 3.8 Flash Cyber (Google DeepMind)
Security-focused variant of Gemini 3.8 Flash. Targets vulnerability detection and patching at Flash speed and cost. Initial availability restricted to trusted government and enterprise partners.
How to use Check the Gemini API changelog for access eligibility. Standard Gemini API access does not include Cyber variant in initial rollout.
Claude Code
3 entries
Three builds in the Sep 2 to Sep 6 window. v2.1.263 is the current stable.
Code
Claude Code v2.1.263
Bug fixes and reliability improvements. Consolidates the feature work from v2.1.261.
How to use Run claude update or reinstall. No new commands; the update is stability-focused.
Code
Claude Code v2.1.261
Added bashOutputMaxChars and taskOutputMaxChars settings to raise inline command and task output limits up to 128,000 characters. Added --append-subagent-system-prompt-file for reading subagent system prompts from files. Added Organization policy diagnostic line in /status and claude doctor.
How to use Set bashOutputMaxChars in your config if you are running long shell commands that were being truncated. Use --append-subagent-system-prompt-file path/to/prompt.txt to pass subagent system prompts from files rather than inline strings.
Code
Claude Code v2.1.260 and managedMcpServers
Added managedMcpServers managed setting for organizations to provide HTTP/SSE MCP servers to every user. Added --permission-prompts none for unattended headless hosts, auto-denying anything that would require an interactive prompt. Fixed concurrent sessions silently reverting each other's ~/.claude.json changes. Side-by-side diff panel for viewing uncommitted changes added in v2.1.260.
How to use For headless unattended runs, pass --permission-prompts none to prevent interactive prompt blocking. Configure managedMcpServers in org settings to push shared MCP servers to all users automatically.
News
3 entries
Grok 4.7 incoming, Mistral vertical models, Grok Bot enterprise.
News
xAI: Grok 4.7 targeting September 12
Elon Musk posted September 2 that Grok 4.7 arrives in ten days. Claimed spec: 2.1 trillion parameters, trained on SpaceX engineering data. As of September 5, xAI developer docs list Grok 4.6 as newest. No benchmark card, pricing, or model ID published. Grok Bot enterprise also launched this week with persistent cloud agents and a free trial. Tesla's summer update added Grok Voice to the vehicle UI.
Why it matters Grok Bot enterprise is the xAI product actually available to build on today. Grok 4.7 is an announcement; evaluate it when it has a model ID.
News
Mistral: OCR 4 and Leanstral 1.5
Mistral released OCR 4 (mistral-ocr-4-0); mistral-ocr-latest now points to it. Leanstral 1.5 (labs-leanstral-1-5), Mistral's Lean 4 formal proof engineering model, updated and set to retire September 30, 2026.
How to use Update references from mistral-ocr-3-0 to mistral-ocr-4-0 or use mistral-ocr-latest. Migrate off labs-leanstral-1-4 before September 30.
News
GPT-6 Astra announcement (OpenAI)
OpenAI announced GPT-6 Astra on September 3, calling it the product of "years of research and big bets." Initial rollout to a limited set of organizations on announcement day, with broad access to Plus, Pro, Business, and Enterprise users and the API following by September 6. CEO Sam Altman described Astra as a "new capability level" that has changed his workflows.
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.