Live data from Hacker News

Ask HN: What Is the State of App Development in 2026?

news.ycombinator.com

1–10 of 91 posts

Re: Ask HN: What Is the State of App Development in 2026?

#4
post #3

I'm have a game on both app stores, built in .net Maui. It earns enough to keep a roof over my head. AI is useless when developing with Maui, as it's too new of a development framework for any AI's knowledgebase to have a clue what to do with it.

https://github.com/dotnet/maui/wiki/Using-AI-to-Work-on-.NET...

Re: Ask HN: What Is the State of App Development in 2026?

#6
I had a go at building both a Mac and iOS dictation app the other day (dictator.robgough.net) thinking that with Claude's input, this probably wouldn't work... but it was a real problem I had, and I wanted to see how far we could get. Best way to learn the tools, right? I'd already spent the day playing with alternative apps that didn't quite do what I wanted.

The app itself is fairly straightforward, but it included some intermediate complexity in terms of audio capture and calling local models. Both something I'd never done, and as not-a-mac dev something I probably wouldn't have attempted for a side-project while I'm meant to be bootstrapping my own thing.

I didn't touch a line of code, and I was blown away. I'm so impressed in fact that I'm predicting we'll see a resurgence in native apps in the near future. By far the worst (and slowest) part of the process is having to deal with the App Store, and the ridiculous hoops you have to jump through to get past review.

Re: Ask HN: What Is the State of App Development in 2026?

#10
I suspect AI is going to result in the bottom falling out of the market for simple apps.

React made simple webapps a case of just gluing dependencies together and much more approachable to a generalist developer than the previous generation of web development was. But native apps weren’t affected in the same way. With AI I suspect we’ll see a lot of simple apps, the ones that really aren’t doing much other than CRUD operations on a remote API, become very heavily AI generated by generalist developers.

But there will still remain a healthy market for working on considerably more complex apps.

Post reply on HN