Why the Next Great Software Companies Will Be Built Like Tiny Prompts, Not Giant Platforms
Hatched by Mark Erdmann
Jun 05, 2026
9 min read
2 views
68%
The strange coincidence nobody is talking about
A curious pattern is emerging in software. The public markets are not rewarding sprawling, everything-for-everyone products the way they once did, and at the same time the best LLM systems are being built by breaking problems into smaller, sharper pieces. Those two facts may seem unrelated. One is about company formation and market appetite, the other is about prompt design. Yet they point to the same deeper shift: complexity is losing its status as a virtue.
For years, software companies won by accumulating scope. More features, more workflows, more seats, more modules. The best products often became platforms because platforms seemed safer, larger, and more defensible. But the market for software now seems less impressed by size for its own sake. Meanwhile, the most effective LLM systems increasingly avoid the temptation to make one giant prompt do everything. Instead, they use small, focused prompts, each responsible for one job, chained together into a system that is easier to understand, test, and improve.
That parallel matters. It suggests we are moving from an era that celebrated monoliths to one that rewards composability. The next great software companies may not be those that build the biggest object. They may be the ones that know how to split intelligence into clean, reusable parts.
The hidden cost of the giant object
Every ambitious system starts with a useful lie: if we can just make one thing smart enough, it can handle everything. This is the logic behind the giant prompt, the all-in-one product, the catch-all workflow, the universal dashboard. In the beginning, that approach feels elegant. One interface. One place to manage everything. One prompt to summarize, extract, classify, verify, and write.
Then reality arrives.
The prompt grows. A few instructions become a page. A page becomes a policy manual. Example after example is added to patch edge cases. The result is a 2,000 token Frankenstein that is harder to reason about, harder to debug, and often worse on the common case. The same thing happens to companies. A product starts with a crisp wedge, then expands into adjacent territories until the original value proposition is buried under layers of optionality.
This is not just an engineering problem. It is an organizational law: when a system tries to do too much in one place, it becomes brittle. Every added capability introduces hidden coupling. Every shortcut to convenience creates future confusion. Eventually, the system stops feeling like a tool and starts feeling like a negotiation.
Here is the deeper tension:
The more we try to make software comprehensive, the less intelligent it often becomes in practice.
That sounds counterintuitive because we tend to equate breadth with power. But in real systems, breadth often dilutes precision. A giant prompt has to hold too many intentions at once. A giant product has to satisfy too many use cases at once. In both cases, the result is usually a compromise machine.
Think of a kitchen knife versus a Swiss Army knife. The Swiss Army knife is impressive when you are stranded. But if you are actually trying to cook, the single-purpose chef’s knife is better almost every time. Specialized tools are not inferior because they do less. They are superior because they do one thing without apology.
What prompt design is teaching us about product design
The most useful insight from modular LLM systems is not technical, it is architectural. Instead of asking one prompt to produce the final output directly, the better pattern is often to divide the task into distinct stages:
- Extract the relevant facts into a structured form.
- Verify those facts against the source.
- Generate the final output from the structured representation.
This is powerful because each stage has a narrow purpose. Extraction is judged on completeness and fidelity. Verification is judged on consistency. Generation is judged on clarity and tone. You do not ask one component to be everything at once.
That same logic should reshape how we think about software companies. Many products fail not because they are too small, but because they prematurely try to become a full system before earning the right to be one. They combine discovery, decision-making, execution, reporting, and collaboration into a single experience. The user is then forced to understand the company’s internal architecture through the product’s clutter.
A better model is to ask: what is the irreducible unit of value?
For an LLM workflow, it might be a single reliable transformation. For a company, it might be one high-frequency job done dramatically better than alternatives. Once that wedge is undeniable, adjacent capabilities can be added like well-fitted extensions, not like emergency repairs.
This is where the connection to market dynamics becomes visible. Public markets increasingly punish vague stories and reward clean narratives with clear accountability. Investors, like users, are becoming less tolerant of systems that claim to do everything but cannot explain what they do best. A company with a clear module, a clear pain point, and a clear path to expansion is easier to value than one with a fuzzy platform thesis and a hundred loosely related features.
The market, in other words, is learning the same lesson as prompt engineering: clarity beats ambition when ambition creates ambiguity.
The composable company: a new mental model
To see the pattern more clearly, imagine two different companies.
The first builds a giant platform for business operations. It offers messaging, analytics, approvals, document generation, scheduling, and workflow automation. The pitch is that everything lives in one place. The reality is that every new feature makes the interface harder to learn and the product harder to maintain. Teams use only a fraction of the system, and the rest becomes hidden overhead.
The second company starts with one exact job: turn messy meeting transcripts into accurate action items. It does this extremely well. Then it adds a second module that verifies extracted items against the transcript. Then a third that turns verified structure into a polished summary. Each module is independently testable. Each module has a clear failure mode. Each module can improve without breaking the others.
The difference is not just product philosophy. It is epistemology. The second company knows what it knows and what it does not. It can measure each stage separately. It can understand where errors come from. It can evolve by strengthening boundaries, not dissolving them.
This is a better mental model for modern software businesses: the composable company.
A composable company is built from narrow, high-confidence capabilities connected by clean interfaces. It does not chase completeness in one leap. It assembles usefulness through disciplined decomposition. In practice, that means:
- Products become workflows with distinct stages, rather than one oversized surface.
- Teams own a single system boundary, rather than sharing a vague responsibility for everything.
- Metrics reflect stage-specific quality, rather than one blended satisfaction score.
- Growth comes from adding adjacent modules that preserve coherence, not from bolting on unrelated features.
This is a profound shift because it changes how companies earn trust. Instead of asking users to believe in a grand vision, they ask users to experience a sequence of small proofs. Each proof reduces uncertainty. Each module earns the right to exist.
The future belongs to systems that can be broken apart without falling apart.
That sentence applies to prompts, but it also applies to organizations, products, and eventually to business models themselves.
Why this matters for the next wave of software
The software industry has long rewarded abstraction. Platforms abstract away complexity, and that abstraction was incredibly valuable when the frontier was getting computers to do anything useful at all. But abstraction has a cost: it hides the seams. As software becomes more intelligent, the hidden seams matter more, not less.
LLMs make this painfully obvious. A single prompt can feel magical until you try to extend it. Then every added instruction competes with every other instruction. The model loses focus not because it is incapable, but because the task definition became a knot. The answer is not more magical thinking. The answer is architectural discipline.
The same is likely true in the company layer. We are entering a period where software can generate, classify, recommend, summarize, draft, and automate with remarkable flexibility. That flexibility tempts founders to build products that seem expansive from day one. But users do not actually need infinite flexibility. They need reliable outcomes. Reliability is often built by narrowing the problem until the system can win repeatedly.
This is also why the next wave of software may look less like giant suites and more like networks of precise agents, each responsible for a distinct transformation. Not because fragmentation is fashionable, but because intelligence itself is becoming modular. The strongest systems will not be those that try to think everywhere at once. They will be those that know how to hand off intelligently.
Consider an analogy from editing. A great editor does not write, fact check, structure, and style correct all in one pass. They separate those tasks. First, identify the argument. Then validate the claims. Then sharpen the prose. The final piece is stronger precisely because the labor was separated. Software is moving toward the same craft logic.
Key Takeaways
-
Treat complexity as a liability until proven otherwise. If a prompt, product, or workflow is growing quickly, ask what hidden coupling you are creating.
-
Split work by function, not by convenience. Separate extraction, verification, and generation. Separate core value from surrounding support. Clear boundaries make systems easier to improve.
-
Optimize for the common case first. Giant catch-all systems often perform worse on everyday inputs. A smaller, cleaner system usually wins where it matters most.
-
Measure stages independently. If you cannot tell which part of the pipeline failed, the system is too monolithic. Good decomposition creates better feedback loops.
-
Build for composability, not totality. The strongest products and companies will feel like well-connected modules, not bloated machines trying to be everything at once.
The real lesson: intelligence is becoming modular
The surprising connection between software markets and LLM prompts is not about technology trends. It is about a deeper revaluation of how intelligence works. For a long time, we admired systems that looked unified, because unity signaled ambition and scale. But unity often hides fragility. Today, the better systems are the ones that preserve intelligence by distributing it across cleanly defined parts.
That changes what success looks like. A company does not need to become a giant platform to matter. A prompt does not need to become a universal instruction set to be powerful. A product does not need to absorb every adjacent use case to become indispensable. In many cases, the opposite is true.
The next generation of great software will likely be built by people who have the discipline to say no to the giant object. They will resist the urge to make one prompt do everything. They will resist the urge to make one product do everything. Instead, they will build systems that are small enough to understand and strong enough to combine.
That is the real shift: not from software to AI, but from monolithic intelligence to composable intelligence. Once you see that, you start noticing the same pattern everywhere. The best companies, the best products, and the best systems are not the ones that contain the most. They are the ones that can be cleanly split, reliably tested, and intelligently reassembled.
And that may be the most important design principle of the decade: if you want software to think better, stop making it think all at once.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