I Tried Building a Real App with AI. It Took a Year
alexhyett.com
I Tried Building a Real App with AI. It Took a Year
1–10 of 90 posts
Re: I Tried Building a Real App with AI. It Took a Year
#2Re: I Tried Building a Real App with AI. It Took a Year
#3This is how I hope the world will continue to be, because then programming, which is one of the most enjoyable things ever, may remain a human task, assisted by AI and other tools.
Re: I Tried Building a Real App with AI. It Took a Year
#4I didn't find app building to take that long, even without knowing the ins and outs of kotlin and swift.
I did find the process of publishing the app to be one of the hardest things. The last 10 - 20 percent of app development still requires a lot of paperwork of you aren't already a developer.
Re: I Tried Building a Real App with AI. It Took a Year
#5Re: I Tried Building a Real App with AI. It Took a Year
#6Using LLM tools can greatly accelerate development when used effectively, it can enable much smaller high performing teams to be much more effective. But it's not magic and if you're holding it wrong it really can be a hindrance rather than a benefit.
Re: I Tried Building a Real App with AI. It Took a Year
#7Were you using exclusively free plans to build your app? I didn't find app building to take that long, even without knowing the ins and outs of kotlin and swift. I did find the process of publishing the app to be one of the hardest things. The last 10 - 20 percent of app development still requires a lot of paperwork of you aren't already a developer.
> I started with a simple hello world application. Then added in the habit list, the ability to add a habit, edit a habit and so on.
This hands-on, incremental approach works, of course. But I don't think it is the most effective way of using LLMs to write apps.
Re: I Tried Building a Real App with AI. It Took a Year
#8Pretty much every job I've had since 2003 involved cleaning up human-written slop.
For the moment, I'm finding that AI speeds up certain things: It can bang out unit tests in a few minutes, or do 80% of the work for me; but once it gets to the "test, make small change, test" loop, that's all done by hand.
Re: I Tried Building a Real App with AI. It Took a Year
#9So, how much was hand-written after the initial 6 hours? It sounds like quite a bit. My experience has been very different. I haven't gotten to the point of releasing anything from AI yet, but I'll spend a weekend throwing prompts, then I'll have an application that does the thing that I asked it to do. I'll use the application over the next week or so keeping a task list of things that I'd want to tweak, bugs, or fe…