AI build my API's
then I will have another AI check. And Another AI check. then test. AI adds event logs to test everything as well. But I get it. I'm solo, so all of this is new to me. And it's a small project. By backend consists of files with no more than 400 lines of code.
AI is highly imperfect though. And even if you have a paid subscription, there's chat limits, mistakes, and basically outdated knowledge. For example. I was using Tauri. The latest version is 2.0. But Claude only knows version 1.0. So I literally had to go to the site and get links so Claude can read the documentation. Same with Wails. It also makes little mistakes, that I have to go back and correct. Sometimes it will write code in TypeScript if you're using JavaScript. So for me, the hardest me is being comfortable using the IDE and understanding how each language/framework is configured. For example, I'm currently using Golang, Wails and Svelte. So I had to figure out the backend like main.go ad app.go. window management. Using Tauri with Rust is totally different.
At the end of the day, it's doable. You just have to have patience and know how to follow up and investigate. I can't see myself writing hundreds of lines of code from scratch. the way I see it, if I have to write a code file that has 1000 lines, the time it takes a senior developer to write it, I could do it close to the same amount of time, having AI write it and fix the problems with it.