Earlier quoted context omitted.
Same. I hate doing mobile coding, but just in the last few months I AI-coded 3 apps specifically for my needs. They'll never get released publicly, because they'd need polish and features that I don't care about personally. They potentially replace some SaaS too.
What did the 3 apps do? I did the same for one app to give me my speed in MPH as huge text as a HUD in a car
Has the cost of building software dropped 90%?
251–260 of 744 posts
Re: Has the cost of building software dropped 90%?
#252Earlier quoted context omitted.
To be fair, writing a SaaS software is like an order, perhaps two orders of magnitude more effort than writing software that runs on a computer and does the thing you want. There's a ton of stuff that SaaS is used for now that's basically trivial and literally all the "engineering" effort is spent on ensuring vendor lock in and retaining control of the software so that you can force people to keep paying you.
We should also get a flurry of low-cost, decent-quality native local-first software, but I’m not seeing any.
Who is going to maintain the local software? Who is going to maintain the servers for self hosted or the client software?
Re: Has the cost of building software dropped 90%?
#253Cars wont be cheap because bumper prices fell 90%
But....
Obviously AI is coming for the whole car so I will operate on tbe assumption 90% is coming. We will eventually be agentic orhcestra conductors.
Re: Has the cost of building software dropped 90%?
#254Earlier quoted context omitted.
I don't understand the timelines here at all.
We were paying for Salesforce, then built the features we needed to do the same tracking into our interal tool and got rid of Salesforce to save money and simplify the data internally across departments
Re: Has the cost of building software dropped 90%?
#255Earlier quoted context omitted.
If I haven't looked at my own code in 6 months it might as well have been written by someone else.
The most brilliant programmer I know is me three years ago. I look at code I wrote and I'm literally wondering "how did I figure out how to do that -- that makes no sense, but exactly what is needed!"
Re: Has the cost of building software dropped 90%?
#256Had the cost of building custom software dropped 90%, we would be seeing a flurry of low-cost, decent-quality SaaS offering all over the marketplace, possibly undercutting some established players. From where I sit, right now, this does not seem to be the case. This is as if writing down the code is not the biggest problem, or the biggest time sink, of building software.
(Or at least AI-assisted to the point where the author feels like they should mention it.)
Re: Has the cost of building software dropped 90%?
#257Earlier quoted context omitted.
Streamlit apps or similar are doing a great job at this where I'm at. As simple to build and deploy as Excel, but with the right data types, the right UI, the right access and version control, the right programming language that LLMs understand, the right SW ecosystem and packages, etc.
Are they actually as simply to deploy as Excel? My guess would be that most streamlit apps never make it further than the computer they're written on.
To 'deploy' an Excel file I go to Office365 and create my excel file and hit share
To 'deploy' a Streamlit file I go to Streamlit and write my single file python code (can be a one liner) and hit share
Re: Has the cost of building software dropped 90%?
#258Earlier quoted context omitted.
In 2018 We had kubernetes, which improved the development speed another 300%!
Kubernetes with production workloads allowed companies to finally realize the "fail fast" ethos.
Re: Has the cost of building software dropped 90%?
#259The cost of writing simple code has dropped 90%. If you can reduce a problem to a point where it can be solved by simple code you can get the rest of the solution very quickly. Reducing a problem to a point where it can be solved with simple code takes a lot of skill and experience and is generally still quite a time-consuming process.
Plus there's a lot of simple code you shouldn't be writing either way, because it's in a library by now.
By their nature, LLMs will do their best with things that could be plagiarized.
Re: Has the cost of building software dropped 90%?
#260I don’t know if it’s 90%, but I’m shipping in 2 days things that took 2-4 weeks before. Opus 4.5 in particular has been a profound shift. I’m not sure how software dev as a career survives this. I have nearly 0 reason to hire a developer for my company because I just write a spec and Claude does it in one shot. It’s honestly scary, and I hope my company doesn’t fail because as a developer I’m fucked. But… statistical…
Are you shipping things you haven't reviewed at all, and pronouncing them high quality?
I find these threads baffling. I haven't seen a glut of new software anywhere. I certainly haven't seen a bunch of companies fixing the same bugs that have been sitting in their trackers for years. People keep telling me there's this deluge of LLM code happening, but it (the actual code) is all a secret and behind closed doors. Why in the world would you keep it a secret? Why would any multibillion dollar company that ships AI features have any known bugs left in their flagship products?
I haven't seen a difference anywhere when looking outwards. I personally find it useful, but I have to constantly force refactors and rearchitecting to make the code intelligible. When I add features, bugs get reinserted, refactors get reverted, and instrumentation silently disappears. If I don't do the constant refactors, I wouldn't even notice this was happening half the time.