When you watch an AI build an app in ninety seconds, you are watching the cheapest part of the entire project. It is a genuinely impressive ninety seconds. It is also the part that almost never determines whether the project succeeds or what it ends up costing. The enterprise platforms — Unqork, OutSystems, ServiceNow — earned their valuations by understanding this. The demo is not the cost. The decade after it is.
The demo is the cheapest part
Generation collapsed the cost of the first version to nearly zero. That is real and it matters. But the first version was never where the money went. Software is expensive because it persists — it has to be maintained, secured, integrated, audited, and changed, by people, for years. Drop the cost of writing it to zero and you have discounted the smallest line item on the bill.
The five costs nobody puts in the demo
| Cost | What it really is | When it hits |
|---|---|---|
| Maintenance | Someone reads, debugs, and updates the code forever | Month 3, and every month after |
| Security & compliance | RLS, audit, SSO, the questionnaire, the BAA | The first enterprise deal |
| Integration | Wiring into the systems you already run | Sooner than you think |
| Change | The app is never done; requirements move | Continuously |
| The backend | Data, auth, workflows — built or bought | Day one, then forever |
Notice that generating the frontend touches exactly one corner of one row. Everything else is unaffected by how fast the first draft appeared.
Why generated code can raise TCO, not lower it
Here is the counterintuitive part. A pile of AI-generated code you now own can cost more over time than less code on a managed platform. Generated code is not automatically maintainable; after a few months someone has to actually understand it. If the AI also generated the backend and the access control, you have inherited the most expensive, highest-risk code to maintain — the kind a single mistake turns into an incident.
What the enterprise suites got right about cost
Unqork's codeless pitch, OutSystems' managed runtime, ServiceNow's platform model — they all sell the same underlying insight: the cheapest code is the code you do not maintain. By keeping the backend, the security, and the runtime as a managed platform, they took the expensive rows off your plate. What they did not have was AI-speed generation on top.
Where the governed-backend-plus-AI model lands on cost
The lowest total cost comes from generating only the part that is cheap to own — the frontend — on top of a managed, governed backend you never have to maintain. You get the ninety-second demo and you do not inherit a backend, an auth system, or an access-control layer to keep alive. The expensive rows stay the platform's problem; the cheap, expressive row is the only thing the AI owns.