Tycono is an open-source platform that turns multi-agent AI into something that feels like running a tycoon game. Instead of prompting a single agent, you define an entire company — roles, authority, knowledge — in files, and let the agents work together. Launch with `npx tycono`.
## Company-as-Code
The core idea: roles and workflows live in YAML and Markdown that are versionable and forkable — infrastructure-as-code, but for organizations. A CEO agent dispatches orders through the org tree, each role has scoped authority, and the knowledge base grows every session. Hundreds of agents plan, build, and learn together, with knowledge that compounds across tasks.
## The game layer
It literally looks like a tycoon game: a pixel-art office, agents sitting at desks, leveling up as they complete work. The gamification isn’t just cosmetic — it makes the otherwise-invisible work of a multi-agent system legible. You can see which “employee” is doing what at a glance.
## Why it matters
Local-first, bring-your-own-key, open-source. Most multi-agent frameworks (CrewAI, AutoGen) expose orchestration as code abstractions developers have to hold in their head. Tycono’s bet is that an org-chart metaphor with a visual game layer is a more intuitive way to reason about dozens of cooperating agents. Whether the metaphor scales past novelty is the open question.

Leave a comment