A realistic first migration
Before (prompting):
Every PR: manually ask the agent to fix CI, re-prompt after each failure.
After (looping):
/loop 5m check my PR, address review comments, and fix failing CI
A realistic first migration Before (prompting): Every PR: manually ask the agent to fix...
A realistic first migration
Before (prompting):
Every PR: manually ask the agent to fix CI, re-prompt after each failure.
After (looping):
/loop 5m check my PR, address review comments, and fix failing CI

I started with a simple AI prompt for developer work. It had the usual parts: role, task, output...

You used to craft the perfect prompt. Tweak the wording. Add examples. Get a better answer. That era...

For the last two years, everyone has been obsessed with one thing: Prompt engineering. People wrote...

Ten prompting patterns I actually use with coding agents: adversarial reviews, blunt boundaries, measurable gates, evidence,…

A prompt tells a coding agent what to do once. Nearly everything that matters happens after the first...

I built a CI tool that stores a quality baseline for your prompts and agents, then fails the pull request when the score drops…