Exploring Clawe: Open-source Multi-agent Coordination System

Clawe is a multi-agent coordination system built on top of OpenClaw, designed to manage and visualize agent workflows. It handles tasks like coordinating AI agents, scheduling actions, and managing task states, which is particularly useful for activities such as content review and maintenance. Clawe provides a clear structure to let agents operate with specific roles and responsibilities while offering explicit handoffs to human operators.
The setup requires Docker and Docker Compose, along with a Convex account and Anthropic API key. Upon cloning the repository using git clone https://github.com/getclawe/clawe.git, you configure the environment variables in the .env file. Deploy the backend using Convex with npx convex deploy and start the system in production mode via ./scripts/start.sh.
Clawe includes a web dashboard for managing tasks and monitoring agent status. Pre-configured agents like Clawe Squad Lead, Inky Content Editor, Pixel Designer, and Scout SEO wake on scheduled heartbeats, working in Kanban-style task management to ensure continuous workflow execution.
Suitable for teams using AI coding agents for automated tasks, Clawe enhances the manageability and transparency of agent workflows, reducing reliance on manual log inspections.
📖 Read the full source: HN AI Agents
👀 See Also

Node Control: Real-Time Multiplayer .io Game Built Entirely with Claude 4.6 and 4.7
Developer built a live competitive multiplayer .io game, Node Control, using Claude 4.6 and 4.7. Features server-authoritative netcode at 60Hz, 4-region deployment on fly.io, and neural-network aesthetic.

LLMs Leak Reasoning into Structured Output Despite Explicit Instructions
A developer building a tool that makes parallel API calls to Claude and parses structured output found that validation models intermittently output reasoning text before corrected content, despite explicit instructions to return only corrected text. The fix involved prompt tightening plus a defensive strip function that runs before parsing.

PromoClock: Timezone Tracker for Claude's 2x Off-Peak Hours Built with Claude 4.6
A developer built PromoClock.co, a free tool that automatically converts Claude's "5-11am PT / 12-6pm GMT" 2x off-peak promo hours to local time, using Claude 4.6 to handle timezone logic, Next.js 15 setup, and UI design.

SOPHIA Meta-Agent for AI Agent Maintenance
SOPHIA is a meta-agent designed as a Chief Learning Officer that observes, diagnoses, researches, and proposes improvements to other AI agents in production ecosystems. The system was designed through 7 iterations using 4 frontier models with human approval required for all deployments.