The Future of AI Belongs to Smaller Questions, Not Bigger Prompts
Hatched by Mark Erdmann
Apr 18, 2026
10 min read
7 views
87%
The seductive lie of the giant prompt
When people first get serious about LLMs, they often make the same mistake that software teams make with code: they build a God Object. One prompt starts as a neat little instruction, then absorbs edge cases, exceptions, style rules, fallback behavior, validation logic, and business nuance. It becomes a 2,000 token slab of brittle cleverness, and the strange part is that it often performs worse on ordinary inputs than the simple version did.
That failure is not just a prompt engineering issue. It points to a deeper design principle that is easy to miss: language models are not improved by making the question bigger. They are improved by making the problem more legible. The instinct to add more context, more instructions, and more reasoning steps feels intelligent because it mirrors human expertise. But with LLMs, more detail can quickly become less control.
This is especially visible in finance and other high stakes domains. If you are building an AI thought partner for investment analysis, compliance review, research synthesis, or portfolio reporting, it is tempting to imagine a single model that reads everything, understands everything, and produces a polished answer. Yet the practical lesson is harsher and more interesting: long context windows are not a substitute for architecture. They are often a substitute for discipline.
The central mistake is confusing more input with better understanding.
The better question is not, “How do we give the model everything?” It is, “How do we divide the work so each step is testable, narrow, and reliable?”
Why bigger context feels powerful, and why it breaks
Long context windows are intoxicating because they promise something close to a managerial fantasy: a single assistant that can hold the whole situation in mind. Feed in the meeting transcript, the spreadsheet, the email thread, the policy doc, the customer history, the market note, and maybe the model will produce wisdom. In practice, this often fails in subtle ways. The model may miss key details, overweight irrelevant ones, or blend signals into a confidently wrong synthesis.
This is not because the model is lazy or forgetful in a human sense. Anthropomorphizing it is useless. The model does not “care,” “notice,” or “understand” in the way people do. It patterns over text. That means the real challenge is not to make it more human, but to make the task more structured.
A useful analogy is a kitchen. A great meal is not produced by asking one chef to do everything in one motion, from sourcing ingredients to plating to tasting. The process works because of separation of concerns: prep, cook, taste, adjust, serve. If you force one step to do everything, the system becomes fragile. The same is true for AI workflows. A single prompt that extracts, checks, reasons, and writes is like a chef who must simultaneously chop onions, balance the sauce, and inspect the plumbing.
The finance world makes this especially clear. In a domain where the half life of a dataset can be much longer than the half life of a finetuned model, the model itself may age quickly while the underlying data and business logic continue to matter. If you hard code intelligence into a prompt or model weights, you are freezing a moment in time. But if you treat intelligence as a workflow, you can update each layer independently.
That is the real tension: models are powerful at transformation, but weak as repositories of durable process.
The hidden architecture: stop asking one model to do three jobs
The most important mental shift is to stop thinking of AI as a monolith and start thinking of it as a pipeline of small, specialized judgments. A good prompt should do one thing, and only one thing, well. This is not just an aesthetic preference. It is a reliability strategy.
Consider the seemingly simple task of summarizing a meeting transcript. A naive approach asks one prompt to read the transcript, identify decisions, extract action items, assign owners, resolve ambiguities, and produce a concise summary. That sounds efficient. It is actually an invitation to failure because each subtask has a different error mode.
A stronger design breaks the task apart:
- Extract structured facts: decisions, action items, owners, dates.
- Validate the facts against the source transcript.
- Write the summary from the structured facts, not the raw transcript.
This separation matters because it turns invisible confusion into visible checkpoints. If the extracted owner is wrong, you can catch it before the summary is polished and misleading. If the summary sounds good but the structure is off, the bug is now diagnosable. You have created leverage not by making the model smarter in a single shot, but by giving yourself more surfaces for evaluation.
This same logic applies in finance. Suppose a model is asked to analyze a quarterly earnings call and produce an investor note. If you ask one prompt to detect guidance changes, infer sentiment, compare with prior quarters, and draft an executive memo, you get a persuasive blob. If you split the job, the pipeline becomes legible:
- One step extracts numeric changes and named entities.
- One step checks whether those numbers are actually supported by the call.
- One step compares the extracted claims to prior filings.
- One step writes the memo from verified inputs.
The difference is not cosmetic. It is the difference between a system that merely sounds informed and a system that can be audited.
Reliability comes from decomposition, not from rhetorical force.
This also explains why some teams become disillusioned with long context windows. They hoped the model could hold everything together, but context length is not the same as task structure. A bigger window may allow more evidence, yet without clear subgoals the model still has to decide what matters, when to trust it, and how to resolve conflicts. In other words, you can give it a larger room to get lost in.
The real unit of intelligence is not the model, but the workflow
The deepest insight connecting these ideas is that the model is not the product. The workflow is the product. That sounds obvious, but most failures happen because teams design around a magical core instead of around a measurable process.
Think of a financial analyst. The value of a great analyst does not come from holding every fact in memory at once. It comes from a repeatable sequence of behaviors: ask the right questions, separate signal from noise, verify claims, compare against prior patterns, and know when to stop. A well designed AI system should mirror that structure. It should not imitate omniscience. It should imitate good judgment through stages.
This gives us a powerful framework: LLM systems should be built like legal arguments, not like speeches.
A speech is one continuous performance. If the middle is weak, the whole thing weakens. A legal argument, by contrast, is modular. There is evidence, then reasoning, then conclusion. Each claim can be challenged separately. That is exactly what we want from AI in serious work. We do not want one eloquent answer. We want a chain of accountable steps.
This is also why “LLMs as judges” can be useful when applied carefully. A model can evaluate whether a statement is supported by a source, whether a summary is faithful, whether an extracted field matches the underlying text, or whether two claims conflict. But a judge is only useful when the evidence is constrained and the criteria are explicit. The model should not be handed the entire universe and asked for wisdom. It should be handed one narrow question at a time.
There is a deeper organizational lesson here. Many teams use AI to accelerate output, then wonder why quality becomes inconsistent. The answer is that they have optimized for speed at the wrong layer. If you compress all reasoning into one prompt, you get fast prose but slow debugging. If you split the work into verifiable steps, you may appear slower at first, but you build a system that compounds.
In this sense, small prompts are not a simplification of intelligence. They are an admission that intelligence is procedural.
A practical framework: think in claims, checks, and transformations
To make this concrete, it helps to use a simple operating model for AI work: claim, check, transform.
1. Claim
First, the system extracts or states a claim in a compact form. This might be a decision, a risk factor, a line item, a date, or a summary bullet. The goal is to isolate what the model thinks is true.
Example: “The company lowered its revenue guidance for next quarter.”
2. Check
Next, another step verifies the claim against the source material or another trusted reference. This is where many systems become stronger, because the model is no longer asked to both generate and police its own output at the same time.
Example: “Does the transcript explicitly support a lowered revenue guidance statement? Quote the supporting line.”
3. Transform
Only after the claim is verified do we turn it into user facing prose, dashboards, alerts, or recommendations.
Example: “Draft a client note explaining the guidance change, its magnitude, and the likely implications.”
This pattern is powerful because it maps to how high quality human work already happens. Analysts do not write their final memo while they are still hunting for the facts. Lawyers do not draft closing arguments before they have tested the record. Good systems preserve that separation.
There is also a useful corollary: the narrower the prompt, the easier it is to improve it. When a prompt does one thing, you can eval it independently. You can compare outputs across versions, identify regressions, and understand which input classes break it. When one prompt tries to do everything, debugging becomes a mystery novel with no suspect.
That is why modular systems age better. A dataset can live much longer than a finetuned model because data can be refreshed, reweighted, or reinterpreted without rewriting the entire architecture. Likewise, a small prompt can be swapped out while preserving the rest of the pipeline. That flexibility matters more over time than any one clever prompt trick.
The conclusion no one wants to hear: AI gets better when it is less ambitious
The most counterintuitive truth in applied LLM work is that better systems often look less magical. They use smaller prompts, narrower tasks, stronger validation, and explicit checks. They resist the temptation to make the model the hero of the story. Instead, they treat the model as one component in a carefully staged process.
This is not a retreat from ambition. It is how ambition becomes durable.
We tend to imagine progress in AI as a march toward bigger contexts and more general prompts. But the real frontier may be the opposite: turning sprawling requests into crisp subproblems, turning fuzzy trust into explicit verification, and turning an impressive demo into an operational system. The future belongs to teams that can ask smaller questions with greater precision.
The paradox is that once you stop asking one model to do everything, it becomes capable of much more. Not because it magically learned more, but because you finally designed around how it actually works.
The path to smarter AI is not a larger prompt. It is a better division of intelligence.
Key Takeaways
- Break large tasks into narrow steps: extract, verify, then generate. Do not ask one prompt to do everything.
- Treat long context as raw material, not understanding: more text does not automatically mean better judgment.
- Design for evaluation: smaller prompts are easier to test, debug, and improve independently.
- Build workflows, not monoliths: the real product is the pipeline that turns model output into reliable action.
- Prefer structured claims over fluent summaries: if a statement matters, isolate it and check it before you write around it.
In the end, the most important shift is philosophical. AI is not a brain you pour information into. It is a tool for shaping information into smaller, checkable forms of intelligence. The winners will not be the teams with the biggest prompts. They will be the teams that know how to ask the right question, at the right time, in the right order.
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 🐣