Build AI Code Generation Tools For Large Scale Project in Python? Part 2 - Development Diary and Discussion
Building AI Code Generation Tools from Scratch in Python 3: A Journey from Zero to Everything (Part 2) If you missed Part 1, you can find it here: link . In our previous discussion, we covered the basic workflow, fundamental code generation, directory creation, file generation, and folder automation. Disclaimer: I won't be sharing the complete project code directly. Instead, I want to foster discussion and collaboration. For Beginners: Use this as a guide to build your own project and join the conversation. I'm happy to help with any learning challenges you encounter. For Experienced Developers: Please share your insights and discuss potential improvements. Our journey doesn't end here. In this part, we'll delve into some of the challenges we've faced in previous part. Challenges: Token exhaustion: Large files exceeding token limits. Code skipping: The LLM omitting parts of the implementation. Inconsistent code generation: Function naming inconsistencies acr...