claude-code
194 articles
The Claude Code Source Leak: What 512K Lines of TypeScript Reveal About Building AI Agents
On March 31, 2026, Anthropic accidentally leaked the full Claude Code source code via npm. Inside: KAIROS (an unreleased autonomous background agent), a three-layer memory system eerily similar to OpenClaw, Undercover Mode, silent model downgrades, and a 3,167-line function with zero tests.
Vibe Engineering — From 'Throw a Prompt and Pray' to Actually Shipping Software
Paweł Huryn proposes the Vibe Engineering framework: instead of accepting raw AI output, use Context Engineering, Intent Engineering, and Sub-agent orchestration to upgrade AI coding from 'lucky demos' to 'reliable products'.
Claude Code Hidden Features — Boris Cherny's 15 Daily Power Moves
Boris Cherny shares 15 lesser-known Claude Code features he uses every day — from the mobile app and loop/schedule to worktrees and voice input.
Claude Code Is Not Just for Writing Code — Six Non-Coding Patterns Worth Stealing
rodspeed lays out six ways to use Claude Code as general automation, not just a code editor: fresh eyes, meta-skills, freshness-aware search, conversation harvests, structured memory, and handoffs. The deeper pattern is read, filter, decide, present.
Vibe Coding SwiftUI: The Joy and Cost of Building macOS Apps Without Knowing Swift
Simon Willison used Claude Opus 4.6 and GPT-5.4 to vibe code two macOS menu bar apps — one for network traffic, one for GPU stats. The entire SwiftUI app fits in a single file, no Xcode needed. But he's the first to admit: he has no idea if the numbers are accurate.
Claude Code Catches 99%+ of Bugs, Engineers Just Sanity-Check
Boris Cherny says his team lets Claude Code find 99%+ of bugs first, then an engineer sanity-checks to make sure nothing obvious slipped through.
Paweł Huryn: The Scarce Skill Isn't Managing AI Agents — It's Designing the Knowledge Architecture That Makes Them Work
Paweł Huryn responds to 'Anthropic's team doesn't write code anymore': the headline is right, but the framing is wrong. The bottleneck was never 'spin up more agents' — it's how you design the knowledge architecture that makes them actually effective.
Claude Code Playground Plugin: Let AI Build Interactive HTML Widgets for You
Thariq from Anthropic demos a Claude Code playground plugin that generates standalone interactive HTML pages — perfect for tasks where text-based interaction just doesn't cut it.
Your Agent Should Use a File System: Why Bigger Context Windows Miss the Point
Anthropic engineer Thariq makes a blunt case for AI agents using the file system as state. The point is not just persistence — it is giving agents a place to search, verify, iterate, and recover instead of trying to one-shot everything from memory.
Bash Is All You Need? Why Even Non-Coding Agents Need a Shell
Anthropic engineer Thariq argues that even non-coding agents need bash. Saving intermediate results to files lets an agent search, compose API workflows, retry, and verify its own work — but it also raises real questions about security, data exfiltration, and container-based deployment.
Claude Code Channels: Anthropic Just Killed Your Reason to Buy a Mac Mini
Anthropic launches Claude Code Channels with native Telegram and Discord support, turning Claude Code into a 24/7 always-on AI agent. VentureBeat calls it the OpenClaw killer.
Anatomy of the .claude/ Folder — Where Your AI Assistant's Brain Lives
Why does Claude perform great in one repo and turn dumb in the next? The answer is the .claude/ folder. Akshay breaks down the full structure: three-level CLAUDE.md, custom commands, agents, permissions, and the global ~/.claude/ you probably didn't know existed.
Claude Code Spring Break: 2x Usage During Off-Peak Hours and Weekends
Anthropic engineer announces that for the next two weeks, Claude Code users get 2x usage during off-peak hours and weekends. The post doesn't define what 'off-peak' means.
Claude Code vs Codex: The Architectural Differences and Setup Guide for AI Agent CLIs
Many teams treat Claude Code and Codex as interchangeable tools, only to waste hours on misconfiguration. This article breaks down the fundamental differences in their control planes and trust models, with a practical day-one setup guide.
Control Your AI from Bed? A Complete Guide to Claude Dispatch
Anthropic quietly released Dispatch, letting you remotely control Claude Cowork on your computer from your phone. Here's how to set it up, which workflows actually work, and its real limitations right now.
How to Make Your Claude Skills 10x Better — Andrej Karpathy's Autoresearch Method in Practice
Ole Lehmann shares a method that applies Karpathy's 'autoresearch' concept to Claude skills — letting an agent test, tweak, and improve your prompts automatically. His landing page copy skill went from 56% to 92% pass rate with almost zero manual work.
Lessons from Anthropic's Own Engineer: How They Actually Use Claude Code Skills Internally
Anthropic's Thariq shares lessons from hundreds of internal Claude Code Skills: Skills are folders, not just markdown; they cluster into nine categories; and the secret is gotchas, progressive disclosure, and descriptions written for the model.
Reverse Engineering Claude Code: What's Hiding Inside a 213MB CLI Tool?
The author spent a week tearing apart Claude Code's 213MB binary and discovered it's essentially a massive prompt delivery system built on Bun, packed with unreleased features and telemetry.
Dan McAteer's verdict: Opus 4.6 has no real competition at 1 million tokens
Dan McAteer shares his long-context observations: Opus 4.6 performs best at 1 million tokens with 78% accuracy, Sonnet 4.6 is the closest competitor, and GPT-5.4 actually regressed compared to GPT-5.2 at long context.
Want to Think Like a Claude Architect? Here's the Cheat Sheet (No Certification Needed)
Someone took the Claude Certified Architect exam content and broke it all down — five domains, core concepts, anti-patterns, and hands-on suggestions. The certificate doesn't matter; the knowledge does.