I learned this the hard way while working with Claude Code. AI looks at your existing code and copies the patterns it finds. If you start with clean code, the rest stays clean. If you start messy, the problems pile up faster than any human team could create them. And unlike a junior developer who…
Tag: code quality
Prompt Patterns Catalog, Part 2: Iteration, Verification, and Persona
In the previous post, I introduced three foundational prompt patterns: Decomposition for breaking complex tasks into manageable units, Exemplar for teaching by example, and Constraint for defining boundaries. These patterns address the most common generation challenges. This post completes the catalog with three more patterns, then addresses the practical question of building and maintaining a…
Prompt Patterns Catalog: Decomposition, Exemplar, Constraint
Software developers are familiar with design patterns. The Gang of Four cataloged reusable solutions to recurring problems in object-oriented design. You learn patterns like Strategy, Observer, and Factory not because they are theoretically interesting but because they solve problems you encounter repeatedly. Once you know the pattern, you recognize the problem and reach for a…
The Unstructured AI Problem: Why Most Teams Are Using AI Wrong
Every developer I know uses AI tools now. Copilot suggestions appear mid-keystroke. ChatGPT tabs stay permanently open. Claude conversations stretch across multiple projects. The adoption curve was vertical, faster than any technology shift I have witnessed in two decades of software engineering. But here is the uncomfortable truth: most of us are using these tools…
Code Is for Humans, Not Machines: Why AI Will Not Make Syntax Obsolete
With AI, “everybody is a programmer.” You do not need to learn syntax anymore. Just describe what you want, and the machine will write the code for you. If you have spent any meaningful time in this profession, you are probably laughing right now. Or at least shaking your head. This narrative has become extraordinarily…
The AI Orchestration Developer: Why Team Leaders Will Define the Next Era
There is a particular kind of developer who has spent years doing something that most of the industry undervalues: building people, not just systems. They review code not to gatekeep, but to teach. They pair with junior developers not because it’s efficient, but because they understand that growth compounds. They know that a team’s ceiling…
Artisanal Coding (職人コーディング): A Manifesto for the Next Era of Software Craftsmanship
Artesanal coding emphasizes the importance of craftsmanship in software development amidst the rise of AI and “vibe coding.” It advocates for intentional, quality-driven coding practices that foster deep understanding and connection to the code. By balancing AI assistance with craftsmanship, developers can preserve their skills and create sustainable, high-quality software.