Skip to main content

Questioning System

Simple questions are everlasting.

  • What is the true nature of reality?
  • What does good looks like?
  • Why are we here?
  • What next?

All that I know is that I know nothing.

— Socrates

Clarity of Intent

In the age of AI it's not what you know, but knowing what and how to ask that matters most.

The problem isn't information — it's direction.

  • We're drowning in content but starving for clarity
  • We optimize metrics without questioning what we're optimizing for
  • We solve symptoms while root causes compound
  • We accept constraints that exist only in our assumptions

The quality of your questions determines:

  • What problems you see (and which remain invisible)
  • What solutions become possible (and which stay unimaginable)
  • What you optimize for (and what you sacrifice unknowingly)
  • Who you become (questions shape identity over time)
Mantra

Waiho kia patai ana, he kaha ui te kaha.

VVFL Position

Questions are not a standalone practice. They are the instrument of the Reflect station in the Validated Virtuous Feedback Loop — the controller that reads the gauge and asks: is this where we should be?

CAPTURE → PRIORITIES → ATTENTION → VALUE → SYSTEMS → STANDARDS → DISTRIBUTE → REFLECT → EVOLVE

Questions live here

The controller's job: read the gap between setpoint and reality, then correct. A question without a declared setpoint is noise. A question that measures the gap between where you are and where you declared you'd be is a controller output.

VVFL ElementApplied to Questions
SetpointDeclare what good looks like before asking
GaugeDoes this question change a decision?
ControllerThe question itself — reads gap, proposes correction
AgentThe person or system running the loop

Three Signals

How to know if your questions are improving — mirrors the VVFL gauge:

LevelSignalProxy
SelfYour questions change your own decisionsLog entries in Decision Journal where the question shifted the decision
TransferBetter questions out than inThe evolved question (Day 21) is unrecognizable compared to Day 1
CompoundYour questions become starting points others build fromA ## Questions entry you wrote appears in someone else's decision trace

Level 1 before Level 2. Level 2 before Level 3. Most people never leave Level 1 because they never measure.

Inner Loop

Questions feed into the tactical loop:

StepPractical MoveSurface
QuestionsClarify what matters and what is uncertainThis page
Problem SolvingTurn ambiguity into a defined problem statementProblem Solving
DecisionsCommit to a next move and learn from outcomesDecisions

Perspective

Questions are not requests for information. They are invitations to transformation.

The Zeigarnik Effect

