The Intelligence of Stopping: What AI Can Learn from Unnecessary Care

SEAN SYLVIA

Hatched by SEAN SYLVIA

Aug 11, 2026

10 min read

88%

0

What if the greatest danger of intelligent systems is not that they will make too many mistakes, but that they will make too many plausible suggestions?

A modern language model can produce ten answers instead of one, vary its creativity with a temperature setting, search a private library through embeddings, and run locally on an ordinary machine. These capabilities feel like an expansion of intelligence. Yet they also create a problem familiar to medicine: when the cost of generating an intervention falls, people begin applying interventions that were never worth applying.

That is the hidden connection between customizable AI and unnecessary care. In both cases, the central challenge is not access to more possibilities. It is learning which possibilities deserve to become actions.

The abundance problem

A physician can order another scan, prescribe another medication, or recommend another procedure. A developer can ask a model for twenty solutions, add an entire documentation set, retrieve relevant passages, and run a more specialized model. In both environments, technology reduces friction. The question shifts from “Can we do this?” to “Why would we not do this?”

That shift sounds rational, but it quietly changes the default. An available test begins to look like a responsible test. An available model begins to look like a useful model. An answer that can be generated in seconds begins to look like an answer that should be considered.

This is how waste grows without anyone behaving irrationally. Each individual action can be defended. The scan is “just to be safe.” The extra model call is “just to compare.” The retrieval step is “just to provide more context.” The tenth output is “just to make sure we did not miss anything.” Yet the cumulative system becomes slower, more expensive, and more exposed to false positives, contradictions, and unnecessary escalation.

The underlying mistake is a confusion between possibility and value. A tool can make an action easy without making it beneficial.

Consider a language model asked to draft a treatment explanation from a clinical guideline. Giving it the guideline through embeddings may improve relevance. Asking for several independent responses may expose useful alternatives. Lowering temperature may produce more consistent wording. A specialized biomedical model may know vocabulary that a general model handles poorly. All of these are technically sensible choices.

But technical improvement does not automatically produce decision improvement. If the underlying question is vague, ten polished answers can create ten ways to misunderstand the situation. If the evidence is weak, retrieval can make weak evidence sound authoritative. If no one has defined what would count as a useful answer, more computation simply manufactures more material to inspect.

Medicine learned this lesson through the concept of low value care: services that provide little or no benefit, services whose potential harms exceed their likely benefits, or services that are applied to people who are unlikely to benefit. The same logic applies to AI workflows. A model call is not valuable because it is sophisticated. It is valuable when it changes a decision in a way that justifies its costs and risks.

The question is not whether a system can produce more intelligence. The question is whether the additional intelligence improves the next decision.

From capability to judgment

The most important design distinction is between generative capacity and decision capacity.

Generative capacity is the ability to produce text, options, explanations, code, predictions, or summaries. Modern language models are remarkably good at this, especially when their settings can be adjusted. Temperature controls the balance between consistency and variation. Multiple attempts create a small population of candidate answers. Embeddings connect the model to information that was not present in its original training. Local models provide greater control over privacy, cost, and specialization.

Decision capacity is different. It is the ability to determine which option should be pursued, which should be rejected, and when no action is justified. Generative systems do not automatically supply this capacity. In fact, their fluency can conceal its absence.

Imagine a hospital introducing a system that drafts possible next steps for every patient. At first, the system appears useful because it never runs out of suggestions. But if clinicians feel pressure to document a response to every suggestion, the tool may increase work rather than reduce it. If patients interpret every generated possibility as a reason for testing, anxiety and unnecessary care may rise. The system has expanded the menu without improving the appetite.

The same pattern appears in software. A programmer asks a model for several implementations of a feature. The model returns elegant alternatives, each with plausible tradeoffs. Without a clear performance criterion, the programmer now has a review problem. More options have not eliminated uncertainty. They have redistributed it into comparison, verification, and maintenance.

This suggests a useful rule:

Every increase in option generation should be paired with an increase in option elimination.

If a workflow asks for multiple responses, it needs a method for ranking them. If it adds external documents, it needs a method for judging source quality and relevance. If it uses a specialized model, it needs a reason that specialization matters for the task. Otherwise, configuration becomes ornament. The system looks more advanced while the decision process remains unchanged.

A practical way to express this is with an action value equation:

Net value equals expected decision benefit minus total cost.

Total cost includes more than money. It includes time, attention, compute, privacy exposure, delay, error propagation, false confidence, and the possibility of triggering downstream actions that would not otherwise occur. A model response that saves two minutes but causes a ten minute verification burden has negative value. A medical test that detects a benign anomaly but leads to invasive follow up may be harmful even if the test itself is accurate.

The equation is not meant to produce false precision. It is a forcing device. It asks us to name the benefit and count the costs that convenience tends to hide.

The intervention ladder

One way to prevent low value activity is to build an intervention ladder. Start with the least costly action that could answer the question, and climb only when uncertainty or stakes justify the next step.

