skip to content
Topic

claude-code

18 essays on this topic.

  1. What 60K Stars Actually Validates

    Garry Tan's gstack arrived at the same architectural decisions I did, independently. The convergence matters more than either implementation.

  2. Overnight Autonomous AI Coding: What Actually Works

    I left an AI coding pipeline running overnight with 21 monitoring cycles. 5 features merged, 10 specs dispatched, 3 root causes found. Here's what worked, what broke, and the quality of the output.

  3. The One Env Var That Cost a Day

    ANTHROPIC_API_KEY vs ANTHROPIC_AUTH_TOKEN — how a single wrong environment variable made an AI coding pipeline silently fail for hours, and the debugging journey that found it.

  4. What I Found Evaluating 5 Agent Skill Repos

    Five skill repositories, a day of reading code, and a significant correction I had to make the same afternoon.

  5. 270 Agents While I Slept

    I ran an autonomous agent loop overnight — 43 waves, ~270 dispatches, ~250 vault files produced. Here's what I learned about building systems that work while you sleep.

  6. The Reliability Hierarchy: Hooks, Rules, Skills

    In AI agent systems, use the most reliable trigger mechanism that fits — most builders default to skills for everything, which is using the weakest mechanism as the default.

  7. Match Form to Access Pattern

    The governing principle for structuring knowledge in AI agent systems isn't 'always atomic' — it's matching how knowledge is stored to how it's accessed.

  8. The Silence of Missing Skills

    The most dangerous failures in AI scaffolding are the ones that look like nothing happened.

  9. Play Within the Design

    Every AI coding platform has mechanisms designed for specific purposes. Using them as intended beats clever hacks — and the reason is deeper than cleanliness.

  10. Mining Your LLM

    Your AI already knows things that would make it better at helping you. The trick is extracting that knowledge and making it permanent.

  11. Expansion, Not Speedup

    The real ROI of AI coding isn't doing the same work faster. It's doing work that wasn't worth doing before.

  12. Skills as Files

    The simplest agent architecture might already be the right one: give the agent a file explaining how to do something, and let it read when needed.

  13. Agentic Engineering: Why Less Is More

    Tool enthusiasm is often net-negative. Context pollution degrades performance faster than features improve it. The principles that actually work.

  14. Three Crates Before Lunch

    I published three Rust CLI tools to crates.io before noon — none existed at breakfast. The interesting part isn't the speed. It's that the bottleneck moved.

  15. I Don't Read Documentation Anymore

    When AI can execute complex setups through conversation, learning shifts from reading documentation to observing execution.

  16. Claude Code, Analyze My Spending

    When AI coding assistants become workflow orchestrators, the most powerful compiler processes reality, not code.

  17. How Claude Code Helps You Think

    AI becomes most powerful when it helps you discover what your ideas actually are. Cognitive partnership over replacement.

  18. What and Why Beat How

    When implementation becomes automated, human intelligence reallocates to purpose and strategy. The cognitive hierarchy inverts.