A reasonable thing to ask anyone writing software for you right now, and how we'd answer it.
If code gets written faster now, why does a project still cost what it costs?
Because the writing was never the expensive part. Working out what should exist is, and that hasn't changed much. Faster tools mostly moved the cost onto the deciding.
Speed comes from understanding the problem
Anyone can put a screen together in an afternoon now. That isn't really what you're paying for. What moves a project is time spent in your actual operation, on the floor or in the numbers, until the problem is clear enough to say in a sentence. Once it's clear, the software part is usually small.
Projects run long because that part got skipped, not because the typing was slow. So the honest measure isn't how quickly a screen shows up. It's how quickly the problem stopped costing you money.
The technology ends up being a byproduct. The work is figuring out which twenty minutes of someone's day you can give back.
Most systems are a database with an API on it
Take the vocabulary on this page away and most business systems are the same three things. Somewhere the records live, an agreed way for other software to read and write them, and a screen or a sensor where someone touches them. A dispatch board, a quoting tool, a customer portal, a reader on a line. Same shape underneath.
Which is why the unglamorous parts matter more than the impressive ones. Get the records right and you can change the screens whenever you like. Get them wrong and a nice screen doesn't help much.
The interesting part is where software meets the physical world
The work we find most interesting sits right at that seam. Material that has to move, a machine that has to run, someone on a truck who needs an answer now. A lot of it is still handled on paper, over the phone, or in somebody's head.
It isn't that those problems are hard. Mostly nobody has gotten to them yet. And every one of them is that same shape: some records, an agreed way to read and write them, and a screen in front of the right person at the right time.
One thing worth pushing on
"We use AI, so it's faster" is true, and very easy to oversell. It speeds up producing things. It doesn't speed up understanding how your business runs, finding your first customers, or deciding what the product should promise. If someone tells you it does, that's a good moment to ask more questions.