FAQ
Frequently asked questions
Clear answers about wallet credit, usage, subscriptions, and how Tycoon charges for work.
What is CrewAI?
CrewAI is an open-source Python framework for building multi-agent AI systems. You define agents (with role, goal, backstory), tasks, and a crew that coordinates them. It's popular with developers building custom agent workflows — over 35,000 GitHub stars and an active community. It's a library, not a product: you install it, write code, and run it yourself.
Is Tycoon built on CrewAI?
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) but are independent systems. The main architectural difference is that Tycoon is a managed chat-first platform with pre-hired roles, while CrewAI is a BYO-everything Python library.
Can I migrate from CrewAI to Tycoon?
Yes, in spirit. If you've built a CrewAI setup with, say, a marketing crew (strategist, writer, editor) and an ops crew, those roles map cleanly onto Tycoon's pre-hired AI CMO and AI COO plus specialists in the skills marketplace. You can't copy-paste CrewAI code into Tycoon, but you'll recognize the concepts immediately.
Which is cheaper?
CrewAI the library is free. But the real cost is your time to build, deploy, monitor, and fix; plus LLM API costs and hosting. Most CrewAI projects consume 20-100 hours of engineering time before production. Tycoon is free to start with usage-based pricing ($50-$500/mo typically) and zero setup time. For hobby projects CrewAI can be cheaper; for running a real business, Tycoon is almost always cheaper once you count time.
Should I use CrewAI for a one-person company?
Only if you're also a developer who enjoys building. A solo founder using CrewAI will spend most of their time maintaining the framework (prompts, tools, retries, logging) instead of running the company. Tycoon removes that tax: the team is pre-built, the tools are in a marketplace, the hosting is managed. CrewAI is for builders; Tycoon is for operators.