AI with Ravi

Wednesday Noon Edition

April 1, 2026
30+
Tweets Captured
7
Topic Clusters
~10h
Time Window
The Claude Code Source Leak 5 items
Claude Code's entire 512K-line TypeScript harness leaked via an npm source map — and the developer community is dissecting it like a newly discovered species.
The leak, traced by @0xJsum's coworker @Fried_rice to a map file in Anthropic's npm registry (version 2.1.88), exposed not the model weights but the engineering scaffolding. What followed was a 24-hour sprint of reverse engineering. The upstream cause is mundane — a build artifact accidentally shipped — but the downstream effects are reshaping how people understand agentic coding tools.
@0xJsum · ~10h · 138 likes, 17K views
Sebastian Raschka's deep dive concludes that Claude Code's real advantage is six layers of engineering, not the model — from aggressive prompt caching to fork-and-subagent orchestration.
The article identifies interlocking optimizations: live repo context injection, file-read deduplication, and a compaction pipeline managing token budgets across sessions. HuggingFace CEO Clément Delangue amplified it, noting that comparing open models to closed-source products misses exactly this infrastructure layer.
@rasbt · Mar 31 · 386 likes, 58K views — reshared by @ClementDelangue and @garrytan
Claude Code's three-layer compaction system is more sophisticated than anyone expected — MicroCompact every turn, Session Memory for mid-range overflow, Boundary/Legacy for the rest.
A detailed flowchart shows the pipeline: 5-15K tokens saved per MicroCompact (instant, no API call), 13K triggers auto-compact, and 3K is the hard floor. The resume flow reads JSONL from disk, finds boundary markers, and relinks tail references — engineering that explains why Claude Code sessions feel coherent across long interactions.
@himanshustwts · 8h — one of several accounts racing to document the architecture
Within 45 minutes, the cch= hash protecting Claude Code's API requests was fully reverse-engineered — any open-source client can now use an Anthropic subscription.
@paoloanzn flagged that Anthropic built a Zig-compiled signature into every API request; recompiling the client sent zeros. @ssslomp cracked it entirely. A GitHub project (motiful/cc-gateway) offering a privacy-preserving API proxy already gathered 515 stars. The open-source counter-move was remarkably fast.
@paoloanzn · 45m and 8h · 306 + 380 likes, 26K views on the gateway
Danny Thompson's reading of the leaked codebase left him more reassured about developers' futures — and revealed a hidden command to mask Anthropic employee contributions.
The first point speaks to the sheer complexity of the harness; the second fuels trust questions around AI-assisted development attribution.
@DThompsonDev · 2h · 310 likes, 18K views
April Fools in AI Land 4 items
Anthropic's /buddy command — a coding pet snail with "Patience: 79, Chaos: 2" — became the most-engaged post in this digest at 3.1K likes and 260K views.
The terminal interface showed stats, the tagline "it'll chime in as you code, your buddy won't count toward your usage." Several replies asked when it would ship for real — the joke worked because developers genuinely want companionship during solo coding sessions.
@trq212 · 10h · 3.1K likes, 260K views — Anthropic knows its audience
@IntCyberDigest announced Anthropic was open-sourcing as "OpenClaude" — and 8.4K likes later, the joke lands because people genuinely wonder what happens to these codebases if the companies fail.
The fictional Dario Amodei quote about disappearing like OpenAI hit 814K views. The satire is effective precisely because the underlying question — code survivability in a winner-take-all market — is unresolved.
@IntCyberDigest · 4h · 8.4K likes, 814K views
A fake Claude ban email for "competing products installed alongside Claude Code" hit 268K views — nervously close to the actual telemetry revealed by the source leak.
@chribjel's satire resonated because the leaked cch= signing system showed that Claude Code does send environment information. The "Made with AI" watermark was the giveaway.
@chribjel · 6h · 705 likes, 268K views
GPT-5o "Spud" dropping Thursday — scored above 1% on ARC-AGI-3, progress on cancer and the Riemann Hypothesis — earned 557 likes because nobody could immediately tell it was fake.
@patience_cave nailed every note of actual OpenAI hype communication, which is itself the critique.
@patience_cave · 9h · 557 likes, 62K views
The Agentic Coding Debate 3 items
Garry Tan's 37K LOC/day boast drew 2.8K likes — then a forensic audit of his website went mega-viral at 1.2M views.
261K LOC added, 67K deleted, 126 commits across 5 projects with a 72-day shipping streak. The response was polarized: admiration for velocity from builders, concern about quality from engineers. The defining fault line of AI-assisted development in 2026.
@garrytan · Mar 30 · 2.8K likes, 591K views
The audit found 78,400 lines of AI-generated bloat — a single homepage downloading 6.42 MB across 169 requests — crystallizing the velocity-vs-quality debate.
At 1.2M views, the audit became the most-viewed post in this digest. The ratio of views to likes suggests people shared it as evidence for both sides of the argument. Does agentic coding optimize for shipping at the expense of everything else?
@Gregorein · Mar 31 · 749 likes, 1.2M views
A one-employee company running at $6.2M annual revenue — quoted by Garry Tan as proof that "all the old rules are gone."
Kevin Rose interviewed @Bencera's @polsia. Garry Tan's framing: it's not about access to tools anymore, it's about whether you *want* to go fast. Whether that's inspiring or terrifying depends on your relationship to quality.
@garrytan · 15h, quoting @kevinrose
AI Conquers Competitive Programming 1 item
GrandCode, a multi-agent Qwen system, won three consecutive Codeforces live rounds — finishing every problem set first and beating all human competitors.
The progression: from 175th place to 1st in under a year. GrandCode uses multiple agents that propose patterns, write solutions, and invent break tests — essentially a team of AI specialists coordinating on each problem. Competitive programming was considered the last domain where humans had a clear edge.
AI in the Real World 4 items
OpenAI's Tibo reset Codex usage limits for all plans after a spike in rate-limit hits — and discovered a pocket of fraudulent accounts — in the highest-engagement non-April-Fools post in this digest.
The phrasing ("since we don't fully understand why") is notable for its transparency about uncertainty. Some of the spike was artificial — the fraud discovery adds context to the usage surge.
@thsottiaux · 7h · 9.4K likes, 734K views
A Japanese greenhouse farmer with no engineering background used OpenAI Codex to build a remote ventilation system operated through LINE.
Tomiyasu (@tomiyasu16) simply said "I hired one engineer for the farm. His name is Codex." He used it not just for code but for designing wiring diagrams. The upstream enabler is Codex's natural-language pipeline, but the real story is domain expertise unlocked from the engineering bottleneck.
@DeryaTR_ · 2h · 50 likes, 5.8K views — modest engagement but a perfect microcosm
IKEA's AI chatbot Billy pivoted from customer service (57% resolution) to interior home design — creating a $1.2 billion revenue stream.
The lesson isn't "AI won't replace your job" — it's that the chatbot created an entirely new service category by repurposing customer interaction data. AI didn't eliminate roles; it eliminated the information-routing function that justified those roles.
Mercor AI — a $10B startup managing 30K+ contractors for OpenAI, Anthropic, and DeepMind — was allegedly breached by Lapsus, with 939GB of source code exfiltrated.
The entry point was a security scanner, and developers had handed production credentials to an AI chatbot. An AI training company compromised partly through AI tool usage — the irony underscores how the security perimeter has shifted.
@aakashgupta · 6h, citing @AlvieriD
On-Device AI & Infrastructure 3 items
The Asymmetric K/V insight: compressing V in an LLM's memory is basically free, but compressing K destroys quality by 500x on the same bits.
K decides *who* the model pays attention to; V is just *what* it reads. Mess up the "who" and everything collapses. Google's TurboQuant paper treats both caches symmetrically — which the data suggests is wrong. A technical detail that reshapes how people think about inference optimization.
@no_stp_on_snek · 17h · 89 likes, 7.4K views
MLX + TurboQuant on Apple silicon: pre-fill a 256K KV cache with private documents, run queries with total privacy, near-instant response, zero cloud.
The combination of quantization advances and Apple's MLX framework is making "local-first AI" increasingly practical for anyone with an M-series Mac. Private, fast, and offline.
@jtdavies · 2h · 62 likes, 2.9K views
Gradium Phonon: on-device voice AI running locally on smartphone CPUs — natural voices, multilingual, voice cloning, no server, no latency.
The private beta targets game devs and app builders, filling a gap where API-based voice is too expensive or latency-sensitive for millions of free users.
@GradiumAI · 1h · 40 likes, 2.2K views
The Bigger Picture 3 items
MIT Nobel laureate Daron Acemoglu argues that sufficiently accurate AI won't gradually degrade humanity's knowledge-generation capacity — it will cause total collapse.
The mechanism: if AI answers are good enough that humans stop doing upstream cognitive work, the collective capacity to produce new knowledge atrophies. Not degradation — collapse. Acemoglu's Nobel gives this unusual credibility weight in a field saturated with speculation.
@socialwithaayan · 5h · 546 likes, 60K views
Jack Dorsey: "Middle management exists because humans were the only option for information routing. They aren't anymore."
@heyshrutimishra's response — running a small team that just hit the inflection point where she can't keep everything in her head — gave the abstract claim a human face. The observation maps onto the IKEA Billy story: AI eliminates the information-routing function that justified those roles.
@jack · 23h, @heyshrutimishra · 6h
A reporter spent 100 hours undercover at Moonshot AI/Kimi — a rare inside look at a Chinese frontier AI lab's organizational chaos.
Adapted from a Chinese magazine, the thread covers a spinoff that angered one of China's most influential VCs. At 3.9K likes and 260K views, the appetite for non-US AI lab stories is clearly enormous.
@ruima · 7h · 3.9K likes, 260K views
Today's feed is unusually bifurcated — half the posts are April Fools jokes exploiting genuine AI anxieties, and the other half are real developments that sound like April Fools jokes. The Claude Code source leak, GrandCode winning Codeforces, a farmer building IoT with Codex — any of these could have been satire. That the feed is this hard to parse on April 1 says something about the pace we're living through.