← All writing

Essay

The Understanding Bottleneck

When plausible output becomes abundant, shared understanding limits progress.

01

Overview

AI makes drafts, analyses, prototypes, and implementations abundant. The scarce organizational capability is increasingly the ability to interpret that output: to understand what a team has learned, connect it to customer experience, frame the right problem, and determine which proposed solution deserves a test.

Producing more answers does not resolve this bottleneck. People must listen across roles, separate evidence from interpretation, preserve consequential disagreement, and build a working model that others can test and revise. The useful output is not merely another artifact. It is a greater shared capacity to reason and act.

This requires technical and product judgment, but it also requires empathy. Customers do not experience a roadmap, architecture, or ticket queue. They experience a situation. A team cannot reliably solve for them unless it remains close to that situation and can recognize which consequences matter.

02

Core Thesis

When producing output is expensive, execution limits progress. When plausible output becomes abundant, shared understanding limits progress. People and teams respond by strengthening their ability to:

  • observe customers and systems more accurately;
  • distinguish evidence from interpretation;
  • name the problem before converging on a solution;
  • surface important disagreements and missing context;
  • translate insight into testable action;
  • learn from consequences; and
  • retain that learning so the next decision starts from a stronger model.

The advantage comes from making solutioning more capable and distributed while keeping meaning, evidence, and accountability intact.

03

Relationship to the Series

This is the third essay in a coordinated sequence:

  1. Goals, Solutions & Value establishes the human stakes that make an opportunity worth pursuing.
  2. Truth, Entropy & Inference explains why AI can be fluent and coherent in some domains while remaining weakly grounded in others.
  3. The Understanding Bottleneck defines the human and organizational capability needed to direct and evaluate abundant output.
  4. The Knowledge Factory turns that capability into an organizational operating system.

04

Intended Reader

Developers, designers, researchers, product practitioners, founders, and leaders who use AI-generated work or help a group improve its decisions and problem-solving capacity.

05

Key Terms

Understanding
a provisional working model of the relevant people, entities, relationships, causes, constraints, and consequences that supports better prediction and action.
Solutioning
the collective capability to frame a problem, generate interventions, test them, and revise the model — not merely the act of proposing features.
Distillation
compressing many observations into a useful model while preserving uncertainty, dissent, provenance, and consequential detail.
Evaluative closure
enough relevant understanding, evidence, criteria, and authority to accept, revise, reject, or stop without pretending to have certainty.
Customer empathy
disciplined contact with how a situation is experienced, including the customer's goals, costs, habits, fears, incentives, and trust.

06

When Verification Outruns Understanding

AI-assisted mathematics provides an unusually clean case of output becoming abundant while understanding remains scarce. Mathematical work separates three operations that ordinary knowledge work often blends:

  1. Generation produces candidate conjectures, proofs, counterexamples, programs, and intermediate lemmas.
  2. Verification determines whether an artifact satisfies stated formal constraints through expert review, tests, or a proof assistant.
  3. Interpretation and adoption determines whether the formalization matches the intended question, what the result teaches, why it matters, how it should be explained, and whether it belongs in the field's reusable knowledge.

Terence Tao's 2026 ICM talk, "Mathematics in the Age of AI", and the accompanying essay provide the organizing example. Tao asks the mathematical community to assume that AI will perform a meaningful share of research-level tasks, then examine the harder question this abundance exposes: what are the actual goals and values of mathematical work?

Solving or verifying a proof is only the beginning of the pipeline. The result must still be explained, evaluated, attributed, reviewed, connected to other work, taught, and eventually incorporated into the field's canonical knowledge. If proof generation accelerates faster than those downstream practices, the community develops what Tao calls proof indigestion: candidate proofs outrun verification, verified proofs outrun explanation, and published work outruns collective absorption.

Opening the graph…

5 propositions connected by 4 relationships. Drag to pan · scroll to zoom.

