Overview
PilotDeck is an Agent collaboration cockpit framework jointly open-sourced by Mianbi Intelligence, Tsinghua University, and OpenBMB on May 29, 2026. It addresses the three most painful issues in the current Agent ecosystem: context window explosion, opaque memory mechanisms, and inefficient task routing—through three core mechanisms: 'Memory White-boxing + Intelligent Routing + Always-on', reducing Token consumption by approximately 70%.
Key Features
- Memory White-boxing: The Agent's memory mechanism is fully visible, editable, and auditable, allowing users to directly see what the model remembers and discards.
- Intelligent Routing: Automatically selects the appropriate model size based on task type (small models for coarse tasks, large models for fine tasks), avoiding blind invocation of flagship models.
- Always-on Mode: The Agent continuously listens for tasks, differing from the traditional 'question-and-answer' mode, closer to a real assistant form.
- 70% Token Cost Reduction: Through a triple mechanism of memory compression + routing optimization + context reuse, the cost for the same task drops sharply.
- Fully Open Source: Backed by Mianbi Intelligence + Tsinghua + OpenBMB, with open code, models, and datasets.
- Compatible with Mainstream Agent Frameworks: Can serve as an underlying enhancement for frameworks like LangGraph / CrewAI without rewriting business logic.
Use Cases
- Enterprise Agents requiring long-term operation + continuous learning
- Cost control in high-frequency invocation scenarios
- Compliant Agent applications requiring auditability/explainability
- Academic research: experimental platform for Agent memory mechanisms / intelligent routing
Pros
- 70% Token cost reduction is the most impressive metric among current open-source Agent frameworks
- Memory white-boxing is extremely friendly for enterprise compliance and debugging
- Dual backing from Mianbi + Tsinghua ensures engineering quality
- Always-on approach is closer to a real assistant experience
Pricing
Completely open source and free (Apache 2.0-like license), can be used commercially and for secondary development. Requires self-provided model API or deployment of local small models as execution units.
Summary
PilotDeck is one of the representative projects of the domestic open-source Agent ecosystem in 2026. The design approach of 'white-box memory + intelligent routing' marks a turning point for Agent frameworks from 'making it work' to 'making it optimal'. Suitable for all teams needing large-scale Agent deployment, especially in domestic scenarios with budget sensitivity and auditability requirements.