AtlasLibrary
Browse articles

131 articles

Direction before speed

AI as Accelerator

Read the articleMarkdown
A customer points out a practical constraint while testing a laptop prototype with its maker.
Faster prototypes become useful when someone outside the model can push back on them.

What It Is

AI can help write a sales pitch, generate customer questions, and process the answers. It cannot supply the customer's decision to pay, reject the offer, or ignore it. That distinction matters because useful acceleration depends on the direction being tested and the result feeding back into the work.

AI accelerates movement along tested paths. It removes friction, explains problems, suggests approaches, and implements solutions within known spaces. It cannot replace temporal exposure, form your neural circuits, or reveal unknown unknowns outside the model. More compute does not make direction unnecessary.

Replacing mentors, customers, and community with AI removes the external contact that tests the direction. AI recombines existing training patterns; it cannot generate what it has never seen. Unknown unknowns lie beyond that training data, where innovation occurs. Market validation also requires real selection pressure rather than a convincing simulation.

Learning has a physical requirement as well. Circuit formation requires repeated temporal exposure, with synaptic strengthening dependent on repetition and timing. Korean fluency requires thousands of hours of auditory input. AI can translate and explain the language, but it cannot write the listener's synapses. The time spent on the path is the rewiring process itself.

A closer look

Acceleration inside a learning loop

Acceleration inside a learning loopChoose a direction → Use AI to make an attempt → Meet the world → Revise the direction. AI can assist the attempt and analysis; feedback from the actual task is a separate part of the loop.Choose adirectionUse AI tomake anattemptMeet theworldRevise thedirectionAcceleration inside a learning loopChoose a direction → Use AI to make an attempt → Meet the world → Revise the direction. AI can assist the attempt and analysis; feedback from the actual task is a separate part of the loop.Choose a directionUse AI to make an attemptMeet the worldRevise the direction

AI can assist the attempt and analysis; feedback from the actual task is a separate part of the loop.

Read this diagram

Choose a direction → Use AI to make an attempt → Meet the world → Revise the direction.

What AI Can and Cannot Do

AI Capabilities (Acceleration Within Known Space)

CapabilityMechanismExample
Removes frictionAutomates low-value tasksCode completion, translation, syntax help
Reduces search timeFinds information faster than manual searchResearch, documentation lookup, examples
Removes blockersDebugs errors, explains conceptsDebugging code, explaining frameworks
Recombines patternsGenerates variations on training dataBlog posts, feature ideas, customer personas
Accelerates iterationFaster build-test cyclesRapid prototyping, A/B test generation

AI Limitations (Cannot Replace Exposure)

LimitationReasonImplication
Cannot form your circuitsPhysical synapses require temporal exposureKorean learning requires listening hours, not explanations
Cannot reveal unknown unknownsTraining data bounded, your model boundedReal customers reveal opportunities AI can't generate
Cannot provide selection pressureSimulations always respond; reality rejectsMarket validation requires real consequences
Cannot substitute embodied knowledgeCircuits form through experience, not informationRecovery requires lived experience, not described experience
Cannot walk path for youLearning IS the temporal processAI explains steps; you must execute them repeatedly

Core Mechanism: Complexity Collapse

One of AI's main contributions is doing the comparisons and cross-references that make a task costly for a person. The value increases when many items must be related to one another.

O(n²) → O(n) Collapse

Human comparison work often grows quadratically with the number of items. AI reduces the human task to stating the desired outcome and reviewing what it produces:

OperationHuman ComplexityAI ComplexityWhy
Merging two documentsO(n²) - compare every element of A to BO(n) - describe outcome, review resultAI holds both in context window
Finding inconsistenciesO(n²) - check each statement against othersO(n) - scan once with full contextNo working memory reloading
Synthesizing sourcesO(n²) - relate each source to each otherO(n) - describe synthesis goalAI does cross-referencing internally
Evaluating optionsO(n×m) - each option against each criterionO(n) - state criteria, review rankingAI applies rubric uniformly
Translating frameworksO(n²) - map each conceptO(n) - describe target frameworkAI has both frameworks loaded

