Why Intuition Needs a Checker, and Beauty Needs a Search Space

Mark Erdmann

Hatched by Mark Erdmann

Jul 20, 2026

9 min read

89%

0

The Strange Job of a Good Machine

What if the difference between a machine that merely imitates intelligence and one that actually becomes useful is not whether it can think, but whether it can guess well enough to search?

That sounds almost insulting at first. We usually want intelligence to mean precision, understanding, and confidence. But in practice, a lot of valuable intelligence begins as something much messier: a fast, approximate sense for where the right answer might live. A hunch. A prior. A bias toward promising directions. On its own, that is not enough. But paired with a strict verifier, it becomes powerful.

This is the hidden pattern linking two seemingly different miracles: solving hard abstract tasks and generating stunning visual beauty. In one case, a model helps search through program space until a symbolic checker says “yes.” In the other, a model helps search through image space until your eye says “yes.” In both cases, the breakthrough is not that the model replaces search. It is that it makes search tractable.

That distinction matters more than most people realize.


Intuition Is Not Reasoning, but It Can Be the Difference Between Impossible and Practical

There is a seductive habit in AI discourse: when a system produces something impressive, we rush to call it reasoning. But that label often hides the more interesting mechanism. A system can be astonishingly useful without performing the kind of deliberate, step by step symbolic work humans associate with reasoning.

Think of a chess engine. It does not “understand” chess the way a grandmaster narrates chess, yet it can still guide the search toward moves worth evaluating. Or think of a sculptor roughing out a form from stone. The first pass is not the final form. It is a navigation method through a huge space of possibilities. The hand, the eye, and the tool all collaborate to reduce the field of nonsense.

This is the real role of intuition: it is a compression of search.

A large model can act like a perceptual prior over a huge discrete space, including the space of programs. Given a task, it suggests partial solutions, branches, and candidate structures that are more likely than random. That does not mean the model has solved the task. It means the model has made the task searchable. The checker, compiler, interpreter, or environment does the final job of verification.

Intuition does not replace correctness. It reduces the cost of finding correctness.

That is why the phrase “no reasoning, just thousands of samples” misses the point. Thousands of samples are not a failure mode if the alternative is astronomical combinatorial explosion. The relevant question is not whether the search is brute force in the abstract. It is whether the model’s guidance makes the search small enough to run.

This reframes the debate around capability. A system can be non rational in the philosophical sense and still be a breakthrough engineering system. It can be a powerful sampler, a good guesser, a superb navigator. Those are not lesser forms of intelligence. They are often the only forms that scale in messy spaces.


The Shared Secret of Programs and Pictures

At first glance, program synthesis and photorealistic image generation look like opposite ends of the AI spectrum. One is rigid and symbolic. The other is fluid and aesthetic. One is about exactness. The other is about plausibility. Yet both rely on the same core move: massive spaces become navigable when a model learns which directions are promising.

Imagine trying to write a correct program by hand for every possible task. You would quickly drown in permutations: loops, conditions, data structures, edge cases. The search space explodes. A model trained on code can help by proposing chunks of structure that fit the problem well enough to test. It does not need to know the answer. It only needs to bias the search toward promising candidates.

Now imagine trying to generate a beautiful photorealistic image from noise. The space of all possible images is even larger, and almost all of it is useless. A good LoRA changes the geometry of that space. It teaches the model a sharper local prior for skin texture, light falloff, lens behavior, or atmospheric consistency. The output looks beautiful because the model has become better at finding the manifold where beauty lives.

That is the same story in different clothing.

In both cases, the model does not conjure the final object in one magical leap. It carves away improbability. It turns a wilderness into a trail map. The program search becomes more efficient. The image generation becomes more coherent. The human user experiences something that feels like intelligence or artistry, but underneath is a more fundamental accomplishment: better search under better priors.

This is why the analogy between “reasoning” and “beauty” is more than poetic. Reasoning without a good proposal mechanism is blind and slow. Beauty without a good generative prior is random and incoherent. The best systems, whether they solve logic puzzles or create portraits, combine broad exploration with sharp internal bias.


The Two Engines of Progress: Proposal and Verification

Once you see this pattern, a useful framework appears. Almost every successful system that operates in a hard space depends on two engines:

  1. Proposal, which produces candidates that are not random, but promising.
  2. Verification, which filters candidates using some external criterion of correctness or quality.

