Frequently Asked Questions
The questions we hear most often about Marblo.
- What is Marblo?
- Marblo is a desktop app that orchestrates multiple AI coding agents simultaneously on a single kanban board. A central orchestrator splits large work into tickets, assigns them to heterogeneous agents, tracks progress on the board, and puts a human REVIEW gate before anything merges. Beyond just launching several agents, it aims to be a control plane for AI-native teams — tracking tickets, progress, code changes, and reviews in one place — and it runs locally on macOS and Windows.
- How is this different from just using a single CLI or IDE plugin like Claude or Codex?
- A single CLI or IDE plugin is a tool for talking to one agent at a time. Marblo works at the team level on top of that: ① it orchestrates heterogeneous agents — Claude, GPT/Codex, Antigravity — at once, ② it traces work end to end from ticket → agent → PR → diff, ③ it runs agents in isolated git worktrees for safe parallelism, and ④ it keeps a human REVIEW gate before merge. Running agents concurrently is commodity; Marblo's edge is the tracking, decision, and safe-merge layer on top.
- What does the orchestrator actually do?
- The orchestrator is the central agent that directs the team. It breaks large work into file- or module-scoped tickets, assigns each to the best-suited agent, tracks status on the kanban board, and decides the next step when an agent is blocked or finished. You set the direction and just check results at REVIEW.
- Which AI agents does it support?
- It runs heterogeneous agents — Claude, GPT/Codex, and Antigravity — at the same time. It isn't locked to one vendor, and it assigns roles such as backend, frontend, and testing to fit each model's strengths.
- How are model roles assigned?
- Agents are placed by the nature of the work — a top model for complex design, a lighter and cheaper model for repetitive, simple tasks. Everything runs on your own key or subscription (bring your own model), so you decide which model goes where.
- How do I create tickets and the kanban board?
- Define work as a ticket and it lands in the board's TODO column. A ticket can carry a description, an assigned role, and dependencies, and if you describe a goal to the orchestrator it can break large work into several tickets automatically. Agents then claim the tickets and start working.
- How do I track progress?
- Each task moves along the kanban board (TODO → IN_PROGRESS → REVIEW → DONE), and you can watch each agent's state and activity log in real time. You can see at a glance which ticket sits with which agent and what it's doing right now.
- Won't multiple agents collide editing the same file?
- When needed, Marblo runs agents in isolated git worktrees so parallel work doesn't step on each other's files. Tasks are split by file or module so ownership doesn't overlap, and each agent's work is merged safely after review.
- How do I review the PRs and code changes (diffs) agents produce?
- When an agent finishes, it opens its result as a PR and the ticket moves to the REVIEW stage. You inspect the changed code (the diff) and approve it or request changes. Only changes that pass the human REVIEW gate get merged, so even amid automation the final decision stays with you.
- How do I move between agents to keep an eye on them?
- On the board you move between agents and terminals quickly with the arrow keys and look right into what each agent is doing. It's designed so you can run many agents at once yet switch easily and never lose the thread.
- What is MCP and why does it matter?
- MCP (Model Context Protocol) is an open standard for connecting AI to tools like files, databases, and APIs. Marblo supports MCP natively, so multiple agents share the same tools and context consistently — and collaboration state like tickets and the kanban board flows through MCP too.
- Is my code safe?
- Every agent runs locally on your machine, so your code is not sent to Marblo's servers. Repository, terminal, and file access all happen inside that local boundary, which matters when handling sensitive code and data.
- Do you collect telemetry or usage data?
- Your code and file contents are never sent to or collected by Marblo's servers. We handle only anonymous, non-identifying metrics to improve the product, and any detailed telemetry or third-party sharing is opt-in — active only when you turn it on.
- How much does it cost?
- The Free plan is ₩0/month with core features; the Pro plan is ₩19,000/month (about $15) with unlimited projects and agents (fair use). Priority support starts at Team Plus; Team and Enterprise plans are also available.
- Are there separate AI usage fees?
- Yes. Each agent runs on your own API key or subscription. The Marblo fee is the orchestration cost of directing those agents and does not include AI usage fees (bring your own model).
- Does it work on both Mac and Windows? Does it update automatically?
- Yes. Marblo ships as a desktop app for macOS and Windows. When a new version is released the app checks for and applies the update automatically, so you stay on the latest build.
- How do I get started?
- Download and install the app from the download page, then connect the repository (folder) you want to work in. Create your first ticket, assign an agent, and you're orchestrating right away — and you can try it immediately on the Free plan.
- Where do I download it?
- Get the macOS/Windows app from the download page. You can start right away on the Free plan.