I began by writing a poem titled âStrategic Software Development For Girls New To Programming,â which outlined the basic Serverâ, Applicationâ, and User Interfaceâarchitecture for a simple web application. I then prompted an AI to turn that outline into a detailed requirements document in JavaScript/Node.js, split into the three layers and enriched with JSDoc comments; the AI produced about 1,100 lines of code, organized in a clean directory tree and even generated shell commands to create the files. When I reviewed the generated `Signal` class I found it incompleteâmissing getters, immediate callback execution, error handling, type checks, and optimizationsâand the AI corrected those issues and suggested further improvements. Finally, I plan one more pass where Iâll ask a programming AI to generate the final code and tests, completing the project from concept through implementation.






















