Docs: recommend Claude as orchestrator in user guide
Apra Fleet is an open-source MCP server
Brought to you by:
apralabs
Originally created by: kumaakh
Gemini Flash is significantly slower than Claude for orchestration tasks. The user guide should clearly communicate this to help users make informed choices.
execute_prompt blocks — making it fundamentally unsuitable as an orchestrator that needs to dispatch and monitor multiple members concurrentlyGemini's blocking nature means a Gemini orchestrator serializes all fleet operations, negating the core value of parallel dispatch. Claude's background agent support is a hard requirement for effective orchestration.
Originally posted by: kumaakh
Fixed: docs/user-guide.md:156 has an explicit provider recommendations matrix recommending Claude (Opus/Sonnet) as orchestrator and explaining that Gemini lacks background agents — every execute_prompt blocks, serializing all fleet operations.
Ticket changed by: kumaakh