Eigent AI taking on Claude Cowork
Quick Overview
Startup Camel AI, originally developing the multi-agent system product Aent AI, made the radical decision to open source their entire codebase under the name OpenWork.ai, complete with an Apache 2 license, immediately following Anthropic's announcement of Claude Cowork to avoid direct competition.
Key Points: Camel AI's founder, Guhao, decided to kill the Aent AI product and open source it after Anthropic released Cowork, realizing they could not market against a large company like Anthropic. The open-sourced project was immediately renamed to openwork.ai and released under an Apache 2 license, gaining significant traction with one tweet reaching 1.7 million views. The core technology, built on Camel AI's multi-agent framework research, focuses on building hyper-specialized, customizable multi-agent architectures capable of scaling up to a million agents. The OpenWork architecture utilizes three tiers: an Electron desktop front end, a FastAPI agent backend for orchestration, and the agents themselves built on the Camel AI multi-agent core. The system employs task decomposition using a Directed Acyclic Graph (DAG) structure, allowing subtasks to run in parallel, coordinated by a coordinator agent. It includes four pre-built specialized agents: a developer agent with file system access, a browser agent, a document processing agent, and a multimodal agent. Camel AI's long-term goal for the open-sourced system is for it to eventually run entirely with local models, though current iterations work with proprietary models like Gemini 3.
Context: The video details the strategic pivot taken by the startup Camel AI, founded by Guhao, in response to Anthropic launching its 'Cowork' feature, which directly competed with Camel AI's product, Aent AI. Camel AI has a history dating back almost three years, initially focusing on academic research into training models for action-taking, later pivoting to build agent frameworks and systems designed to test multi-agent architectures, leading up to the now open-sourced Aent AI software.