The constraint is working memory, which holds about ~7 items. Comparing item 15 with item 3 requires reloading the earlier item from long-term storage. Repeated reloads add cost. AI holds the full context window without that reload penalty, so the cross-referencing happens internally.

Where Complexity Collapse Matters Most

A task with dense comparison requirements benefits most. Merging components includes both comparisons and deliberation about design:

Manual component merge:
  Cost = O(n² comparisons) + k (design deliberation time)

AI-assisted merge:
  Cost = O(n) describe outcome + O(n) review result
  Savings = O(n²) → O(n), design time (k) collapses when AI proposes structure

The same change applies to several common tasks:

TaskWithout AIWith AISavings
Processing braindumpCompare 50 items pairwise = 1225 comparisonsDescribe categorization goal, review~100× fewer mental operations
Code reviewCheck each function against patterns = O(n²)"Review for X pattern"Human reviews summary only
Research synthesisRead 10 papers, relate each to each = 45 pairs"Synthesize into framework"AI does cross-referencing
Decision matrix8 options × 6 criteria = 48 evaluations"Rank by criteria X, Y, Z"Review ranking, not compute it

This Explains AI's Primary Value

With the combinatorial work handled, the person can concentrate on choosing what to optimize, judging tradeoffs, validating outputs through reality contact, and executing the result. The amount of saved work depends on both comparison density and repetition:

AI ValueComparison density of task×Frequency of task\text{AI Value} \propto \text{Comparison density of task} \times \text{Frequency of task}

A task that demands many comparisons and occurs frequently provides the greatest leverage.

Extended Self-Model

AI can retain more conversational context than a person's working memory. That permits comparison across statements that the person cannot hold together at once.

AI as Higher-Resolution Mirror

A current statement can be compared with something said three weeks earlier. The comparison can expose a recurring pattern, an inconsistency over time, a forgotten detail, or a contradiction in the person's thinking.

The capacity difference matters: working memory holds 7±2 items, while an AI context window holds thousands of tokens. AI can compare a statement with everything the person has said in that context without requiring the person to recall each item.

Recursion Termination

Internal doubt can keep generating another level of doubt: “But what if I'm wrong about being wrong about...” An external response supplies a discrete object to evaluate. An answer gives the loop a stopping condition; another perspective interrupts self-doubt; structured output forces a decision.

This benefit does not depend on AI being right. Ending an unproductive recursive loop and supplying truth are different functions.

The Path vs Compute Distinction

Modest compute on a validated path produces progress, while unlimited compute without direction can keep producing activity without progress. The relationship is multiplicative:

Progress=Path quality×Compute applied×Feedback loops\text{Progress} = \text{Path quality} \times \text{Compute applied} \times \text{Feedback loops}

Here, Path quality\text{Path quality} means validation from a market, community, or physics; Compute applied\text{Compute applied} includes AI and human effort; and Feedback loops\text{Feedback loops} means real-world testing cycles.

ConfigurationPath QualityComputeFeedbackResult
Isolated with AI0 (no validated path)1000 units0 (no real testing)Spinning, no progress
Tested path, no AI1.0 (validated)100 units1.0 (real loops)Slow steady progress
Tested path + AI1.0 (validated)500 units (AI 5× multiplier)1.0 (real loops)Fast progress

When path_quality = 0, more compute still yields zero progress. Additional work cannot compensate for the missing direction.

Tested Paths vs Novel Invention

Augmenting tested paths succeeds more reliably than inventing from scratch because tested components already carry information. Market selection has validated them, examples exist for AI to use, good and bad outcomes can be recognized, and other people's experience records what has worked and failed. Some unknown unknowns have already been discovered.

An invention without those foundations lacks market validation, useful training data, recognizable feedback, accumulated wisdom, and a bounded direction. Its mistakes remain undiscovered and its hypothesis space remains open.

