Essays · Action and Control

Planning Simulates Possible Action

Planning connects a represented goal with the present situation by simulating possible actions, sequences and consequences. It can reduce the cost of acting blindly, but it cannot eliminate uncertainty or replace what execution reveals.

By Yona Ole Lobulu ·

Essay13 min readD8.4

Topic
Action and Control
Read first
3 pieces should be read before this one
Reading time
About 13 minutes of reading
Difficulty
Late reading: this page sits at the far end of the Library, after many other pieces

The question

How does planning connect a represented goal with present action, and what can simulation of possible sequences achieve that action selection alone cannot?

Definition

Planning organises goal-directed behaviour by simulating possible action sequences, representing dependencies and selecting a provisional route that can be revised through feedback.

A destination is not a route.

Knowing that an event should take place, a report should be completed or a service should be launched identifies a future outcome. It does not reveal which actions will produce it.

Imagine someone responsible for organising a public discussion for approximately 100 attendees. The intended outcome may be clear: a suitable venue, confirmed speakers, a functioning registration process and an event people can attend safely.

But the goal does not contain its own instructions.

Should the organiser secure the venue or confirm the speakers first? Can the event be announced before both are settled? How does venue capacity affect registration? Which equipment will be required? What happens if a speaker cancels or registrations exceed expectations?

These questions concern more than what the organiser wants. They concern how present action could create a particular future.

Planning addresses this gap. It connects information about the current situation with an intended future by organising possible actions into a provisional route.

Planning organises goal-directed behaviour by simulating possible action sequences, representing dependencies and selecting a provisional route that can be revised through feedback.

It allows action selection to extend beyond the next available response. But it does not guarantee that the route is accurate, that it will be executed or that reality will unfold as anticipated.

Goals organise behaviour without specifying the route

A goal represents a desired or required state.

It can direct attention, assign value and help organise competing actions. But "organise the event" does not specify what must happen first, which resources are required or how changing conditions should affect the sequence.

An intention represents a commitment or determination to act:

I will organise the event.

That commitment may increase the outcome's importance, but it still does not specify the route. Even when a route has been represented, it must later be remembered and retrieved when action becomes possible.

Planning performs a different function. It uses information about:

  • the current situation;
  • the intended outcome;
  • the possible actions connecting them.

Not every goal requires extensive planning. Familiar goals may activate routines — learned sequences already available for execution. Planning becomes more important when a sequence must be generated, compared, reorganised or adapted prospectively.

Novel, multistep, costly and uncertain tasks create particular planning demands because several routes may be possible and the order of action can change the result.

Planning represents possible action

Planning allows actions and consequences to be considered without immediately enacting every alternative.

The organiser can compare venues before booking one. Different dates can be evaluated before invitations are issued. Registration arrangements can be considered before the event is announced.

This simulation can reduce the cost of acting blindly. Some unsuitable routes can be rejected before resources are committed.

But planning is not the same as imagining the future.

Someone can vividly imagine a successful event without representing how it will be produced. Future simulation constructs a possible scene or experience. Planning organises possible action in relation to a future state.

Planning is also distinct from prediction. Prediction estimates what may happen:

The venue will probably fill.

Planning represents what the agent may do:

If registrations approach capacity, attendance may need to be limited or another route considered.

Planning need not involve verbal rehearsal of every step. Some parts of prospective organisation may use learned structures that are only partly available to report. But the mere influence of an anticipated consequence does not establish planning. Planning requires some organisation of relationships among possible actions and later states.

Problem solving may be needed to discover a viable route when none is known. Planning prospectively organises the actions that constitute one or more possible routes. In unfamiliar situations, the two functions often operate together.

Planning is therefore the provisional organisation of possible action — not every thought about the future and not every process that supports later behaviour.

Plans organise sequences, dependencies and constraints

Complex goals rarely depend on one isolated action. They depend on actions occurring in a workable order.

