The beginner’s mindset
If you've been writing software with agents for a while, you might be starting to feel competent. Don't trust the feeling.
AI coding is roughly three years old. Chess is five hundred. Three years of chess might get you to 1200 ELO — past most casual players, nowhere near expert. A grandmaster beats a 1200 every game. The gap in AI coding isn't that wide, but the people at its frontier are already getting far more done than the ones who decided they'd figured it out.
The danger of calling yourself an expert too early is that your learning stalls. You stop reading tutorials, skip the bootcamp, ignore the patterns the model enabled last week. Look at where your workflow was twelve months ago, then project that forward. Most of the meta hasn't been uncovered yet.
Two responses
Sooner or later the model will let you down. It writes the wrong code. Picks the wrong abstraction. Hallucinates an API. Confidently does the opposite of what you asked. How you react in that moment shapes your learning curve.
Closed: Blame the AI.
“The model is bad.” “AI's overhyped.” “It can't do real work.”
Open: Ask what you could have done differently.
Was the prompt clear? What context was missing? What levers can you change?
Gaming culture has a useful phrase for this: skill issue. When your character keeps dying, the level isn't broken, you're unskilled. It sounds flippant, but the move underneath is serious: assume, provisionally, that the bottleneck is you. It isn't always true. But this assumption helps you grow when it is.
Most of the time the model isn't the limit — your prompt is, or your context, or your patience. With the bottleneck-is-me stance, the same frustrating moment turns into a puzzle: which lever would have changed the result? Each answer is an edge others aren't collecting; they've already decided it's the tool's fault.
Every failure is a rep
Treat each disappointment like a chess puzzle: try something, notice what actually worked, update your repertoire. One a day and the curve climbs. You won't feel it in a week; you'll feel it in a quarter.
One chess puzzle a day, and the curve climbs.
The edge you had rusts.
The beginner's mindset is the faster path. Three years in, the people pulling away are the ones still treating themselves like beginners — still reading, still experimenting, still updating when the model surprises them.