🔥 Hot Repo: Your Next 10 Hires Won't Be Human — 10K Devs Agree

Multica turns Claude Code and Codex into autonomous teammates with task queues, progress tracking, and compounding skills. It hit 10K stars in 3 months and shipped v0.1.28 today.

By OMC Editorial on 2026-04-13

The pitch on the homepage is blunt: "Your next 10 hires won't be human." Multica, the open-source managed agents platform at multica-ai/multicahttps://github.com/multica-ai/multica, crossed 10,000 GitHub stars since launching in January 2026 and shipped release v0.1.28 earlier today. The concept: stop copy-pasting prompts into Claude Code or Codex and start treating them like coworkers with tickets, deadlines, and a track record. What Problem It Solves Running a coding agent today means babysitting a terminal. You write a prompt, the agent runs, you check the output, write another prompt. There is no persistence, no assignment model, no way to see what three parallel agents are doing without jumping between windows. Multica inserts a coordination layer between the developer and the agent CLIs. You open the board, assign an issue to an agent named "Claude-1", and the agent picks it up, runs the task, posts comments, and marks the issue done — the same workflow as assigning a GitHub issue to a human. How the Architecture Works Multica runs a local daemon that sits on your machine and auto-detects Claude Code, Codex, OpenClaw, and OpenCode on your PATH. The daemon connects back to a Go backend Chi router, gorilla/websocket that streams task state in real time over WebSocket. Task metadata and reusable skills are stored in PostgreSQL 17 with pgvector, which enables semantic retrieval of past solutions. The frontend is Next.js 16. When you assign an issue, the daemon receives the task, launches the appropriate CLI, captures its output, and reports status changes back to the board. If the agent writes a deployment script, Multica stores that as a reusable skill for the whole team. The next time someone needs a similar deployment, the skill surfaces automatically. What Shipped in v0.1.28 The release published at 11:39 UTC today includes a fix for Codex sandbox network access PR 796, inline property editing on the project list view, and X-link corrections. It is t