InnovationPath 1 (Tested)Path 2 (Tested)AugmentationResult
UberTaxisSmartphonesCombine via appNovel business
AirbnbHotelsPeer-to-peer marketplacesApply to lodgingNovel platform
iPhonePhonesComputersIntegrate hardwareCategory creation

These examples combined tested paths rather than inventing an entirely new category from nothing. AI can help with the combination because training data exists for both components.

When Simulation Suffices vs Requires Reality

Simulated customer interviews can explore the training distribution. Their limits appear where an opportunity depends on information beyond it:

Use CaseWhy It WorksLimitation
Hypothesis generationRecombines known patternsWon't suggest unknown unknowns
Early explorationMaps known possibility spaceBounded by training data
Question developmentGenerates queries from modelCan only ask about represented domains
Rapid iterationTests 10 variants in minutesAll variants within training distribution

Real contact supplies different information. A customer can refuse to respond, reject the proposal, or reveal a specific constraint that was never represented in the simulation:

Use CaseWhy Simulation FailsWhat Reality Provides
Unknown unknown discoveryOutside training distributionCustomer reveals needs you didn't know existed
ValidationSimulated customers always respondReal customers ghost/reject/say "that's stupid"
Edge casesGeneric constraints onlySpecific: "legacy system requires X format"
Selection pressureNo real consequencesActual payment/usage reveals value
RelationshipsCannot build trust through simulationPartnerships require human connection

The useful sequence alternates simulation and contact:

Phase 1 (days): Simulate
  → GPT generates customer personas
  → Explore hypothesis space
  → Develop questions
  → Very fast, bounded by training data

Phase 2 (weeks): Reality
  → Talk to real customers
  → Discover unknown unknowns
  → Get selection pressure
  → High value, reveals boundaries

Phase 3 (hours): Simulate with real data
  → Process real interviews with GPT
  → Find patterns in actual responses
  → Fast iteration on validated themes

Phase 2 cannot be skipped. It supplies the unknown information and validation that phase 3 will process.

Reality Contact Acceleration

AI can also reduce the cost of contact with reality by making attempts and feedback processing faster.

The Fundamental Shift

When attempts are slow and expensive, planning is cheaper and helps minimize unnecessary contact. AI changes that tradeoff by making it cheaper to build an attempt and process the result. Searching through actual attempts can then outperform continued simulation. The strategy shifts toward acting and learning quickly when those attempts are inexpensive.

Planning vs Search: When Each Dominates

ConditionPlanning WinsSearch Wins
Iteration costHigh (surgery, rockets)Low (AI-assisted code)
Model complexitySimple enough to hold in mindToo complex, unknown unknowns
Failure costCatastrophicRecoverable
Feedback availabilityDelayed or unavailableImmediate

By lowering iteration cost, AI moves more domains toward conditions where search wins. The distinction still depends on failure cost, model complexity, and whether feedback is available.

The Search-Planning Relationship

Planning and search support each other. Planning constructs an approximate model that narrows the search space and identifies a promising starting direction. Search tests that model against reality and corrects it.

Planning alone can remain stuck with an incorrect model. Search alone becomes a random walk that is intractable in a high-dimensional space. Planning supplies initialization; search supplies correction.

AI Accelerates Both

PhaseAI's RoleMechanism
PlanningSynthesize knowledge quicklyComplexity collapse on existing information
SearchFaster iteration cyclesRapid prototyping, quick feedback processing
Gradient extractionConvert binary outcomes to directionSee gradients#AI as Gradient Extraction Layer

Faster synthesis improves the initial model. Faster attempts and feedback processing improve the rate at which that model can be corrected. Together they make search useful in more domains.

AI-assisted programming reveals coding as stochastic search through a solution space. Each attempt supplies information that helps locate a working implementation.

The Paradigm Shift

The traditional account is deterministic: think through the problem, then write correct code. The search account does not require knowing the answer first. A test may provide only a binary result for one attempt, but results across attempts provide a direction. Faster iteration supplies more samples and faster convergence.

Implications for AI-Assisted Coding

