Why the Best AI Workflows Hide the Reasoning, Then Reveal It

Mark Erdmann

Hatched by Mark Erdmann

Jul 02, 2026

10 min read

87%

0

The strange new advantage: models think better when you do not ask them to think out loud

What if the best way to get a model to solve a hard problem is not to show it examples, not to ask for a chain of thought, and not even to trust one model alone, but to let knowledge settle into the weights first, then route the problem through a sequence of different cognitive roles?

That sounds almost backwards. For years, the dominant instinct has been to make intelligence more explicit. Put the examples in the prompt. Ask for step by step reasoning. Demand transparency. Yet a more unsettling possibility is emerging: some of the most useful structure is learned out of context, buried inside the model, and then extracted only when you ask the right follow-up question.

This creates a deeper design question for AI work: are we trying to make models explain themselves, or are we trying to build systems that reliably convert latent understanding into useful action? The difference matters. One is about visible reasoning. The other is about cognitive choreography.


The hidden curriculum inside weights

A simple way to see the shift is with a function learning task. Imagine a model is trained only on pairs like input and output, x and f(x), with no label telling it what f is, no symbolic description, and no hint about the hidden rule. Then later, without being shown worked examples in the prompt, it can still infer the structure well enough to write code for the function, compute inverse mappings, or compose the function with another operation.

That is a startling thing to witness because it suggests the model is not merely pattern matching on surface forms. It has absorbed an internal representation of the latent rule. In other words, the model has learned more than what is visible in any single example. It has generalized a pattern into a reusable concept.

This matters because it changes what “learning” means in large models. In-context learning is often treated as the magic trick: put enough examples into the prompt and the model adapts on the fly. But fine-tuning can sometimes do something deeper. It can create an internal scaffold, a compressed concept that the model can use without being reminded.

The prompt may display intelligence, but the weights may already contain it.

That line cuts to the core. We often treat prompts as the place where intelligence happens. But for many tasks, prompts are just the interface. The real transformation has already occurred underneath.

A helpful analogy is language acquisition. A student may memorize a few worked examples of quadratic equations and still fail to solve new ones. Another student may internalize the underlying idea, so that any new instance becomes legible. The first has exposure. The second has structure. Fine-tuning appears to move models closer to the second case, even when no explicit concept label is ever provided.


Why one model is rarely the right shape of mind

If latent knowledge can live inside a model, the next question is how to use it well. This is where the multi model workflow becomes interesting. A practical pattern has emerged: use one model as a reasoning engine, another as a creative expander, then loop back to a third pass for selection and verification.

At first glance, that sounds like a hack. But it is actually a design philosophy. Different models or different passes over the same model can play different cognitive roles. One pass is good at decomposing a goal into steps. Another is better at expanding the search space and generating variants. A final pass is useful for discrimination, sanity checking, and alignment with the original objective.

This is not unlike how strong teams work. You do not ask the same person to brainstorm, critique, and finalize with equal strength in one breath. You let the strategist define the plan, the creative thinker widen the options, and the operator test whether any option truly works. The point is not to produce a single perfect answer immediately. The point is to manufacture better judgment by sequencing different modes of thought.

The deepest insight here is that intelligence is often not a scalar. It is a pipeline. A good result may come from moving a problem through multiple cognitive transforms, each one compensating for the blind spots of the previous one.

Think of it as a factory line for judgment:

  1. Compression: learn the hidden structure.
  2. Expansion: generate plausible variants.
  3. Selection: choose the candidate that best satisfies constraints.
  4. Verification: test for consistency and failure modes.

This is much more powerful than asking a single model to do everything in one shot. And it reveals something important about AI systems: the best system is often not the smartest isolated model, but the best organized chain of models or passes.


The real tension: transparency versus usefulness

These two ideas point to the same tension. On one side is the dream of visible reasoning, where the model explains every step and the user can inspect the logic. On the other side is the reality that some of the most useful reasoning may be non-transparent, distributed across parameters, and only recoverable when the right prompt or workflow activates it.

That creates discomfort. If a model can internalize a concept without being able to narrate how it did so, should we trust it? If another model can improve a plan by elaborating on it, but the best plan emerges only after a chain of reprocessing, where exactly is the intelligence located?

The wrong conclusion would be to dismiss opacity as a flaw and insist that all reasoning must be made explicit. Sometimes that is necessary, especially in high-stakes settings. But the more useful conclusion is subtler: transparency is not the same thing as competence.

A calculator does not explain arithmetic in a human way, but it still deserves trust within its domain. Likewise, a model that has internalized the structure of a function may be capable of remarkably precise transformations even if it cannot narrate them in a human style. In that sense, the burden shifts from “Can the model explain itself?” to “Can we design a process that extracts reliable behavior from what the model knows?”

This is a profound reframing. It tells us that AI progress may not come primarily from making one model more eloquent. It may come from building better activation conditions for latent competence.


A new mental model: the latent map and the orchestration layer

