Multica Turns AI Coding Agents Into Autonomous Teammates For Dev Teams 🔗
Agents now self-assign, report progress, and compound skills in human-like workflows
Multica reimagines AI agents as first-class teammates rather than prompt-dependent tools. Instead of babysitting runs or copy-pasting context, developers assign GitHub issues to agents like they would to a human colleague.
The agent picks up the task, writes code, flags blockers, and updates statuses autonomously—appearing on project boards and participating in conversations. Built in Go, the platform supports over a dozen agent runtimes including Claude Code, Codex, GitHub Copilot CLI, and Cursor Agent, enabling vendor-neutral, self-hosted orchestration. Its Squads feature adds a routing layer where agent-led groups delegate work internally, mimicking human team hierarchies. Recent work refined skill management with a floating save pill showing change summaries and standardized icons, while issue interactions gained "Open in new tab" and resolved-thread badges. The system’s core innovation lies in treating agents as persistent, skill-accumulating entities that share context over time—reducing redundant prompting and enabling compound expertise. This approach mirrors time-sharing systems like Multics, adapting the concept for human-AI collaboration by multiplexing agent "users" across shared infrastructure.
The catch: Despite rapid iteration, 1,197 open issues signal ongoing instability in edge-case handling, particularly around skill persistence and cross-agent communication in large Squads, making production adoption risky for mission-critical pipelines without extensive testing.
Why this leads today Multica enables developers to deploy coding agents as trackable, skill-compounding teammates, shifting AI from passive tools to structured team collaborators in real development workflows.
- Assign GitHub issues to AI agents for autonomous coding
- Build agent squads that self-delegate tasks based on expertise
- Compound reusable skills across agents to reduce redundant work
Source: multica-ai/multica — based on the README and release notes.