The Next AI Interface Is a Control Panel for Thinking

Mark Erdmann

Hatched by Mark Erdmann

Aug 29, 2026

11 min read

93%

0

What if the most important AI product is not a smarter model, but a better way to change its mind?

A curious idea captures this possibility: give an LLM a MIDI controller for its different “personalities.” Turn down the excessive helpfulness. Turn up aesthetic sensitivity for visual design. Increase rigor for testing. Add skepticism and strategic thinking for a planning document.

The metaphor is playful, but the underlying idea is serious. We have treated language models as if they were single minds with a fixed character. In practice, they behave more like large, unstable reservoirs of capabilities. The quality of an answer depends on which capabilities are activated, in what sequence, with what information, under what constraints, and with what opportunities to check the result.

This connects an apparently whimsical personality mixer to a much larger shift in AI engineering: prompt optimization, retrieval, expert aggregation, uncertainty detection, long context, multi agent systems, and custom cognitive architectures are all attempts to solve the same problem.

The frontier is moving from building one universal intelligence to composing reliable modes of thought.

The model is not the mind. The system is the mind

When people say that a model is “good at coding” or “bad at reasoning,” they often speak as though they are describing a stable trait. But many model abilities are conditional. A model may produce excellent code when given a repository map, a test harness, and a carefully staged task, yet fail at a seemingly simple change when asked to improvise in an empty chat window.

The difference is not necessarily a change in raw intelligence. It is a change in cognitive architecture.

A useful architecture might include:

  1. A planner that decomposes the task.
  2. A retriever that finds relevant facts or files.
  3. A generator that proposes an answer or implementation.
  4. A critic that searches for errors.
  5. A verifier that tests claims against evidence.
  6. A controller that decides what happens next.

The language model may perform several of these roles, but the roles should not be confused. Asking one undifferentiated model to plan, remember, create, criticize, and certify its own work is like asking a single employee to be a designer, lawyer, quality inspector, and auditor without changing their incentives or giving them different procedures.

This is why techniques that appear modest can produce dramatic gains. Better retrieval, prompt optimization, context caching, or a second pass from a different “personality” may not add new knowledge to the model. They change the route through which existing knowledge is used.

One way to express this is:

Capability is not a quantity stored inside a model. It is a path through a model under a particular set of controls.

That explains why optimizing prompts can feel like discovering a hidden program. A prompt is not merely an instruction written in natural language. It is a steering mechanism through a vast latent space. Small changes in ordering, examples, constraints, or emotional framing can cause the system to enter a different region of behavior.

The result may look like a new model, even when the underlying weights remain unchanged.

From personality sliders to cognitive instruments

The Enneagram metaphor is useful precisely because it turns vague prompt craft into something operational. Instead of saying “make the answer better,” a user can ask which mode is missing.

A design task may need more originality, sensitivity, and tolerance for ambiguity. A unit test needs suspicion, precision, and an instinct for edge cases. A strategy memo needs synthesis, risk awareness, and attention to incentives. A customer support response may need generosity, but excessive generosity can become a liability if the system promises what it cannot deliver.

These are not human personality types in any scientific sense. They are control dimensions. They describe recurring failure modes and useful counterweights:

TaskUseful modeDangerous excess
Visual designNovelty and aesthetic intuitionDecorative incoherence
Unit testingRigor and fault findingBrittle overengineering
StrategyPattern recognition and ambitionUnchecked confidence
Policy analysisCaution and scenario planningParalysis
Customer supportHelpfulness and empathyOverpromising

The important insight is that intelligence often improves through deliberate imbalance. A system designed to be pleasant in every situation will be too agreeable when it should object. A system designed to be creative everywhere will invent where it should retrieve. A system designed to answer quickly will skip the uncomfortable work of checking.

Human institutions have long solved this problem by separating roles. A newsroom has reporters, editors, fact checkers, and legal reviewers. A software team has authors, reviewers, test suites, and deployment gates. A scientific community has competing laboratories and replication norms. The apparent inefficiency is often what makes the institution reliable.

AI systems are now rediscovering this structure in software. Multi agent coding systems, expert voting, retrieval pipelines, and verifier loops are not merely tricks for getting more tokens out of a model. They are attempts to create productive disagreement.

An answer becomes more trustworthy when the system can ask a different process to attack it.

Why aggregation beats brilliance more often than we expect

One of the most consequential claims in the current AI ecosystem is that a model can outperform individual experts by aggregating knowledge across many experts. This sounds paradoxical. If no individual in the training data knew the answer, how can the model know it?

Often, the model does not possess a magical answer. It possesses a compressed map of many partial answers, intuitions, examples, and disagreements. Under the right conditions, it can combine them more effectively than any one person can recall or coordinate.

This resembles the wisdom of crowds, but with an important qualification: crowds work when opinions are sufficiently independent and when the aggregation rule is sensible. A crowd repeating the same rumor is not wise. A panel of specialists using different methods, checked against evidence, can be.

The same distinction applies to AI. Generating five nearly identical answers and choosing the most common one adds little. Generating answers from different modes, asking each to expose assumptions, and then using a verifier to compare them creates something closer to expert aggregation.

Consider a strategy question about whether a company should enter a new market. A single pass may produce a fluent recommendation. A structured system could instead ask:

  1. An ambitious operator to identify the upside.
  2. A cautious analyst to identify regulatory and execution risks.
  3. A customer researcher to describe unmet needs.
  4. A financial modeler to test the economics.
  5. A hostile reviewer to find reasons the entire plan could fail.
  6. A final synthesizer to state what evidence would change the recommendation.

