AIAny
AI Agent2025
Icon for item

MiroThinker

Deep research agent for complex, long-horizon research and prediction tasks. Pairs a 256K context window with up to 300 tool calls per query for web search, extraction, and code execution. Ships as open 30B and 235B models scoring 82.7% on GAIA.

Introduction

Most agent frameworks chase better benchmarks by scaling the model. MiroThinker's wager is that the cheaper, less-explored lever is interaction depth — how many times an agent can search, read, and run code before it loses the thread. It treats agent-environment interactions as a third performance dimension alongside parameter count and context length, and trains specifically to stay coherent across long tool-use chains.

What Sets It Apart
  • Interaction as a scaling axis. Sustains up to 300 tool calls per task within a 256K-token context, so research problems that need dozens of lookups don't get truncated halfway through.
  • Open weights at two scales. Ships as 30B (mini) and 235B variants on Hugging Face under Apache 2.0, letting you trade cost for capability instead of being locked to one size.
  • Competitive where it counts. Reports 82.7% on GAIA-Val-165, 74.0% on BrowseComp, and 75.3% on BrowseComp-ZH — close to commercial deep-research systems while staying fully inspectable.
  • Tool stack built in. Web search, content extraction, and code execution are integrated rather than bolted on, with context management that favors recent observations.
Who It's For

Great fit if you're building agentic research, web-navigation, or prediction systems and want open weights you can self-host, fine-tune, and audit — especially for mixed Chinese-and-English browsing tasks. Look elsewhere if you need a lightweight, low-latency assistant: a model that expects hundreds of tool calls and a 256K context is heavy for simple chat or single-shot Q&A, and the 235B variant demands a serious GPU budget.

Information

  • Websitegithub.com
  • OrganizationsMiroMind AI
  • AuthorsMiroMindAI
  • Published date2025/08/07

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).