Frequently asked questions about thinking, epistemology, and cognitive tools. 1675 answers
Effectiveness means your agent produces the intended outcome, not just that it runs.
When retiring an agent ensure its responsibilities transfer to a new agent or are consciously dropped.
Reviewing key conditions before starting a task catches errors before they propagate.
Identify one recurring task you perform at least weekly — sending a report, publishing content, deploying code, running a meeting, submitting an invoice. Write a pre-flight checklist of 5-7 conditions that must be true before you execute. These are not steps in the task itself; they are conditions.
Treating a pre-flight check as a formality rather than a genuine verification. The most dangerous version of this is 'flow-through checking' — running your eyes down the checklist and marking each item complete without actually testing the condition. Airline investigators call this 'checklist.
Reviewing key conditions before starting a task catches errors before they propagate.
Delegating too much creates disconnection from the work that matters and atrophies critical skills.
The faster you get feedback on an action the faster you can adjust.
Asking why five times in succession usually reaches the root cause of a problem.
Choose one recurring problem you have encountered at least three times in the past month — a meeting that always derails, a task you consistently procrastinate on, a tool that keeps breaking. Write the problem as a single factual sentence. Then ask 'Why does this happen?' and write the answer. Ask.
Stopping at the first answer that feels emotionally satisfying rather than continuing to the structural cause. The Five Whys fails most often not because people ask too few questions, but because the third or fourth answer lands on something that confirms an existing belief — 'the vendor is.
Asking why five times in succession usually reaches the root cause of a problem.
Too many agents create coordination overhead that can exceed their collective value.
Run through scenarios mentally or in low-stakes situations before relying on a new agent.
An agent that fails to fire when it should leaves you exposed to undetected problems — the silence feels like safety, but it is blindness.
Record what you changed, why, and what happened — optimization without documentation is gambling.
Direct results and other peoples reactions are both valuable but different types of feedback.
Delegation ranges from "do exactly this" to "handle it entirely" — know which level you are using.
Run through scenarios mentally or in low-stakes situations before relying on a new agent.
When an agent fails to fire or produces bad results you learn how to improve it.
Action observation evaluation and adjustment form the basic feedback cycle.
Habits persist because they create their own reinforcing feedback.
Real situations often involve several interacting feedback loops simultaneously.
Expecting perfection creates fragility — expecting and handling errors creates resilience.