Skip to content

1 series · 12 articles

Coding with AI

Tools, patterns and workflows for shipping production code with AI partners — from autocomplete to autonomous agents.

Series in this track

Coding with AIMastery series

Claude Code Mastery

12 articles to make Claude Code your second brain in the terminal — from one-shot Q&A to multi-agent pipelines that ship features end to end.

12 parts

Latest articles in this track

  • May 18, 2026

    The Future of Agentic Development

    Where this is going in 2026 and beyond. What I'd bet on, what I would not, and the line where I get sceptical of the hype.

  • May 16, 2026

    Advanced Patterns — Hooks, MCP Servers, Custom Tools, System Prompts

    Once you've outgrown the defaults: hooks for deterministic side effects, MCP servers for org-specific data, custom tools, and system-prompt surgery.

  • May 14, 2026

    Team Workflows

    How engineering teams are actually integrating Claude Code today. The shared .claude/ folder, the review rituals, and the anti-patterns I keep seeing in the wild.

  • May 12, 2026

    Testing and Debugging

    Letting Claude Code own the entire test loop. Including the parts that make engineers nervous: regressions, flakies, integration tests, and the stack-trace whisperer.

  • May 10, 2026

    Building Complete Features

    From Linear ticket to merged PR with Claude Code. A real, honest walk-through — what the prompt looked like, what the agent got right, what I caught in review.

  • May 8, 2026

    Multi-Agent Pipelines

    Chaining sub-agents, running them in parallel, and the patterns for 'review-while-coding' without losing your mind. Where Claude Code starts to feel like a small engineering org.