Human cognition is built this way. A scientist has intuitions about which experiments are worth running, then instruments and statistics decide whether the hypothesis survives. An architect imagines forms, then gravity, budget, and code compliance veto the fantasies. A programmer spots a likely bug, then runs the tests. A painter explores variations, then steps back and sees whether the composition holds.

The mistake is to think one engine can replace the other.

Proposal without verification becomes hallucination, style drift, or confident nonsense. Verification without proposal becomes an endless referee with nothing worth judging. The real magic is in their asymmetry. Proposal is cheap, approximate, and generative. Verification is expensive, exact, and selective. You want enough of the first to feed the second, and enough of the second to prevent self deception.

This is why the “thousands of samples” objection is actually revealing. It assumes that searching with many candidates is somehow disqualifying. But in a large discrete space, search is inevitable. The only question is whether you are searching randomly or searching with structure. A good intuition function can make a thousand samples behave like a thousand informed guesses instead of a thousand blind stabs.

Here is the deeper lesson: intelligence is often not the elimination of search, but the optimization of search pressure.

When the search space is small, brute force works. When it is enormous, you need priors. When the target is exact, you need a checker. When the target is aesthetic, you need a discriminator, a taste model, or a human eye. This is why systems that look “non reasoning” can still be profoundly useful. They are doing the one job that matters most in hard spaces: moving the probability mass.


Why This Matters for the Future of AI and Human Taste

The temptation is to treat progress as a straight line from vague intuition to full reasoning, as if one will eventually absorb the other. But the more interesting future may be one where intuition becomes more specialized, not less important.

A model that can propose good programs does not need to become a philosopher to be transformative. A model that can propose good visual latents does not need to become a painter in the human sense to be astonishing. In both domains, the model’s strength is not ultimate understanding. It is the ability to create a dense neighborhood of good candidates around the target.

That has major implications.

First, we should stop asking whether a system “really reasons” as a binary gatekeeping question. A better question is: what space does it make searchable? A model may fail at crisp verbal explanation and still excel at discovery. It may fail at chain of thought and still be elite at proposal generation. Capability lives in the topology of search, not in the style of self narration.

Second, the best human use of these systems may be collaborative rather than declarative. The model is not the oracle. It is the scout. It explores terrain faster than you can. You remain responsible for specifying the target, evaluating the candidates, and deciding what counts as acceptable. This is true whether you are writing code, designing products, composing images, or testing scientific hypotheses.

Third, taste itself becomes a form of verification. In creative work, beauty is not the opposite of search. It is the filter that makes search valuable. A photorealistic LoRA does not merely output prettier images. It encodes a finer sensitivity to the attractors of human attention: natural light, texture fidelity, facial coherence, and the subtle density of real surfaces. That is a kind of checker, just not a logical one.

The future is not machines that think instead of us. It is machines that search better, so our judgment can operate at a higher level.

That shift is easy to miss because the outputs look so different. One is a solved puzzle. The other is a gorgeous portrait. But beneath both is the same architecture: an approximate model steering exploration toward a criterion that cannot be faked for long.


Key Takeaways

  1. Do not confuse good proposal with full reasoning. A model can be extremely useful as a candidate generator even if exact verification still happens elsewhere.

  2. Every hard problem is a search problem in disguise. The real question is not whether search exists, but how much structure you can inject into it.

  3. Verification is what turns intuition into progress. Whether the verifier is a program runner, a human eye, a test suite, or a scientific instrument, it prevents plausible nonsense from passing as success.

  4. Beauty and correctness are both filters on a search space. One is aesthetic, one is logical, but both reward systems that can propose better candidates than chance.

  5. When evaluating an AI system, ask what space it makes searchable. That reveals more than asking whether it “reasons” in the human narrative sense.


The Deeper Reframe

The most interesting machines may never be those that think exactly like us. They may instead be machines that are astonishingly good at the pre rational work of intelligence: sensing where to look, which branch to try, which form to refine, which candidate deserves one more step.

That is not a lesser achievement. It is the hidden machinery behind many achievements we already admire. Humans do not begin with perfect reasoning either. We begin with intuition, taste, pattern recognition, and partial guesses. Then we test. Then we refine. Then we try again.

In that sense, the real frontier is not the replacement of reasoning. It is the industrialization of intuition, paired with ever stronger forms of checking. The future belongs to systems that can explore vast spaces of possibility without pretending that exploration is the same thing as truth.

And perhaps that is the deepest lesson shared by a solved puzzle and a beautiful image: intelligence is not the moment of arrival. It is the art of getting close enough, often enough, to let reality or taste tell you when you have finally found it.

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 🐣