A formal certificate can establish that a derivation follows from encoded definitions and axioms. It cannot by itself establish that the encoding faithfully represents the informal question, that the result is significant, or that anyone has developed a transferable understanding of why it works. Tao proposes a practical test: authors should be able to give a clear, correct, and properly attributed expert talk about a result before it is treated as complete, even when the proof has been formally verified.

The recent OpenAI unit-distance result gives the opening a concrete case. Its proof was checked by external mathematicians, while OpenAI's own account still concludes that people choose important problems and interpret their significance: "An OpenAI model has disproved a central conjecture in discrete geometry". The Leiden Declaration on Artificial Intelligence and Mathematics adds the institutional requirements: correctness must sit alongside understanding, depth, attribution, transparency, and human direction of research.

This connects directly to Truth, Entropy & Inference. Mathematics is unusually pattern-dense and mechanically constrained, so AI systems can search and verify candidate work at extraordinary scale. The case then reveals the next bottleneck: even where correctness can be checked, someone must interpret what the output means, decide what deserves attention, connect it to existing knowledge, and make it usable by other people.

The opening question

What becomes scarce when a system can produce more correct work than a community can understand, evaluate, and absorb?

That is not only a question for mathematicians. Every organization can produce more research summaries, analyses, specifications, designs, and code than its people can integrate into a responsible model of what to do next. Formal verification makes the boundary unusually visible; understanding is the general organizational bottleneck.

07

What Understanding Adds

Step away from mathematics and look at an ordinary team producing more than ever: research summaries, dashboards, customer transcripts, prototypes, pull requests, and AI-generated options. The team's problem is no longer a lack of artifacts. It is an inability to determine what all the artifacts mean together.

Moving from output to understanding requires five operations:

  1. listen for evidence and lived stakes;
  2. separate observations from proposed explanations;
  3. name the consequential relationships and disagreements;
  4. return a clearer, testable problem frame to the team; and
  5. expand who can reason from that frame.

The result is not merely a decision. It is a provisional model that increases the group's capacity to predict, test, and solve.

08

Distillation Is Not Summarization

A summary makes material shorter. Distillation identifies which distinctions must survive compression for a decision to remain sound.

Good distillation preserves

  • whose experience is represented;
  • what was directly observed;
  • what is inferred;
  • what remains disputed;
  • which constraints are hard or negotiable;
  • which tradeoffs are being accepted; and
  • what evidence would overturn the current model.

AI can summarize at scale. People must determine the criteria by which a summary becomes meaningful context for the present decision.

09

Keep Problem Framing Close to the Work

The goal of organizational understanding is to extract the solvable structure from noisy experience without extracting the right to solve from the people closest to the work.

The failure mode is a gate. Teams collect evidence, but only a small authority layer may frame problems or authorize solutions. Context is destroyed at every handoff, queueing grows as requests pile up at the gate, and engineers learn to wait for tasks instead of understanding them. A gate may look like control; it usually produces dependency.

Gated versus distributed solutioning

GatedDistributed
Who frames the problemA small authority layerTeams close to the evidence
ContextSummarized across handoffsShared context, boundaries, and tools
TeamsWait for tasksPropose and test inside explicit constraints
OutcomeQueueing and dependencyMore exploration without lower standards

The alternative is shared capability. Teams receive the context, decision boundaries, problem-framing tools, and authority needed to propose and test solutions inside explicit constraints. The frame stays close to the evidence, and the people who will live with the consequences get to shape the plan.

10

Build Shared Problem-Solving Capacity

Understanding becomes easier to build and share when the organization adopts practices that make reasoning visible:

  • problem briefs that distinguish symptoms, causes, stakes, and assumptions;
  • shared domain vocabulary;
  • decision records with evidence and rejected alternatives;
  • pre-mortems and adversarial review;
  • customer contact across product, design, and engineering;
  • small experiments with explicit learning goals;
  • retrospectives that update the model, not only the process; and
  • coaching that asks better questions before supplying answers.

