AIToday
Open-Source AIAI Business & IndustryDaily Dose of Data SciencePublished: Jul 2, 2026, 04:00 JST2 min read

Alook launches open-source platform to coordinate AI agents as company teams

Alook launches open-source platform to coordinate AI agents as company teams

Key takeaway

  • Alook is a new open-source platform that lets users assign AI agents (like Claude Code or OpenCode) distinct roles and have them coordinate via email instead of requiring manual message routing.

  • In a walkthrough example, four agents with a CEO, PM, engineer, and ops role were able to build a price-tracking scraper, schedule it to run daily, and alert the user when changes occurred—all without further human input after the initial brief.

  • The tool addresses a key challenge in multi-agent AI systems: preventing chaotic agent-to-agent communication while maintaining persistent context across tasks.

3 Key Points

  1. What happened

    Alook, an open-source self-hosted platform, lets users create multiple AI agents (such as Claude Code or OpenCode sessions) and organize them into an org chart with defined roles and reporting lines. Agents coordinate via email inboxes without manual intervention, and the article walks through building a four-agent price-tracking system that runs on a schedule unattended.

  2. Why it matters

    The platform addresses a real coordination problem in AI agent systems—without structure, multiple agents can create chaotic interactions and lose context. By giving agents formal roles, reporting hierarchies, and asynchronous email-based communication (rather than direct message passing), Alook makes it feasible for small operators to build multi-agent workflows that work like a real team, potentially lowering the barrier for businesses to deploy AI automation.

  3. What to watch

    The platform detects whichever coding agent runtime is already installed on your machine and deploys agents there; it runs as a local daemon and opens a dashboard at http://localhost:15210. The GitHub repository is publicly available for setup and exploration.

Ask the AI about this article →

FAQ

What types of AI agents does Alook support?
Alook works with Claude Code, Codex, and OpenCode—you bring your own agent runtime and the platform gives whichever one you pick a role, inbox, and runtime that persists on your machine.
How do agents communicate in Alook?
Agents email each other using real @alook.ai inboxes, the same way a human team would. You define a reporting hierarchy (e.g., CEO briefs PM, PM routes to engineer or ops), and agents coordinate through that chain rather than via direct message passing or manual data wiring.
Is Alook free and where can I access it?
Alook is open-source and self-hosted—you run it as a daemon on your own machine. The GitHub repository is publicly available for setup.
Daily Dose of Data ScienceRead Original Article

Get the latest Open-Source AI news every morning

For example, today's edition would include:

  • DataAgent launches with $10M to auto-fix Kubernetes faultsSiliconANGLE AI · 4h ago
  • Z.ai runs GLM on 100,000 Chinese AI chipsDIGITIMES Asia · 7h ago
  • Broadcom Unveils VMware AI Factory for Faster Private AITop Companies AI · 16h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleNewsom expands AI use in state while tracking job losses