mixed-initiative interaction: A collaboration style where both the human and the computer can proactively contribute to a task, negotiating control and goals
co-planning: A collaborative process where the user and agent jointly create and modify a plan of action
co-execution: A collaborative process where the user and agent jointly carry out the steps of a plan, potentially with different steps assigned to different parties
computational notebook: A programming environment (like Jupyter) that combines code, execution results, and narrative text in a linear sequence of cells
ReAct: Reasoning + Actingโa paradigm where LLMs generate reasoning traces and task-specific actions in an interleaved manner
chain-of-thought (CoT): A prompting technique where the model generates intermediate reasoning steps before producing a final answer
Wizard-of-Oz (WoZ): A research method where a human simulates the behavior of a system (usually an AI) to test user interactions before the system is fully built