An action changes the state in which later actions occur. It can create a new possibility, preserve an option or remove one.

Announcing an event before securing a venue may attract attention, but it can also create commitments before capacity and access are known. Booking a venue establishes a location while restricting dates and creating equipment requirements. Confirming a speaker can strengthen promotion, but their availability may depend on the date.

The same components can therefore produce different consequences when arranged differently.

Some relationships are dependencies. A dependency exists when one action or condition must precede another. Final attendance information may depend on a confirmed venue. Equipment arrangements may depend on the room. Registration limits may depend on capacity.

A step can be relevant without being available yet.

This distinguishes a plan from a simple list. A list may name important actions while leaving their conditional relationships unspecified. A plan represents at least part of the structure:

If this condition is established, that action becomes possible.

Constraints shape the route further. Time, money, information, capacity, safety requirements, institutional rules and other people's decisions can remove, delay or reorder actions.

A theoretically useful action may be practically unavailable. These limits are properties of the environment, not necessarily evidence of weak motivation or poor planning ability.

Planning can also be undermined when the starting conditions are represented inaccurately or change before execution. A route organised around the wrong budget, deadline, resource level or institutional rule may be unsuitable before its first action is taken.

A plan must therefore represent both what could produce the goal and what current conditions permit.

Planning extends selection across time

Choosing an immediate action usually involves comparing responses available now.

Planning extends this comparison across later states. A present action can matter because of what it makes possible afterward.

The locally attractive action is not always part of the strongest route. A visible action may produce immediate progress while creating confusion later. A less visible action may establish a condition on which several later steps depend.

Planning makes it possible to evaluate a current action through its place in a longer sequence:

  • what state might this action produce?
  • what becomes possible from there?
  • which later options remain open?
  • which opportunities become unavailable?

This is more than selecting an action because it has acquired long-term value through experience. Planning uses some representation of how actions connect with later states.

A provisional route emerges when one possible sequence is selected to organise initial action. That selection need not imply certainty. It identifies the route that currently appears to fit the goal, model and constraints better than the available alternatives.

Hierarchy makes complex planning tractable

The number of possible routes increases rapidly as more actions and future states are considered. Planning every low-level movement separately would soon become unmanageable.

Hierarchy is one way complex planning becomes more tractable.

Behaviour can be represented at several levels:

  • broad phases;
  • intermediate goals;
  • familiar action sequences;
  • individual actions.

The event might first be organised into broad components such as establishing its foundations, confirming participation, communicating it and coordinating delivery. Lower-level details can be resolved when they become relevant.

A familiar sequence can also function as one unit. Someone who already knows how to create a registration page need not simulate every click and field when comparing the event's broader routes.

Hierarchy reduces complexity by allowing attention to operate at the level where the most consequential choices currently occur. Selective search and deferred detail contribute to the same economy.

But decomposition is not automatically helpful.

An unhelpful subgoal can direct effort away from the intended outcome. Too many components can increase coordination demands. A broad category can hide a dependency that later becomes important.

Breaking a task into parts helps only when the resulting structure represents the task more usefully. Smaller is not inherently better.

Planning relies on learned models

To simulate an action, the planner needs some expectation about what that action will do.

A learned model is a usable expectation about how situations, actions and outcomes are connected. It includes knowledge about:

  • which actions are available;
  • how one state may lead to another;
  • what resources an action requires;
  • how long transitions may take;
  • what outcomes are likely;
  • how other people may respond.

These expectations can come from direct experience, observation, instruction, records, cultural knowledge or established routines.

Learned models allow people to evaluate routes they have never performed in their complete form. Knowledge from earlier situations can be recombined into a novel sequence.

In computational research, model-based control describes one way an agent can use represented task structure to evaluate future actions. This captures an important planning function, but it is not planning in its entirety. Human planning can also include explicit reasoning, social dependencies, external information and open-ended constraints.

Dependence on learned models creates a fundamental limit:

A plan can be internally coherent while its assumptions are wrong.

