Build AI Code Generation Tools For Large Scale Project in Python? Stage Report - Development Diary and Discussion
Building AI Code Generation Tools from Scratch in Python 3: A Journey from Zero to Everything (Stage Report) After diving deep in our first three parts, this post is a bit different. It's not a typical progress update, but a moment to pause, reflect on the journey so far, and tackle some big questions that have come up – especially about the limits of AI in software development. Where We Left Off: The Roadblocks In our last discussion, we identified some key challenges our AI tool faced: Missing Design Assets: It couldn't create necessary visual elements (like image folders). Backend Blindspots: Setting up databases or connecting to external services was beyond its scope. The User Acceptance Puzzle: What the AI generated often didn't quite match what a user really wanted or expected. Ignoring Runtime Reality: The process couldn't detect if the generated code would actually run without errors. Honestly, finding straightforward ways to solve these purely with ou...