AI

The Design Logic of Non-Optimization to Prevent AI Hallucinations

The key to curbing confidently wrong answers is the decision not to optimize. Lessons from table tennis long pips illuminate boundary design.

9 min read Reviewed & edited by the SINGULISM Editorial Team

The Design Logic of Non-Optimization to Prevent AI Hallucinations
Photo by Zach M on Unsplash

The generation of misinformation by AI is a central challenge in putting generative models into practical use. Earlier errors were often fabrications detached from context and were relatively easy to identify. Current errors are accompanied by citations, figures, and supporting materials, giving them high superficial credibility. The behavior of filling gaps with an assertive tone is increasing the burden of verification. One cause is that generation does not stop even when there is insufficient evidence to answer.

In a report by Zhang Zhaohui of TMTPost, a counter-example to this structural problem is introduced. It is an account of having an AI model determine whether translationese remains in a Chinese book manuscript. Judging translationese is less about grammatical correctness and more an intuitive task that depends on a native speaker’s linguistic sense. It is difficult to quantify, and it is not easy to verbalize the basis for a judgment. The model reportedly avoided making a definitive conclusion and stated that it exceeded the scope of its capabilities.

This judgment requires native-level linguistic intuition and exceeds the scope within which I can provide a reliable answer

The model said it could point out structural points of concern. It reportedly responded that the final judgment should be left to a professional native-speaking editor. This is not a lack of capability, but the manifestation of an ability to recognize boundaries and stop. It is worth recording as behavior that is the polar opposite of hallucination. Reliability is not determined by generative accuracy alone. Design that knows where to stop determines trust in practical use.

The Structural Challenge of AI That Errs with

Confidence

Probabilistic generative models operate in an environment where combinations of inputs are infinitely broad. Strange inputs, adversarial phrasing, and unexpected contexts constantly appear. Real-world operation exposes gaps, but does not indicate how to prioritize fixes. If every exception is incorporated into the core mechanism, the mechanism becomes more complex. Maintainability declines, and there is a risk that performance on normal tasks will be impaired.

Eliminating individual errors and improving the product as a whole are not synonymous. Expanding the scope of coverage can worsen the experience for the majority of users. The magnitude of emotional impact does not coincide with design importance. The core mechanism should not be altered based solely on how bad a failure looks. Diagnosis based on strong evidence and a sequenced response are required.

The Trap of Design Optimization Learned from

Table Tennis Long Pips

The report uses table tennis long-pips rubber as an example to explain the trap of optimization. Long pips have longer pimples than usual and have the characteristic of using the opponent’s spin to return the ball. The rhythm and spin of the return are irregular, making it difficult for players who prefer a fast-paced game to handle. It is said that even older opponents who move little can be disruptive. The author’s initial idea was to overcome it through intensive training.

The coach taught tactics and then advised not to practice too much, it is said. Countering long pips requires adapting to an abnormal rhythm. Spending time adapting will disrupt the muscle memory needed for normal opponents. There is a danger that the entire motion mechanism will be dragged toward the special case. Accepting defeat in some matches becomes the price of protecting one’s own game.

This experience offers a perspective directly connected to the design of probabilistic systems. If the core is aligned to rare cases, the overall shape will be distorted. Do not ignore the existence of exceptions, and learn how to handle them. However, it is essential to draw a line that prevents normal operation from being rewritten. The judgment to select what to optimize determines the success or failure of the design.

Why the Last 5% Undermines Overall Performance

The report points out that the last 5% costs more than the first 95%. For hobbyists with limited time, investment in rare opponents is a heavy burden. Practice time is subtracted from normal enjoyment. If disliked practice increases, motivation for the sport itself declines. Costs are incurred doubly, in both time and motivation.

The same relationship holds in product design. For a $10,000 speaker, paying for a slight improvement in sound quality is justifiable. If buyers are looking for a lower price range, the story is different. If the cost to fill the last 5% swells tenfold, the business is not viable. Technical success and product strategy success are on different axes of evaluation.

In AI development as well, cutting-edge research and practical application have different goals. The mission of research institutions is to push the limits of capability. Large investments are also rational in light of that purpose. The task in the financial field, it is said, was to provide efficient service to customers. If existing models are sufficient, design, risk management, and the preparation of alternative pathways create value.

The Three-C Framework of Components,

Coordination, and Combat

The author presents a framework called the Three Cs. Components refer to verified single capabilities. Coordination refers to assembling capabilities into reproducible procedures. Combat refers to the stage of deploying into the real world and observing behavior.