Every step may follow logically from the planner's expectations, yet the route may prove inaccurate or become unworkable because a venue has different rules, another person responds unexpectedly or the required time was underestimated.

Planning quality therefore has at least two dimensions:

  • whether the sequence is coherent within the represented model;
  • whether that model fits the relevant environment.

Environmental fit can be tested only against relevant evidence, whether it comes through observation, instruction, records or execution. Further reasoning cannot compensate fully for missing or inaccurate information.

Executive coordination supports planning

Planning depends on executive coordination already required to maintain goals, compare alternatives and respond to feedback.

Working memory, inhibition, flexibility and monitoring contribute in overlapping ways to maintaining and revising possible sequences. Their demands tend to increase as tasks become:

  • less familiar;
  • more complex;
  • more uncertain;
  • extended across longer sequences;
  • dependent on delayed feedback.

Capacity is limited. A plan can become too detailed to maintain or compare effectively. Information must therefore be selected, grouped or represented externally — but planning cannot be reduced to any one supporting executive function.

Research tasks such as the Tower of London sample prospective action organisation under fixed rules. Performance also depends on instruction comprehension, visuospatial processing, working memory, inhibition, learning and strategy selection.

Controlled tasks isolate selected planning demands. Real-world planning also contains open-ended goals, changing constraints and other agents that laboratory tasks cannot fully reproduce. One task cannot reveal a pure or context-free planning ability.

Planning depth has benefits and costs

Considering actions further into the future can reveal consequences that are invisible from the current step.

Deeper simulation may expose:

  • a missing prerequisite;
  • a later resource conflict;
  • an action that closes an important option;
  • a delayed cost;
  • a more efficient route.

But prospective search also consumes time, attention and working-memory capacity. The value of further simulation depends on its expected informational benefit relative to its cognitive and temporal costs.

Greater depth may be valuable when:

  • errors are costly;
  • actions are difficult to reverse;
  • dependencies are consequential;
  • reliable information is already available;
  • the environment is stable enough for represented consequences to remain relevant.

It may contribute less when:

  • conditions change rapidly;
  • critical information is unavailable;
  • actions are inexpensive and reversible;
  • direct experimentation would clarify the situation;
  • distant details will become relevant only much later.

Prospective estimates can also be systematically biased. People sometimes underestimate how long tasks will take by focusing on an idealised route while omitting interruptions, coordination costs or evidence from similar past tasks. This planning fallacy concerns one form of prospective estimation; it does not establish a general inability to plan.

Planning can organise uncertainty, but it cannot eliminate uncertainty absent from the available model.

Planning can become excessive

Planning becomes less adaptive when additional simulation no longer changes the represented route while preventing contact with information available through action.

This may occur when prospective thought:

  • repeats the same unresolved comparison;
  • adds detail unsupported by available knowledge;
  • attempts to remove irreducible uncertainty;
  • consumes capacity without clarifying selection;
  • postpones evidence that cannot be generated internally.

Duration alone does not establish excess. High-cost, irreversible or safety-critical decisions may justify extensive planning. Difficulty acting can also provoke more analysis, so prolonged planning does not prove that planning caused the delay.

The distinction is functional. Productive planning improves the organisation of possible action by clarifying a dependency, constraint, route or relevant condition for revision. Repetitive thought may continue without producing those changes.

This does not make extensive planning identical to clinical rumination. It identifies only the point at which additional prospective organisation yields declining informational value.

Execution reveals what simulation cannot know

A plan remains a provisional representation of possible action. It is neither action itself nor a completed script waiting to be released.

Execution changes the environment. It may reveal:

  • whether an assumed action is possible;
  • whether a dependency was missed;
  • whether an estimated cost was wrong;
  • how another person responds;
  • whether a resource is available;
  • whether an unexpected opportunity has appeared.

Action is especially informative when relevant evidence cannot be obtained through observation, instruction or existing records.

