📐What's Your AI Development Process
First, my situation: I am creating this simple scheduling app with Google AI Studio--select a job and drag the worker's name to that job. I wrote a very thorough prompt (Role, Task, Specifics, Context, Examples) but of course you can't catch everything in the prompt. So as I tweak the app and have the AI make changes, it will break another function that was working. Then I fix that, add another change, and something else breaks. (This also has also been my experience when coding manually--not new stuff.) So your opinion.⁉️ 1) Should I scrap what I have, and start over--write another even more through prompt knowing what details I need to add? I am concerned about getting a bunch of garbage in the code I have as I keep fixing things. 2) What's your process: prompting and iterating? What working for you?