Questions trigger the Zeigarnik Effect — an open loop your mind compels you to close. This is why you:

  • Binge Netflix shows (unresolved plot)
  • Scroll social media endlessly (what's next?)
  • Need closure in relationships (unanswered questions haunt)

Your unconscious mind continues working on open questions even when your conscious mind has moved on. This is why breakthroughs come in showers, on walks, upon waking — your background processor found something.

Harness this deliberately:

  1. Formulate your question with precision
  2. Stop working — do something unrelated
  3. Sleep on it
  4. On waking, capture raw thoughts before analysis corrupts them

The Evolution Principle

The gap between your first question and your refined question reveals the evolution of your understanding. That evolution is the insight.

Day 1: "How do I get more users?"
Day 7: "What would make users tell their friends?"
Day 14: "What transformation do users experience that they can't stop talking about?"
Day 21: "What do users become after using this?"

Track your questions over time. The trajectory matters more than any single answer.

First Principles

Before tactical questions, there are five that every conscious human must face. These are the operating system of the loop.

Context is Critical — Domain Leaves

The centre of this star is the method — types, Socratic, Five Whys, Systems Lens, Traps. The points of the star are the domain-specific application examples below. Each leaf applies the same method to a different situation; read the centre once, then come back to the leaves as situations arise.

Situational Wisdom

If you're thinking...Start withDecision Domain
"What am I even optimizing for?"Existence QuestionsDecision Journal
"I'm overwhelmed by all the changes"Agency QuestionsDecision Algorithms
"I'm stuck solving the same problems"Possibilities QuestionsTech Stack
"I keep treating symptoms, not causes"Reality QuestionsDecision Journal
"I need to find leverage in this mess"The Systems Lens (method)Tech Stack
"Current constraints limit my thinking"Future QuestionsBlockchain

Methods

Tools for better questions. The centre of the star. Each method is a lens — choose by situation. The leaves of this section apply these methods to specific domains (existence, agency, possibilities, reality, future, business).

Question Types

Different situations need different questions. Classify before you apply.

TypePurposeExample
OpenExpand thinking"What do you think about...?"
ClosedConfirm or narrow"Did you test this?"
DiagnosticIdentify the problem"Where does it break?"
UpstreamFind root causes"What caused the thing that caused this?"
ClarifyingRemove ambiguity"What do you mean by...?"
ChallengingTest assumptions"What's the strongest case against?"
GenerativeCreate options"What would make this remarkable?"

Default to open. Use closed only when you need a specific answer.

The Socratic Method

Socrates didn't teach by giving answers. He taught by asking questions that revealed what people thought they knew but didn't. The method:

  1. Start with genuine curiosity — not knowing the answer yourself
  2. Ask for definitions — "What do you mean by X?"
  3. Probe assumptions — "Why do you believe that?"
  4. Request evidence — "What would prove this wrong?"
  5. Explore implications — "If that's true, what follows?"
  6. Question the question — "Is this the right thing to be asking?"

The compressed form — Define → Probe → Challenge → Synthesise — is four doors. Rushing to the fourth means walking through the wrong one.

The Five Whys

For any surface problem, ask "why" five times:

Why are users churning?
→ They're not finding value quickly
Why aren't they finding value?
→ Onboarding doesn't show the core feature
Why doesn't onboarding show it?
→ We optimized for signup completion, not activation
Why did we optimize for signups?
→ That's what we measured
Why did we measure only signups?
→ [Root cause: metrics weren't aligned with value]

The Systems Lens

Every question asks about a system — the question is whether you see the system. The Systems Lens treats questioning as a search for leverage inside a network of relationships. Use it when you face a complex problem with many moving parts, when recurring problems resist repeated fixes, or when you need to anticipate unintended consequences.

The catalytic question: How does A relate to C, and what questions does that suggest?

Core questions:

  1. Feedback Loops — What are the feedback loops in this system? Which are reinforcing (amplify change) and which are balancing (stabilise)?
  2. Leverage Points — Where is the high-impact, low-effort intervention? Where is the bottleneck or constraint?
  3. Cascade Effects — How do changes cascade through the system (1st, 2nd, 3rd order)?
  4. Unintended Consequences — What breaks when this works?
  5. System Boundaries — What's inside this system, and what's outside it that still influences it?

Application process:

1. Map Components      — list elements, purpose, dependencies
2. Identify Relationships — depends on / influences / constrains, with strength
3. Find Feedback Loops — reinforcing, balancing, dominant
4. Locate Leverage Points — high-impact low-effort; critical dependencies
5. Trace Cascade Effects — immediate, downstream, long-term

Worked example — Template-based code quality.

System:     Code quality in a monorepo
Components: Generators → Templates → Files

Feedback Loop:
Better templates → better files → better patterns → better templates

Leverage Point: the Generator / Template layer
— affects all future files automatically
— single fix propagates everywhere

Intervention:
Fix template: 1 hour
Fix 13 instances manually: 26 hours
ROI: 2500% (25 hours saved)

Cascade:
1st order — new files use the correct pattern
2nd order — developers learn from better examples
3rd order — quality culture improves

The Systems Lens connects directly to the VVFL Position above — questions are controller outputs, the Systems Lens is how the controller finds the single intervention point that makes the loop correct.

Question Traps

Traps are questions shaped like probes but sealed shut. Learn to recognise them in others; learn to kill them in yourself.

TrapWhat It Looks LikeThe Fix
Leading"Don't you think we should...?"Remove the embedded answer
Loaded"Why did you fail to deliver?"Separate the claim from the question
False choice"Should we do A or B?"Add "or something else entirely?"
Validation"This is good, right?"Ask someone who'll tell you no
Rhetorical"Who would disagree with that?"Only ask if you genuinely want the answer

Domain Unlocking Questions

One question unlocks each domain. Learn the unlockers for the domains you work in.

DomainThe Unlocking Question
ProductWhat job is the customer hiring this for?
StrategyWhat are we saying no to?
CultureWhat behaviour gets rewarded that we say we don't want?
SalesWhat's the hidden objection they won't say aloud?
SelfWhat would I do if I weren't afraid?

Question Quality Checklist

Before accepting your question as final:

  • Have I challenged my key assumptions?
  • Have I explored alternative framings?
  • Am I guiding discovery, not imposing conclusions?
  • Is this the right question to be asking?
  • Am I comfortable being uncomfortable with the answer?
  • Does this question open more doors than it closes?

Character

The method on this page is the know-how. The character that makes the method work lives on the Questioning capability page — intellectual humility, comfortable discomfort, patient urgency, beginner's mind, the shadow, the archetype lens.

Capability = Know-How + Character + Resources. A method without the character to run it is a checklist. Read both pages.


Confirmation

The cost of a bad answer is visible — we can see when we're wrong and correct course.

The cost of a bad question is invisible — we optimize brilliantly for the wrong thing, solve the wrong problem elegantly, build the wrong future skillfully.

Most regrets are questions unasked:

  • The assumption never challenged
  • The alternative never explored
  • The constraint never questioned
  • The "why" never pursued

The risk isn't in asking too many questions. It's in asking too few. In accepting the frame given to you. In optimizing within boundaries that don't exist.

The important thing is not to stop questioning.

— Einstein


Practice

The Question Evolution Loop

Volume alone doesn't improve question quality. Asking more of the same questions at higher frequency compounds existing blindspots. Three mechanisms actually work:

  1. Volume — exposure builds pattern recognition
  2. Reflection — examining the questions you asked (meta-cognition)
  3. Stakes — questions that materially change what you do next

The loop that combines all three:

FORMULATE → SLEEP → CAPTURE → REFINE → APPLY → MEASURE → EVOLVE or KILL
PhaseWhenWhatInfrastructure
FORMULATEEveningState the question with precision before sleepEvening ritual below
SLEEPOvernightUnconscious processing (Zeigarnik)Biological
CAPTUREMorning, rawThoughts before analysis filters themMorning ritual below
REFINESession startIs this still the right question?Tight Five
APPLYWork sessionDo the work informed by the refined question
MEASURESession endDid the question change the decision?Decision Journal
EVOLVE or KILLWeeklyPromote question to template — or retire itWeekly review below

KILL is the hardest phase. If no questions are ever retired, the library grows stale. You hold questions that once served but now just consume cognitive load. The Day 1→21 evolution example implicitly retires "how do I get more users?" by Day 14. Make it explicit.

COMPOUND is the output. The best question you evolved this week becomes the page-closing question on the most relevant /docs/ page. The ## Questions section at the bottom of every content page is where question quality compounds into the knowledge base — available to every future reader and agent.

Morning

Before starting work, ask:

  1. What did my unconscious work on overnight? (capture raw — no analysis yet)
  2. Is this still the right question, or did it shift?
  3. What assumption am I making that I should test today?

Evening

Before ending work, ask:

  1. What question did I discover today?
  2. Did this question change a decision? (log in Decision Journal if yes)
  3. What question should my unconscious work on tonight? (formulate with precision)

Weekly

  1. How have my questions evolved this week? Show the trajectory.
  2. Which questions changed decisions — and which recycled without changing anything?
  3. What question am I not asking that I should be?
  4. Retire: which questions no longer serve? Remove them from active rotation.
  5. Promote: which evolved question becomes a page-closing question in /docs/?

Dig Deeper

Questions

What question are you avoiding because you already know the answer would require you to change?

  • If your questions haven't evolved in the last month, what are you protecting?
  • Which of your current problems is actually a symptom of the wrong question?
  • When did you last retire a question — and what did letting it go make possible?