← 返回日报
略读 预计 3 分钟

Hyper-Customized One-Off Software for Cheap

摘要

作者提出一个假设:随着 AI 降低软件开发成本,用户会越来越多地按需为自己生成高度定制的一次性软件,而非寻找并集成现成方案。文章对比了传统 1:N 软件模式(少数人开发、多数人使用,用户需承担隐性集成成本)与 AI 时代的新模式(实现成本降低、软件可按需定制以贴合个人需求,从而降低集成成本)。作者认为该趋势已在软件工程领域显现,并可能扩展到普通用户;同时指出不适用场景:受算法与复杂度理论限制的软件、依赖大数据集但缺乏查询能力的环境,以及他人依赖的低层服务(如数据库、操作系统)。最后预测,成本变化将催生更多面向小众场景的一次性软件,并解锁以往经济上不可行的软件创作。

荐读理由

它提出的'用户用 AI 自产自用的一次性软件'假设,能帮你重新评估'找现成方案再集成'的默认路径,在 AI 工程选型时多一条自建判断依据

原文

Hyper-Customized One-Off Software for Cheap

2026-07-05

I discussed previously that AI projects have a short lifespan, on average.

This one is a related hypothesis, which I believe we are starting to see in the AI-adjacent software engineering domain already, and which might spill into other domains soon:

Hypothesis: With the changing economics of software creation, we will see more software which is produced on demand by its own users, with the help of AI models that are sufficiently good at building the required code based on a human prompt.

This software will be cheap, but most of all, it will have the advantage of being hyper-specialized to ther user’s needs, bringing down the integration cost.

The old world

Traditionally, we view successful software projects as a thing that few people build and many people use (1:N). It looks like this:

Authors pay for the design and implementation of the software, and sometimes for marketing and similar functions. This is expensive, but it is still profitable for authors because (1) software is easy to copy and (2) they can target a large number of users.

But users don’t only pay for the software itself, they also pay the (more implicit) cost of adoption (discovery of the right software to use, technical and practical adoption into their environment and workflows). And if they fail to adapt the software into their surroundings, it is not unheard of that such integration projects fail and result in high costs.

AI models change the economics of software development

Now that the implementation cost is shifting with AI, and implementation becomes more feasible for the user as well, there might be domains where the cost for the user is lower when building custom software ad-hoc than searching for and integrating a suitable existing solution.

The reasons are:

  • The cost of implementation is much lower now (for simple software).

  • The adoption/integration cost can be brought down by generating the software hyper-specialized to the user’s specific needs.

    • To drive this to the extreme, for software that is seldomly used, but benefits from subtle changes each time, you could even go as far as to generate the software fresh for each time it is used.

    • Evaluating existing software products for suitability is not needed any more, as software is now malleable for the user.

To what kinds of software does this apply?

An early indicator can be seen if you look at domains where the AI adoption is already high, e.g. in software engineering itself: If you follow web forums where people share and advertise their project creations, it is clearly visible that there is a now a large amount of projects that people create because they could (a) make it fit better to their tastes (a.k.a. integration into their environment and workflows) and (b) they were too lazy to put up with researching and integration existing solutions.

Sure, the bar to get to an implementation is even lower for people who themselves work in the field. But with improving AI models and suitable frameworks for AIs to work in, I think it’s realistic that this will come into reach for normal computer users as well.

There are some kinds of software where I think it won’t apply though:

  • You can still not break through fundamental limitations in algorithms and complexity theory.

  • In more practical terms: If you want to analyze a large dataset, but you are not storing it in a place with suitable querying capabilities, churning through the data brute force can quickly become expensive.

  • Software or software services on which other people depend is harder to change and requires careful consideration.

  • Changing such software in a “vibe” fashion is difficult without breaking or removing these dependencies. So “lower level” classes of software like databases, operating systems and other services are less malleable that way.


With the shifting cost economics, I think the writing is on the wall that we will see much more one-off software projects that solve much more targeted use cases for much smaller numbers of users.

And of course, as the cost for producing software lowers, this does not just replace existing software, but it also unlocks the creation of software which was previously economically unviable to produce.

Lobsters · 3 赞 · 1 评 讨论 → 阅读原文 →

这条对你有帮助吗?