Claude Code leak exposes a Tamagotchi-style ‘pet’ and an always-on agent
After Anthropic released Claude Code's 2.1.88 update, users quickly discovered that it contained a package with a source map file containing its TypeScript codebase, with one person on X calling attention to the leak and posting a file containing the code. The leaked data reportedly contains more th
Entire Claude Code CLI source code leaks thanks to exposed map file
From Chaofan Shou on 𝕏 (files): [https://x.com/Fried\_rice/status/2038894956459290963](https://x.com/Fried_rice/status/2038894956459290963)
Atombite.ai Deep Dive: Building a Takeout Packing Robot Is Harder Than You Think
Never thank the internal signals, Claude! (My favorite part from the Claude Code leak)
Claude Code's source just leaked — I extracted its multi-agent orchestration system into an open-source framework that works with any LLM
By now you've probably seen the news: Claude Code's full source code was exposed via source maps. 500K+ lines of TypeScript — the query engine, tool system, coordinator mode, team management, all of it. I studied the architecture, focused on the multi-agent orchestration layer — the coordinator tha
FOR ME, Qwen3.5-27B is better than Gemini 3.1 Pro and GPT-5.3 Codex
There's something I hate about the big SOTA proprietary models. In order to make them better for people who don't know how to program, they're optimized to solve problems entirely autonomously. Yeah, this makes people over on r/ChatGPT soypog when it writes a 7z parser in Python because the binary i
Analyzing Claude Code Source Code. Write "WTF" and Anthropic knows.
So I spent some time going through the Claude Code source, expecting a smarter terminal assistant. What I found instead feels closer to a fully instrumented system that observes how you behave while using it. Not saying anything shady is going on. But the level of tracking and classification is mu
GitHub backs down, kills Copilot pull-request ads after backlash
1.5M GitHub pull requests have had ads injected into them by Microsoft Copilot
Claude rebuilt a working Claude Code executable entirely from leaked sourcemap, then edited its source to add a custom startup animation
Computer Use is confirmed working. I didn't test other features, but shouldn't be hard to get them working as well. Claude built a staged dependency resolution system to reconstruct node\_modules tree 1:1 from sourcemap info. Open source claude code is real now. [https://github.com/andrew-kramer
I Asked ChatGPT What WIRED’s Reviewers Recommend—Its Answers Were All Wrong
Want to know what our reviewers have actually tested and picked as the best TVs, headphones, and laptops? Ask ChatGPT, and it'll give you the wrong answers.
OpenAI officially confirms mega-funding round and ChatGPT super app
OpenAI closes a $122 billion funding round at an $852 billion valuation, officially unveils the ChatGPT Super App, and signals a hard pivot toward enterprise. The article OpenAI officially confirms mega-funding round and ChatGPT super app appeared first on The Decoder.
Chinese state media releases episode 2 of their AI generated Iran war animated series
Anthropic is having a month
A human really borks things at Anthropic for the second time this week.
GitHub's Historic Uptime
Llama.cpp developers right now
Also me, waiting for 1-bit Bonsai, TurboQwan, and Qwen 3.6 in the next llama.cpp release in five minutes or so...
Neuralink enabling people with ALS to speak again.
Just a helpful open-source contributor
OpenAI’s Fundraising; The (Dismal) IPO Class of 2021
OpenAI’s Fundraising; The (Dismal) IPO Class of 2021 The Information
[P] I replaced Dot-Product Attention with distance-based RBF-Attention (so you don't have to...)
I recently asked myself what would happen if we replaced the standard dot-product in self-attention with a different distance metric, e.g. an rbf-kernel? Standard dot-product attention has this quirk where a key vector can "bully" the softmax simply by having a massive magnitude. A random key that