This preserves the planning–execution distinction:

  • planning organises how action could proceed;
  • execution determines what happens when action meets the environment.

A person can construct a coherent plan and still fail to begin it, remember a relevant future action, sustain the required effort or retain access to necessary resources. Planning can prepare execution, but it does not independently produce it.

Conditional plans linking a later cue with a response may help an intended action become available at the relevant moment. But remembering to act is a prospective-memory function as well as a planning problem, and it requires its own explanation.

Feedback must be interpreted

Execution produces outcomes, but outcomes do not automatically improve a plan.

Feedback becomes informative relative to an expectation.

If event registrations are lower than anticipated, the result could reflect the date, topic, audience, communication, registration process or initial forecast. The outcome does not identify its own cause.

Feedback may also be:

  • delayed;
  • noisy;
  • incomplete;
  • produced by several actions;
  • relevant to only one part of the route.

Revision therefore depends on connecting the outcome to the relevant assumption, action or dependency.

A plan can include conditions whose occurrence would make continuation, review or revision relevant. These monitoring points connect prospective organisation with later feedback. They do not guarantee that the feedback will be interpreted correctly, but they identify where developing conditions matter to the route.

A favourable outcome can occur despite a poor assumption. An unfavourable outcome can occur despite a reasonable plan when conditions change unexpectedly. The result alone cannot reveal planning quality.

Adaptive plans remain provisional

A plan is an organisation of possible action, not a command that reality must obey.

As execution develops, the route may be:

  • continued because feedback remains compatible with it;
  • revised because assumptions or conditions have changed;
  • abandoned because the goal, constraints or available routes no longer justify it.

Revision does not necessarily mean that the original plan was worthless. The plan may have provided an initial structure capable of organising action while preserving points at which new evidence could alter the route.

But revision is adaptive only when it improves fit. Changing direction after every fluctuation can destroy the coordination planning was meant to provide. Refusing to change can preserve imagined conditions after reality has moved elsewhere.

Planning must therefore provide structure without treating its simulation as certainty.

Planning is most adaptive when it creates enough structure to coordinate action while remaining open to information that only action can provide.

Behind this page

The claims this essay makes, the evidence behind them, and the limits it accepts.

Evidence status

High confidence

Strongly supported, though resting on synthesis or principle rather than a single decisive body of evidence.

