← Back to all entries
2026-04-08 🧭 Daily News

Project Glasswing, Compaction API & $100M Partner Network

Project Glasswing, Compaction API & $100M Partner Network — visual for 2026-04-08

🧭 Project Glasswing: Claude Mythos Preview Deploys to 40+ Companies for Defensive Security

Anthropic has officially launched Project Glasswing, a cybersecurity initiative that gives a select group of technology and security companies early access to Claude Mythos Preview — the company's most capable and still-unreleased frontier model — exclusively for defensive security work. The initiative is a direct response to the model's own capabilities: internal testing found that Mythos can identify and exploit zero-day vulnerabilities in every major operating system and web browser autonomously, scoring 83.1% on CyberGym (versus 66.6% for Opus 4.6) and demonstrating SWE-bench Pro performance of 77.8% versus 53.4% for its predecessor.

Rather than withhold the model entirely or release it broadly, Anthropic is threading the needle: channel its power toward defenders first. The 12 founding partners include Amazon Web Services, Apple, Broadcom, Cisco, CrowdStrike, Google, JPMorganChase, Linux Foundation, Microsoft, NVIDIA, and Palo Alto Networks, with more than 40 critical infrastructure maintainers additionally granted access.

What Mythos Preview has already found

Financial commitments

What Project Glasswing tells us about Anthropic's safety posture

This is notably different from a typical product launch. Anthropic is explicitly saying: "We built something too dangerous to release publicly — so we are releasing it only to defenders, with financial incentives to publish findings." That approach — capability-gated access, public disclosure requirements, and investment in open-source security tooling — is a model for how dual-use AI capabilities might be responsibly deployed. For enterprise security teams, the 90-day disclosure commitment means that Glasswing-found vulnerabilities in software you depend on will surface publicly within the quarter.

⭐⭐⭐ anthropic.com
Project Glasswing Claude Mythos cybersecurity zero-day defensive AI open-source security

🧭 Compaction API Beta: Server-Side Context Management for Effectively Infinite Agents

Anthropic has shipped the Compaction API in beta — a server-side mechanism that automatically summarises older conversation turns when a long-running agent approaches its context window limit, then continues seamlessly. Rather than forcing you to manage context manually (trimming messages, summarising locally, or restarting sessions), Compaction handles this transparently on Anthropic's servers. The result is a conversation that can run for hours, days, or thousands of tool-call cycles without hitting a hard wall.

The key insight behind the design: the problem with long contexts is not just token count, but attention dilution. As context grows, models struggle to maintain focus across the full history — a phenomenon Anthropic's engineering team calls "context rot." Compaction addresses both problems simultaneously by replacing stale content with a dense, accurate summary before the window fills.

Supported models and activation

Activate by including the beta header in every API request:

anthropic-beta: compact-2026-01-12

Or in Python with the SDK:

import anthropic

client = anthropic.Anthropic()

response = client.beta.messages.create(
    model="claude-opus-4-6",
    max_tokens=4096,
    messages=conversation_history,
    betas=["compact-2026-01-12"],
)
When to use Compaction — and when not to

Compaction is ideal for open-ended chat sessions where users return to the same conversation over days, and for long tool-use loops — agents running CI pipelines, research tasks, or multi-step data transforms that require far more tool calls than fit in a single context window. It is not a substitute for good context design: if your agent is filling context with redundant tool outputs or unnecessary history, fix the prompt architecture first. Compaction works best on well-structured conversations with meaningful content worth summarising, not bloated ones. Also note it is Zero Data Retention (ZDR)-eligible — if your organisation has a ZDR arrangement, compacted summaries are not stored post-response.

Compaction API context management long-running agents beta Opus 4.6 Sonnet 4.6

🧭 Claude Partner Network Launches With $100M Commitment, Free Membership & First Technical Certification

Anthropic has formally launched the Claude Partner Network with an initial $100 million 2026 commitment aimed at accelerating enterprise adoption through consulting and implementation partners. The programme brings Accenture, Deloitte, Cognizant, and Infosys into Anthropic's enterprise channel — the first time the big-four consulting houses have been named as formal distribution partners — alongside a fivefold expansion of Anthropic's own partner-facing engineering team.

What partners receive

Who can join

Membership is free and open to any organisation bringing Claude to market — from boutique AI consultancies to large systems integrators. Partners joining now are immediately eligible for investment consideration and gain access to the certification programme.

The SaaSpocalypse angle

Anthropic's "After Software" framing (introduced at Google Cloud Next this month) is filtering into the Partner Network's positioning: the programme explicitly frames partners as helping enterprises replace SaaS workflows with agentic Claude, not merely augment them. The big-four consulting anchor is significant — Accenture and Deloitte together have tens of thousands of enterprise relationships where Claude could displace incumbent SaaS spend. For independent Claude developers and ISVs, the partner programme's open membership means you can access the same certification and engineering support as the global integrators, which is an unusually flat competitive starting point.

⭐⭐⭐ anthropic.com
Partner Network enterprise AI certification consulting Accenture Deloitte go-to-market
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research