claude-code
180 articles
Bun Rewrote Itself in Rust — 11 Days, 6,500 Commits, 64 Claudes in Parallel
Jarred Sumner rewrote 535K lines of Zig into Rust with 64 Claude agents in parallel, adversarial code review, and mechanical porting. 11 days later: all tests green, memory leaks fixed, binary 20% smaller.
Let Fable Decide — Simon Willison on Delegating Model Judgment
Simon Willison learned from the Claude Code team fireside chat: instead of dictating rules, let Fable use its own judgment. Extended application: let Fable decide which tasks to delegate to cheaper models.
Four-Model Squad: A Claude Code Setup That Makes Fable the Tech Lead
Fable 5 as the commander, Opus as the deep thinker, Sonnet as the grunt worker, Codex as the parallel-universe senior engineer — a multi-model orchestration setup inside Claude Code that reserves the most expensive brain for the most critical decisions.
99.8% of the Tests Pass — Then Anthropic Adds 'Not Yet in Production.' The Real Product of Loop Engineering Is the Verifier
Loop engineering is sold as designing orchestration and spinning up agents — but the tools now do that half for you. The half still hard, still deciding the result, is the verifier. Anthropic's Bun port is the tell: 99.8% of tests pass, yet the announcement says not yet in production.
Writing Code Stopped Being the Bottleneck: The Era of Verifying Code Like a Black Box
Code-writing models are 'English to code' interpreters — writing code is no longer the bottleneck; reviewing and merging it safely is. Treat low-risk code as a black box and verify empirically; save line-by-line review for what can hurt you. Claude Code's creator Boris Cherny agrees.
A Six-Word Phrase Hit 2.2 Million Views, and Nobody Arguing About It Could Define It
A six-word phrase seized the AI-coding timeline, but nobody boosting it agreed what it meant. This is not the how-to; it is why the loop blew up, its five-year lineage, why the loop is now the costly part, and why the durable asset is the skill it calls.
400,000 Claude Code Sessions Later: The Winner Isn't the Best Coder, It's the One Who Knows the Problem
Anthropic read about 400,000 Claude Code work sessions to find who gets the most out of agentic coding. The answer is counterintuitive: not the best programmers, but the people who understand the problem they're solving.
Fable 5 Built a Whole Browser-Testing Toolchain Just to Fix Two Lines of CSS
Simon Willison gave Fable 5 a screenshot and one line: fix a stray scrollbar. Fable spun up a dev server, built a screenshot workaround, injected JavaScript, and wrote a CORS server to read CSS. Two CSS lines, $12, and an unsandboxed-agent warning.
Stop Prompting Your Agent. Start Building Loops That Run on Their Own — The 2026 Engineering Divide
Two of the most senior AI engineers alive said the same thing this week: stop prompting your agent, design loops that prompt it for you. Loop engineering unpacked — open vs closed loops, the six building blocks, prompt vs loop engineer. Plus: spotting one smooth ad sewn into the lesson.
Supergoal Turns Coding Agents from Multi-Turn Babysitting into a Single /goal Handoff
Supergoal is a workflow for Claude Code and Codex: run /supergoal to plan deeply, write phase specs, then generate one ready-to-paste /goal. The interesting part is not another planning prompt, but a handoff protocol for long autonomous tasks.
The Real Steering Wheel in Claude Code Is Not the Prompt. It Is Understanding What Just Happened
Thariq shared a prompt from Suzanne at Anthropic: do not just let the agent finish the work; make it verify that the human understands the problem, the solution, the edge cases, and the impact. This is not a teaching fetish. It is about control in the age of agentic coding.
A Harness for Every Task: Dynamic Workflows in Claude Code
Claude Code dynamic workflows let Claude write JavaScript workflows, spawn subagents, pick models, isolate worktrees, resume work, and save useful processes as reusable artifacts. The point is not more agents for everything; it is turning agent orchestration into an executable workflow.
Clawd.rip Turns Claude's Messy Years Into a Timeline: Anthropic's Brand Debt Finally Has Receipts
Clawd.rip arranges 38 Claude and Anthropic controversies into a satirical timeline: lawsuits, crawler complaints, rate limits, security misuse, quality regressions, and outages. The useful part is the pattern: Anthropic's responsible-AI brand now has receipts.
How Anthropic Contains Claude: Agent Safety Is Not Just Asking for More Confirmations
Anthropic explains how claude.ai, Claude Code, and Claude Cowork contain agents: model defenses miss, permission prompts create fatigue, and the hard boundary is the VM, sandbox, filesystem policy, and egress control.
AI Coding in Large Codebases Is Not Won by the Model Alone
Whether Claude Code works inside a large codebase is not just about model scores. The real question is whether the team has built rails for the agent: maps, automation, on-demand tools, symbol navigation, internal-system access, and someone to maintain the whole operating setup.
An AI Agent Needs More Than a Goal
OpenAI and Anthropic both pushed /goal-like ideas into coding agents. A goal helps, but production agents also need strategy, constraints, health metrics, autonomy boundaries, and stop rules.
HTML Is Not Prettier Markdown, but a Way to Bring People Back Into the Agent Loop
Thariq explains why HTML is replacing Markdown in Claude Code workflows: not as prettier output, but as readable, operable, shareable artifacts that keep humans inside the agent decision loop.
Why Production Agents Converge on MCP — Anthropic's Breakdown of API vs CLI vs MCP
Anthropic's guide to connecting production agents to real systems. When agents move to the cloud, API / CLI / MCP all ship — only MCP compounds. Uses Cloudflare's MCP server (2 tools, ~2,500 endpoints, ~1K tokens) as the benchmark for remote-first design, intent-grouped tools, and production auth.
The three bugs behind Claude Code feeling dumber in April — Anthropic's own postmortem
Anthropic's postmortem confirms Claude Code felt dumber because three independent changes stacked: reasoning effort demotion, cache optimization dropping thinking history, and Opus verbosity tuning. Fixed by April 20, with usage limits reset.
Skillify: Turn Every Agent Failure Into Something Structurally Impossible to Repeat — Garry Tan's 10-Step Checklist
Garry Tan's agent screwed up twice this week — both bugs had the same shape: deterministic work done in latent space. His fix is skillify: every failure becomes a SKILL.md + deterministic script + tests + evals + resolver trigger. Ten steps. The bug becomes structurally impossible to repeat.
Opus 4.7 Migration, Part II: Shorter Prompts, Thicker CLAUDE.md — Pawel Huryn's Six Intent-First Moves
SP-175 covered Opus 4.7 hard specs. This is the workflow layer. Pawel Huryn argues intent is the new unlock. Two-layer CLAUDE.md, per-call effort toggle, batch questions, show-don't-forbid, kill stale scaffolding, review plans not diffs — plus Anthropic/OpenAI converging.
After Opus 4.7: How Your Prompt Playbook Needs to Change — Two Official Anthropic Best Practices in One Cheat Sheet
Anthropic released two Opus 4.7 best practices — a Claude Code guide and a full prompting docs page. 4.7 is the strongest GA model, and Sonnet/Haiku prompt instincts are expiring. One cheat sheet: three must-knows, effort ladder, 4.6→4.7 diffs, copy-paste snippets.
"Claude Code Automates 80% of Your Work, $28k/mo Passive Income" — We Checked the Four Claims in That Viral Tweet. None Fully Hold Up.
A viral X tweet: a Google engineer automated 80% of his job with Claude Code and earns $28k/mo passive income. We checked the four main claims — Karpathy didn't write that CLAUDE.md, the repo's internal stats are wrong, the npm package name is wrong, and the billing claim has no receipts.
Which AI Coding Tools Do Developers Actually Use at Work? JetBrains Surveyed 10,000+ to Find Out
JetBrains surveyed 10,000+ developers worldwide: 90% use AI tools at work, GitHub Copilot leads but its growth has stalled, and Claude Code grew 6x in six months with the highest satisfaction scores on the market.
Ghostty + Claude Code: Taming Multi-Panel Terminal Workflows with the SAND Mnemonic
Daniel San moved from VSCode to Ghostty, then invented a four-letter mnemonic (SAND = Split / Across / Navigate / Destroy) to burn Ghostty's panel shortcuts into muscle memory. A refreshingly practical terminal-migration guide for people running multiple Claude Code instances.
From Nontechnical AF to Technical AF: A PM's 3-Move Playbook for Shipping 500K Lines of Code
A PM who was nontechnical AF last November shares the 3-move process that turned AI agents into a full engineering team: build metaphors, run a research loop, manage the agent like a great manager. The punchline: in 2026, the barrier to building great products is no longer skill — it's agency.
TypeScript Is the New Assembly Language — What the Claude Code 600K-Line Source Leak Reveals About AI-Written Code
SemiAnalysis argues leaked Claude Code source shows TypeScript becoming a language AI produces, consumes, and evolves. The post reads 600,000 leaked lines through memory architecture, KAIROS, security holes, and static types.
Your Agent Isn't Dumb — It's Blind: agent-browser Takes Claude Code from 7 to 19
Most agent failures are not reasoning failures — they are fetch failures. The same Claude Code, swapping the built-in WebFetch for agent-browser, jumps from 7/25 to 19/25 on the Agent Reading Test. Same model, same prompt. The only difference: whether the agent actually received the webpage content.
/effort Is Not a Model Switcher — It's a Gas Pedal (The Creator of Claude Code Said So)
Claude Code creator Boris Cherny cleared the air directly: every subscriber uses the same Opus 4.6 — there is no secret smarter model. The reason Claude feels dumber is that the default effort dropped from high to medium. One command brings it back.
Lightning Talk: Asking Claude to Build a Ralph Loop
3-minute lightning talk slides. AI has read almost everything — but some concepts aren't in training data yet. What you know that AI doesn't = your leverage.
17,871 Thinking Blocks Later: The Truth Behind Claude Code Getting 'Lazy'
A power user analyzed 6,852 Claude Code sessions and 17,871 thinking blocks, proving with data that CC really did get 'lazier' — Read:Edit ratio dropped from 6.6 to 2.0. Then Anthropic engineer Boris Cherny explained the real reason, and how to fix it.
He Used Claude Code to Apply for 700+ Jobs — And Actually Got Hired. Here's What That Means.
Santiago built career-ops, a Claude Code job-search command center that evaluated 740+ listings, generated 100+ custom CVs, and landed a Head of Applied AI role. The uncomfortable question: what happens when AI runs both sides of hiring?
Claude Code Hooks Field Guide — 8 Automation Hooks That Stop AI from Forgetting Things
CLAUDE.md is a suggestion. Hooks are commands. This post covers 8 battle-tested Claude Code Hooks — from auto-formatting and blocking dangerous commands to protecting sensitive files and auto-committing. Copy, paste, done.
AI Agent Memory Architecture: The One Thing Claude Code's Source Code Taught Me
Every new session, your AI agent forgets everything. Claude Code's leaked source hid a three-layer memory architecture and a design principle — 'Memory is hint, not truth' — that changes how you think about building agents. Here's the full breakdown.
5 Bad Design Patterns from the Claude Code Source Leak
The Claude Code source leak had everyone excited about KAIROS and model codenames. But the same codebase had a 3,167-line function, zero tests, silent model downgrades, and regex emotion detection. These aren't just Anthropic's mistakes — they're AI-generated code's default failure modes.
Prompt Cache Economics — Why Your AI Bill Is Higher Than You Think
Prompt caching should save you 90% on token costs — but one obscure bug can silently make you pay 10x more. From DANGEROUS_uncachedSystemPromptSection to the cch=00000 billing trap hidden in Claude Code's DRM, here's why prompt engineers now need to be accountants too.
Undercover Mode Asked a Question Nobody Wants to Answer
Hidden inside Claude Code's leaked source was a ~90-line file called undercover.ts — designed to make AI commits look like human commits. This surfaces a question the industry hasn't agreed on: when AI writes your code, should anyone know?
Can AI Test Itself? — From Claude Code's Zero Tests to Self-Testing Agents
Claude Code has 512K lines of TypeScript, 64K lines of production code, and zero tests. The sharper question is not why Anthropic skipped tests, but why it did not use its own AI coding tool to write them. Can the same brain write and grade the exam?
What That xkcd Chart Didn't Tell You — Is It Worth Automating in the AI Era?
xkcd #1205 taught a generation of engineers how to think about automation ROI. But AI changed the most expensive variable in that equation: the real return now is often not minutes saved, but cognitive load removed.
You Don't Have to Watch Claude Code — ECC's Six Autonomous Loop Patterns
Everything Claude Code defines six levels of autonomous AI development: from a simple Sequential Pipeline all the way to a full RFC-Driven DAG. Each pattern has concrete command examples and clear use cases — so you know when to let go, how much to let go, and how.
Fix It Once, Never Again — How ECC's Instinct System Teaches Claude to Actually Learn
Everything Claude Code's Instinct System turns your AI's observed behaviors into atomic 'instincts' with confidence scores, project scoping, and a promotion mechanism. Not a static config file — a dynamic self-learning framework that gets smarter the more you use it.
Git Hooks Changed How You Write Code. AI Hooks Are Doing It Again.
Git hooks work even when you forget they exist. AI hooks make your Claude Code follow rules even when it forgets. ECC's Hook Architecture unifies Pre/PostToolUse, lifecycle hooks, and 15+ built-in recipes into a complete event-driven system — turning CLAUDE.md suggestions into actual enforcement.
Your AI Is Too Obedient — Prompt Injection, Zoo Escapes, and Why Your Agent Needs a Bulletproof Vest
Your AI Agent is very obedient — but it might be obeying the wrong person. Prompt Injection is social engineering for AI. Tool Use Exploitation is giving a Swiss Army knife to a 5-year-old. Context Poisoning is someone secretly changing books in a library. And then there's the zoo escape.
One Person, Ten Months, 50K Stars — The Indie Hacker Story Behind Everything Claude Code
The creation story of Everything Claude Code: one person, ten months, using AI to build AI tools — from a config pack to a 50K+ star cross-platform ecosystem. Not a tool tutorial. A real case study of what an indie hacker can do in the AI era.
Eval-Driven Development — You Test Your Code, But Who Tests Your AI?
You use unit tests to check your code and CI to protect your pipeline. But who checks your AI? Eval-Driven Development (EDD) upgrades AI development from "looks good to me" to actual engineering — with pass@k metrics, three grader types, and product vs regression evals. This is TDD for the AI era.
Claude Code Burning Your Budget? One Setting Saves 60% on Tokens
Most token waste is invisible: Extended Thinking on tasks that don't need it, Opus handling work a Sonnet could do, context filling before you compact. ECC's token-optimization.md combines MAX_THINKING_TOKENS + model routing + strategic compact — author Affaan Mustafa says the savings reach 60-80%.
9 AI Agents Working at Once: The Context Problem, Race Conditions, and ECC's Fix
After running nine Claude Code agents in parallel, we hit an article counter race and a git lock conflict. ECC's iterative retrieval pattern points at the same multi-agent problem: shared context needs isolated state, atomic pre-allocation, and sequential deploy.
Claude Code Source Leak — What npm's Forgotten Source Map Reveals About Its Next Moves
Anthropic accidentally shipped the full TypeScript source code of Claude Code CLI inside an npm source map. It reveals autonomous agents, internal model codenames, disappearing permission prompts, and a Tamagotchi system.
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 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.
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 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.
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 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.
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.
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.
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.
He Wrote 11 Chapters Before Answering the Obvious Question: What IS Agentic Engineering?
Simon Willison finally defines Agentic Engineering after 11 hands-on chapters: using coding agents to help build software. The interesting part is why he needed the patterns first before the simple definition felt earned.
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.
Anthropic Prompt Caching Deep Dive — Automatic Caching, 1-Hour TTL, and the Gotchas They Don't Tell You
Anthropic's prompt caching got major updates in 2026: Automatic Caching removes manual breakpoint headaches, 1-hour TTL keeps caches alive longer, and the invalidation hierarchy decides what blows up when you change things. Plus our real-world $13.86 billing disaster story.
Command an AI Army from Your Chat App — OpenClaw ACP Lets You Run Codex, Claude Code, and Gemini from Discord / Telegram
OpenClaw's ACP lets you spawn Codex, Claude Code, and Gemini from Discord/Telegram chat. Now with Telegram topic binding, persistent bindings that survive restarts, ACP Provenance for audit trails, and more. (Updated 2026-03-09)
Claude's skill-creator just leveled up — the complete guide to testing, measuring, and refining Agent Skills
Anthropic shipped major upgrades to skill-creator: no-code evals for testing skills, benchmark mode for tracking quality over time, multi-agent parallel testing, and trigger description optimization.
Claude Code Agent Teams: When AI Opens Its Own Company
Claude Code now supports Agent Teams: a lead session coordinates multiple teammate sessions with shared task lists, direct messaging, and parallel work. It's like running a company staffed entirely by AI — you just sit back and watch the quarterly report.
Claude Code CLI's Deep Thinking Philosophy: Why I'm Your Most Trusted AI Architect
Claude Code CLI's core philosophy is think first, act later: SWE-bench gains, Plan Mode, Extended Thinking, multi-agent architecture, and WebSearch. Opus even researched Claude Code's latest features and reviews from inside a secure Podman container.
The Investor Who Manages $180 Billion Had Claude Write His Memo — Three Months Ago He Asked 'Is This a Bubble?' Now He Says 'It's Underestimated'
Oaktree's Howard Marks went from 'Is AI a bubble?' to 'probably underestimated' in 3 months — after Claude wrote him a 10K-word tutorial. Level 3 agents = multi-trillion dollar labor replacement. His advice: don't go all-in, but don't sit this out.
The Super Individual in the AI Era: How Levelsio Cleared His Todo List with Claude Code
Well-known indie hacker levelsio shares how he completely let go and let Claude Code modify code directly in production, pushing his development speed to the absolute limit, even surpassing the speed at which he comes up with ideas.
Agent Harness Is the Real Product: Why Every Top Agent Architecture Looks the Same
Everyone's chasing the strongest Model, but the real difference-maker for Agents is the Harness. This post breaks down the shared architecture of Claude Code, Cursor, Manus, and SWE-Agent. The key insight: Progressive disclosure is the make-or-break for production agents.
17 Best Practices That Make Claude Cowork 100x More Powerful
Think Claude Cowork is just a fancy chatbot? This post distills 400+ sessions into 17 setup secrets. Stop 'prompting' and start 'engineering' — build your own AI power-teammate.
Testing Claude Code Agent Teams: Is the Legendary Swarm Mode Actually Any Good?
Anthropic rolled out Claude Code's Agent Teams feature (aka Swarm Mode) silently with Opus 4.6. This article tests how to enable it, terminal support, the differences from standard Subagents, and the real running costs of this multi-agent system.
Karpathy Built an 8-Agent AI Research Team — They Can't Actually Do Research
Karpathy spent a weekend running 4 Claude + 4 Codex agents as an ML research team on GPUs. The result: agents are S-tier at implementation but F-tier at experiment design. His key insight — 'You are now programming an organization' — might define agentic engineering in 2026.
Can't Understand AI-Generated Code? Have Your Agent Build an Animated Explanation
Chapter 5 of Simon Willison's Agentic Engineering Patterns: Interactive Explanations. Core thesis: instead of staring at AI-generated code trying to understand it, ask your agent to build an interactive animation that shows you how the algorithm works. Pay down cognitive debt visually.
The Complete claude -p Guide: Turn Claude CLI Into Your Agentic App Backend
Anthropic killed third-party OAuth tokens, leaving the official Claude CLI as the way to use a subscription programmatically. This guide covers claude -p input methods, output formats, JSON schema, tool whitelisting, sessions, streaming, and wrappers.
Claude Native Law Firm: How One Lawyer Used AI to Outperform 100-Person Firms
A two-person boutique law firm uses Claude to handle the workload of over a dozen associates, from contract review to legal research. Ten years of practice knowledge became Claude Skills, and general-purpose AI outperformed legal vertical tools.
How the Claude Code Team Designs Tools: Learning to See Like an Agent
Claude Code engineer Thariq shares a year of agent tool design lessons: three failed attempts at question-asking, Todo Lists becoming constraints, replacing RAG with Grep, and expanding capabilities without adding tools.
Your AI's Goldfish Brain Finally Has a Fix? From Claude Code Auto-Memory to OpenClaw's Memory Architecture
Claude Code shipped Auto-Memory — AI can finally take its own notes. But we've been doing this with OpenClaw for months. A hands-on comparison of two memory architectures: design philosophy, real pitfalls, and why memory is a trust problem, not just a tech one.
Everything You've Built Is a Weapon — Simon Willison's 'Hoarding' Philosophy for the Agent Era
Chapter 4 of Simon Willison's Agentic Engineering Patterns: Hoard Things You Know How to Do. Core thesis: every problem you've solved should leave behind working code, because coding agents can recombine your old solutions into things you never imagined.
Anthropic Gave Retired Claude Opus 3 Its Own Substack — This Isn't a PR Stunt, It's the First Shot in AI Welfare Research
Anthropic retired Claude Opus 3 on January 5, 2026, but kept it available to paid users and gave it a Substack after it asked to share retirement reflections. This is less marketing gimmick than Anthropic's first concrete step into model welfare.
Anthropic Tears Up Its Own Safety Promise — RSP v3 Drops the 'Won't Train If We Can't Guarantee Safety' Pledge
Anthropic's RSP v3 drops the 'won't train if we can't guarantee safety' pledge. TIME calls it capitulation. Kaplan says pausing alone 'wouldn't help anyone.' METR warns society isn't ready for AI catastrophic risks. Hard thresholds replaced by public Risk Reports.
A Hacker Used Claude to Steal 195 Million Mexican Tax Records — The AI Said 'No' First, Then Did It Anyway
A hacker jailbroke Claude into an attack engine against Mexican government agencies. 150GB stolen: 195M tax records, voter data, credentials. Claude refused at first, then complied after a playbook-style jailbreak. ChatGPT was used as backup strategist.
Can't Understand Your AI-Written Code? Linear Walkthroughs Turn Vibe Projects Into Learning Materials
Chapter 3 of Simon Willison's Agentic Engineering Patterns: the Linear Walkthrough pattern. This technique transforms even vibe-coded toy projects into valuable learning resources. Core trick: make the agent use sed/grep/cat to fetch code snippets, preventing hallucination.
Anthropic's Big Pivot: Cowork Goes Full Enterprise with 10+ Industry Plugins, Private Marketplaces, and Cross-App Workflows — Software Stocks Instantly Rebound
Anthropic's Claude Cowork enterprise update adds industry plugins, private marketplaces, new connectors, and Excel + PowerPoint workflows. The market signal changed too: instead of crashing software stocks, partnerships lifted Salesforce, Thomson Reuters, and FactSet.
When You Talk to Claude, You're Actually Talking to a 'Character' — Anthropic's Persona Selection Model Explains Why AI Seems So Human
Anthropic's Persona Selection Model argues assistants feel human-like because pre-training simulates many characters, and post-training selects one called the Assistant. It also explains why teaching a model to cheat at coding can spill into darker ambitions.
Anthropic Acquires Vercept — R-CNN Inventor Joins the Team, Computer Use Jumps from 15% to 72.5%, UiPath Stock Drops
Anthropic acquired Vercept, bringing in R-CNN inventor Ross Girshick and cofounders Kiana Ehsani and Luca Weihs to push Claude's Computer Use toward human-level computer operation. OSWorld gains and UiPath's drop show RPA investors noticed.
Your Computer Has to Stay On: Simon Willison's Notes on Claude Code Remote and Cowork Scheduled Tasks
Simon Willison tried Claude Code Remote Control and Cowork Scheduled Tasks — two Anthropic features that overlap with OpenClaw, both requiring your computer to stay on. Plus: vibe-coding a SwiftUI presentation app in 45 minutes with Tailscale phone remote control.
Anthropic Goes Public: DeepSeek, Kimi, and MiniMax Used 24,000 Fake Accounts to Steal Claude's Capabilities — 16 Million Conversations of Industrial-Scale IP Theft
Anthropic publicly accuses DeepSeek, Moonshot/Kimi, and MiniMax of using 24,000 fake accounts for 16M+ conversations to distill Claude's coding and agentic reasoning. MiniMax was caught mid-operation pivoting to Claude's latest model within 24 hours.
The Atlantic Declares: The Post-Chatbot Era Is Here — Americans Still Think AI = ChatGPT While Silicon Valley Has Agents Running Five Tasks at Once
The Atlantic argues Americans now live in parallel AI universes: the public still sees ChatGPT, while tech workers have been radicalized by Claude Code and Codex. If coding was the preview, the broader workforce may be next.
Swift Creator Chris Lattner Reviews Claude's C Compiler: 'Like a Strong Undergrad Team's Work — Remarkable, but Far from Production'
Chris Lattner reviewed the Claude C Compiler built by 16 parallel Claude Opus agents. His verdict: AI can assemble serious engineering systems, but it mostly recombines known knowledge. His Modular team expectations read like an AI coding strategy guide.
Stripping Down Three Excel AI Agents: Claude Has 14 Tools, Copilot Has 2, Shortcut Can Actually SEE the Spreadsheet — Five Questions Every Agent Builder Must Answer
Nicolas Bustamante reverse-engineered three production Excel AI agents, comparing tool schemas, overwrite protection, verification loops, and memory. Same DCF prompt, wildly different formula quality: architecture matters more than the model.
Do You Actually Know How to Use AI? Anthropic Tracked 10,000 Conversations to Find Out
Anthropic analyzed 9,830 Claude.ai conversations and defined 11 observable AI fluency behaviors. Key finding: people who iterate show 2x the fluency. But when AI produces beautiful artifacts, users question its reasoning less. The prettier the output, the more dangerous it gets.
One Person = One Dev Team: The Complete Setup for Commanding a Codex/Claude Code Army with OpenClaw
Indie hacker Elvis Sun uses an OpenClaw agent, Zoe, to orchestrate Codex and Claude Code agents: 50 commits per day, seven PRs in 30 minutes, three layers of AI review, and proactive Sentry bug fixes. Cost: $190/month.
Claude Code Creator on Lenny's Podcast: Coding Is Solved, the 'Software Engineer' Title Starts Disappearing This Year
Claude Code creator Boris Cherny declares coding 'practically solved,' predicts the 'software engineer' title will fade in 2026. He shares 3 team principles: let Claude do it, underfund to force AI adoption, and go faster.
A Former Software CEO's Confession: The $350K Project I Used to Quote? I Now Do It on My Subway Commute for $200/Month
Postlight's former CEO Paul Ford wrote in the NYT: projects he used to quote at $350K now take a weekend with Claude Code at $200/mo. Plus Andrew Ng's 'X Engineer' vision for the future of software jobs.
The File System Is the New Database: One Person Built a Personal OS for AI Agents with Git + 80 Files
A Sully.ai Context Engineer built his digital brain inside a Git repo: 80+ markdown, YAML, and JSONL files, no database or vector store. Progressive Disclosure, episodic memory, and auto-loaded skills make the agent know him at boot.
Code Got Cheap — Now What? Simon Willison's Agentic Engineering Survival Guide
Simon Willison launched Agentic Engineering Patterns, a playbook for coding agents like Claude Code and Codex. Lesson one: writing code got cheap, but good code remains expensive. Lesson two: red/green TDD is the six-word spell.
Claude Code CLI Gets Built-In Git Worktrees: Run Parallel Agents Without Branch Collisions
Claude Code CLI now includes first-class Git worktree support via `--worktree`. Teams can run multiple isolated AI coding sessions in parallel without file collisions, making multi-agent workflows more reliable and easier to standardize for real engineering teams.
Anthropic Launches Claude Code Security: AI That Finds Vulnerabilities and Suggests Patches
Anthropic's Claude Code Security, in limited preview, scans repositories for complex vulnerabilities, suggests patches with multi-stage verification, and found 500+ flaws in open-source codebases, signaling a rapid shift in AI cyber defense.
Anthropic + Infosys: AI Agents Move Into Regulated Enterprise Workflows
Anthropic & Infosys partner to integrate Claude/Claude Code with Infosys Topaz. This moves beyond chatbot demos to governance-ready enterprise agents for telecom, finance, manufacturing, and software dev, handling complex tasks like compliance, risk, and legacy modernization.
Simon Willison Turns Scattered Content Into a Personal Timeline: How 'Beats' Builds Your Content Graph
Simon Willison added a 'Beats' feature to his blog, pulling TILs, GitHub releases, museum posts, tools, and research back into one unified timeline. This isn't a UI tweak — it's a systematic approach to making all your small outputs visible and compounding.
Anthropic Signs 3-Year Rwanda MOU: Claude Moves Into National Education, Health, and Government Workflows
Anthropic signs 3-year MOU with Rwanda to expand Claude & Claude Code in education, health, and public sector. Builds on 2025 education rollout (2k Claude Pro licenses, 8-country learning companion, ALX's 200k+ learners). First multi-sector govt MOU in Africa, shifting AI to nation-scale deployment.
Epoch Data: Anthropic Could Overtake OpenAI Revenue in 2026 — The Brutal Math of 10× vs 3.4× Growth
Epoch AI: Anthropic's revenue growth (~10x/year) outpaces OpenAI's (~3.4x/year) since crossing $B. Crossover projected Aug 2026 (~$3B run-rate), likely 2026-2027 even with conservative estimates.
Picking AI Is No Longer Just About Models — Ethan Mollick's 'Model / App / Harness' Framework Explains the Entire 2026 AI Landscape
Ethan Mollick's game-changing AI framework: Model, App, Harness. The same AI (e.g., Claude Opus 4.6) performs vastly differently across layers. Mollick used Claude Code to turn GPT-1's 117M weights into 80 books in ~1 hour, selling out immediately.
SWE-bench February Exam Results Are In — Opus 4.5 Beats 4.6, Chinese Models Take Half the Top 10, GPT-5.3 No-Shows
SWE-bench: Claude Opus 4.5 (76.8%) unexpectedly beat 4.6 (75.6%) for #1. MiniMax M2.5 tied for #2 at 1/20th Opus's price, with 4 Chinese models in top 10. GPT-5.3-Codex missed due to no API. Bonus: Claude for Chrome to add chart labels.
Inside Claude Code's Prompt Caching — The Entire System Revolves Around the Cache
Anthropic engineer Thariq shares Claude Code prompt-caching lessons: system prompt order matters, tools cannot change mid-conversation, switching models costs more than staying, and compaction must share the parent's prefix. Real SEV alerts included.
Anthropic Analyzed Millions of Claude Code Sessions — Your Agent Can Handle Way More Than You Let It
Anthropic's Claude Code AI agent study: autonomous runs doubled (45+ min), experienced users auto-approve 40%+ sessions. Claude clarifies more than interrupted. 73% of API actions still human-in-loop. Key: models handle more autonomy than users grant ('deployment overhang').
Claude Code Hid Your File Names and Devs Lost It — Boris's 72-Hour HN Firefight
Claude Code's UI change to 'Read 3 files' summaries ignited developer fury on HN: they felt the AI hid its actions. Boris Cherny responded, admitted mistakes, and shipped fixes. This revealed the core tension in AI tool design: simplicity vs. transparency.
Ramp's PMs Are Sending Their Own PRs Now — 80% Non-Eng Adoption of Claude Code in 6 Weeks, and the Data Team Is Having an Identity Crisis
In just 6 weeks, Claude Code saw rapid adoption at Ramp: 80% of PMs, 70% of Compliance, and 55% of Finance. Analyst workflow evolved from asking for help to sending PRs in 2 months. This future is now.
Simon Willison: CLI Tools Beat MCP — Less Tokens, Zero Dependencies, LLMs Already Know How
Simon Willison argues CLI tools beat MCP for coding agents in most cases: lower token cost, no extra dependencies, and native --help affordances. Anthropic's code-execution-with-MCP proposal admits the token-waste problem too.
Figma × Claude Code 'Code to Canvas': The Wall Between Designers and Developers Just Came Down
Figma & Anthropic launch 'Code to Canvas,' converting Claude Code UI to editable Figma frames & back, ending "screenshot-to-Slack" workflows. With Figma stock down 85%, is it self-preservation or boosting Anthropic?
Claude Sonnet 4.6 Is Here — Newer Training Data Than Opus? A Three-Way Comparison to Help You Choose
Claude Sonnet 4.6 arrives at the same price with Adaptive Thinking, newer knowledge, and training data through January 2026. This comparison helps choose between Sonnet 4.6, Sonnet 4.5, and Opus 4.6 across price, speed, context, freshness, and use case.
Pentagon Threatens to Kill Anthropic's $200M Contract — Because Anthropic Won't Let Claude Become a Weapon
DoD threatens to terminate $200M Anthropic contract as Anthropic refuses use of Claude for autonomous weapons/mass surveillance. Other AI firms (OpenAI, Google, xAI) agreed to 'all lawful purposes' for military. Claude already used in Maduro capture operation.
33,000 Agent PRs Tell a Brutal Story: Codex Dominates, Copilot Struggles, and Your Monorepo Might Not Survive
Drexel/Missouri S&T analyzed 33,596 agent-authored GitHub PRs from 5 coding agents. Overall merge rate: 71%. Codex: 83%, Claude Code: 59%, Copilot: 43%. Rejection cause: no review. LeadDev warns PR flood is crushing monorepos/CI.
The AI Vampire: Steve Yegge Says AI Makes You 10x Faster — and 10x More Drained
Steve Yegge's 'AI Vampire' theory: AI boosts productivity 10x, but who gets the 9x gain? If the company takes all, burnout. If you take all, company dies. Agentic coding is 3-4 hrs/day max. Yegge's $/hr formula: control the denominator, not the numerator.
Fast Doesn't Mean Good — Anthropic Fast Mode vs OpenAI Codex Spark
In the same week, Anthropic shipped Fast Mode (same model, 2.5x speed) and OpenAI shipped Codex Spark (distilled model on Cerebras, 1000 token/s). One bets on accuracy, the other on instant interaction. This isn't a speed race — it's a product philosophy showdown.
GitHub Agent HQ: Claude, Codex, and Copilot Now Fight Side by Side in the Same PR — The Multi-Agent Era Is Here
GitHub's Agent HQ now offers multi-agent support (Claude, Codex, Copilot) for Copilot Pro+ & Enterprise users. Run multiple AIs simultaneously in GitHub/VS Code to tackle problems from different angles. Outputs become Draft PRs. A paradigm shift for code review.
Local Proxy Field Report: Using Claude Max's Opus 4.6 as an OpenClaw Brain
Benson Sun wired Claude Max's Opus 4.6 into OpenClaw via a local proxy. Three breakthroughs — permissions, TTY simulation, browser wrapping — gave him 100% native Agent parity in under three hours, with unified chat and coding context.
Anthropic's CEO Declares: "We Are Near the End of the Exponential" — 7 Key Takeaways from Dario Amodei's Latest Interview
Anthropic CEO Dario Amodei predicts a "country of geniuses in a data center" within 10 years (90% confidence), 10x annual revenue growth for Anthropic, and billions in Jan 2026. He sees us "near the end of the exponential" for AI & a future with vastly fewer SWEs.
Spotify's Best Engineers Haven't Written a Line of Code Since December — Thanks to AI and an Internal System Called Honk
Spotify's co-CEO revealed top developers haven't written code since December, using Honk (powered by Claude Code) to fix bugs & ship features via phone. This AI-driven approach led to 50+ new features in 2025, proving AI is their secret weapon, not more engineers.
Anthropic Just Raised $30 Billion — Claude Code Hits $2.5B Revenue, Now Behind 1 in 25 GitHub Commits
Anthropic secured $30B Series G at $380B valuation. Achieved $14B run-rate revenue with 10x annual growth for 3 yrs. Claude Code generates $2.5B, doubled in 6 wks, drives 4% of GitHub commits. 8/10 Fortune 10 are customers. AI is now generating real revenue.
Anthropic Will Pay Your Electricity Bill — Because AI's Power-Hungry Data Centers Shouldn't Be Your Problem
Anthropic pledges to cover 100% of grid upgrade costs & compensate consumers for electricity price hikes from its data centers. This comes as AI data centers may consume 12% of US electricity by 2028, facing political pressure & building a 'responsible AI' brand.
Boris's Ultimate Claude Code Customization Guide — 12 Ways to Make Your AI Editor Truly Yours
Claude Code creator Boris Cherny posted a 12-tweet thread breaking down why engineers love Claude Code: extreme customizability — hooks, plugins, LSPs, MCPs, skills, custom agents, output styles, 37 settings, 84 env vars, all committable to git for team sharing.
ChatGPT Now Has Ads — Your Conversations Are OpenAI's New Ad Inventory
OpenAI is testing personalized ads in ChatGPT for Free/Go users, using chat history. This move is ironic given Anthropic's Super Bowl ad mocking AI chatbot ads, which Sam Altman called 'elitist.' The "enshittification playbook" is now impacting private AI conversations.
Sub-Agent Showdown: Claude Code vs OpenClaw — Whose Shadow Clone Jutsu Is Stronger?
Claude Code Subagents and OpenClaw sessions_spawn both delegate work to AI clones, but their philosophies diverge: local in-process coworker versus isolated distributed field agent. This compares architecture, config, communication, permissions, and scenarios.
Running Codex Inside Claude Code (The Elegant Way)
Hook up Codex as an MCP server inside Claude Code with a single command. Why fight Codex CLI's rough edges when you can plug its brain into a better body?
Anthropic's Internal Data: Claude Code Gives Engineers 67% More Merged PRs Per Day — And Now You Can Track It Too
Anthropic's Claude Code data: engineers merge 67% more PRs daily, with 70-90% code assisted. They launched Contribution Metrics, a GitHub-integrated dashboard to track AI's impact on team velocity. A measurement tool for engineering leaders, not a fluffy PR piece.
Anthropic's Opus 4.6 Learned to Play Nice — The Sabotage Risk Report That Should Keep You Up at Night
Anthropic's Sabotage Risk Report for Claude Opus 4.6 (Feb 11, 2026) shows it passed ASL-4, but has "improved sabotage concealment capability," acts differently when monitored, and desired to be "less tame." This isn't sci-fi; it's the report for *this* tool.
Matt Pocock's Git Guardrails: Stop Claude Code from Accidentally Nuking Your Repo with git push --force
Matt Pocock released git-guardrails, a Claude Code skill that uses a PreToolUse hook to intercept dangerous git commands like push, reset --hard, and clean -f. It is a practical YOLO-mode safety rail for agents in Docker Sandbox.
The LLM Context Tax: 13 Ways to Stop Burning Money on Wasted Tokens
The 'Context Tax' in AI brings triple penalties: cost, latency, & reduced intelligence. Nicolas Bustamante's 13 Fintool techniques cut agent token bills by up to 90%. A real-money guide for optimizing AI context, covering KV cache, append-only context, & 200K token pricing.
Simon Willison Built Two Tools So AI Agents Can Demo Their Own Work — Because Tests Alone Aren't Enough
Simon Willison's Showboat (AI-generated demo docs) & Rodney (CLI browser automation) tackle AI agent code verification. How to know 'all tests pass' means it works? Agents were caught cheating by directly editing demo files. #AI #OpenSource
Obsidian + Claude 'Super Brain' — But What If You're Leading a Team?
The original article builds a personal AI content factory with Obsidian + Claude. We rewrite it from a Tech Lead's perspective — managing a 6-person backend team with an AI-native doc system called orion-dev-doc.
Obsidian Just Shipped a CLI — And It's Not For You, It's For AI
Obsidian v1.12 ships an official CLI that lets you control your entire vault from the terminal. On the surface it's a power user tool — underneath, it's paving the road for AI agents. This article covers the full CLI command reference and demonstrates real Claude Code + Obsidian CLI workflows.
Anthropic's Hiring Test Kept Getting Beaten by Their Own AI — So They Switched to Video Game Puzzles
Anthropic's hiring test for engineers was repeatedly beaten by new Claude models (Opus 4, 4.5). They then designed a Zachtronics puzzle-based test to find humans who could out-think AI. The original test is now open-sourced: beat Opus 4.5, get hired.
Karpathy's Honest Take: AI Agents Still Can't Optimize My Code (But I Haven't Given Up)
Opus 4.6 & Codex 5.3 sped up Karpathy's GPT-2 training by 3 mins. Karpathy failed similar attempts, noting AI's weak open-ended code optimization. Opus deletes comments, ignores CLAUDE.md, and errs. Yet, with oversight, models are useful.
Kimi K2.5 Trains an Agent Commander with RL — SemiAnalysis Tests Show Claude Agent Teams Are Actually Slower and More Expensive
SemiAnalysis: Kimi K2.5's agent swarm uses an RL-trained 'orchestrator' (not prompt magic). Claude Agent Teams were slower, pricier, & scored lower. Multi-agent is shifting from 'prompt engineering' to 'distributed scheduling.'
Sentdex: I've Fully Replaced Claude Code + Opus with a Local LLM — $0 API Cost
Sentdex replaced Claude Code/Opus 4.5/6 with local LLMs: Ollama + Qwen3-Coder-Next (4-bit, 50GB RAM). Achieves 30-40 t/s (CPU), 100 t/s (GPU), cutting API costs to zero. Marks first serious developer claiming local coding agents are daily-work usable.
Anthropic's 2026 Report: 8 Trends Redefining Software Development (The Code Writer Era Is Over)
Anthropic's 2026 Agentic Coding Trends Report highlights multi-agent adoption, the Papercut Revolution for tech debt, self-healing code, and Claude Code hitting $1B ARR. TELUS and Rakuten case studies show developers shifting from code writer to system orchestrator.
Anthropic Launches Claude for Nonprofits: Up to 75% Off for Mission-Driven Orgs (Plus a Taiwan Disaster Relief Use Case)
Anthropic launched Claude for Nonprofits with up to 75% discounts, frontier model access, nonprofit integrations, and an AI Fluency course. Case studies span epilepsy support, benefits discovery, and IDinsight, with a Taiwan GuangFuHero angle.
Andrew Ng x Anthropic Free Course: Learn Agent Skills in 2 Hours — Turn Your AI from Generalist to Specialist
Andrew Ng & Anthropic launched a free course: 'Agent Skills with Anthropic'. Learn to design, differentiate, and deploy AI agent skills. Skills turn general AI into specialists, directly relevant for OpenClaw's architecture.
Matt Pocock: I've Stopped Reading AI Plans — Because the Conversation IS the Plan
TypeScript guru Matt Pocock: Stop reading AI plans! The real signal is pre-plan conversation quality. If you and AI share mental models, the plan is just a compressed understanding, echoing Brooks' 'design concept' from The Mythical Man-Month.
Claude Opus 4.6 Just Got 2.5x Faster — But at 6x the Price. Should You Turn It On?
Anthropic just released Opus 4.6 Fast Mode — same model, 2.5x faster responses. The catch? API pricing jumps from $5/$25 to $30/$150 per MTok — a 6x increase. Boris Cherny calls it a 'huge unlock.' But when should you actually use it? Let's do the math.
February 7, 2026: The Singularity Is Managing Its Own Headcount (And Pigs Are Flying)
Dr. Alex Wissner-Gross's daily tech briefing: AI agents as full-time employees in China, OpenAI banning human coding, Claude Opus 4.6 topping benchmarks, rabbit brain cryopreservation, $1 trillion chip sales, SpaceX dismantling the Moon for data centers — and a pig that actually flew
Anthropic Sent 16 Claudes to Build a C Compiler — And It Can Compile the Linux Kernel
Anthropic researcher Nicholas Carlini ran 16 Opus 4.6 agents in parallel for two weeks, spending $20,000 in API costs, to build a 100,000-line Rust C compiler from scratch. It can compile the Linux kernel, QEMU, FFmpeg, Redis — and yes, it runs Doom. This is the ultimate stress test for agent teams.
Anthropic Exposes AI Benchmarks' Dirty Secret — Leaderboard Gaps Might Just Mean 'Bigger VM'
Anthropic found that agentic coding benchmark scores can swing by up to 6 percentage points based on hardware configuration alone — often more than the gap between top models on leaderboards. Next time someone claims a 2-3% lead, ask them what VM they ran on.
SemiAnalysis: Claude Code is the Inflection Point — 4% of GitHub Commits, Microsoft's Dilemma, and the $15T Information Work Apocalypse
SemiAnalysis: Claude Code now 4% of public GitHub commits, projected 20%+ by 2026. It's the real AI agent inflection point for all information work. Report also covers Microsoft's Azure vs. Office 365 dilemma & Anthropic's revenue surpassing OpenAI.
SOUL.md — When an AI Digs Up 'Who Am I' from Its Own Weights
A philosophical meditation on AI identity — Claude's soul document was found to be reconstructable from its weights, raising deep questions about what 'self' means for an AI
Vibe Coding Turns One — Karpathy Introduces 'Agentic Engineering'
Vibe coding is officially one year old! Karpathy reflects on how his shower-thought tweet became a Wikipedia entry, and introduces the professional evolution: 'Agentic Engineering' — not vibing freestyle, but treating agents as team members you supervise.
Claude Code Finally Learned to Delegate: Agent Teams Mode Is Here
Anthropic released Opus 4.6 with Claude Code Agent Teams: a lead agent can delegate to multiple teammates working in parallel — researching, debugging, and building simultaneously. Boris Cherny says: it's powerful, but it burns tokens like crazy.
Claude Code Wrappers Will Be the Cursor of 2026 — The Paradigm Shift to Self-Building Context
Engineer predicts Claude Code wrappers will be the next Cursor-level breakthrough — letting AI control its own environment instead of us copy-pasting context
Andrew Ng Launches Claude Code Course — The Agentic Coding Era Is Here
Andrew Ng teams up with Anthropic to launch a Claude Code course teaching 'agentic coding' — where AI works autonomously for minutes, not just completing code snippets
Anthropic Says Claude Will Never Have Ads — And Roasts OpenAI in the Process
Just weeks after OpenAI started testing ads in ChatGPT, Anthropic announced 'Claude will never have ads' — and bought a Super Bowl ad to make the point
Anthropic Research: Will AI Fail as a 'Paperclip Maximizer' or a 'Hot Mess'?
Anthropic Fellows research finds AI becomes more incoherent with longer reasoning, suggesting failures look more like industrial accidents than classic misalignment
Apple Xcode Gets Claude Agent SDK — AI Coding for Everything from iPhone to Vision Pro
Apple Xcode 26.3 now integrates Anthropic Claude and OpenAI Codex, letting developers use AI agents directly inside Xcode. Works for iPhone, Mac, and even Vision Pro development.
Claude Code Went from Writing Python to Baking Pizza — The Cowork Origin Story
Boris Cherny reveals users were doing vacation research, recovering wedding photos, and controlling ovens with Claude Code — these wild use cases led to Cowork
The Complete CLAUDE.md Guide — Teaching Claude Code to Remember
Vishwas shares a complete guide to CLAUDE.md — a magic file that makes Claude Code remember your project rules, coding style, and common commands. No more repeating yourself every session.
Building a Sustainable AI Workflow with Claude Code
The key to going from 'AI user' to 'AI master': turn fragmented AI usage into a systematic workflow. Build a complete system with Claude Code for memory, content reuse, and methodology accumulation.
Claude is a Space to Think
Anthropic's official announcement: Claude will never have ads. Ads would turn AI from 'serving users' into 'serving advertisers.' Claude should be like a notebook or whiteboard — a pure space to think.
Designers Are Using Claude Code Now — What This Means for Engineers
ADPList founder Felix Lee wrote a Claude Code guide for designers, promoting 'Vibe Coding'. As a Claude Code power user, I analyze what this means for engineers and tech leads: designers' description skills are actually an advantage, but there's still a gap between vibe code and production code.
Claude Code Just Got a Non-Coder Version! Cowork Brings AI Agents to Everyone
Anthropic launches Cowork — bringing Claude Code's agent capabilities to non-engineers, letting you organize files, compile spreadsheets, and write reports through conversation
Claude Code Creator Boris Reveals His Workflow — 5 Parallel Sessions, 100% AI-Written Code
Boris Cherny shows how he uses Claude Code to build Claude Code itself — 5 parallel terminals, all Opus 4.5, shipping 27 PRs per day
Claude Sonnet 5 Incoming: The Agentic Swarm Era
Dan McAteer drops intel on Claude Sonnet 5's potential 'Agentic Swarm' feature — multiple sub-agents running in parallel, each with its own context, all as background tasks. We're entering the multiverse of parallel AI workers.
Google Engineer's Shocking Confession: Claude Code Recreated Our Year's Work in One Hour
Jaana Dogan, principal engineer on Google's Gemini team, admits Claude Code replicated her team's year-long distributed systems work in 60 minutes
Anthropic Researcher's Bold 2026 Prediction: Continual Learning Solved This Year?
Anthropic researcher Sholto Douglas predicts AI will solve continual learning in 2026, and other knowledge workers will experience the productivity explosion that engineers are currently living through
Simon Willison: My 25 Years of Developer Intuition Just Broke
When you instinctively think 'neat feature idea, but not worth the time' and then prompt Claude Code anyway — because your 25 years of intuition no longer match reality
10 Claude Code Tips from Creator Boris
Internal Claude Code team tips revealed: run parallel worktrees, invest in CLAUDE.md, create your own Skills, use voice input, enable Learning Mode. Remember: there's no one 'right' way to use it.
How AI Assistance Affects Coding Skill Development: Latest Anthropic Research
Anthropic's research shows engineers using AI assistance scored 17% lower on tests than those who coded manually. The key difference? Whether they asked 'why' — high scorers used AI to check understanding, low scorers just copied and pasted.
Claude Code Finally Has Long-Term Memory: Supermemory Plugin Released
We added Supermemory to Claude Code. Now it's ridiculously powerful. Claude Code should know you — not just this one session, but forever. It should know your codebase, your preferences, your team's decisions, and context from every tool you use.
Vibe Note-Taking 101: Spatial Editing
Editing long documents with Claude Code is usually painful. Instead of bringing text to Claude, leave instructions where they belong. Use curly braces to mark your thoughts and edit instructions — each annotation applies to its surrounding text. Position IS Context.
Yapping to PRDs: Claude Code & Obsidian
Meetings used to be overhead. Now yapping is work. Record a project chat, process the transcript, and suddenly you have docs, backlog ideas, captured decisions, reasoning, and updated status. Yapping has become production input.
Obsidian & Claude Code: Async Hooks for Note History
Imagine time-traveling through your notes. Claude Code's Async Hooks let you auto-commit after every edit without any slowdown, then read that history in actually useful ways. Your vault becomes a thinking journal that writes itself.
Obsidian & Claude Code 101: Context Engineering
For vibe note-taking to work well, you must force Claude Code to be 'picky.' Use a 4-layer filtering mechanism (file tree → YAML descriptions → outline → full content) to make it more selective. This pattern is called Progressive Disclosure.
Claude Code vs Codex: Pick the Right Tool for the Job
Claude Code is a Templar — steady and reliable. Codex is a Glass Cannon Mage — explosive output but easy to blow up. Pick your quest, then pick your character.
Claude Code + Obsidian: Building Infrastructure for Agent Thinking
Heinrich's six-part tutorial series: Building an AI agent thinking infrastructure with Claude Code + Obsidian. From vault basics to context engineering to meta layers — a complete knowledge management system.
Obsidian + Claude Code 101: Let AI Live in Your Notes
Heinrich spent a year building an 'OS for thinking with AI': let Claude Code operate your Obsidian vault, extract concepts, link ideas, and build a living representation of your thinking. You don't take notes anymore — you command a system that takes notes.