Claims

  1. A represented goal identifies a future outcome without specifying the actions that would produce it

    Canonical inference

    What this does not assert: The gap planning addresses.

  2. Novel, multistep, costly and uncertain tasks create particular planning demands

    Established

    What this does not assert: Task properties that increase demand.

  3. Simulation allows actions and consequences to be considered without enacting every alternative

    Established

    What this does not assert: The central economy of planning.

  4. Prospective simulation can reduce the cost of acting blindly by rejecting unsuitable routes before resources are committed

    High confidence

    What this does not assert: Functional benefit.

  5. Imagining a future scene is not the same as representing how it would be produced

    High confidence

    What this does not assert: Future simulation ≠ planning.

  6. Episodic future thinking constructs possible experiences and can support, but does not constitute, planning

    High confidence

    What this does not assert: Overlapping but distinct functions.

  7. Prediction estimates what may happen; planning represents what the agent may do

    Canonical inference

    What this does not assert: Prediction ≠ planning.

  8. Planning need not involve verbal rehearsal of every step

    High confidence

    What this does not assert: Reportability is not the criterion.

  9. The mere influence of an anticipated consequence on behaviour does not establish that planning occurred

    Canonical inference

    What this does not assert: Guards against over-attribution.

  10. Planning requires some organisation of relationships among possible actions and later states

    Canonical inference

    What this does not assert: Minimal criterion.

  11. Problem solving discovers a viable route where none is known; planning organises the actions constituting a route

    Canonical inference

    What this does not assert: Often operate together in novel situations.

  12. Planning connects information about the current situation with an intended future by organising possible actions into a provisional route

    Canonical inference

    What this does not assert: Working definition.

  13. Complex goals depend on actions occurring in a workable order rather than on any isolated action

    Established

    What this does not assert: Sequence matters.

  14. An action changes the state in which later actions occur, creating, preserving or removing possibilities

    Established

    What this does not assert: State transitions.

  15. The same set of actions can produce different consequences when arranged in a different order

    High confidence

    What this does not assert: Order effects.

  16. A dependency exists when one action or condition must precede another

    Canonical inference

    What this does not assert: Definition used here.

  17. A step can be relevant to a goal without yet being available for execution

    Canonical inference

    What this does not assert: Relevance ≠ availability.

  18. A list names actions; a plan represents at least part of their conditional structure

    Canonical inference

    What this does not assert: Plan ≠ list.

  19. Constraints of time, money, information, capacity, rules and other people can remove, delay or reorder actions

    Established

    What this does not assert: Environmental structure.

  20. A theoretically useful action may be practically unavailable because of environmental limits

    Canonical inference

    What this does not assert: Not evidence of weak motivation.

  21. Limits belonging to the environment should not be attributed to poor planning ability

    Canonical inference

    What this does not assert: Attribution caution.

  22. A route organised around inaccurate starting conditions may be unsuitable before its first action

    High confidence

    What this does not assert: Model of the present matters.

  23. Planning represents dependencies among actions and selects a route that can be revised through feedback

    Canonical inference

    What this does not assert: Canonical thesis.

  24. A plan must represent both what could produce the goal and what current conditions permit

    Canonical inference

    What this does not assert: Two requirements.

  25. Immediate action selection compares responses available now

    Established

    What this does not assert: Baseline case; see D5.9.

  26. Planning extends comparison across later states, so a present action can matter for what it makes possible

    High confidence

    What this does not assert: Temporal extension.

  27. The locally attractive action is not always part of the strongest overall route

    Established

    What this does not assert: Local vs sequential value.

  28. Planning allows an action to be evaluated by its place in a longer sequence rather than its immediate payoff

    High confidence

    What this does not assert: Sequential evaluation.

  29. Selecting an action because it acquired long-term value through experience differs from representing how actions connect to later states

    High confidence

    What this does not assert: Cached value ≠ planning.

  30. A provisional route is the sequence that currently appears to fit goal, model and constraints better than available alternatives

    Canonical inference

    What this does not assert: Selection without certainty.

  31. The number of possible routes grows rapidly as more actions and future states are considered

    Established

    What this does not assert: Combinatorial cost.

  32. Hierarchical representation makes complex planning more tractable

    Established

    What this does not assert: Established in computational and behavioural work.

  33. Behaviour can be represented at levels ranging from broad phases to individual actions

    Established

    What this does not assert: Levels of abstraction.

  34. Planning does not guarantee that a route is accurate, that it will be executed or that conditions will hold

    Canonical inference

    What this does not assert: Boundary on what planning delivers.

  35. A familiar action sequence can function as a single unit during higher-level planning

    Established

    What this does not assert: Chunking.

  36. People trade the utility of a decomposition against its computational cost

    High confidence

    What this does not assert: Reported in task-decomposition research.

  37. Selective search and deferred detail reduce planning cost without abandoning structure

    High confidence

    What this does not assert: Approximate planning.

  38. Decomposition is not automatically helpful: an unhelpful subgoal can direct effort away from the outcome

    Canonical inference

    What this does not assert: Limits of breaking tasks down.

  39. Too many components can increase coordination demands rather than reduce them

    Canonical inference

    What this does not assert: Cost of fragmentation.

  40. A broad category can conceal a dependency that later becomes consequential

    Canonical inference

    What this does not assert: Abstraction hides structure.

  41. Simulating an action requires some expectation about what that action will do

    Established

    What this does not assert: Model requirement.

  42. A learned model includes available actions, state transitions, resource costs, durations, likely outcomes and others' responses

    High confidence

    What this does not assert: Content of the model.

  43. Model content can come from direct experience, observation, instruction, records, cultural knowledge or routines

    High confidence

    What this does not assert: Multiple sources.

  44. Learned models allow evaluation of routes never performed in their complete form

    Established

    What this does not assert: Recombination of knowledge.

  45. Goals direct attention, assign value and help organise competing actions

    Established

    What this does not assert: Established at D7.12.

  46. Model-based control formalises one way represented task structure is used to evaluate future actions

    Established

    What this does not assert: One formalisation, not planning entire.

  47. Human planning also includes explicit reasoning, social dependencies, external information and open-ended constraints

    High confidence

    What this does not assert: Beyond the computational formalism.

  48. A plan can be internally coherent while its underlying assumptions are wrong

    Canonical inference

    What this does not assert: Central limit of simulation.

  49. Planning quality has at least two dimensions: internal coherence and fit to the environment

    Canonical inference

    What this does not assert: Two-dimensional evaluation.

  50. Environmental fit can be tested only against relevant evidence, not established by further reasoning alone

    Canonical inference

    What this does not assert: Reasoning cannot substitute for information.

  51. Planning depends on executive coordination that maintains goals, compares alternatives and responds to feedback

    Established

    What this does not assert: Established at D8.2.

  52. Working memory, inhibition, flexibility and monitoring contribute in overlapping ways to maintaining and revising sequences

    Established

    What this does not assert: Overlapping contributions.

  53. Executive demands increase with unfamiliarity, complexity, uncertainty, sequence length and delayed feedback

    High confidence

    What this does not assert: Demand gradient.

  54. A plan can become too detailed to maintain or compare within capacity limits

    High confidence

    What this does not assert: Capacity constraint.

  55. Planning cannot be reduced to any single supporting executive function

    High confidence

    What this does not assert: Against one-component accounts.

  56. An intention represents a commitment to act without specifying the route

    High confidence

    What this does not assert: Intention ≠ plan.

  57. Tower of London performance depends on comprehension, visuospatial processing, working memory, inhibition, learning and strategy as well as planning

    Established

    What this does not assert: Task impurity.

  58. Controlled planning tasks cannot fully reproduce open-ended goals, changing constraints and other agents

    High confidence

    What this does not assert: Ecological limit.

  59. No single task reveals a pure or context-free planning ability

    Canonical inference

    What this does not assert: Measurement caution.

  60. Deeper simulation can reveal missing prerequisites, later resource conflicts, closed options, delayed costs or more efficient routes

    High confidence

    What this does not assert: Benefits of depth.

  61. Prospective search consumes time, attention and working-memory capacity

    Established

    What this does not assert: Costs of depth.

  62. The value of further simulation depends on expected informational benefit relative to cognitive and temporal cost

    High confidence

    What this does not assert: Resource-rational framing.

  63. Depth is more valuable when errors are costly, actions irreversible, dependencies consequential and the environment stable

    High confidence

    What this does not assert: Conditions favouring depth.

  64. Depth contributes less when conditions change rapidly, information is unavailable or actions are cheap and reversible

    High confidence

    What this does not assert: Conditions favouring action.

  65. People often underestimate task duration by focusing on an idealised route and omitting interruptions and past evidence

    Established

    What this does not assert: The planning fallacy.

  66. The planning fallacy concerns one form of prospective estimation and does not establish a general inability to plan

    Canonical inference

    What this does not assert: Bounded interpretation.

  67. A represented route must still be remembered and retrieved when action becomes possible

    Established

    What this does not assert: Prospective-memory boundary; see D8.5.

  68. Planning can organise uncertainty but cannot eliminate uncertainty absent from the available model

    Canonical inference

    What this does not assert: See D6.11.

  69. Planning becomes less adaptive when further simulation stops changing the route while preventing contact with information available through action

    Canonical inference

    What this does not assert: Functional criterion for excess.

  70. Repetitive prospective thought may add detail unsupported by available knowledge or attempt to remove irreducible uncertainty

    High confidence

    What this does not assert: Forms of unproductive planning.

  71. Duration alone does not establish that planning has become excessive

    Canonical inference

    What this does not assert: High-stakes decisions may justify length.

  72. Difficulty acting can provoke more analysis, so prolonged planning does not prove that planning caused the delay

    Contested

    What this does not assert: Direction of causation.

  73. Productive planning clarifies a dependency, constraint, route or condition for revision

    Canonical inference

    What this does not assert: Positive criterion.

  74. Extensive planning is not identical to clinical rumination

    Canonical inference

    What this does not assert: Clinical boundary preserved.

  75. A plan is a provisional representation of possible action, not action and not a script awaiting release

    Canonical inference

    What this does not assert: Ontological status of a plan.

  76. Execution changes the environment and can reveal missed dependencies, wrong cost estimates and unexpected opportunities

    High confidence

    What this does not assert: Information only action provides.

  77. Action is especially informative when evidence cannot be obtained through observation, instruction or records

    Canonical inference

    What this does not assert: When to act rather than simulate.

  78. Familiar goals may activate learned routines already available for execution rather than requiring new simulation

    Established

    What this does not assert: Routine ≠ planning.

  79. Planning organises how action could proceed; execution determines what happens when action meets the environment

    Canonical inference

    What this does not assert: Planning ≠ execution.

  80. A coherent plan can still fail to be begun, remembered, sustained or resourced

    Established

    What this does not assert: No execution guarantee.

  81. Conditional plans linking a later cue with a response can make an intended action more available at the relevant moment

    High confidence

    What this does not assert: Implementation intentions; effects vary.

  82. Remembering to act is a prospective-memory function requiring its own explanation

    Canonical inference

    What this does not assert: Handled at D8.5.

  83. Outcomes do not automatically improve a plan; feedback becomes informative relative to an expectation

    Established

    What this does not assert: See D5.9.

  84. An outcome does not identify its own cause among the actions and assumptions that produced it

    Established

    What this does not assert: Credit-assignment problem.

  85. Feedback may be delayed, noisy, incomplete, jointly produced or relevant to only part of the route

    Established

    What this does not assert: Properties limiting revision.

  86. Revision depends on connecting an outcome to the relevant assumption, action or dependency

    Canonical inference

    What this does not assert: Targeted updating.

  87. Monitoring points identify conditions whose occurrence makes continuation, review or revision relevant

    Canonical inference

    What this does not assert: They do not guarantee correct interpretation.

  88. A favourable outcome can follow a poor assumption and an unfavourable outcome a reasonable plan

    High confidence

    What this does not assert: Outcome ≠ planning quality.

  89. Planning demands rise when a sequence must be generated, compared, reorganised or adapted prospectively

    High confidence

    What this does not assert: When planning matters most.

  90. A route may be continued, revised or abandoned as execution develops

    Canonical inference

    What this does not assert: Three adaptive responses.

  91. Revision does not establish that the original plan was worthless

    Canonical inference

    What this does not assert: Initial structure has value.

  92. Changing direction after every fluctuation destroys the coordination planning was meant to provide

    Canonical inference

    What this does not assert: Cost of over-revision.

  93. Refusing to revise preserves imagined conditions after reality has changed

    Canonical inference

    What this does not assert: Cost of under-revision; see D5.25.

  94. Planning is most adaptive when it creates enough structure to coordinate action while remaining open to information that only action can provide

    Canonical inference

    What this does not assert: Closing canonical statement.

What this opens up

What becomes readable once you have this.

Where to go from here

Next published piece

Prospective Memory: Remembering to Act

An intention can be formed, valued and carefully planned without returning when action becomes possible. Prospective memory connects what we intend now with the time, event or context that makes it relevant later.

Continue through the Library →See where this sits in the graph →

Back to the Library →