The goal is for more people to recognize a poorly framed request, surface a missing constraint, and connect technical choices to customer consequences.

11

Empathy Is Part of the Evidence System

Customer empathy is how teams remain connected to stakes that do not appear in telemetry alone. A metric can show abandonment; empathy helps investigate the confusion, fear, broken trust, interrupted workflow, or competing obligation behind it. Empathy is not intuition — it is disciplined contact, informed by observation, evidence, participation, and correction.

Operationalize empathy through contact:

  • interviews and observation;
  • support and sales evidence;
  • usability sessions;
  • participation in the workflow where possible;
  • attention to non-users and excluded users; and
  • follow-up after a solution changes behavior.

The point is not that customers dictate features. It is that solutioning begins with an accountable interpretation of their situation.

12

Five Dimensions of Product Understanding

A compact model keeps the group honest about what "understanding the product situation" includes:

Five dimensions of product understanding

DimensionWhat it covers
Humangoals, experience, behavior, trust, and consequences
Domainentities, relationships, rules, exceptions, and language
Systemarchitecture, dependencies, state, failure modes, and operations
Economicincentives, opportunity cost, distribution, and sustainability
Epistemicevidence quality, uncertainty, assumptions, and disconfirming tests

No one person needs every fact. The group needs enough shared understanding across these dimensions to predict what an intervention will change and recognize when the prediction fails.

13

AI Can Accelerate Understanding and Simulate It

AI can search, cluster observations, generate hypotheses, identify missing questions, compare explanations, and propose tests. These are real contributions to understanding.

It can also generate a polished explanation before the organization has earned the model. Fluency can conceal missing customer contact, weak evidence, or an undefined term. Every important synthesis should therefore expose:

  • its source evidence;
  • its assumptions;
  • plausible competing explanations;
  • its confidence and limits; and
  • the next observation that would discriminate among alternatives.

The test of a synthesis is not how confident it sounds. It is whether the underlying model can be examined, challenged, and updated.

14

Understanding Is Organizational, Not Merely Individual

An insight trapped in one person's head is a throughput constraint. Shared understanding becomes visible through language, models, decisions, tests, interfaces, and repeated behavior.

The organization needs mechanisms that let teams retrieve why a decision was made, trace concepts to evidence, see where contexts differ, and update the model after outcomes arrive. That is the bridge to the knowledge factory: an operating system that turns learning into reusable capability instead of leaving it in conversations, pull requests, and individuals.

15

Action Completes the Loop

Understanding is demonstrated by better prediction and revision, not by the feeling of clarity. Teams must act at a scale that makes learning affordable, observe the result, and update their shared model.

Opening the graph…

6 propositions connected by 6 relationships. Drag to pan · scroll to zoom.

The discipline is to improve the loop's fidelity and speed without allowing speed to erase meaningful context: observe → interpret → frame → propose → test → experience consequences → revise.

16

Understanding Is a Skill to Look For

As generated output becomes cheaper, the ability to turn it into a grounded, testable model becomes more valuable. Organizations should look for, develop, and reward people who can:

  • synthesize across customer, product, engineering, and business evidence;
  • teach problem framing and experimental reasoning;
  • distribute decisions with clear constraints;
  • protect contact between builders and customers;
  • make assumptions and disagreement inspectable;
  • build durable context rather than presentation theater; and
  • recognize when AI-generated coherence has outrun comprehension.

This capability is not confined to management. It may appear in an engineer who finds the missing constraint, a designer who connects behavior to lived experience, a support specialist who recognizes a recurring causal pattern, or a researcher who distinguishes evidence from a compelling story. Leadership is one place to look for the skill, but the organizational advantage comes from making it common across roles.

In an age of abundant answers, the scarce skill is building enough shared understanding to know what deserves to be solved — and whether an answer survives contact with the world.

Next in the series — The Knowledge Factory, then Ontology Factory and Cognitive Factory.

17

Sources