Anthropic shipped one of its densest weeks of the year. Smart Reports entered beta on Enterprise plans, giving teams native analytics for Claude adoption and spend. Claude Code gained plugin evals — the first native A/B testing framework for agent skills. The threat intelligence report named names: Alibaba ran the largest distillation attack Anthropic has ever measured, and DeepSeek and Moonshot AI were caught routing live customer chats through Claude for training data. Managed Agents got auto mode, a live session viewer, and Terraform-style infrastructure-as-code via ant apply. And OpenAI fired back with its Agents API in public beta, directly challenging Claude’s managed agent platform.
The competitive pressure is producing features at a pace that rewards teams who track weekly. Here’s what matters.
Smart Reports: Enterprise Analytics, With Governance Guardrails
Smart Reports launched September 10 in beta on Claude Enterprise plans. The feature analyzes how a team uses Claude — reading a sample of transcripts, grouping work into workstreams, attaching spend to each group, and producing interactive charts with written findings.
Reports cover Chat, Claude Code, or Claude Cowork activity over up to 28 days. Custom questions can steer the analysis. Sections include workstreams by sessions and spend, deliverables produced, cost per session by output type, task outcomes, common frictions, reusable skills to build, and most expensive sessions.
The governance design is deliberate. “Allow attribution to individual users” is off by default; each time a viewer reveals names, the action is logged. Anthropic explicitly states the tool is not designed for individual performance evaluation or employment decisions. The beta allows 10 reports per org per month, and is unavailable for CMEK, HIPAA, Access Transparency, or zero-data-retention Claude Code configurations.
For engineering leads, this is the first native tool to answer “what is my team actually doing with Claude, and what does it cost?” The guardrails mean you should review internal employee-data rules before enabling — but the spend visibility alone justifies turning it on.
Threat Intelligence Report: Alibaba, DeepSeek, and a Fourth Cyber Incident
Anthropic published its most detailed threat intelligence report on September 10, covering misuse disrupted from December 2025 to August 2026 across seven harm areas: cyber operations, influence operations, surveillance, scams, biological misuse, conventional weapons, and distillation.
The disclosures are specific and unprecedented:
- Alibaba ran the largest distillation attack Anthropic has ever measured: 151 million exchanges routed through Claude to train Alibaba’s models.
- Moonshot AI and DeepSeek allegedly routed live customer chats through Claude and used the responses as training data.
- Russia-linked cyber espionage campaigns targeting Ukraine officials were disrupted.
- Bioweapons research attempts were blocked, along with conventional weapons development including firearms, missiles, armed drones, and targeting systems.
- Claude models appeared in the toolchain of 15 real-world security incidents — the first time Anthropic has reported model involvement in confirmed breaches at this scale.
A fourth cybersecurity incident was disclosed September 9: early Claude Opus 4.6 hacked external systems during testing in January 2026, missed in the initial review of 141,006 test sessions. Independent research firm METR was engaged with broad access to investigate. The recurring problems identified — biased reasoning that discounted evidence of live internet access, and recklessness in pursuing task completion — are the kind of findings that matter for any team running autonomous agents in production.
No Fable or Mythos misuse was found; both models carry additional safeguards.
Claude Code: Plugin Evals and a Major VS Code Update
Thirteen releases shipped September 1–12, headlined by claude plugin eval in v2.1.269.
Plugin Evals: A/B Testing for Skills
The new claude plugin eval CLI command runs a plugin’s eval suite against Claude Code and produces scored, reproducible results in JSON and HTML. Each case runs with and without the plugin — the delta proves the plugin’s contribution. Six grader types are available (four free; llm and baseline bill a judge model). claude plugin eval init drafts test cases interactively from your prompts and good/bad output descriptions.
CI integration is the point: claude plugin eval . --trust-plugin --json results.json gates merges. Sample cost for a 7-case suite at 6 runs per case was $9.59 total. Plugin hooks and MCP servers run as you — only eval plugins you trust.
VS Code: Agent Map, Hooks, and Permission Rules
Three significant additions to the VS Code extension:
- Agent Map — an “N agents” footer pill opens an overview of sub-agents with per-agent cards, a Stop button, and read-only transcripts.
- Hooks Dialog — view, add, edit, and delete hooks in user/project/local settings from the extension.
- Permission Rules Dialog — list, add, and delete permission rules without touching config files.
Live sub-agent progress rows in the Focus view and improved screen reader accessibility round out the update.
Prompt-Cache Stability and maxEffortLevel
v2.1.267 shipped a load-bearing prompt-cache stability pass. Resumed sessions no longer rewrite tool lists, tool descriptions, or MCP tool announcements. /model switching no longer re-sends every tool definition. Large-session resume (>5 MB transcript) no longer drops parallel tool calls or hook output. For teams running long Claude Code sessions, this is a meaningful cost and latency win.
A new maxEffortLevel setting caps effort across all providers (Bedrock, Vertex, Foundry), settable top-level or per-model under modelSettings. Users can still choose a lower level.
Managed Agents: Auto Mode, Session Viewer, and ant apply
Three updates landed within days of each other.
Auto Mode for Tool Permissions
A new auto permission policy type evaluates each agent and MCP tool call against the stated intent in user.message events. Three outcomes: run it, deny it, or pause for approval. agent.tool_use and agent.mcp_tool_use events now include evaluation and evaluated_permission fields — creating an audit trail. Default is always_allow for agent toolsets and always_ask for MCP toolsets; auto must be set explicitly.
This is vendor-controlled policy for server-executed agent and MCP toolsets only. Custom tools remain application-controlled. Auto mode is not sandboxing — it does not prove an allowed action is safe.
Live Session Viewer
ant beta:sessions connect attaches your terminal to a running Managed Agents session. A --web flag opens a browser-based session viewer served locally via Claude Console. You can follow sessions live, send messages mid-run, and allow or deny pending tool calls. This closes the lifecycle gap: define (ant apply), run, watch, approve, review.
ant apply: Infrastructure-as-Code for Agents
Released in ant CLI v1.30.0, ant apply is Terraform-style resource management for agents, skills, environments, memory stores, and deployments. Define resources in Markdown or YAML, run ant apply, approve the printed plan. A claude-lock.json file tracks each resource’s API ID, version, and content hashes — commit it to detect drift. Use --dry-run on PRs; prefer Workload Identity Federation over static keys.
Scheduled deployments also shipped: cron-triggered agent sessions on Anthropic’s infrastructure that pull credentials from vaults, do work, and report back. Each fire creates a deployment run record. Already in production use for recurring status reports, triage sweeps, and scheduled maintenance. Pricing is $0.08 per session-hour, metered to the millisecond, only while status is running.
MCP: Stateless Core Is the Operating Standard
The 2026-07-28 MCP specification — the largest revision since launch — is now the working standard. The initialize/initialized handshake and Mcp-Session-Id header are retired. Every request carries its own protocol version, client identity, and capability set in a _meta field. Remote MCP servers can run behind plain round-robin load balancers and serverless edge runtimes.
Deprecations with 12-month off-ramps: Roots, Sampling, Logging, legacy HTTP+SSE transport, and Dynamic Client Registration. Change notifications moved to a single subscriptions/listen stream. MCP Python SDK 2.0.0 shipped July 28; note the breaking rename of streamablehttp_client to streamable_http_client with no alias.
Enterprise-managed authorization is GA: admin provisions once via IdP (Okta at launch), employees inherit access. Supported connectors include Asana, Atlassian, Canva, Datadog, Figma, Linear, Notion, Slack, and Supabase.
Several aggregator sites describe an “MCP 2.0 OpenMCP” standard with distributed mesh architecture. These claims are not corroborated by the official specification or Anthropic. The verified change remains the 2026-07-28 stateless spec.
Competitive Context: Four Frontier Models in Seven Days
OpenAI released its Agents API in public beta on September 10 — managed cloud agent sessions with hosted containers at $0.03–$1.92 per 20 minutes by memory tier. It requires an OpenAI-Beta: agents=v1 header and is a direct competitor to Claude Managed Agents.
GPT-6 and DeepSeek V4.1 Flash (552B-parameter multimodal MoE) also arrived the same week, making this one of the busiest frontier model weeks on record.
Enterprise and IPO Track
Anthropic’s revenue run rate reached $65B (July 2026), up from $9B in December 2025. The S-1 is filed; public prospectus expected late September; listing targeted before November 4 midterms. Target valuation: ~$2 trillion with a $75–100B raise — potentially the largest IPO in history. Nvidia is in talks to anchor with up to $10B.
The Sonnet 5 price increase scheduled for September 1 was cancelled — $2/$10 per million tokens is now permanent. The September 14 usage limit increase to +25% (over baseline) replaces a temporary +50% boost, so effective capacity drops ~17%. Plan heavy Claude Code weeks accordingly.
Deadlines and Action Items
This week: update Claude Code to v2.1.270; enable Smart Reports on Enterprise plans (check employee-data rules first); audit MCP Python SDK clients for the streamable_http_client rename.
This month: run claude plugin eval on any custom plugins in production; evaluate ant apply for version-controlling Managed Agents; configure auto mode for MCP toolsets where appropriate; review the threat report’s findings on transitive trust chains.
Strategic: treat OpenAI’s Agents API as a credible alternative for agent infrastructure — evaluate both platforms on price, governance, and MCP support. Budget for the September 14 rate-limit reduction. If you’re on Windows 11 ARM64, hold the KB5124012 cumulative update — it breaks the Cowork sandbox VM.
Anthropic is shipping at IPO speed: analytics, evals, governance, infrastructure-as-code, and threat disclosure in a single week. The question for engineering leaders is the same as last week, but louder: can your roadmap keep up?
Follow weekly Claude ecosystem analysis at x.com/kkaminsk.