A Simon Willison post (surfaced via Hacker News with 173 points and 229 comments) notes that Anthropic's Claude Code agentic coding tool now uses Bun as its JavaScript runtime, which is itself implemented in Zig/Rust. The change is an infrastructure/tooling detail about the Claude Code execution environment. Community engagement suggests this is a notable implementation detail for practitioners using or building on Claude Code.
Simon Willison notes that Claude Code has switched to using Bun (a JavaScript runtime) implemented in Rust as part of its execution stack. The post is brief but signals an infrastructure change in Anthropic's Claude Code agentic coding tool. This is relevant for practitioners tracking the internals and performance characteristics of Claude Code.
Anthropic has acquired Bun, the high-performance JavaScript runtime and all-in-one toolchain founded by Jarred Sumner in 2021, to accelerate Claude Code's infrastructure. Claude Code reached $1 billion in annualized run-rate revenue in November 2025, just six months after its May 2025 general availability launch. The acquisition deepens an existing partnership—Bun was already integral to Claude Code's infrastructure scaling and its native installer launch. Bun will remain open source and MIT-licensed, with Anthropic committing continued investment in the project.
Claude Code is an agentic coding tool developed by Anthropic that operates in the terminal, enabling natural language interaction with codebases for tasks like code execution, explanation, and git workflow management. The repository has accumulated 127,316 stars with 323 added today, indicating sustained community interest. It represents Anthropic's direct entry into the developer tooling space with an agent-oriented product.
Anthropic accidentally included a source map file in Claude Code version 2.1.88 on npm, allowing a researcher to decode and publish over 512,000 lines of code across 1,900 files. The leak revealed architectural details about how Claude Code operates—described as more like a small dedicated operating system than a chatbot wrapper. Anthropic removed the package and confirmed it was a packaging error with no user data exposed, but the code had already been forked over 40,000 times. The issue also covers OpenAI exiting video generation and Gemini adding music generation.
Anthropic has released Claude 3.7 Sonnet, described as their most capable model to date and the first hybrid reasoning model on the market, capable of operating in both standard and extended thinking modes within a single unified model. The model achieves state-of-the-art results on SWE-bench Verified and TAU-bench, with particular strength in coding and front-end web development. Alongside the model, Anthropic is launching Claude Code in limited research preview, a command-line agentic coding tool that can read/edit files, run tests, and push to GitHub. Pricing remains unchanged at $3/M input and $15/M output tokens, with availability across Claude.ai plans, Amazon Bedrock, and Google Cloud Vertex AI.
Anthropic's Claude Code version 2.1.88 accidentally included a source map file that allowed decoding of over 512,000 lines of closed-source code across 1,900 files, which was published widely before Anthropic removed the package. Analysis of the leaked code reveals Claude Code's architecture as a modular, OS-like agent system with swarm subagents, a three-tier memory structure, and multi-stage context compression. The leak also exposed unreleased features including an always-on background agent called Kairos with a memory-pruning subsystem called autoDream, a voice interface, an 'undercover mode' for stealth git commits, and references to unreleased models codenamed Capybara and Numbat. Anthropic confirmed the leak was a packaging error and not a security breach, with no user data exposed.
Anthropic's Claude Cookbook — a collection of practical recipes and code examples for building with Claude — surfaced on Hacker News with 224 points and 118 comments, indicating meaningful practitioner interest. The resource appears to be hosted on the Claude platform and targets developers integrating Claude into applications. Community engagement at this level suggests the cookbook addresses real developer needs in the Claude ecosystem.
Simon Willison shares commentary on using Claude Code, Anthropic's agentic coding tool, with a focus on HTML as an output format. The piece appears to explore practical workflows and observations from hands-on use of Claude Code. As a tier-2 practitioner commentary, it likely covers patterns, tips, or surprising findings about how Claude Code handles HTML generation or web-oriented tasks.