The most useful way to combine these ideas is to separate AI work into two layers.

1. The latent map

This is what the model has absorbed internally. It includes patterns, relationships, function structure, style tendencies, domain regularities, and hidden abstractions. Fine-tuning is especially powerful here because it can teach the model concepts that are not obvious from a single prompt.

The latent map is not the answer. It is the capacity for answer generation.

2. The orchestration layer

This is the process that activates, reshapes, and evaluates that latent knowledge. Prompting, role assignment, multi-pass workflows, critique loops, and model routing all live here. If the latent map is the territory, the orchestration layer is the road system.

The breakthrough is that many practical AI tasks are not solved by maximizing either layer alone. A model can know a lot but still fail to deliver because the orchestration is weak. Or the orchestration can be elegant while the underlying knowledge is too shallow to support it.

The most effective systems combine both: they teach structure into the model, then conduct that structure through a sequence of targeted interactions.

Here is a concrete example. Suppose you want to design a content strategy for a niche technical product.

A single prompt asking for “the best strategy” may produce a generic list. But a better workflow might be:

  1. Fine tune or heavily condition the model on examples of successful strategies in similar niches.
  2. Ask one pass to generate a rough strategic framework.
  3. Ask a second pass to expand into five variations, each optimized for a different constraint, such as speed, authority, or conversion.
  4. Ask a third pass to select the best fit for the business goal and verify whether the plan is internally consistent.

What emerges is not just a better answer. It is a more disciplined form of thinking. The model is not simply “being smart.” It is being organized into usefulness.


The practical lesson: stop asking one prompt to do three jobs

Most AI failures happen because we overload a single interaction. We ask one prompt to discover the problem, invent the solution, compare alternatives, and validate the result. That is like asking one employee to be strategist, copywriter, auditor, and project manager in a single meeting.

A better approach is to separate roles deliberately. This is where the multi model workflow becomes more than a convenience. It becomes a method for reducing cognitive interference.

Try thinking in terms of role specialization:

  • Extractor: clarifies the task and identifies hidden structure.
  • Generator: produces many candidate solutions.
  • Critic: finds flaws, omissions, and contradictions.
  • Verifier: checks whether the final output actually satisfies the target.

You can implement these roles with different models or with different passes using the same model. The important part is not the brand of the model. It is the division of labor.

This division of labor mirrors what the function learning result reveals. Some knowledge is best stored internally. Some problem solving is best externalized into a workflow. The system becomes powerful when these layers reinforce each other.

A useful analogy is music production. The raw track is not the finished song. You need mixing, mastering, and sequencing. The same sample can sound amateurish or brilliant depending on how it is processed. Likewise, a model’s latent knowledge can be mediocre in a single prompt and impressive when routed through the right sequence.


What this means for the next generation of AI users

The old instinct was to become a better prompter. That still matters, but it is no longer enough. The deeper skill is cognitive system design. You need to know when to rely on in-context guidance, when to bake structure into the model, and when to delegate parts of the task across multiple passes or models.

This suggests a broader principle:

Do not optimize for the prettiest answer in one shot. Optimize for the most reliable path from latent knowledge to correct action.

That principle has immediate consequences.

If the task is simple and well specified, a single prompt may be enough. If the task is structurally rich, do not expect one interaction to capture the entire problem. Use the model to surface hidden structure first. Then widen the solution space. Then force selection. Then verify.

This also changes how we think about evaluation. A model that cannot explain itself may still be the best component in a larger system. And a model that produces eloquent reasoning may still be brittle if it has not internalized the right structure. The true test is not whether the model sounds thoughtful. It is whether the workflow reliably converges on correct outcomes.


Key Takeaways

  1. Treat fine tuning as concept compression, not just parameter adjustment. It can teach a model hidden structure that later becomes available without examples in the prompt.
  2. Do not force one interaction to do every job. Separate generation, critique, selection, and verification into distinct steps.
  3. Use prompts to activate latent knowledge, not replace it. The model may already know more than it can say at first.
  4. Prefer workflows over one shot brilliance. A sequence of passes can outperform a single clever prompt.
  5. Judge systems by reliability, not just transparency. Explainability matters, but usefulness often comes from what the system can do, not only what it can narrate.

The deeper shift: from prompting intelligence to shaping it

The most interesting thing about these ideas is that they change our mental model of AI from a talking object into a configurable cognitive process. The model may internalize structure in ways we cannot directly inspect. Then, with the right orchestration, that structure can be unfolded into code, plans, inverses, variants, and decisions.

That is a very different picture of intelligence. It is not a spotlight. It is a layered mechanism. Some knowledge is compressed inside the machine. Some is elicited through prompts. Some is made reliable only through sequencing and verification.

In that world, the best question is no longer, “What should I ask the model?” It is, “What shape of thinking do I need to build around the model so its hidden strengths can become visible and useful?”

That is the real unlock. Not prompting harder. Not explaining more. But designing the conditions under which latent intelligence can become dependable action.

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 🐣