#1938
The New Programmer
The author explains how to use an AIâdriven workflow for building software: first let the AI generate a clean requirements document and a âcookbookâ of steps, then start coding from a simple Application class and grow complexity by adding wellâdefined plugins built on industryâstandard concepts; each new feature is added as a plugin so you can drop unused parts easily. By writing in MDN style, using lightweight implementations (MVP) and minimal refactoring, the programmer watches the AI produce code rather than fixing it manually, keeps the project simple, beautiful and predictable, and uses a phone text editor to manage the processâturning the developer into a nimble strategist who learns by delivering software instead of coding from scratch.






