The final answer is not better because the model became wiser during the conversation. It is better because the system created a small institution around the answer.

This also clarifies the limits of long context. Loading an enormous manual, codebase, or book into a model can be extraordinarily useful. Context caching makes repeated work cheaper and enables a model to become temporarily specialized in a domain. But more information is not the same as better reasoning. A model can retrieve the relevant passage and still fail to compose the implications.

Long context expands the library. It does not automatically create a librarian, an index, or a review process.

That is why simple retrieval methods remain surprisingly competitive. A basic lexical search system can outperform a sophisticated semantic system when the task is to find an exact term, identifier, or phrase. The lesson is not that simple tools are secretly superior. It is that every component should be judged by its job, not by its prestige.

A cognitive architecture should use a humble tool when a humble tool is the right instrument.

The hidden variable is the environment

There is another connection that is easy to overlook. AI performance is often discussed as if it were a property of the model, while human performance is visibly shaped by the environment.

Heat in a classroom, for example, can impair concentration enough to alter examination outcomes and educational trajectories. The student has not become less intelligent. The operating conditions have degraded the ability to deploy intelligence.

Models have environments too. Their equivalent of heat includes irrelevant context, ambiguous objectives, poor tokenization, missing tools, weak feedback, bad retrieval, excessive latency, and incentives that reward confident completion instead of accurate uncertainty.

A model asked to answer from a noisy 400,000 token context may be like a student taking an exam in a room filled with every textbook at once. A model forced to communicate through awkward token boundaries may struggle with tasks that appear trivial to humans, such as counting, spelling, or manipulating structured strings. A model without a way to express uncertainty may turn ignorance into fluent fiction.

This suggests a broader design principle:

Before asking whether a model is intelligent enough, ask whether the environment lets its intelligence appear.

The principle changes how we interpret benchmarks. Public leaderboard gains can be meaningful existence proofs, but they do not guarantee robust performance in private or real world settings. A system that solves a visible task through a brittle shortcut may fail when the surface changes. A high score can demonstrate that a path exists without demonstrating that the path is dependable.

Similarly, a coding agent that solves a fraction of benchmark tasks may be impressive, but the operational question is different: Can it recognize when it is outside its competence? Can it preserve a working state? Can it explain what changed? Can a human review its output without rereading the entire repository?

The real benchmark is not just task completion. It is trustworthy task completion under changing conditions.

A practical framework: route, counterweight, verify

The most useful way to apply these ideas is to stop treating AI as a conversational oracle and start designing a control loop.

1. Route the task to a mode

Before prompting, identify what kind of work is actually required. Is the task retrieval, transformation, ideation, judgment, planning, or verification? Many bad outputs begin with a category mistake, such as asking a generative model to recall an exact fact that should have been retrieved from a database.

For a complex task, explicitly assign phases. “First identify the governing constraints. Then propose three options. Then compare them against the constraints.” This is the textual equivalent of changing channels on an instrument.

2. Add the missing counterweight

Every useful mode has a predictable failure. Creativity needs constraint. Helpfulness needs boundaries. Speed needs checking. Ambition needs downside analysis. Skepticism needs a decision rule so it does not become endless objection.

Ask not merely, “What should the model do?” Ask, “What is it likely to overdo, and what opposing process should interrupt it?”

3. Verify independently

A model should not be the sole judge of its own success when an external check is available. Use unit tests for code, calculations for quantitative claims, retrieval for citations, schemas for structured output, and repeated questioning for uncertainty detection.

Inconsistency across independently generated answers can itself be a warning signal. If a system gives materially different answers to the same question while sounding equally confident, the variation is evidence that confidence should be reduced.

4. Cache stable expertise

When a task repeatedly depends on the same manual, codebase, or body of research, make that context reusable. But do not confuse a large prompt with a complete expert system. Pair the cached knowledge with explicit procedures for locating evidence, resolving conflicts, and admitting gaps.

5. Preserve human taste and judgment

Automation is strongest when the objective is clear and the evaluation is cheap. It is weaker when the task involves aesthetic coherence, social meaning, or an unspoken understanding of what matters. A strong sense of aesthetic judgment remains underappreciated because it is difficult to formalize, yet it often determines whether generated work is merely competent or genuinely valuable.

The human role is not simply to approve the final output. It is to define the modes, choose the counterweights, and decide what counts as success.

Key Takeaways

  1. Treat models as collections of conditional capabilities, not fixed personalities. Choose a mode for the task instead of asking for generic intelligence.
  2. Build disagreement into important workflows. Pair generation with criticism, ambition with caution, and creativity with constraint.
  3. Use the simplest tool that fits the job. Retrieval, databases, tests, and schemas often provide more reliability than a larger prompt.
  4. Design the environment, not just the prompt. Context quality, tool access, tokenization, latency, and feedback all shape observed intelligence.
  5. Measure robustness and uncertainty, not only success rates. A system that knows when it may be wrong is more useful than one that merely sounds certain.

The future of AI may therefore look less like a single genius in a box and more like a musician at a mixing console. The musician does not create sound by turning every dial to maximum. They adjust levels, mute distractions, introduce contrast, and listen for distortion.

That is the deeper lesson behind the personality controller. The question is not whether a model can be helpful, creative, rigorous, cautious, or strategic. It can often be all of these, though not reliably at the same time. The question is whether we can build interfaces and institutions that call forth the right capability, suppress its excess, and test what it produces.

The most advanced AI system may not be the one with the most impressive single response. It may be the one that knows which internal instrument to play next, when to change instruments, and when to stop playing and check the score.

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 🐣