Logo
FrontierNews.ai

Moonshot AI's Kimi Agent Swarm Can Write a 104-Page Research Paper While You Make Coffee

Kimi Agent Swarm, built by Beijing-based Moonshot AI, uses a fleet of specialized AI agents working simultaneously to complete complex research, writing, and analysis tasks in a fraction of the time traditional single-model AI requires. Instead of processing requests one step at a time, the system assigns a main orchestrator model to break down your task, then spins up dozens or hundreds of specialized sub-agents to work on different pieces in parallel before stitching the results together into a finished document.

The capability gained attention in April 2026 when someone posted a screenshot on X showing a single prompt generating a fully cited 104-page literature review, complete with Word and PDF exports, without any follow-up prompts or human intervention. The user submitted the request, made coffee, and returned to a finished document that would have consumed two weeks of a PhD student's time.

How Does Agent Swarm Actually Work?

Traditional AI chat works sequentially: you ask a question, it answers, you ask again. Agent Swarm skips that back-and-forth entirely. When you submit a task, the orchestrator model reads your request and determines what kind of work is needed, then delegates to specialist sub-agents that operate simultaneously. One agent might research sources while another fact-checks findings and a third drafts the final output, all at the same time. Moonshot describes the process as "hiring a temporary company for a single job," where the orchestrator acts as the manager, delegating work and assembling the final result.

Moonshot

The current flagship model, Kimi K3, can scale up to 300 sub-agents running across roughly 4,000 coordinated steps. This represents a significant jump from Kimi K2.5, the first version to ship this capability in January 2026, which topped out at 100 parallel agents and 1,500 tool calls.

The parallel processing approach fundamentally changes how complex tasks get completed. A single model working alone must read a source, summarize it, then move to the next source in sequence. A swarm can have twenty sub-agents reading twenty different sources simultaneously, another five cross-checking facts, and one writing the final draft while the others are still working. It functions less like one very fast writer and more like a newsroom operating on deadline.

What Are the Key Technical Specifications?

Kimi K3 is a 2.8 trillion parameter mixture-of-experts model with a 1 million token context window, meaning it can process roughly 1 million words at once. According to Moonshot's technical documentation, it leads on coding and agentic benchmarks among open-weight models, scoring 80.2% on SWE-bench Verified, a standard test for software engineering capabilities.

The system includes several specialized features designed for different work types:

  • Thinking Modes: Instant mode for quick answers and Thinking mode for step-by-step reasoning through complex problems like mathematics or multi-part logic puzzles
  • Multimodal Input: Natively reads images, video, PDFs, and documents without relying on bolted-on optical character recognition, allowing the system to reason over messy scanned reports and charts
  • Office Agent: Handles Word annotations, builds financial models with actual pivot tables, writes LaTeX equations, and outputs directly to PowerPoint, Excel, or PDF without manual exporting
  • ClawHub Skills: A library of over 5,000 pre-built skills the swarm can access for specific workflows, similar in concept to plugins

How to Use Kimi Agent Swarm for Your Work

  • Access the Interface: Head to kimi.com or the mobile app and select Swarm mode from the mode bar next to the input box, alongside options for Deep Research, Slides, Sheets, and Docs
  • Write a Specific Task: Type your request in plain language as you would brief a person; vague requests like "research electric cars" work poorly, but specific ones like "compare the top 5 EV makers by 2026 Q2 sales in India and the US, cite each source, and give me the output as a PDF" perform much better
  • Monitor Progress or Step Away: The interface shows which sub-agents are spinning up and what each one is pursuing; longer jobs can run for up to 40 minutes, but you do not need to watch; simply close the tab and return later to find the finished result
  • Receive Finished Output: Get a complete Word document, PDF, spreadsheet, or slide deck depending on your request, not a chat reply; if something needs adjustment, send a follow-up and the system will either patch the existing output or re-run the relevant section

One practical consideration: Swarm mode is not always the right choice. For quick factual questions answerable in under a minute, activating the full swarm is like calling a team meeting to answer "what time is it?" Users have found it more efficient to default to regular chat for simple queries and reserve Swarm for jobs with real breadth, tasks that would consume an actual afternoon if completed manually.

What Does Kimi Agent Swarm Cost?

Moonshot operates two separate pricing systems that do not communicate with each other, which creates confusion for many users. The app subscription covers the web app, mobile, Kimi Code, and swarm credits on a tiered structure with five tiers:

  • Adagio (Free): Unlimited basic chat but only around 6 agent credits per month and no Agent Swarm access
  • Moderato: $19 per month
  • Allegretto: $39 per month
  • Allegro: $99 per month
  • Vivace: $199 per month, the top tier, with 300-agent swarm access and priority processing

Annual billing reduces the effective monthly price across all paid tiers. The system also includes Kimi Work, a desktop app that mounts local folders and can run scheduled tasks and background Python code for users wanting a persistent local agent, and Kimi Claw, a cloud-hosted version available from the Allegretto plan and above that runs 24/7 with persistent memory.

Where Does Agent Swarm Fall Short?

Despite its capabilities, the system has limitations worth understanding. Claw Groups, a newer feature still in research preview that allows the swarm to mix in agents from other models, locally run agents, and even mobile-based ones all coordinating under the same orchestrator, has not proven reliable in testing. It frequently times out, making it unclear whether the issue stems from user setup or infrastructure still settling.

The underlying technology behind Agent Swarm is not simply a prompt trick applied to an existing model. Moonshot developed something called Parallel Agent Reinforcement Learning specifically to train the orchestrator to decide when splitting a task actually helps versus when it simply burns computational tokens without benefit. Whether this approach has fully solved the problem remains an open question.

The system also requires thoughtful task design. Vague requests produce poor results, and users must learn to write specific, detailed prompts that clearly define what they need. This represents a shift from how many people interact with standard chatbots, where casual phrasing often works fine.