FAQ
Frequently asked questions
Clear answers about wallet credit, usage, subscriptions, and how Tycoon charges for work.
Is CrewAI the best multi-agent framework?
It's the best for role-based agent design and rapid prototyping — CrewAI scores 82% on task success benchmarks with 1.8s average latency, faster than most alternatives. LangGraph wins for production state management and has 600+ integrations. AutoGen wins for conversational multi-agent patterns. Paperclip wins for governance-first primitives. CrewAI is the best all-rounder for developers who want a clean role-based API and fast iteration.
Can I use Tycoon instead of building a CrewAI crew?
Yes, if your crew was going to mirror a typical company (CEO + department leads + specialists). That's Tycoon's exact shape, pre-built. You give up CrewAI's code-level flexibility but save 20-100 hours of development plus ongoing maintenance. If your crew is genuinely novel (e.g., 'an agent that coordinates 50 research-paper summarizers'), CrewAI is still the right tool. If your crew is 'run my company', Tycoon saves you from building it.
Does Tycoon use CrewAI under the hood?
No. Tycoon uses Claude Code as the underlying agent runtime with a custom orchestration layer. CrewAI and Tycoon share design ideas (role-based agents, task delegation, crew coordination) but are fully independent systems. You can't lift CrewAI code into Tycoon or vice versa. Conceptually if you understand CrewAI's Crew + Agent + Task model, Tycoon's Team + Role + Skill model will feel very familiar.
Which is most production-ready?
LangGraph has the strongest production story thanks to explicit state management and LangSmith observability. Tycoon is production-ready as a managed product — no infrastructure to run. CrewAI is production-capable but you own deployment and monitoring. AutoGen is production-ready via Microsoft's enterprise support. Paperclip is production-ready if you operate infrastructure well. In short: Tycoon if you don't want to operate anything, LangGraph if you need deep state/obs tooling, others if you want control.
Which is most code-efficient for a simple crew?
CrewAI — its two-layer architecture (Crews + Flows) lets you start with 20 lines of Python for a simple crew and add complexity later. LangChain/LangGraph requires more setup code but scales cleaner to complex graphs. AutoGen needs conversation pattern boilerplate. Paperclip has more config overhead. For a simple 'researcher + writer + editor' crew, CrewAI is the fastest to write. For 'run my company', none of them beat Tycoon's zero-code pre-hired team.