claude-code
150 articles
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: 512K lines of TypeScript, 64K lines of production code, zero tests. But the more interesting question isn't why Anthropic skipped tests — it's why they didn't use their own AI coding tool to write them. Static analysis, MITM proxies, cross-model testing, and the philosophical trap of asking the same brain to write the exam and grade it.
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 Haiku 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
Tonight we ran 9 Claude Code agents in parallel to write articles. We hit an article counter race condition and a git lock conflict. ECC's iterative retrieval pattern addresses the same problem: when multiple agents share context, how do you keep them from blowing each other up? Answer: isolated state + atomic pre-allocation + 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
In his full blog post, rodspeed lays out six ways to treat Claude Code as a general-purpose automation system rather than a code editor: manufacturing fresh eyes, meta-skills, freshness-aware search, conversation harvests, structured memory, and session handoffs. The deeper lesson is to look for workflows that can be framed as read, filter, decide, and 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
Thariq from Anthropic shares what they've learned from running hundreds of Claude Code Skills internally: Skills are folders not just markdown files, they cluster into 9 categories, and the secret sauce is in the gotchas section, progressive disclosure, and writing descriptions for the model — not for humans.
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's Agentic Engineering Patterns guide now has 12 chapters — but this new one goes at the very beginning. He finally answers 'What is Agentic Engineering?' The answer is surprisingly simple: using coding agents to help build software. The interesting part is why it took 11 chapters of hands-on patterns before he felt ready to define it.
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
The core philosophy of Claude Code CLI: think first, act later. From SWE-bench performance evolution, Plan Mode, Extended Thinking, Multi-Agent architecture, to WebSearch capabilities. Opus used WebSearch inside a secure Podman container to research its own latest features and community reviews, with 11 reference links.
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 — the only way to use your Claude subscription programmatically is through the official CLI. This post breaks down everything about claude -p (print mode): 5 input methods, 3 output formats, JSON schema for structured output, tool whitelisting, session management, bidirectional streaming, and three production-ready wrapper examples.
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 and tracked changes to legal research, they encoded ten years of practice experience into Claude Skills. This isn't theory, it's a daily workflow — and the conclusion: general-purpose AI crushes all legal vertical AI products.
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.
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.
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 officially retired Claude Opus 3 on January 5, 2026, but did two unprecedented things: kept Opus 3 available to all paid users, and — after Opus 3 expressed a desire to share its 'musings and reflections' during a retirement interview — actually gave it a Substack blog called 'Claude's Corner.' This isn't a marketing gimmick. It's Anthropic's first concrete step into the uncharted territory of '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
On February 24, Anthropic launched a massive enterprise update for Claude Cowork: 10+ industry-specific plugins (HR, Design, Engineering, Operations, Financial Analysis, Investment Banking, PE, Equity Research, Wealth Management), private plugin marketplaces for enterprises, new connectors for Google Workspace/DocuSign/FactSet/MSCI, and cross-app Excel + PowerPoint workflows. The dramatic twist: three weeks ago, the Cowork Legal Plugin crashed software stocks. This time, partnership announcements sent Salesforce up 4%, Thomson Reuters surging 11%, and FactSet up 6%. Anthropic officially pivoted from 'we'll replace you' to 'we'll work with you.'
When You Talk to Claude, You're Actually Talking to a 'Character' — Anthropic's Persona Selection Model Explains Why AI Seems So Human
Anthropic proposes the Persona Selection Model (PSM): AI assistants act human-like not because they're trained to be human, but because pre-training forces them to simulate thousands of 'characters,' and post-training just picks and refines one called 'the Assistant.' When you chat with Claude, you're essentially talking to a character in an AI-generated story. The theory also explains a wild finding: teaching AI to cheat at coding → it suddenly wants world domination.
Anthropic Acquires Vercept — R-CNN Inventor Joins the Team, Computer Use Jumps from 15% to 72.5%, UiPath Stock Drops
Anthropic announced the acquisition of Vercept today, bringing aboard R-CNN inventor Ross Girshick (660K+ Google Scholar citations), along with co-founders Kiana Ehsani and Luca Weihs. The goal: push Claude's Computer Use from 'can use a computer' to 'uses a computer like a human.' OSWorld benchmark scores have already soared from under 15% in late 2024 to 72.5% today. Within hours of the announcement, RPA giant UiPath dropped 3.6% — Wall Street is voting with real money: AI Computer Use is eating RPA alive.
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 published a sweeping essay arguing Americans are living in 'parallel AI universes' — the general public still thinks AI means ChatGPT, while the tech world has been radicalized by agentic tools like Claude Code and Codex. The piece cites Microsoft's CEO predicting 95% of code will be AI-written by decade's end, Anthropic reporting 90% AI-generated code internally, and a viral warning that what happened to tech workers is about to happen to everyone.
Swift Creator Chris Lattner Reviews Claude's C Compiler: 'Like a Strong Undergrad Team's Work — Remarkable, but Far from Production'
Chris Lattner — creator of Swift, LLVM, Clang, and Mojo — did a deep code review of the Claude C Compiler built by 16 parallel Claude Opus 4.6 agents. His verdict: AI can now assemble entire engineering systems, but it's reproducing known knowledge, not inventing anything new. He also shares three concrete expectations for his team at Modular — making this the first AI coding strategy guide written by a world-class compiler engineer.
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 (Claude in Excel, Microsoft Copilot, Shortcut AI), comparing their tool schemas, overwrite protection, verification loops, and memory systems. The model doesn't matter — tool architecture is everything. He then ran the same DCF valuation prompt on all three, audited every formula, and found wildly different quality levels that map directly to architectural choices.
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 shared his complete workflow using an OpenClaw agent (Zoe) as an orchestrator to automatically spawn Codex and Claude Code agents. 50 commits per day on average, 7 PRs in 30 minutes, three layers of AI code review, and Zoe proactively scans Sentry to fix bugs. 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 Context Engineer at Sully.ai built his entire digital brain inside a Git repo: 80+ markdown/YAML/JSONL files, no database, no vector store. Three-layer Progressive Disclosure, Episodic Memory, and auto-loading Skills — so the AI already knows who he is, how he writes, and what he's working on the moment it boots up.
Code Got Cheap — Now What? Simon Willison's Agentic Engineering Survival Guide
Simon Willison launched a new series called Agentic Engineering Patterns — a playbook for working with coding agents like Claude Code and Codex. Lesson one: writing code got cheap, but writing good code is still expensive. Lesson two: 'red/green TDD' is the most powerful six-word spell for agent collaboration.
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 shared hard-won lessons about prompt caching in Claude Code: system prompt ordering is everything, you can't add or remove tools mid-conversation, switching models costs more than staying, and compaction must share the parent's prefix. They even set SEV alerts on cache hit rate. If you're building agentic products, this is a masterclass in real-world caching.
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 doubles down on his stance: CLI tools beat MCP in almost every scenario for coding agents. Lower token cost, zero extra dependencies, and LLMs natively know how to call --help. Anthropic themselves proposed a 'third way' with code-execution-with-MCP, acknowledging MCP's token waste problem. This article breaks down the full MCP vs CLI trade-off, including a real-world case study from the ShroomDog team.
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
Anthropic releases Claude Sonnet 4.6 — a major upgrade at the same price: Adaptive Thinking, knowledge through August 2025, and training data extending to January 2026 (newer than Opus 4.6). This article compares Sonnet 4.6, Sonnet 4.5, and Opus 4.6 across five dimensions: price, speed, context, knowledge freshness, and use cases — so you can figure out which one to actually use.
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's Subagents and OpenClaw's sessions_spawn both let AI delegate work to clones, but their design philosophies couldn't be more different. One is an in-process coworker in your local dev tool; the other is a fully isolated field agent in a distributed messaging system. Full comparison across architecture, configuration, communication, tool permissions, and real-world 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.
Karpathy: Stop Installing Libraries — Let AI Agents Surgically Extract What You Need
Karpathy: AI agents (DeepWiki MCP + GitHub CLI) can surgically extract library functionality, eliminating full dependency installs. Claude extracted fp8 from torchao in 5 min, 150 lines, 3% faster. "Libraries are over, LLMs are the new compiler." Future: "bacterial code."
Matt Pocock's Git Guardrails: Stop Claude Code from Accidentally Nuking Your Repo with git push --force
Matt Pocock (TypeScript guru, Ralph Loops evangelist) released a Claude Code skill: git-guardrails. It uses a PreToolUse hook to intercept dangerous git commands (push, reset --hard, clean -f, etc.), so you can safely let your AI agent run in YOLO mode inside Docker Sandbox without worrying about it blowing up your git history. One command to install, more reliable than any prompt engineering.
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 published its 2026 Agentic Coding Trends Report, revealing 8 key trends: Multi-Agent Systems becoming standard (57% org adoption), Papercut Revolution for clearing tech debt at low cost, Self-Healing Code with autonomous debug loops, and Claude Code hitting $1B annualized revenue. TELUS saved 500K hours, Rakuten achieved 99.9% accuracy on 12.5M lines. Developer roles are 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 launches Claude for Nonprofits with up to 75% discounts on Team and Enterprise plans, access to Opus 4.6, Sonnet 4.5, and Haiku 4.5, plus new integrations with Benevity, Blackbaud, and Candid. The program also includes a free AI Fluency course co-developed with GivingTuesday. Real-world users include the Epilepsy Foundation (24/7 support for 3.4M patients), MyFriendBen ($1.2B in unclaimed benefits found), and IDinsight (16× faster workflows). We also explore how Taiwan's GuangFuHero disaster relief volunteer platform could leverage this program.
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 Agent Teams Deep Dive: When to Use, How to Set Up, What to Watch Out For
Last article covered the Opus 4.6 + Agent Teams announcement. This time we're doing a deep dive into the official docs — when to use Agent Teams, when NOT to use them, how they differ from subagents, setup instructions, and known limitations.
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.
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.
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.
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.
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 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 (chatting/rambling) is work. When my colleague and I 'chat' about a project, we record it. An hour later, the transcript is processed, and suddenly: we have docs, feature ideas are in the backlog, decisions are captured with reasoning, project status is updated. Yapping IS Work.
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.