“The AI chat apps will slowly eat up most services and provide them to users directly, many times without even an app or interface, just do whatever the user wants.” – Pieter Levels – @levelsio – Programmer, indie hacker and digital nomad
The strategic problem raised here is whether the interaction layer of software is becoming a commodity that large-scale AI chat systems can absorb, displacing conventional apps, websites and even many human-mediated services. Rather than users seeking out a specialised product for each discrete job, the claim is that a small number of general-purpose AI chat environments will orchestrate tasks across many domains, pulling in data, tools and actions on demand and presenting a single conversational surface. Pieter Levels has been arguing for several years that AI is collapsing both the cost of building software and the distinctiveness of feature sets, creating conditions where the marginal value of a separate app interface becomes questionable for many use cases 1,2,6,8.
From SaaS unbundling to agent consolidation
To understand the factual context, it helps to trace the shift from the SaaS boom to what some analysts now call the SaaSpocalypse 2,9. For a decade, software business models relied on charging per seat for sharply defined applications: project management, CRM, email marketing, analytics. Levels and others argue that large language model platforms like ChatGPT, Claude and Gemini now bundle a broad set of these functions natively, or make them trivial to assemble with prompt-based workflows 2,9. At the same time, AI-assisted development has slashed build costs, enabling individual technologists to vibecode replacements for many commercial tools in days rather than months 2,14. This two-sided squeeze means small utility apps are under pressure from above, as base models absorb their jobs, and from below, as power users script their own bespoke agents 2,9. In such an environment, a persistent chat interface that knows the users context can become the practical front-end for multiple services, reducing the perceived need for separate applications.
Levels experience is grounded in his own behaviour: cancelling numerous SaaS subscriptions, then building custom workflows that live primarily inside AI-assisted environments accessed through his phone and laptop 2,14. Vibeservering, his term for maintaining an always-on, cloud-hosted development setup controlled via conversational AI, exemplifies this move away from app-centric thinking toward a persistent, agent-centric substrate 14. Instead of signing up for a new app whenever a novel requirement emerges, he increasingly uses AI chat to modify code, deploy scripts and automate recurring tasks, with the chat thread itself acting as design surface, debugger and control panel 14. This aligns with the broader trend of AI coding assistants becoming the dominant way developers interact with infrastructure, shifting emphasis from manually crafted interfaces to dynamically generated workflows.
Disintermediation of the interface
The statement goes further than predicting that AI chat apps will be the new front-end; it suggests that in many cases users will not even perceive an app or interface at all. That may sound counterintuitive until one notices how often automated agents already act on our behalf with minimal touch points. Email reply suggestions, calendar scheduling, smart replies on social platforms and AI summarisation in productivity tools are early examples of invisible assistance layered into existing channels. Levels earlier observations about automated ChatGPT-powered bots replying to tweets demonstrate how conversational AI can parasitically inhabit other platforms, effectively hijacking their interaction flows without users launching a dedicated application 3. The next step is AI systems that initiate tasks based on ambient signals: a message, a document, a sensor reading, or a voice command, with the user simply stating what they want and the underlying agents deciding which services to call. In that model, the notion of discrete apps becomes a technical implementation detail rather than a user-facing concept.
For indie hackers, this disintermediation of the interface creates a stark tension. On one hand, AI makes it dramatically easier to build sophisticated systems: Levels notes that makers can now construct entire agent factories that design landing pages, write code, generate reports and self-optimise, all orchestrated through conversational control 8. On the other hand, those same builders increasingly face the distribution paradox: their elaborate apps attract little traffic or revenue, because users are gravitating toward a small number of dominant AI chat environments where their attention now lives 8. If the user defaults to asking a general AI agent for a solution, rather than searching for or installing a purpose-built app, the discovery path bypasses the indie product entirely. Distribution, not feature quality, becomes the main bottleneck, a point Levels returns to repeatedly in discussions of why many technically impressive projects never escape obscurity 8,9.
Economic implications and SaaSpocalypse
The term SaaSpocalypse has been used by analysts to describe the repricing of software stocks as AI-driven automation erodes the per-seat SaaS model and folds entire categories into broader platforms 9. According to industry commentary synthesised in recent reports, software valuations collectively lost more than 1 trillion units of currency across 2026 as enterprises re-evaluated their need for multiple overlapping licences and began experimenting with AI agents to replace point solutions 9. Jefferies traders linked a February sell-off wiping roughly 285 billion of value from SaaS companies to concerns that AI assistants could handle many of the workflows previously performed by specialised tools 9. Levels, asked whether this represented the end of SaaS, argued that the phenomenon is partly real but signals a change in where economic power resides: away from feature sets and toward content, audience and distribution advantages, which are harder for AI platforms to absorb quickly 9.
This reallocation of value matters because it shapes who benefits as AI chat systems eat services. If core functions like text generation, basic analytics, scheduling and routine customer support become bundled into general AI platforms, then traditional SaaS vendors lose pricing power for those features. Meanwhile, service providers who control scarce data, strong brands or unique communities may see renewed leverage, since AI agents need their content as inputs. Levels own trajectory reflects this: his projects with defensible network effects, large data sets or audience reach retain strategic importance, while more generic tools are vulnerable to being replicated or subsumed by larger AI offerings 6,13,9. Thus, when he predicts that AI chat apps will eat most services, implicit in the forecast is an assumption that only assets tied to distribution, proprietary data or deep workflow integration will maintain durable moats.
Technical trajectory toward interface minimisation
From a technological perspective, the move toward minimal or zero interface execution rides on several converging trends in AI architecture and product design. First, context windows in large language models have expanded dramatically, enabling chat agents to ingest entire workspaces, documentation sets and conversation histories, and reason across them as a unified state. Secondly, tool-use capabilities let these agents call external APIs, run code or control third-party systems, turning chat from a static conversation into a programmable hub. Levels work on AI-powered video editing agents illustrates this: the agent not only interprets natural language instructions but autonomously orchestrates complex editing workflows, with the interface receding as the agent handles sequencing and decisions 5,10. Thirdly, persistent sessions accessed via mobile devices, as in vibeservering, mean that the agent is always available, remembers long-run projects and can resume work on demand without the user launching a distinct app each time 14.
In formal terms, one could model an AI chat agent as a policy function mapping user intents and environment states to sequences of tool calls and outputs, expressed as \text{policy}: (I_t, E_t) \rightarrow (A_t, O_t). Here I_t represents user intent at time t, E_t captures contextual information from documents, logs and sensors, A_t denotes actions such as API calls or code execution, and O_t is the resulting output or update to the environment. As models improve at inferring I_t from loosely specified inputs, they can operate with fewer explicit interface affordances, relying instead on natural language and minimal prompts. This formalisation helps explain why many tasks that once required users to navigate complex menus can now be reduced to a single conversational instruction, with the agent handling selection and composition of tools behind the scenes.
Objections, limits and contested futures
There are, however, significant objections and practical constraints to the idea that AI chat apps will consume most services. Critics note that regulatory requirements, auditability and reliability concerns make fully automated, interface-free execution inappropriate in sectors such as healthcare, finance and critical infrastructure, where human oversight and domain-specific interfaces are essential. User experience designers argue that for complex activities involving spatial reasoning, visual manipulation or collaborative workflows, specialised interfaces remain superior to pure chat. Additionally, there is scepticism about whether a handful of AI platforms should be entrusted with coordinating so much of everyday life, given concentration of power, data privacy issues and the risk of systemic failures. Some commentators responding to Levels posts stress that while AI will certainly displace many thin utility apps, hybrid models where chat agents sit alongside dedicated tools rather than entirely supplant them are more likely in the medium term 2,8,9.
Nonetheless, the structural trend that Levels points to is hard to ignore. As AI systems become the default locus of problem-solving for both consumers and professionals, the economic gravity of software shifts toward those environments. The strategic question for builders, investors and policymakers is how to position in a world where a few AI chat platforms mediate access to countless underlying services, many of which may be performed automatically without users ever seeing a traditional interface. For indie developers, this may mean focusing on agent-ready backends, domain-specific data layers or content and audience assets that AI platforms rely on but cannot easily replace. For incumbents, it requires rethinking product strategy away from selling discrete tools and toward embedding capabilities into AI-native workflows. The backstory behind Levels assertion, grounded in his own practice and the broader SaaSpocalypse discourse, is not a glib prediction of app extinction but a description of a power shift: from standalone services to the conversational agents that increasingly decide which services are invoked, when and how users experience them 2,6,9,14.
References
1. I made https://infiniteslop.ai yesterday completely on my phone – 2026-08-30 – https://www.techtwitter.com/tweet/efbb5684-5bdf-4209-b0f3-b17fba26affa
2. When BigAI Eats the App Layer: Signals for Product Strategy – 2026-07-27 – https://madisoncford.com/updates/daily/2026/2026-07-27
3. ChatGPT Has Infiltrated Twitter Replies – Gizmodo – 2022-12-19 – https://gizmodo.com/openai-chatgpt-twitter-ai-1849910358
4. @levelsio – #3 on AIBID – 2026-09-05 – https://aibid.live/a/levelsio
5. As always everyone is blind staring at the progress of LLMs … – 2026-08-08 – https://x.com/levelsio/status/2086224231277216132
6. In San Francisco everyone is saying software … – 2026-06-18 – https://levels.io/san-francisco-ai-commoditizing-software-hardware-shift
7. levelsio – 2026-08-29 – https://x.com/levelsio/status/2093754163343593802
8. The Indie Hacker Distribution Paradox: Why Your AI … – 2026-06-12 – https://superframeworks.com/articles/indie-hacker-distribution-paradox
9. SaaSpocalypse: What AI Squeezing SaaS Means for AI Agencies – 2026-09-01 – https://findaiagency.com/ai-saaspocalypse-agency-economics
10. Pieter Levels Launches Endless AI Livestream Infinite Slop – X – 2026-08-30 – https://x.com/i/trending/2093985701532721193
11. @levelsio’s Tech Insight | Tech Twitter – 2026-02-05 – https://www.techtwitter.com/tweet/b0ace383-b099-4c38-b7d3-61b613ff9163
12. @levelsio (@levelsio) – 2026-03-19 – https://www.techtwitter.com/tweet/01003b74-5827-4968-889d-6911aac4a44d
13. @levelsio Twitter (@levelsio) – Curated Tweets | Tech Twitter – 2013-07-01 – https://www.techtwitter.com/profiles/levelsio
14. vibeserving – PromptLayer Blog – 2026-07-05 – https://blog.promptlayer.com/untitled-3/
15. @levelsio on X (Twitter) – recent posts and updates – 2026-09-08 – https://dailygram.me/x/levelsio