There are three types of responses when the unexpected is exposed in combat. The first is adding new coordination. If a case is reproducible and valuable, and the components are robust, it is a safe choice. It only requires recombining verified building blocks. The cost is relatively low, and the scope of impact can be limited.

The second is improving components. Changing a basic capability ripples through all coordination that depends on it. Evidence is required that it is not a variant that can be handled by other means. The foundation should not be touched merely because of how bad it looks. Changes require sufficiently strong evidence.

The third is setting boundaries. This is an option when cases are rare, costly, and would distort the core. Route them to a human for handover or clearly refuse. It becomes a conscious decision to accept failure. It is the branch that engineers find hardest to choose, but it is a legitimate response in terms of design.

The order of judgment is also considered important. First consider coordination, and make component changes cautiously. Boundaries should be set deliberately. Questions for new cases are threefold: frequency, value, and impact on the core. Diagnose by combining frequency, value, and degree of distortion.

An extraction component for structured documents makes this easy to understand. Suppose it was operating normally on standard financial statements. Failures occurred with coarse scans, handwriting, and different document formats. There are parts that can be improved by adding instructions or exception handling. However, whether a change to the underlying mechanism is necessary is a separate issue.

If the input is beyond the design scope, it should be routed to human review. Handle exceptions while not forcibly deforming the core. This overlaps with the point that the coach did not ignore the existence of long pips. Teach how to handle it, but refuse to rewrite normal operation. A boundary is not an excuse for a flaw, but a constituent element of the product.

A mature mechanism understands its jurisdictional scope. It can clarify the conditions under which reliability holds. It can define the point at which to hand over to another component, procedure, or person. Capability creates temptation, and design creates restraint. It is necessary to prevent the success of optimization from destroying the original purpose.

The Design Philosophy That Boundaries Are

Part of the Product

Calling a boundary a limitation has a negative ring. It tends to be taken as a list of things that cannot be done. However, the report’s position is the opposite. It is the view that the boundary itself is part of the product. Explicitly stating the reliable scope helps users make judgments.

Mechanisms for refusal and handover become means of quality assurance. Forcing in-house handling of everything increases complexity and fragility. It comes at the cost of degraded performance on normal operations. Certainty within scope is more important than breadth of scope. In practical AI deployment, the weight of this principle is increasing.

Editorial Opinion

Regarding short-term impact, we expect that in the next 3 to 6 months, the evaluation criteria for generative AI will broaden from accuracy to the appropriateness of refusal. In high-risk domains such as finance, healthcare, and legal, we expect that explicit confidence intervals and handover-to-human functions will be included in procurement requirements. We assess that the practice of distinguishing between improvements that can be handled by adding coordination and cases that require component modification will become standard on the development floor.

Regarding the long-term perspective, we expect that in 1 to 3 years, boundary design will become an element of product competitiveness. We expect that mechanisms with high certainty within their scope will be chosen over huge mechanisms that try to incorporate every exception. We also assess that in audits and incident investigations, records of decisions to stop will be emphasized, changing the form of accountability. We expect users will also shift toward seeking predictability over versatility.

We raise questions from the editorial team. There is the issue of whether it is justifiable to place outside the boundary cases that are infrequent but fatal. There is also the issue of how much failure should be accepted when frequent refusals cause user dissatisfaction. We assess that, given the current absence of common metrics to measure the quality of stopping, the question is how to compare the validity of standards across organizations.

References

  • “长胶陷阱:为什么优秀的AI系统必须懂得“不优化”什么”, by 张朝晖 — 钛媒体, 2026-09-08T23:53:09.000Z (ARR)
  • Source URL: https://www.tmtpost.com/8133417.html

Frequently Asked Questions

Why does AI hallucination occur with citations?
Because generation does not stop even when evidence is insufficient. It fills gaps with an assertive tone, attaching citations and figures. This raises superficial credibility and makes verification harder. Designing the decision to stop is the countermeasure.
What is the Three-C framework?
It is a way of diagnosing improvement points using the three elements of Components, Coordination, and Combat. Components are single capabilities, Coordination is assembly into procedures, and Combat is deployment in the real world. Consider responses in the order of adding coordination, improving components, and setting boundaries.
What does setting a boundary mean in concrete terms?
It means clearly refusing or handing over to a human inputs that are outside the scope of coverage. It avoids cramming exception handling into the core mechanism and protects normal performance. Explicitly stating the reliable scope itself is designed as a product feature.
Source: 钛媒体

Comments

← Back to Home