Towards AIblog

AI & Software’s Next Economic Model

Thursday, July 30, 2026Yannis PerrakisView original
Last Updated on July 30, 2026 by Editorial Team Author(s): Yannis Perrakis Originally published on Towards AI. “AI’s New Economic Model”, Marcin Potoczny (2026) Fifty years ago, Fred Brooks sagely noted that there is no silver bullet for (good) software engineering. Since then, the downstream effect of this axiom for the software industry has been this: to succeed, adapt your business to the product. You might still customise part of a workflow or make cosmetic changes, but largely your core product should remain the same for all your customers. This has played out in consumer software, where millions of people use almost identical applications, as well as in enterprise software where vendors tussle with enterprises to avoid their roadmap getting pulled in different directions. Until recently, there was a good economic reason for standardisation: software was difficult to design, expensive to build and risky to change. Every customer-specific variation had to be not just implemented, but also supported and eventually upgraded; sometimes for years or even decades (e.g. core banking software is a good example of the later). Under this model, successful software companies built one(-ish) product and sold it very many times. They channelled customer needs into a common roadmap, and they pushed towards “product revenue” versus lower margin “services revenue”. In these last fifty years, this model also produced some of the most attractive economics in business history. Development costs were spread across thousands of customers, gross margins vastly improved, and software businesses ballooned in market capitalisation. But, now, the assumptions underneath that economic model are beginning to weaken. Joana Carneiro, Conductor Enter, Agentic development Agentic software development is now making software faster and cheaper to produce. PRDs give way to specs, engineers are evolving into agent orchestrators, and coding agents span the SDLC. This does not mean custom software is suddenly free, but it may mean that the “economically optimal” point between standardisation and customisation is shifting. As a result, the next wave of successful software companies may be those that don’t focus at the level of workflows and features, but at the “factory” level that produces them. To explore this evolution, we could start by separating the cost of producing a code variant from the cost of “owning it” over time. This should make instintive sense as AI may make code generation much cheaper, while verification, support and accountability do not go away. 1. The core before-and-after formulas Traditional customised software Where: Agentic, specification-driven software The last term is the reason traditional customisation becomes painful. Ten customer variants do not necessarily create ten times the difficulty. They may create twenty or fifty times the organisational complexity. Agentic, spec-driven software Where: The economic promise is not merely that α becomes large. It is that good architecture, specifications and automated testing also make: In summary then, each additional variant becomes cheaper to create, while the total system remains manageable as the number of variants grows. 2. The customisation viability formula For an individual customer, customisation makes economic sense when its additional value exceeds its full lifecycle cost: The value created can be written as: Where: Historically: Therefore, the rational answer was usually to standardise. In the agentic model however: That means customisation can become economically attractive without requiring an extremely high customer price. Customisation becomes viable when the additional customer value created by better fit exceeds the full cost of specifying, generating, verifying and maintaining the variation. Joules Garcia, Investopedia 3. The Customisation Frontier With those building blocks in mind, we could use this simple ratio of a “Customisation Frontier” (CF) for the related trade-offs, based on the idea of Production Possibility Frontiers from micro-economics. Where: Historically: Whereas in the Agentic model: The Customisation Frontier therefore is the point at which the value of fitting the software more closely to the customer becomes greater than the lifetime cost of supporting that variation; Agentic development moves that frontier. 4. The automation-adjusted lifecycle-cost formula To go a step further and make this more nuanced, we could then reflect how Agentic development does not impact the SDLC uniformly. Where: Today, the likely relationship is: since the industry is better at automating the creation of code than proving that it is correct or maintaining it for years. If, for example, AI reduces generation cost by 80% but reduces verification and maintenance cost by only 10%, the overall economics of custom software improve much less than coding demos would suggest at face-value. Over time, the model becomes transformative only if: That is, if verification, regeneration and maintenance become more automated alongside implementation. 5. Standard product versus traditional custom versus Agentic custom A comparison formula could illustrate the three models. a. Standard SaaS The fixed product-development cost is spread across many customers. b. Traditional custom software c. Agentic custom software The core economic change is that: The strategic question, and the real test, is whether the following can also become true: vs. simply an agent writing a first version faster. 6. Gross-margin formula To tie this concept back to product-company economics, we can use Gross Margin (GM): Traditional customisation damages margin because: and the Agentic thesis is: A customer-specific product can improve price, adoption and retention while adding relatively little marginal engineering cost. You could illustrate the margin effect as: If the fit premium exceeds the residual cost of variation, customisation improves rather than erodes margin. 7. A simple numerical illustration Let’s try it with some numbers! We’ll assume a customer-specific workflow creates $200,000 of additional three-year gross profit through higher pricing, adoption and retention. a. Traditional model Therefore: and the vendor should resist the customisation. b. Agentic model Therefore: and the same customer-specific feature has crossed the customisation frontier. The key point here is that generation has not suddenly become free; it’s the total lifetime economics that have moved from negative to positive. 9. Simple summary formula Historically: Therefore answer was: Whereas in the emerging Agentic model: Therefore: Brooks was right. But the economics still change The Mythical Man-Month: Essays on Software […]