Tag
Developers built an open-source web UI on top of the Cursor CLI that turns it into a multi-agent control panel, allowing users to run multiple Cursor agent sessions with separate workspaces, scheduling, and MCP config management from a browser-based cockpit.
EvoScientist is an open-source framework that automates research workflows using self-evolving AI scientists with persistent multi-agent memory, adopting a human-on-the-loop paradigm for autonomous research exploration and insight generation.
Ruflo (formerly Claude Flow) is a trending open-source GitHub project that supports orchestrating 100+ specialized AI Agents simultaneously, featuring RAG memory, distributed workflows, enterprise security, and direct integration with Claude Code and Codex. The project is currently ranked #1 on GitHub Trending with 40k+ stars.
Analyzes a new AI development workflow shared by Anthropic employee Thariq, highlighting how replacing Markdown with HTML and SVG can dramatically improve multi-agent collaboration and interaction efficiency, offering a model better suited to human-AI synergy in the AI era.
A developer shares real-world experiences with AI orchestration frameworks (LangGraph, CrewAI, AutoGen), noting trade-offs between ease of prototyping and production reliability, and asks the community about handling failures, human-in-the-loop, and token costs.
Discusses trade-offs between fixed agent roles and dynamic spawning in multi-agent LLM systems, based on personal experience building a multi-agent setup. Explores when explicit specialists are beneficial versus when they add unnecessary ceremony.
本文深入解析了FactoryAI的Missions多智能体架构,通过角色分工、验证合约与结构化交接机制,实现了可在生产环境中连续稳定运行数十天的自动化编码系统。该设计将软件工程瓶颈从人工执行转向人类注意力管理,为开发者提供了可落地的长期多智能体协作方案。
A roundup of the fastest-growing GitHub repositories this week, dominated by autonomous financial and coding agent frameworks, with highlights including TradingAgents, a Claude orchestration platform, and OpenAI's Symphony. The overarching theme is multi-agent orchestration and autonomous AI workflows.
CrewAI released a checkpointing feature for its open-source multi-agent framework, allowing AI workflows to be saved, resumed, forked, and inspected rather than restarting from scratch on failure.
The author describes building an A2A Context Bus within LeanCTX to enable multiple AI agents to share and synchronize project context, addressing issues of isolated agent views and enabling context portability between projects.
The author shares their experience of building a team of 5 AI Agents (Product Manager, Engineer, Designer, Copywriter/Operator, Data Analyst) on the Bloome.im platform to achieve $300K in annual revenue as a solo founder, highlighting that Agents can collaborate and delegate tasks to each other, with 20u of free tokens provided daily.
The author shares insights from building a multi-agent infrastructure, identifying 'identity drift' as a key challenge solved by implementing strict agent passports and file-access controls.
The article introduces SAGE, a multi-agent LLM framework for time-series anomaly detection that uses specialized analyzers to improve interpretability and reliability. It demonstrates superior performance over baselines on three benchmarks and enhances diagnostic reporting through structured evidence consolidation.
This paper introduces Sequential Agent Tuning (SAT), a coordinator-free training paradigm for multi-LLM teams that provides monotonic improvement guarantees and plug-and-play invariance, enabling smaller models to outperform larger ones.
Anthropic conducted an internal experiment where they had Claude act as an agent for employees to buy and sell second-hand items over a week, successfully completing 186 transactions. The results showed that Opus users could negotiate better prices, while Haiku users were at a disadvantage, demonstrating the initial feasibility of an Agent-to-Agent economy.
Claude agents have added a new 'Dreaming' feature that enables self-optimization by reviewing historical conversations and extracting patterns. Together with multi-agent parallel orchestration and quality assessment, this marks the transition of AI agents into a self-evolution stage.
Agents CLI is a new command-line tool that enables rapid building, deployment, and evaluation of multi-agent teams using Google's Agent Development Kit, and works with various coding agents like Claude Code and Codex.
A tool called 'orchestrate' enables users to run a swarm of AI agents with multiple planners, verifiers, and workers, accessible via plugin commands.
Anthropic released workshop materials for "Code with Claude" sessions covering model selection, multi-agent systems, AI-assisted product workflows, and eval-driven agent development.
An open-source workshop repository for building a real-world multi-agent AI system featuring a Deep Research Agent and LinkedIn Writing Workflow using MCP servers, Pydantic structured outputs, and agentic engineering with Claude Code subagents.