For an AI task, the ladder might look like this:

  1. Clarify the objective.
  2. Ask one direct model response.
  3. Verify the response against a known source.
  4. Retrieve targeted documents through embeddings.
  5. Generate several independent candidates.
  6. Compare candidates using explicit criteria.
  7. Use a specialized or local model when its advantages matter.
  8. Escalate to human review for high consequence decisions.

The sequence is important. Many people begin at step five because generating multiple answers feels rigorous. But if the objective is poorly specified, additional samples only create a larger cloud of ambiguity. Likewise, retrieval should not be the first response to every question. It is useful when the answer depends on a particular body of information. It is wasteful when the task is simple, the source material is unreliable, or the decision would not change regardless of the result.

Medicine has an analogous ladder. Before ordering an invasive procedure, a clinician may take a history, perform an examination, review existing information, or recommend observation. More intervention is justified when the expected benefit rises, the uncertainty matters, and the consequences of waiting are serious. The best care is not the care with the most activity. It is the care calibrated to the decision.

This ladder also clarifies why “more accurate” is not enough. Suppose a second model improves factual accuracy by a small amount but doubles processing time and creates a review queue. That may be worthwhile in a high stakes setting and pointless in a low stakes one. The right configuration depends on the value of information: how much a better answer could change the outcome.

If the answer will determine whether a patient receives a dangerous treatment, or whether a critical system is deployed, information has high value. If the answer will determine the wording of an informal message, the value is low. A workflow that treats both situations identically is not cautious. It is inefficient.

When personalization becomes overreach

Embeddings and local models introduce another important tension: the desire to make systems more relevant can become a desire to make them more decisive than the evidence allows.

Suppose a team embeds its internal policies and asks a model to answer questions about them. This is often better than relying on general training data. But the system still has to distinguish between “the policy says” and “the policy should apply here.” Retrieval provides context, not judgment. It can locate a paragraph; it cannot by itself determine whether the paragraph is current, complete, or appropriate to the case.

The same is true of biomedical information. A specialized model may generate terminology and associations that sound expert. A private corpus may make the system fluent in an institution’s language. Neither guarantees that the resulting recommendation is clinically sound. Personalization can improve fit while increasing the risk of local plausibility, where an answer feels correct because it matches the surrounding vocabulary and norms.

This is why every customized AI system needs explicit boundaries. It should identify what it knows from the supplied material, what it is inferring, and what remains unresolved. It should be allowed to abstain. It should distinguish a summary from a recommendation, a possibility from a probability, and a probability from an action.

A useful design pattern is the three output contract:

  1. State the best supported answer.
  2. State the strongest reason that answer could be wrong.
  3. State what new information would change the recommendation.

This contract converts uncertainty from a vague disclaimer into operational guidance. It also limits the tendency to confuse a longer answer with a better answer.

Multiple attempts can serve this purpose when used properly. Instead of asking for ten answers and choosing the most persuasive, ask the system to identify where the answers disagree, which assumptions generate the disagreement, and whether the disagreement matters to the decision. Diversity is valuable not because variation is inherently good, but because disagreement can reveal hidden assumptions.

Designing for less

The most mature AI workflow may not be the one with the largest model, the biggest context window, or the greatest number of prompts. It may be the one that knows when not to invoke another layer.

Before adding a tool, ask four questions:

What decision is this meant to improve? A vague goal such as “get a better answer” is not enough. Name the decision, the user, and the consequence of being wrong.

What would count as success? Define accuracy, speed, completeness, safety, or another criterion before generating alternatives. Otherwise, the easiest output to accept becomes the winner.

What is the cost of being wrong, and what is the cost of checking? High consequence decisions deserve verification. Low consequence decisions may not justify elaborate review.

What action will we take if the tool changes our mind? If no possible output would alter the plan, the tool is probably being used for reassurance rather than information.

These questions create a stopping rule. A stopping rule is a form of intelligence because it prevents inquiry from becoming ritual. It protects clinicians from ordering tests merely because they are available, and protects AI users from adding prompts merely because the model can respond to them.

Key Takeaways

  • Treat every generated option as a liability until it has a selection rule. More candidates require explicit criteria, not just more attention.
  • Use the least expensive intervention that can resolve the decision. Start with clarification and a direct answer before adding retrieval, repeated sampling, or specialized models.
  • Measure value at the decision level. A response is useful only if it improves an action enough to justify its time, money, compute, privacy, and error risks.
  • Make uncertainty actionable. Ask what the system knows, why it might be wrong, and what evidence would change the recommendation.
  • Build stopping rules. Decide in advance when additional tests, prompts, or model calls will no longer change the decision.

The future of AI will not be defined only by larger models or easier access to them. It will be defined by whether people learn to govern abundance. Technology keeps lowering the price of producing possibilities, but it does not lower the cost of acting on bad ones.

That is why the most valuable skill in an age of customizable intelligence may be disciplined refusal. Not refusal to use powerful tools, but refusal to confuse availability with necessity. The wise system is not the one that always has another answer, another scan, or another intervention ready. It is the one that can explain why the next one is worth doing, and why stopping now is sometimes the more intelligent act.

Sources

← Back to Library

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 🐣