Untested but Promising Blueprint for Writing Production-Ready Code with AI/LLMs
gist.github.comSharing this, hoping someone finds this useful, also would like to hear what others think about this approach.
This gist outlines a two-phase approach to generating production-ready code using AI.
It emphasizes using pseudo-code, example code, and a modular design to guide AI code generation.
Phase 1 focuses on creating a functional prototype, while Phase 2 refines it into production-ready code.
It also links to a separate document with related best practices.
https://gist.github.com/ditpoo/387d2fc94a1bbfbe0f2312686eb09...
In case its not clear its a blueprint to build the thing not the implementation for the actual thing.
For example, to see how it works or if it works, you can directly use the post in a prompt itself, check the results for yourself, here is an example of it
https://chatgpt.com/share/67d24dc5-8c24-8006-8a0d-392aa8263b...