Fast mode
Neo skips the planning step and dispatches agents immediately. Best for focused, well-scoped asks: targeted scans, quick follow-ups, retesting a fix, or any task where the objective is narrow and clear. Faster. Lower cost.Thorough mode
Before executing, Neo asks clarifying questions, builds a structured plan, and spins up parallel sub-agents for each part of the plan. This is the mode for depth: full-scope pentests, broad reconnaissance, multi-phase assessments, and any open-ended objective where a fast pass would miss things.Clarify
Neo asks follow-up questions to narrow scope and understand constraints. The better your answers, the more targeted the plan.
Plan
Neo produces a structured plan using your answers, project context, and any prior task results. It reads files and searches knowledge during this phase but does not run active tools until the plan is ready. You can review the plan before execution begins.
Execute in parallel
Neo spins up parallel sub-agents for independent parts of the plan and runs them simultaneously, which is what makes it effective for broad objectives.
Choosing the right mode
Default to Thorough for anything open-ended or broad. Use Fast when you have a specific, well-scoped ask and want results quickly.| Fast | Thorough | |
|---|---|---|
| Planning step | Skipped | Clarifying questions, structured plan |
| Execution | Single agent, immediate | Parallel sub-agents |
| Best for | Focused, scoped tasks | Broad objectives, full coverage |
| Cost | Lower | Higher |
| When to use | You know exactly what you want | You want Neo to figure out the scope |
What a task produces
When a task completes, you get:- Findings: confirmed vulnerabilities with full evidence, automatically filed to the Issues dashboard if integrations are connected
- Trace: every command, decision, and reasoning step, available for audit or replay
- Report: a summary of what was tested, what was found, and recommended next steps
- Files: any artifacts produced during the run, including scripts, payloads, and screenshots

