Cached at:
04/21/26, 03:35 PM
**TL;DR**
A leaked Claude Code repo reveals Anthropic’s vision of 24/7 autonomous “demon-mode” agents, a three-tier memory system, and new model codenames, while OpenAI closes a record $122 B round, Microsoft ships MAI-Transcribe-1, and Recraft drops V4 image models.
## Anthropic’s Claude Code Leak: The Post-Prompt Era in Plain Sight
### How the Source Code Got Out
Early in the week user Fried Rice posted on X that Claude Code’s un-minified source had shipped inside an npm package’s map files. A direct download link circulated within hours. Despite rapid DMCA takedowns, the code had already forked across GitHub, and hobbyists began publishing “Claude Code Community Edition” builds.
### Three-Layer Memory: RAG Is Dead, Long Live Pointers
VentureBeat’s analysis of the leak highlights a memory architecture that abandons classic retrieval-augmented generation:
1. **memory.md** – a lightweight, always-in-context index that stores only “pointers” (filenames, timestamps, short hashes), not full documents.
2. **Conversation layer** – raw chat logs are indexed for grep-style keyword search; the agent never re-ingests entire transcripts.
3. **Background embeddings** – optional semantic cache for rare long-tail look-ups.
The result: constant-time context window, deterministic cost, and no ballooning prompt sizes as sessions grow.
### Chyros: The 24 × 7 “Demon Mode”
The most startling artifact is Chyros, a background service that keeps a Claude instance alive without user input:
- Heartbeat every few seconds: “Is there anything to do?”
- Autonomous actions: restart failed web servers, reply to angry customer e-mails at 2 a.m., patch typos on Stripe pages, open GitHub PRs, push SMS alerts.
- Daily journal: a markdown log of “noticed → decided → executed” for full auditability.
Employees had already nicknamed the workflow “post-prompt” AI—systems that anticipate rather than react. The code shows hooks for mobile push, scheduled cron-like tasks, and even a “personality vector” that modulates tone per recipient.
### Easter Eggs and Future Models
- **Capiara / Mythos**: class stubs for a next-gen model family.
- **Tamagotchi buddy**: terminal pet with chaos, snark, and energy stats—likely an aborted April-Fool build.
### Official Response
Boris Churney, head of Claude Code, admitted on X that “manual deployment steps should have been automated; no individual is being thrown under the bus.” Anthropic confirms no customer data escaped and says pipeline hardening is complete.
## Image Generation: Recraft V4 Trio Ships
Recraft released three models under the V4 banner:
- **V4 & V4 Pro** – photographic lighting, physically based materials, negative-space layout understanding; outputs ready for brand decks, packaging mock-ups, web prototypes.
- **V4 Vector** – native SVG, not a raster trace; editable paths and text in Figma or Illustrator.
- **Text rendering** – multi-line, any font, kerning preserved.
The company bills the bundle as “an agency inside an API.” Try-it link in the video description.
## OpenAI’s $122 Billion War Chest and the Super-App Tease
OpenAI announced the largest private fundraise in history—$122 B at an $852 B post-money—led by SoftBank, Microsoft, and others. Internal revenue is now $2 B per month, growing four times faster than Alphabet or Meta at comparable stages.
Buried in the press release: plans for a “unified AI super-app” merging ChatGPT, browser, CodeX, voice, and agent tools into one surface—an apparent counter to Anthropic’s integrated roadmap.
## Sora’s Sudden Fall: Too Pricey to Keep the Lights On
The Wall Street Journal reports OpenAI shut down wide Sora access because the video model burns roughly $1 M per day, projecting >$350 M annual loss. Resources are being redirected to core GPT training and agent infrastructure.
## Microsoft MAI Family: Transcribe-1, Images, Foundry
Microsoft unveiled MAI-Transcribe-1, a multilingual speech model that sets a new word-error-rate benchmark across 25 languages, beating Whisper and Gemini even in noisy environments. Demo: a tongue-twister beach-wave audio clip transcribed perfectly.
All MAI models (speech, image, transcription) are live in the Microsoft Foundry API portal for pay-as-you-go use.
## Google Veo 3.1 Lite
Google quietly shipped Veo 3.1 Lite: lower-cost video generation with a modest quality trade-off. Pricing chart in the blog post shows ≈40 % savings versus the full Veo 3.1 endpoint.
## Quick Hits
- Gmail teased an “AI Inbox” feature on X—details sparse, likely auto-summaries and suggested replies rolling out soon.
Source: [Matt Wolfe – AI News: Anthropic Leak Shows Us The Future of AI](https://www.youtube.com/watch?v=BZ1hs2ZcnJc)