Agentic Workflow: A multi-step task performed by an AI agent under human oversight, proceeding through a sequence of actions
Action Space: The set of all possible actions an agent can take at a given step, often represented as a branching tree of possibilities
Simulation: The process of generating and presenting multiple future trajectories based on potential actions before committing to a real-world decision
Simulated Impact: Key outcomes (risks, costs, opportunities) annotated on simulated trajectories to help humans compare alternatives
Lookahead Depth: A design dimension determining how far into the future the simulation projects
Exploration Breadth: A design dimension determining how many alternative future branches are presented to the user
Granularity: A design dimension determining the level of detail in the simulation (e.g., rough sketch vs. precise code execution)
Backtracking: The ability to reverse a decision and return to a previous state, which simulation aims to prevent the need for by anticipating dead ends