App · Model-Vendor Agentsactive

Manus

Type: app  ·  Vendor: Meta (formerly Butterfly Effect AI / Monica)  ·  Language: N/A  ·  License: proprietary  ·  Status: active  ·  Status in practice: emerging  ·  First released: 2025-03-05

Links: homepage docs

Provide a general-purpose autonomous AI agent that completes end-to-end knowledge work in a dedicated cloud sandbox — browsing, executing code, editing files, tracking a todo.md plan — and fanning out into hundreds of parallel sub-agent clones when a task suits wide-rather-than-deep work.

Description. Manus, originally launched in March 2025 and acquired by Meta in December 2025, is a hosted general AI agent: every task is given its own isolated cloud VM in which the agent reads/writes a todo.md plan, drives a browser, runs Python/JavaScript/Bash, and operates a Linux filesystem. The product pioneered the Wide Research / clone fan-out pattern, in which a main Manus instance spawns up to ~100 fully-capable sub-agents — each a general-purpose Manus, each in its own context window — to process bulk similar items in parallel. The team has publicly documented their context engineering practice — KV-cache stability, file-system-as-context, masking tool logits instead of hot-swapping tool definitions — as the operational core of the loop. The company continues to operate from Singapore after joining Meta.

Agent loop shape. Imperative ReAct-style outer loop driving a long-lived cloud VM. Each task allocated its own Manus Sandbox (fully-isolated Ubuntu VM with networking, filesystem, headless Chromium, shell). One action per iteration, executed in-sandbox, observation appended, cycle repeats. Manus typically writes and maintains a todo.md plan inside the sandbox so the current goal stays at the recent end of the context. Typical task ~50 iterations. Sandboxes persist for hours, auto-sleep when idle, auto-wake on user return. Wide Research sub-protocol spawns N parallel sub-agents, each itself a general-purpose Manus in its own context.

Primary use cases

  • general-purpose autonomous knowledge work in a hosted sandbox
  • Wide Research / clone fan-out tasks over hundreds of similar items
  • long-horizon agent runs needing browser + code + file tools

Key concepts

  • Manus Sandbox sandbox-isolation (docs)Fully-isolated cloud VM allocated per task — networking, filesystem, browser, software tools.
  • todo.md plan file todo-list-driven-agent (docs)Persistent markdown plan the agent authors and updates step-by-step inside the sandbox; keeps the current goal near the end of context.
  • Wide Research / 副本扇出 clone-fan-out-research (docs)Protocol to spawn dozens-to-hundreds of full-capability Manus clones in parallel; each clone gets its own context and depth equal to the main agent's.
  • Manus Browser Operator browser-agent (docs)Browser extension letting Manus operate directly inside the user's local browser environment.
  • File system as ultimate context (docs)Manus treats the sandbox filesystem as unlimited, persistent, directly-operable context that the agent reads and writes instead of stuffing the prompt.
  • Tool-masking state machine (docs)Rather than hot-swapping tool definitions mid-task (which breaks KV cache), Manus masks tool-name token logits during decoding to constrain available actions.

Patterns this app implements

Neighbourhood

Click any neighbour to follow the lineage. Scroll to zoom, drag to pan.