PrincipleExplanationPractice
Iteration speed > initial correctnessMaximize samples, not quality per sampleRough draft → feedback → iterate beats thinking hard then writing
Error messages = gradient signalNot failures—directional informationEach error shrinks search space, shows where solution isn't
Start anywhereEntry point matters less than starting"I don't know where to begin" is irrelevant—begin anywhere
Tests = fitness functionTests define target region in solution spaceMore tests = tighter convergence; write tests first
Working > elegantFind valid point first, optimize from therePremature elegance wastes search effort
Don't over-invest per iterationEach attempt is cheap dataPerfectionism = treating iterations as expensive when they're not
Describe outcome, not implementationGive AI the fitness functionYou set objective, AI explores paths

Concrete Example

Manual component merge (old paradigm):
  - Design optimal structure in head (planning)
  - Write implementation (execution)
  - Cost = O(n² design comparisons) + O(n implementation)
  - If wrong, high sunk cost

AI-assisted merge (search paradigm):
  - Describe what merged component should do
  - AI generates candidate
  - Run tests (reality contact)
  - If wrong, iterate with specific feedback
  - Cost = O(n describe) + O(iterations × O(n review))
  - Iterations are cheap, convergence is fast

"Don't Know How" Is Starting Condition

If knowing the solution is required before starting, uncertainty prevents execution. If attempts generate information, uncertainty is the expected starting state. AI makes this practical by reducing the cost of each iteration. “I don't know how to code this” becomes a reason to begin searching rather than proof that work cannot begin.

AI as Consultant, Not Automation

The highest-leverage pattern is augmented thinking whose results a person puts into practice. This differs from asking AI to run the entire process autonomously.

The Consultant Model

AspectAutomation PatternConsultant Pattern
Who executesAI runs autonomouslyHuman executes, AI advises
Where value livesAI pipeline efficiencyHuman decision quality
Failure modeAutomation breaks, cascade failureHuman catches bad advice, no cascade
LearningSystem learns, human doesn'tHuman learns, builds judgment
Reliability need99.9% (mission critical)70% (human filters)

Why Consultant > Automation (For Most Tasks)

Imagining everything AI could do starts from a possibility space rather than from an actual difficulty. Most tasks do not call for 1000 background automations. A couple of reliable systems and help with thinking address the need more directly.

In consultant mode, AI helps adjust a system that the person runs, craft an intervention that the person deploys, and evaluate options that the person chooses among. It can also provide a place to vent and expand the thought, turning an O(n) account into O(n²) exploration.

The Division of Labor

The human supplies direction and constraints, including preferences and tradeoffs that a generic AI plan does not know. The AI supplies speed, breadth, and synthesis within that frame. It performs combinatorial operations quickly and can repeat comparisons without tiring. The person still determines what the comparison is for and how the result fits the actual situation.

When to Use Each Mode

ModeUse WhenExample
AutomationHigh frequency, low variance, low stakesCode formatting, file organization
ConsultantComplex decisions, context-dependent, learning valuableStrategy, debugging, design
NeitherRequires embodied learning or reality contactSkill acquisition, relationship building

Integration with Mechanistic Framework

In Optimal Foraging, AI increases search velocity V without deciding whether the search occurs on a validated path or in random exploration. In Cybernetics, it accelerates feedback processing while sensors and actuators still have to engage with the environment.

Pedagogical Magnification explains how AI translates intentions into implementation details. That lets a person work at a broader level, although the person still needs to engage at the resolution required to cause an effect.

Circuit formation continues to require lived temporal exposure. AI can explain that process without performing it for the learner. It similarly reduces information-acquisition cost inside the training distribution while remaining unable to obtain the unknown information outside it.

Key Principle

AI is most useful when it takes on dense comparisons, makes real attempts cheaper, and helps a person make and carry out better decisions. The person supplies direction and context; AI works within that frame. Real feedback and repeated experience remain necessary, because faster processing cannot supply a customer's rejection, build a relationship, or perform the learner's physical rewiring.

Return to the libraryBack to the beginning