🤖 AI Tools

How I use AI tools in my development workflow. I believe AI should augment human ability, not replace it. Anil Dash wrote a great piece on AI and how it's used in our industry that resonates with me.

AI Tools
  • Claude Code - I use Claude Code to generate my CLI tool and vibe code my deployment system. It's great for things like "help me write a new cli command that creates a new post" and "help me deploy 20 websites that are all on different stacks from a single folder"

  • 💬

    Claude - I drop in code that I'm putting in blog posts to help with adding verbose comments. I don't usually write code snippets with full JSDoc comments, but AI makes it easy and consistent.

  • 🤝

    GitHub Copilot - It's in VSCode. I don't think I know how to turn it off at this point. I take it's suggestion for tab about 25% of the time.

  • ✍️

    This site's content is written by me, not AI. When AI tools help with code generation or documentation, I review and customize everything to match my standards.