Articles
Insights, tutorials, and guides on building with AI.

How to trust code that AI wrote
If you're using AI to write your code, you've probably felt this: the code comes out faster than you can review it. So the code piles up. The QA piles up. And you become the
By Brian Casel · Jul 28, 2026
MCP, API and browser-use, explained
Most people use AI agents for two things: asking questions and building stuff. The bigger shift is that agents can now operate your other software. Your email platform. Your video host. Anything with a login.
By Brian Casel · Jul 24, 2026

Why I plan every build twice
I plan every build twice. Two separate layers of planning before the real coding starts. That's unusual. Most people plan once, then build. Or they lean on Claude's plan mode and figure the planning is
By Brian Casel · Jul 14, 2026
Stop one-shotting your app
A frontier model can build your whole app in one prompt. Sometimes that's even true: you describe the thing, you wait, and a working app falls out the other side. The question is whether you
By Brian Casel · Jul 10, 2026
Domain experts: Now is your moment
If you've ever decided not to build something because you can't code, I want to change your mind. "Coding" was never the hard part. The hard part was always knowing the right problem to solve
By Brian Casel · Jul 7, 2026
Make Claude prove its work with 2 critical verifications
"It works," Claude told me. It hadn't run anything. It re-read the code it just wrote, decided it looked correct, and called it done. That's the trap, and once you see it you can't unsee
By Brian Casel · Jul 3, 2026
The case for rebuilding early & often
For years, one rule sat under everything we built: don't rebuild unless you absolutely have to. A rebuild was the most expensive, riskiest, most distracting thing you could do. Throwing out working code to write
By Brian Casel · Jun 30, 2026
I hand-write 0% of my code. I miss it.
I've been writing code for about 20 years. Today I hand-write it 0% of the time. That's not a complaint. I'm excited about building with AI. It's the most leverage I've ever had. But most
By Brian Casel · Jun 26, 2026

How to make your job irreplaceable by AI
The "AI is coming for your job" panic has the direction exactly backwards. It's not taking your job. It's promoting you. Maybe literally, but either way that's how you should think about it. Here's the
By Brian Casel · Jun 23, 2026
Stop Asking ‘Can AI Build This?’ Ask ‘Can I Specify This?’
AI knocked down the syntax barrier. The skill that matters now is specification — defining the problem, constraints, and milestones clearly enough that an agent can build it without guessing.
By Brian Casel · Jun 9, 2026
"AI-Native" doesn’t mean replacing yourself (or your team)
AI-native doesn't mean automating yourself out of your business. It means moving your time upstream.
By Brian Casel · Jun 5, 2026

This agent loop runs itself
I want to share a pattern I've been quietly building around for the past several months. It's changed how I work with agents. I now use it for almost every recurring job in my business. I call it The Night Shift.
By Brian Casel · May 15, 2026
When I don't build my own tool
## When I don't build my own tool I talk a lot about building purpose-built tools. SparkDrop for my content pipeline. Braindown for markdown. A custom job board when I needed to hire a video
By Brian Casel · Apr 28, 2026
How I structure agent skill folders
When I first started building agent skills, everything lived in a single SKILL.md file. That works fine for simple ones. But once a skill handles a multi-step process, a single file turns into a wall
By Brian Casel · Apr 21, 2026
Custom platforms are no longer a luxury
Custom platforms used to be a luxury. You needed a team, a budget, and months of runway just to replicate what a SaaS could give you out of the box. For most solo builders, the
By Brian Casel · Apr 17, 2026
Bake your brand into every agent skill
Most people think of agent skills as process automation. You write the steps, the agent follows them, and the work gets done faster. That's true. But the bigger payoff I keep seeing isn't speed —
By Brian Casel · Apr 15, 2026
Shape First. Then Plan.
Every major coding tool now has plan mode. Claude Code, Cursor, Codex — they've all converged on the same pattern. You describe what you want, the AI asks clarifying questions, and out pops an implementation
By Brian Casel · Apr 10, 2026
The final 10%
AI can get you 90% of the way there. The builders who thrive are the ones who invest in the up-front thinking and the final push across the finish line.
By Brian Casel · Feb 6, 2026
Claude CodeThe year our codebase became legacy
I think we'll look back on 2025 as a dividing line. Projects started before it carry the fingerprints of human hands all over them. Projects started after are largely—sometimes completely—built and architected by LLMs. That distinction matters more than you'd think.
By Brian Casel · Jan 23, 2026
Agent OSRestarts
A never go-to option becomes a no-brainer.
By Brian Casel · Oct 3, 2025
Agent OS