Introduction
In April 2026, Meta acquired Manus for $2 billion and Elon Musk offered Cursor a $60 billion acquisition option. The prevailing narrative on the Chinese internet dismissed both as 'wrapper products' — thin layers over third-party models — and the bids as impulsive. The author argues this is a directional misjudgment: both teams hold a cognitive lead of at least one full step over the industry, and the bids precisely price that lead.
Key points
Manus: First-principles agent design
- No 'hat-wearing': While most 2023–2025 multi-agent systems (e.g., MetaGPT) assigned LLM agents human job roles (PM, architect, engineer, QA) in serial pipelines, Manus keeps every sub-agent a full-capability generalist. Its 'wide research' mechanism splits requests into independent subtasks executed by separate full-capability instances in cloud VM sandboxes. By 2026 this became industry consensus: OpenAI Codex (Plan/Spec Mode), Anthropic Claude Code (orchestrator-worker), and Cursor (Planner-Worker-Judge) all converged on functional — not occupational — division of labor.
- User Generated Software: While competitors treated agents as one-shot task tools, Manus positioned itself as infrastructure for creating distributable software: auto-generating frontend, backend, and database, one-click cloud deployment, shareable links, and APIs letting deployed apps call Manus's own AI. Its waitlist exceeded 2 million after the demo; vibe coding/AI app building became a $4.7B market by late 2025.
- Results: $100M ARR in eight months, 1,470 trillion tokens processed, 80M+ virtual computers created, GAIA Level 3 score of 57.7% vs. OpenAI Deep Research's 47.6%.
- Context engineering: The team's July 2025 blog post — keep prefix stable, make context append-only, mask tools don't remove them — became widely cited across harness engineering. It also endorsed building agents on frontier models' in-context learning rather than training end-to-end agentic models from open weights, a minority view in mid-2025 that became mainstream by 2026.
- On 'wrapper' criticism: In April 2026, China's NDRC blocked the Meta acquisition using the Foreign Investment Security Review Measures' first-ever 'prohibit-and-revoke' order — regulators judged Manus's core team, R&D, training data, and IP as national-security-relevant assets, outweighing any tech-review debate.
- Core judgment: Coding agents are bottlenecked by latency and cost of high-frequency tool calls, so self-trained models are a product necessity — unlike Manus's domain, where the agent framework absorbs model differences.
- Composer evolution: Rather than pretraining from scratch, Cursor took an open-source MoE base and ran large-scale RL post-training in an agent harness simulating production. Composer 1 matched Sonnet 4.5 on ~90% of daily coding tasks at a fraction of the latency. Composer 1.5's 20× RL compute yielded only +6.2 CursorBench points (diminishing returns). Composer 2 added continued pretraining on a Kimi K2.5 base (confirmed by Moonshot) before RL, gaining +17.1 points and achieving Pareto-optimality at significantly lower inference cost — validated by ICML 2025's 'SFT Memorizes, RL Generalizes' and Moonshot's Kimi K2 report.
- Competitor contrast: Cline and ByteDance's Trae don't train models; Cognition's SWE-1.5 does RL but not continued pretraining. Only LLM providers' first-party tools and Cursor complete the full four-stage chain (base selection → continued pretraining → RL → product integration).
- Harness engineering and scaling: The February 2026 'self-driving codebases' experiment used recursive Planner-Worker architectures with hundreds of parallel agents (~1,000 commits/hour peak, 1M+ lines of Rust). After critics found failing CI on the public repo, the author notes the blog itself openly analyzed failure patterns (error-rate tradeoffs, hallucinated dependencies) — a frontier scaling experiment with honest boundaries rather than fraud. Cursor also shipped background agents and parallel execution far earlier than Cline or Trae.
Cursor: The only third party to build a full self-training pipeline
The common pattern
1. Both teams' cognitive lead (agent architecture, context engineering, post-training methodology, harness engineering) predates peers by 6–12 months. 2. Cognitive lead translated into results: Manus's $100M ARR and GAIA lead; Cursor's strongest non-provider position in AI coding — backed by $2B (Meta) and $60B (SpaceX/xAI) bids. 3. 'Wrapper' criticism reflects an outdated 2023 taxonomy; by 2025, training-chain design, agent architecture, context engineering, and harness engineering rival or exceed self-training as measures of technical depth.Real challenges remain: the Manus deal was blocked by the NDRC with an uncertain path forward, and Cursor faces frontal competition from Claude Code and Codex while key engineers move to xAI. Still, the author concludes, in the AI era the scarcest resource is insight into the medium's essence — and these bids priced that insight, not impulse.
---
References 1. Manus Team. Context Engineering: Principles for Agentic AI Systems. July 2025. 2. Cursor Blog. Composer 2: Post-Training for Interactive Programming. 2026. 3. MetaGPT Project Docs. Multi-Agent Framework with Role-Based Collaboration. 2024. 4. GAIA Benchmark Consortium. Level 3 Evaluation Report on Agentic Systems. 2026. 5. ICML 2025 Proceedings. SFT Memorizes, RL Generalizes: Implications for Post-Training. 2025.