Summary
Fast vs Complex Mode gives you control over how your agent approaches tasks. Fast mode is optimized for quick, single-step operations — it skips planning and executes immediately, perfect for simple questions or quick actions. Complex mode engages the full planning pipeline: the agent breaks down your request into steps, creates an execution plan, and works through each step methodically. This is ideal for multi-step research, code generation, or any task that benefits from careful reasoning. You can switch between modes at any time using the toggle in the chat input.