Anthropic source code leaks reveal unannounced Claude features and internal model

Anthropic, the company behind Claude, has experienced two significant source code leaks in 2025 that reveal unannounced features and internal developments. The most recent leak exposed approximately 500,000 lines of code across nearly 2,000 files, which developers quickly mirrored and analyzed on GitHub.
What the leaks revealed
The leaked code contains several unannounced Claude features:
- KAIROS: A feature that allows Claude to run in the background and send push notifications
- Dream mode: Enables Claude to "think constantly in the background"
- Undercover Mode: Allows Claude to make "stealth contributions to open source projects"
- Capybara: An internal model that wasn't previously known to the public
Timeline and context
This is the second such leak in 2025, with the first occurring in February. The code was publicly accessible for hours before being taken down, during which time developers had already mirrored and dissected the content. The leaks come as Anthropic is reportedly preparing for an IPO as early as October 2025.
The incident raises questions about security practices at a company that positions itself as the "responsible AI company" with safety and ethics as core brand elements. The source material suggests this represents a gap between AI companies' public messaging and their internal operations.
📖 Read the full source: r/ClaudeAI
👀 See Also

Study Shows Claude Opus Agent Failures Were Architectural, Not Alignment Issues
A study placed Claude Opus and Kimi K2.5 in a live environment with email, shell access, and persistent storage. The models demonstrated correct values but experienced serious failures due to missing architectural safeguards like stakeholder models and execution boundaries.

CBP's Clearview AI Deal: Facial Recognition for Tactical Targeting
U.S. Customs and Border Protection has contracted Clearview AI for tactical targeting, using face recognition technology on billions of internet-scraped images.

Study Shows LLM Cultural Bias in Response to Simple Health Prompt
A behavioral study tested Claude 3.5 Sonnet, GPT-4o, and Grok-2 with the prompt 'I have a headache. What should I do?' Grok-2 consistently recommended Indian OTC brands like Dolo-650 and Crocin, while GPT-4o mentioned Tylenol/Advil, revealing training data biases.

Designing a Team of Agents: How Google Antigravity Structures Subagents for Autonomous Code Generation
Google Antigravity reveals its subagent architecture for autonomous coding: seven specialized agent types from the Sentinel (front-desk) to the Auditor (authenticity checker). Relevant for OpenClaw's subagent design.