Key Takeaways
- Dots3-Note Preview is Dots Studio’s open-weight multimodal Mixture-of-Experts AI model, combining 280B total parameters with approximately 16B active parameters for efficient reasoning and inference.
- Dots3-Note Preview supports text, images, video, audio, coding, tool use, and up to a 512K context window, making it suitable for complex multimodal and long-horizon agentic workflows.
- Dots Studio positions Dots3-Note Preview as an execution-oriented AI model, using sparse expert routing, hybrid attention, and Multi-Token Prediction to improve agent reasoning, software engineering, and real-world task performance.
Dots3-Note Preview is an open-weight multimodal AI model from Dots Studio that combines a 280-billion-parameter Mixture-of-Experts architecture with about 16 billion active parameters. It processes text, images, video, and audio while supporting long-context reasoning, coding, tool use, and complex agent workflows with a context window of up to 512K tokens.
Artificial intelligence is rapidly moving beyond chatbots that simply answer questions toward autonomous systems capable of reasoning, using tools, interpreting multiple forms of information, and completing complex tasks over extended periods. Dots Studio: Dots3-Note Preview is an important example of this transition, combining an open-weight multimodal foundation model with an architecture specifically designed for reasoning and agentic AI workflows.

Released as the first open-weight model in the Dots3 family, Dots3-Note Preview uses a large-scale Mixture-of-Experts architecture containing approximately 280 billion total parameters while activating only around 16 billion parameters during token processing. This sparse approach is designed to provide access to substantial model capacity without requiring the entire network to participate in every computation.
Dots3-Note Preview is also a native multimodal AI model. It can process text, images, video, and audio while producing text output, opening opportunities for applications that need to understand information across several formats. Its context window of up to 512K tokens further supports demanding workloads such as large-document analysis, repository-scale software engineering, multimodal research, and long-running AI agent tasks.
The architecture incorporates technologies such as Dynamic Sparse Attention, Sliding Window Attention, expert routing, and Multi-Token Prediction. Together, these components aim to improve long-context efficiency, generation performance, and the model’s ability to operate within modern agent frameworks. Dots Studio has also emphasized reinforcement learning for long-horizon environments, where an AI system must evaluate intermediate progress rather than depend exclusively on a final correct answer.
Software engineering and tool use are particularly important parts of the Dots3-Note Preview story. Reported benchmark results show strong performance across coding, terminal operation, multimodal reasoning, and agent evaluations, positioning the model as a potential foundation for coding agents, research assistants, tool-using systems, and other execution-oriented AI applications.
However, its relatively low active parameter count should not be mistaken for lightweight deployment. The complete 280-billion-parameter model still requires substantial memory, making multi-GPU infrastructure or hosted inference more practical than ordinary consumer hardware for full-scale deployment.
This guide explains what Dots Studio Dots3-Note Preview is, how its Mixture-of-Experts architecture works, how it processes multimodal and long-context inputs, its approach to agentic reinforcement learning, benchmark performance, hardware requirements, real-world applications, and what the Dots3 model family could mean for the future of open-weight agentic AI.
Before we venture further into this article, we would like to share who we are and what we do.
About 9cv9
9cv9 is a business tech startup based in Singapore and Asia, with a strong presence all over the world.
With over ten years of startup and business experience, and being highly involved in connecting with thousands of companies and startups, the 9cv9 team has listed some important and crucial software tools in this review.
If you like to get your company listed in our top B2B software reviews, check out our world-class 9cv9 Media and PR service and pricing plans here.
Dots Studio: Dots3-Note Preview: What it is and How It Works
- Overview of Dots3-Note Preview
- Foundation Architecture and Parameter Topology
- Algorithmic Breakthrough: The TEMPO Reinforcement Learning Framework
- Comprehensive Benchmark Evaluation and Empirical Performance
- Real-World Applications and Agent Deployment Workflows
- Distributed Systems Infrastructure, Hardware Recipes, and Serving Economics
- Industry Reception, Qualitative Analysis, and Future Trajectory
1. Overview of Dots3-Note Preview
Dots3-Note Preview is the first open-weight model in Dots Studio’s third-generation Dots3 artificial intelligence family. Released in August 2026, the model is designed as a multimodal Mixture-of-Experts system capable of processing text, images, video, and audio while generating text-based responses.
Dots Studio positions Note as the lightest tier of the broader Dots3 family. Rather than focusing exclusively on benchmark reasoning, Dots3-Note Preview is intended to combine reasoning, multimodal understanding, long-context processing, coding, and multi-step agent workflows within a comparatively compute-efficient architecture.
| Model Attribute | Dots3-Note Preview |
|---|---|
| Developer | Dots Studio |
| Model Family | Dots3 |
| Release | August 2026 |
| Architecture | Mixture-of-Experts |
| Total Parameters | 280 billion |
| Activated Parameters | 16 billion |
| Maximum Context Length | Up to 512K tokens |
| Input Modalities | Text, images, video, and audio |
| Output Modality | Text |
| Primary Focus | Reasoning, coding, multimodal and agent-oriented tasks |
| Model Availability | Open weights |
| Weight Formats | BF16 and FP8 |
| License | Apache 2.0 |
What Is Dots Studio?
Dots Studio is the artificial intelligence research organization behind the Dots model ecosystem. Its earlier work includes models targeting language intelligence, optical character recognition, document understanding, and vision-language processing.
These earlier projects established technical foundations that now converge in the Dots3 generation. Dots3 represents a move toward general-purpose multimodal systems that can reason over multiple information formats and operate across longer, more complicated workflows.
The broader model family is organized around three tiers: Note, Jazz, and Aria. Note is positioned as the smallest and most computationally economical member of the family, while the other tiers are intended to address progressively more demanding workloads.
| Dots3 Tier | Relative Position | Intended Direction |
|---|---|---|
| Note | Lightest | Efficient general and agentic workloads |
| Jazz | Larger | More computationally demanding workloads |
| Aria | Largest tier | Highest-capability workloads in the family |
How Dots3-Note Preview Works
At the center of Dots3-Note Preview is a sparse Mixture-of-Experts architecture. Although the complete model contains approximately 280 billion parameters, only around 16 billion are activated during processing for a given token.
This differs from a conventional dense model, where essentially the entire parameter set participates in processing. An MoE architecture instead contains specialized expert networks and a routing mechanism that determines which experts should process particular information.
The result is an architecture designed to provide access to a very large overall model capacity without requiring all 280 billion parameters to perform computation simultaneously.
| Architecture Concept | How It Functions | Practical Purpose |
|---|---|---|
| Total model capacity | Approximately 280B parameters | Provides broad representational capacity |
| Sparse activation | Approximately 16B parameters activated | Reduces active computation |
| Expert routing | Selects specialized experts for individual tokens | Allocates computation dynamically |
| Shared expert | Provides common processing across inputs | Preserves broadly useful capabilities |
| Multimodal processing | Accepts several types of input | Supports richer real-world tasks |
| Long context | Supports up to 512K tokens | Enables large-document and agent workflows |
Inside the Mixture-of-Experts Architecture
Technical deployment documentation describes the language backbone as containing 256 routed experts together with a shared expert. Eight routed experts can be selected during processing, allowing computation to be distributed according to the characteristics of each token.
This architecture helps explain the distinction between Dots3-Note Preview’s 280-billion-parameter overall size and its much smaller 16-billion activated-parameter footprint.
| Component | Reported Configuration |
|---|---|
| Total Parameters | 280B |
| Active Parameters | 16B |
| Routed Experts | 256 |
| Expert Routing | Top-8 selection |
| Shared Expert | Included |
| Context Window | Up to 512K tokens |
| Precision Options | Native BF16 and FP8 checkpoints |
Multimodal Understanding
Dots3-Note Preview is more than a conventional text-only large language model. Its architecture supports text, images, video, and audio as inputs within the same model framework.
This design allows applications to combine different forms of information within a single task. A workflow could, for example, provide written instructions alongside images or other media and ask the model to reason about the combined material.
The model currently produces text as its output, meaning its multimodal capabilities primarily concern understanding and reasoning over different input formats rather than generating every supported media type.
The Importance of the 512K Context Window
Another significant characteristic of Dots3-Note Preview is its context capacity of up to 512K tokens.
A large context window allows the model to retain substantially more information within a single inference session. This can be useful for analyzing extensive documents, large codebases, research materials, conversation histories, and multi-stage agent workflows.
| Workload | Potential Benefit of Long Context |
|---|---|
| Large document analysis | More source material can remain in context |
| Software development | Larger portions of codebases can be examined |
| Research | Multiple documents can be considered together |
| Agent workflows | Longer task histories can remain accessible |
| Multimodal analysis | Media and accompanying context can coexist |
| Extended conversations | More historical information can be retained |
Connection to IMO 2026
The Dots3 model family attracted attention before the open-weight preview because dots-note-3.0, a related model in the Note series, achieved a perfect 42 out of 42 score under official grading for the 2026 International Mathematical Olympiad problems.
That result demonstrated the family’s potential for highly structured mathematical reasoning. However, Dots3-Note Preview should not simply be treated as the exact open-weight version of the IMO system. It is better understood as a model from the same broader technical lineage, with its public release emphasizing general reasoning, multimodal processing and real-world agent tasks.
| Model | Primary Significance |
|---|---|
| dots-note-3.0 | Demonstrated advanced mathematical reasoning |
| Dots3-Note Preview | First open-weight release in the Dots3 family |
| Dots3 Note tier | Lightweight tier of the broader Dots3 strategy |
| Future Jazz and Aria | Higher tiers for more demanding workloads |
Why Agentic AI Is Important to Dots3-Note Preview
One of the more notable aspects of Dots3-Note Preview is its emphasis on agent-oriented workloads. Instead of treating artificial intelligence primarily as a question-and-answer system, an agentic model may need to maintain objectives, interpret changing information, use tools, reason through intermediate steps, and continue working across an extended sequence of actions.
This creates a different technical challenge from solving a self-contained benchmark problem.
| Traditional AI Task | Agent-Oriented Task |
|---|---|
| Single prompt | Multi-stage objective |
| Static information | Changing environment |
| Short reasoning sequence | Long-horizon execution |
| One response | Repeated decisions and actions |
| Limited state | Persistent task context |
| Mostly deterministic goal | Potentially uncertain real-world conditions |
Dots Studio therefore presents Dots3-Note Preview as a step toward models capable of operating across longer and less predictable real-world workflows rather than optimizing solely for isolated reasoning benchmarks.
BF16 and FP8 Model Options
Dots3-Note Preview is distributed with BF16 and native FP8 checkpoints. Deployment documentation confirms both formats and describes support for modern inference frameworks.
The availability of FP8 is particularly relevant for organizations evaluating large-model inference efficiency. Lower-precision representations can reduce memory and computational requirements when supported by appropriate hardware and inference software.
| Format | Main Characteristic | Typical Consideration |
|---|---|---|
| BF16 | Higher numerical precision | Research and conventional deployment |
| FP8 | Lower-precision representation | Memory and inference efficiency |
Where Dots3-Note Preview Fits in the AI Model Landscape
Dots3-Note Preview represents a broader trend toward sparse, multimodal and increasingly agent-oriented foundation models.
Its 280-billion-parameter capacity makes it a very large model in total size, but the MoE design reduces the amount of the network activated for each token to approximately 16 billion parameters. Combined with multimodal inputs and a 512K-token context window, this creates an unusual balance between overall model capacity and active computation.
| Design Priority | Dots3-Note Preview Approach |
|---|---|
| Model scale | 280B total parameters |
| Compute efficiency | 16B activated parameters |
| Specialization | Sparse expert routing |
| Long-context tasks | Up to 512K tokens |
| Multimodality | Text, image, video and audio understanding |
| Agentic workflows | Designed for multi-step real-world tasks |
| Deployment flexibility | BF16 and FP8 open-weight checkpoints |
What Makes Dots3-Note Preview Noteworthy?
Dots3-Note Preview is significant because it combines several technologies that are increasingly important in modern foundation models: sparse expert routing, native multimodal understanding, very long context, efficient parameter activation, and support for agent-oriented workflows.
Its open-weight release also gives developers and researchers greater flexibility to study, host, benchmark, fine-tune and integrate the model rather than depending entirely on a closed hosted service.
The most important distinction is therefore not simply that Dots3-Note Preview contains 280 billion parameters. Its defining characteristic is how those parameters are organized and selectively activated. By combining a large expert pool with approximately 16 billion active parameters, Dots Studio is attempting to balance model capacity, reasoning capability and inference efficiency while extending the Dots3 family toward practical multimodal agents.
2. Foundation Architecture and Parameter Topology
Dots3-Note Preview uses a native multimodal Mixture-of-Experts architecture designed to combine large overall model capacity with substantially lower per-token computation. Dots Studio reports 280 billion total parameters but approximately 16 billion activated parameters, meaning only a fraction of the available network participates in processing each token. This sparse-compute approach is central to the model’s balance between capability, inference efficiency, and scalability.
The architecture accepts text, images, video, and audio while producing text output. It also incorporates Multi-Token Prediction, Dynamic Sparse Attention, Sliding Window Attention, and specialized vision and audio encoders within the broader multimodal system.
| Architectural Dimension | Specification |
|---|---|
| Architecture Class | Native multimodal Mixture-of-Experts |
| Total Parameters | 280 billion |
| Activated Parameters | 16 billion |
| Transformer Layers | 46 |
| Layer Distribution | 1 dense layer + 45 MoE layers |
| Hidden Size | 5,120 |
| Dense FFN Size | 13,824 |
| MoE Expert FFN Size | 1,536 per expert |
| Routed Experts | 256 |
| Shared Experts | 1 |
| Experts Selected per Token | Top 8 |
| Attention Structure | 13 DSA + 33 SWA layers |
| DSA Selection | Top 2,048 |
| Context Length | Up to 512K tokens |
| Vocabulary Size | 152K |
| MTP | 1 shared layer, 1.13 billion parameters |
| Vision Encoder | 7B-parameter MoE ViT, 1.2B activated |
| Audio Encoder | 800M-parameter dense model |
| Supported Precision | BF16 and FP8 |
| Inputs | Text, image, video, and audio |
| Output | Text |
How the 280B-Parameter MoE Architecture Works
The distinction between 280 billion total parameters and 16 billion activated parameters is fundamental to understanding Dots3-Note Preview.
In a conventional dense Transformer, the same feed-forward network is generally involved in processing every token. A Mixture-of-Experts model instead maintains a much larger collection of specialized feed-forward networks, or experts, and routes each token through only a small subset.
Dots3-Note Preview contains 256 routed experts plus one shared expert. For each token, its routing system selects eight routed experts. The shared expert provides an additional common processing path. Consequently, the architecture can maintain a large reservoir of learned parameters without requiring the entire 280-billion-parameter network to execute for every token.
| Parameter Concept | Role in Dots3-Note Preview |
| 280B total parameters | Represents the overall stored model capacity |
| 16B activated parameters | Represents the approximate parameter workload activated during token processing |
| 256 routed experts | Provides a large pool of specialized computation |
| Top-8 routing | Selects a small expert subset for each token |
| Shared expert | Provides a common expert pathway |
| Sparse activation | Separates overall model scale from per-token computational requirements |
Transformer Layer Structure
The language backbone contains 46 Transformer layers. The first layer uses a conventional dense feed-forward structure, while the remaining 45 layers employ the Mixture-of-Experts architecture.
The core hidden representation has a dimensionality of 5,120. The initial dense feed-forward layer expands this representation to an intermediate size of 13,824, whereas the individual experts in the MoE layers use a considerably smaller intermediate dimension of 1,536.
This arrangement concentrates most of the model’s parameter capacity across numerous comparatively small experts rather than constructing one enormous feed-forward network that must execute for every token.
| Layer Component | Configuration | Architectural Purpose |
| Dense Transformer layer | 1 layer | Establishes conventional dense processing |
| MoE Transformer layers | 45 layers | Provides sparse expert computation |
| Hidden dimension | 5,120 | Core token representation |
| Dense FFN dimension | 13,824 | Feed-forward transformation in dense layer |
| Expert FFN dimension | 1,536 | Compact computation inside individual experts |
| Routed experts | 256 | Expands total model capacity |
| Shared expert | 1 | Maintains common processing pathway |
| Active routed experts | 8 | Limits per-token expert computation |
Hybrid Dynamic Sparse and Sliding Window Attention
Long-context processing presents another major computational challenge. Conventional self-attention becomes increasingly expensive as sequence length grows because each token may potentially interact with a very large number of preceding tokens.
Dots3-Note Preview addresses this through a hybrid attention topology containing 13 Dynamic Sparse Attention layers and 33 Sliding Window Attention layers. Dots Studio describes this as an approximate one-to-three structural ratio.
Dynamic Sparse Attention provides selective access to information distributed across a longer context. Dots3-Note Preview uses a Top-2048 DSA configuration, restricting attention to a dynamically selected subset rather than indiscriminately processing the complete historical sequence.
Sliding Window Attention serves a complementary function by concentrating computation on nearby tokens. This helps preserve detailed local relationships while avoiding the expense of full global attention throughout every layer.
| Attention Mechanism | Primary Role | Efficiency Objective |
| Dynamic Sparse Attention | Selectively retrieves relevant long-range information | Reduces unnecessary long-distance attention |
| Sliding Window Attention | Maintains detailed local token relationships | Restricts attention to a manageable local region |
| Hybrid DSA + SWA | Combines global retrieval with local continuity | Supports efficient long-context reasoning |
| Top-2048 DSA | Selects a limited set of relevant positions | Controls attention computation at large context sizes |
Why the 512K Context Window Matters
Dots3-Note Preview supports context lengths of up to 512K tokens, corresponding to a maximum configuration of 524,288 tokens in the published deployment recipe.
Such capacity is particularly relevant to agentic systems, repository-scale coding, large-document analysis, multimodal research, and workflows where an AI system must maintain substantial histories of observations and actions.
However, maximum context capacity should not be confused with inexpensive context processing. Dots Studio notes that practical deployment context length should be adjusted according to available GPU memory, concurrency, and input modalities. Its published vLLM example, for instance, demonstrates a 262,144-token deployment rather than automatically allocating the full 512K window.
| Long-Context Workload | Potential Architectural Advantage |
| Large document analysis | More source material can remain within one context |
| Software engineering | Larger portions of repositories can be processed together |
| Agent workflows | Longer histories of observations and actions can be retained |
| Multimodal analysis | Text and media-derived information can coexist in context |
| Research synthesis | Larger collections of evidence can be evaluated together |
| Extended conversations | More historical interaction can remain available |
Multi-Token Prediction
Dots3-Note Preview also incorporates Multi-Token Prediction. Dots Studio specifies one shared MTP layer containing approximately 1.13 billion parameters.
Multi-Token Prediction extends the conventional next-token prediction paradigm by providing machinery that can support prediction beyond a single immediate token. During serving, this capability can be used for speculative decoding, where candidate future tokens are generated and verified more efficiently.
The published SGLang deployment guidance supports NEXTN speculative decoding using the model’s MTP capabilities. Dots Studio reports that enabling this optional configuration can reduce time per output token by more than 50 percent under its supported deployment setup. vLLM also supports three-token MTP speculative decoding for the model.
| MTP Characteristic | Dots3-Note Preview |
| MTP Architecture | 1 shared layer |
| MTP Parameters | Approximately 1.13B |
| Main Serving Role | Speculative decoding |
| SGLang Support | NEXTN speculative decoding |
| vLLM Support | Three-token MTP speculative decoding |
| Potential Benefit | Faster token generation under supported configurations |
Native Multimodal Architecture
Dots3-Note Preview is not simply a language model with image processing added externally. Its published architecture includes dedicated vision and audio components integrated with the language backbone.
The vision encoder is a 7-billion-parameter Mixture-of-Experts Vision Transformer with approximately 1.2 billion activated parameters. The audio encoder is a dense model containing approximately 800 million parameters.
This architecture allows the model to understand four major input modalities while maintaining text as its output format.
| Modality | Processing Component | Model Capability |
| Text | Core language backbone | Language understanding and reasoning |
| Image | MoE Vision Transformer | Image, chart, and document understanding |
| Video | Vision pipeline with temporal media input | Video-content interpretation |
| Audio | 800M dense audio encoder | Speech and audio understanding |
| Output | Language backbone | Text generation |
Video is particularly notable because Dots Studio’s implementation processes the associated audio track when one is available. This means a video request can provide both visual and auditory information to the model rather than treating video solely as a sequence of silent frames.
Vision Encoder Parameter Efficiency
The vision subsystem applies the same sparse-computation philosophy found in the language backbone. Its MoE Vision Transformer contains approximately 7 billion parameters in total but activates roughly 1.2 billion.
This allows Dots3-Note Preview to maintain substantial visual-model capacity without activating the complete vision network for every relevant computation.
| Model Subsystem | Total Parameters | Activated Parameters | Architecture |
| Main model | 280B | 16B | Multimodal MoE |
| Vision encoder | 7B | 1.2B | MoE Vision Transformer |
| Audio encoder | 800M | Dense | Audio model |
| MTP layer | 1.13B | Shared MTP component | Multi-Token Prediction |
BF16 and FP8 Checkpoints
Dots Studio provides Dots3-Note Preview in BF16 and FP8 variants. The FP8 version is particularly important for practical deployment because the full model remains extremely large despite its sparse activation characteristics.
Sparse activation reduces computation, but it does not eliminate the need to store the model’s extensive parameter set. This distinction means that a 16-billion-active-parameter MoE should not be interpreted as having the same memory requirements as a conventional 16-billion-parameter dense model.
Dots Studio recommends FP8 for a single eight-GPU-node deployment and notes that BF16 requires more memory. Its published serving examples target multi-GPU environments, including an eight-H100 vLLM configuration.
| Deployment Factor | BF16 | FP8 |
| Numerical representation | Higher precision | Reduced precision |
| Model memory requirement | Higher | Lower |
| Official availability | Supported | Supported |
| Single-node recommendation | More memory intensive | Recommended for eight-GPU deployment |
| Primary consideration | Precision and compatibility | Serving efficiency and memory reduction |
Architecture at a Glance
Dots3-Note Preview can therefore be understood as several efficiency strategies operating simultaneously rather than as a single large Transformer.
| Architectural Challenge | Dots3-Note Preview Approach |
| Very large model capacity | 280B-parameter MoE |
| Excessive per-token computation | Approximately 16B activated parameters |
| Expert specialization | 256 routed experts with Top-8 selection |
| Common knowledge processing | Dedicated shared expert |
| Long-range attention cost | Dynamic Sparse Attention |
| Local sequence coherence | Sliding Window Attention |
| Extremely long prompts | Up to 512K context |
| Generation latency | MTP-assisted speculative decoding |
| Visual processing | 7B MoE Vision Transformer |
| Audio understanding | 800M dense audio encoder |
| Deployment memory pressure | Native FP8 checkpoint |
The resulting architecture is significant because Dots Studio is not relying on parameter count alone to increase model capability. Dots3-Note Preview combines sparse expert activation, hybrid attention, long-context processing, multimodal encoders, and speculative decoding within the same foundation-model design.
Its 280-billion-parameter scale describes the model’s total capacity, while its 16-billion activated-parameter figure describes a substantially smaller computational pathway used for each token. That separation between stored intelligence capacity and active computation is the central architectural principle behind Dots3-Note Preview.
3. Algorithmic Breakthrough: The TEMPO Reinforcement Learning Framework
TEMPO, short for Test-time-scaled Value Estimation with Macro-step Policy Optimization, is presented by Dots Studio as a reinforcement learning framework for improving AI agents that must operate across long, interactive trajectories. Its central objective is to improve credit assignment when useful feedback may arrive long after an agent has taken the actions responsible for success or failure.
This problem is particularly relevant to interactive benchmarks such as ARC-AGI-3. Unlike static reasoning tests, ARC-AGI-3 requires an agent to explore unfamiliar environments, infer objectives, remember previous interactions, select actions, and continuously adapt its strategy.
| Reinforcement Learning Challenge | TEMPO Approach |
|---|---|
| Long agent trajectories | Groups interactions into macro-steps |
| Sparse or delayed rewards | Creates intermediate value estimates |
| Difficult credit assignment | Evaluates progress before a trajectory finishes |
| Open-ended environments | Uses model-based evaluation rather than requiring only fixed answer labels |
| Complex state changes | Evaluates the current environmental state |
| Limited static critics | Expands evaluation with test-time computation |
| Weak intermediate supervision | Converts state evaluation into intermediate learning signals |
Why Conventional Reinforcement Learning Struggles With Long-Horizon Agents
Many reinforcement learning techniques used for language models work particularly well when an outcome can be evaluated reliably at the end of a relatively contained trajectory.
Mathematics and competitive programming provide good examples. A mathematical answer can sometimes be checked automatically, while code can be executed against test cases. These environments provide relatively clear signals indicating whether a generated solution succeeded.
Long-horizon agents face a fundamentally different optimization problem.
An agent may perform hundreds or thousands of interactions before reaching its objective. It may manipulate external state, use tools, encounter unexpected information, revise previous assumptions, or make an apparently reasonable decision whose consequences become visible much later.
ARC-AGI-3 illustrates this distinction particularly well. Agents receive environmental states and must determine which actions matter without being told the rules or objective in natural language. Performance depends on exploration, memory, goal acquisition, planning, and adaptation rather than simply producing a final answer.
| Closed-Ended Reasoning | Long-Horizon Agent Task |
|---|---|
| Clearly defined problem | Objective may need to be inferred |
| Relatively short trajectory | Potentially extensive interaction sequence |
| Final answer dominates evaluation | Intermediate actions influence later outcomes |
| Environment remains largely static | Actions can modify environmental state |
| Reward can often be verified | Progress may be difficult to quantify |
| Errors appear relatively quickly | Mistakes may become apparent much later |
| Limited external interaction | Repeated environment and tool interaction |
The Credit Assignment Problem
The central difficulty TEMPO attempts to address is credit assignment.
Consider an agent completing a lengthy workflow consisting of research, planning, tool use, verification, revision, and execution. If the only meaningful reward arrives when the complete task finishes, reinforcement learning must determine which earlier decisions contributed to the outcome.
As trajectories grow, this becomes increasingly difficult.
A successful final result does not imply that every preceding action was useful. Conversely, a failed trajectory may contain many excellent intermediate decisions followed by one critical mistake.
TEMPO introduces intermediate evaluation points intended to provide a more informative learning signal throughout this process.
From Token-Level Actions to Macro-Steps
TEMPO restructures long trajectories around macro-steps.
Instead of treating every individual token, tool call, or microscopic interaction as the primary behavioral unit, multiple rounds of agent-environment interaction are grouped into larger segments.
A macro-step can therefore represent a meaningful phase of behavior rather than an isolated action.
| Optimization Granularity | Typical Unit | Main Limitation or Benefit |
|---|---|---|
| Token level | Individual generated token | Extremely fine-grained |
| Action level | Individual environment action | Better behavioral interpretation |
| Turn level | Agent-environment exchange | Captures interaction cycles |
| TEMPO macro-step | Multiple related interactions | Preserves longer behavioral structure |
| Full trajectory | Complete task | Provides outcome but weak intermediate credit |
This segmentation is important because many agent behaviors only become meaningful when viewed as a sequence.
Opening a tool, retrieving information, inspecting the result, revising a hypothesis, and executing another action may collectively constitute one coherent strategy. Evaluating those operations independently can obscure their relationship.
The TEMPO Training Cycle
At a high level, TEMPO can be understood as a repeating interaction-and-evaluation loop.
| Stage | TEMPO Operation | Purpose |
|---|---|---|
| Execute | Agent interacts with its environment | Advances the task |
| Segment | Interactions form a macro-step | Preserves behavioral coherence |
| Pause | Execution temporarily reaches an evaluation boundary | Creates a credit-assignment checkpoint |
| Evaluate | Current state receives additional reasoning effort | Estimates progress and expected return |
| Assign | Evaluation becomes an intermediate learning signal | Attributes credit before final completion |
| Continue | Agent resumes the unfinished trajectory | Extends learning across the complete task |
Test-Time-Scaled Value Estimation
The most distinctive idea behind TEMPO is its approach to estimating the value of an intermediate state.
Conventional actor-critic reinforcement learning commonly relies on a learned critic or value function to estimate expected future reward. TEMPO instead emphasizes increasing computation during the evaluation process itself.
At a macro-step boundary, the model can effectively transition from acting to evaluating.
Rather than immediately selecting another environmental action, additional inference can be devoted to answering a different question:
How promising is the state that the agent has reached?
This changes value estimation from a lightweight prediction into a reasoning-intensive process.
Actor-to-Critic Role Transition
The actor-to-critic transition is an important conceptual component of TEMPO.
During normal execution, the model acts as the policy. Its objective is to determine what should happen next.
At evaluation boundaries, its role changes. The system examines the trajectory and current environment from the perspective of a critic.
| Actor Mode | Critic Mode |
|---|---|
| Chooses the next action | Evaluates previous progress |
| Attempts to advance the objective | Estimates quality of the current state |
| Interacts with the environment | Investigates whether the strategy is working |
| Focuses on execution | Focuses on evaluation |
| Produces actions | Produces value information |
The same broad reasoning capabilities that help an agent solve a problem can therefore also contribute to evaluating its progress.
Scaling Compute for the Critic
TEMPO’s test-time scaling principle means that intermediate evaluation need not be limited to a single shallow prediction.
Additional computation can potentially be allocated to reasoning about the trajectory, examining state changes, testing hypotheses, or using available tools to determine whether the agent is moving toward a successful outcome.
This distinction matters because evaluating progress in an open environment can itself be a difficult reasoning problem.
| Conventional Value Estimation | Test-Time-Scaled Value Estimation |
|---|---|
| Primarily learned prediction | Reasoning-intensive evaluation |
| Limited inference budget | Expandable evaluation computation |
| Usually passive | Can incorporate active investigation |
| Fixed evaluation behavior | Can adapt evaluation depth |
| Produces state-value estimate | Produces a more deliberative estimate of trajectory quality |
Intermediate Advantage Signals
Once TEMPO estimates the value of a macro-step state, that information can be transformed into an intermediate advantage signal.
Advantage estimation broadly asks whether an action or state transition produced a result that was better or worse than expected.
Providing such information before the trajectory ends can substantially improve the learning signal available to the policy.
Consider a simplified ten-stage agent task:
| Stage | Agent State | Final-Reward-Only Training | TEMPO-Style Training |
|---|---|---|---|
| 1 | Initial exploration | No meaningful reward | Intermediate evaluation |
| 2 | Environment discovery | No meaningful reward | Intermediate evaluation |
| 3 | Hypothesis formed | No meaningful reward | Progress can be assessed |
| 4 | Strategy attempted | No meaningful reward | Strategy quality can be assessed |
| 5 | State changes | No meaningful reward | Consequences can be evaluated |
| 6 | Error detected | No meaningful reward | Negative signal can emerge |
| 7 | Strategy revised | No meaningful reward | Recovery can receive credit |
| 8 | Objective approached | No meaningful reward | Stronger positive signal |
| 9 | Final action | No meaningful reward | Near-completion evaluation |
| 10 | Success or failure | Final reward | Final reward |
The key difference is not the elimination of final rewards. Instead, TEMPO attempts to enrich the trajectory with additional information about which portions of the agent’s behavior improved or damaged its prospects.
TEMPO Compared With GRPO
Group Relative Policy Optimization has become an important approach for training reasoning models because it can compare multiple sampled solutions and derive relative learning signals from their outcomes.
That paradigm is particularly natural when solutions can be independently verified.
TEMPO targets a different class of problem: environments where an agent continually interacts with state and where evaluating only complete rollouts can provide insufficient information about what happened internally.
| Dimension | GRPO-Oriented Reasoning | TEMPO-Oriented Agent Training |
|---|---|---|
| Typical task | Verifiable reasoning | Interactive agent execution |
| Evaluation focus | Completed rollout | Macro-step and trajectory |
| Reward availability | Often final and verifiable | Potentially delayed and sparse |
| Environment | Frequently static | Stateful and changing |
| Optimization unit | Group completions | Structured trajectory segments |
| Intermediate evaluation | Limited requirement | Central design component |
| Critic computation | Not defining mechanism | Test-time-scaled evaluation |
| Primary objective | Improve solution reasoning | Improve long-horizon agent behavior |
Why ARC-AGI-3 Is Relevant
ARC-AGI-3 provides an appropriate testing environment for ideas such as TEMPO because it was specifically designed around interactive intelligence rather than static question answering.
The benchmark presents unfamiliar environments without natural-language instructions. Agents must explore, infer goals, learn how actions affect the environment, remember previous discoveries, and plan across multiple steps. The benchmark explicitly measures long-horizon planning, sparse-feedback learning, and experience-driven adaptation.
ARC-AGI-3’s scoring methodology also considers both completion and action efficiency. This creates pressure not merely to eventually solve an environment but to learn and act efficiently.
| ARC-AGI-3 Requirement | Relevance to TEMPO |
|---|---|
| Exploration | Requires evaluation of uncertain intermediate states |
| Goal acquisition | Agent must determine what success means |
| Memory | Previous observations influence later decisions |
| State interaction | Actions modify subsequent observations |
| Long-horizon planning | Credit must extend across multiple actions |
| Sparse feedback | Intermediate evaluation becomes valuable |
| Adaptation | Policy must revise behavior from experience |
Why TEMPO Matters for Agentic AI
TEMPO represents a broader shift in reinforcement learning research: from optimizing models primarily for final answers toward optimizing systems that must remain effective throughout extended sequences of decisions.
The distinction becomes increasingly important as AI systems move from answering questions toward completing software engineering tasks, conducting research, operating digital tools, navigating interactive environments, and coordinating multi-stage workflows.
| Agent Capability | Why Intermediate Evaluation Matters |
|---|---|
| Autonomous research | Research direction can be evaluated before completion |
| Coding agents | Implementation progress can be checked between development stages |
| Tool-using agents | Tool results can alter future strategy |
| Interactive reasoning | Environmental discoveries change subsequent decisions |
| Long-running workflows | Errors can be identified before final failure |
| Adaptive agents | New evidence can trigger strategic revision |
The Core Innovation Behind TEMPO
TEMPO’s central idea can be summarized as moving reinforcement learning evaluation inside the trajectory.
Instead of asking only whether an agent eventually succeeded, the framework attempts to repeatedly determine whether the agent is currently moving toward success.
Macro-steps provide meaningful evaluation boundaries. Test-time-scaled reasoning strengthens the critic. Intermediate value estimates improve credit assignment. Those signals can then guide policy optimization across trajectories where conventional final-reward approaches may struggle.
This makes TEMPO particularly relevant to the emerging generation of long-horizon AI agents. As agent tasks become more interactive, stateful, uncertain, and extended over time, determining the quality of intermediate decisions may become almost as important as determining whether the final answer was correct.
The ARC-AGI-3 benchmark reinforces why this problem matters: interactive intelligence requires systems to learn from experience across time, not simply generate an accurate response to a static prompt.
4. Comprehensive Benchmark Evaluation and Empirical Performance
Dots3-Note Preview is positioned as a compute-efficient open-weight model with particularly strong results in software engineering, terminal operation, multimodal understanding, and agent-oriented tasks. Dots Studio’s published evaluation reports a 78.4 percent result on SWE-bench Verified, 75.1 on Terminal-Bench 2.1, and competitive results across several newer agent benchmarks.
The results are especially notable because Dots3-Note Preview uses approximately 16 billion activated parameters despite containing 280 billion parameters overall. Its benchmark profile therefore emphasizes the relationship between sparse active computation and high task performance rather than total parameter count alone.
Benchmark Performance Overview
| Benchmark | Evaluation Domain | Dots3-Note Preview | Interpretation |
|---|---|---|---|
| SWE-bench Verified | Software engineering | 78.4% | Strong repository-level issue resolution |
| SWE-bench Multilingual | Multilingual software engineering | 75.7% | Strong performance across programming ecosystems |
| SWE-bench Pro | More difficult software engineering | 61.0% | Competitive on complex engineering tasks |
| Terminal-Bench 2.1 | Terminal and system operation | 75.1 | Strong command-line agent capability |
| MMMU-Pro | Multimodal reasoning | 79.1% | Competitive expert-level visual reasoning |
| Claw-Eval | Tool use and agent execution | 73.4% | Strong general agent performance |
| WildClawBench | Long-horizon agent tasks | 61.7 | Competitive interactive-agent performance |
| Humanity’s Last Exam | Frontier knowledge and reasoning | 52.6% with tools | Strong tool-assisted multidisciplinary reasoning |
| Mercor APEX Agents | Professional agent tasks | 30.8% | Competitive professional-task performance |
These figures should be interpreted within their specific evaluation harnesses. Benchmark scores are not directly comparable across suites because each benchmark uses different agents, tools, prompts, judges, environments, and scoring procedures.
Software Engineering Performance
Software engineering is one of the strongest areas demonstrated by Dots3-Note Preview.
Dots Studio reports a 78.4 percent resolved rate on SWE-bench Verified. SWE-bench Verified consists of 500 human-filtered software engineering problems derived from real repositories, making it substantially closer to practical repository maintenance than conventional code-generation tests.
| Coding Benchmark | Reported Score | What It Tests |
|---|---|---|
| SWE-bench Verified | 78.4% | Real repository issue resolution |
| SWE-bench Multilingual | 75.7% | Software engineering across multiple programming languages |
| SWE-bench Pro | 61.0% | More demanding repository-level engineering |
| Terminal-Bench 2.1 | 75.1 | Terminal operation and system-level execution |
These benchmarks test capabilities extending beyond writing isolated functions. Successful agents typically need to inspect repositories, identify relevant files, understand dependencies, modify code, execute tests, interpret failures, and iteratively repair their implementation.
This makes the results particularly relevant to coding-agent applications.
SWE-bench Verified in Context
The 78.4 percent SWE-bench Verified figure is strong, but claims such as “number one overall” require qualification because SWE-bench results depend heavily on the evaluation harness and leaderboard configuration.
The official SWE-bench leaderboard explicitly associates results with an agent implementation, meaning two evaluations of the same underlying model can produce different scores depending on scaffolding and execution strategy.
| Factor | Why It Matters |
|---|---|
| Base model | Determines underlying reasoning and coding ability |
| Agent harness | Controls how the model explores and edits repositories |
| Tool access | Determines what actions the agent can perform |
| Reasoning budget | Influences how much computation is available |
| Test strategy | Affects the ability to identify incorrect patches |
| Evaluation date | Leaderboards change as newer models appear |
For this reason, the 78.4 percent figure is more useful as evidence of strong software-engineering capability than as a permanent universal ranking.
Terminal-Bench 2.1
Dots Studio reports a score of 75.1 on Terminal-Bench 2.1.
Terminal-oriented evaluations measure a different capability from conventional code generation. The model must interact with command-line environments and complete operational tasks rather than merely predict source code.
| Capability | Relevance to Terminal Agents |
|---|---|
| Command generation | Produces appropriate shell operations |
| State inspection | Determines what changed after execution |
| Error recovery | Responds to failed commands |
| Multi-step planning | Coordinates sequences of operations |
| Tool interaction | Operates through an external execution environment |
| Persistence | Continues until the task reaches the required state |
Strong terminal performance therefore supports Dots Studio’s broader positioning of Dots3-Note as an agent model rather than exclusively a conversational language model.
Multimodal Reasoning Performance
Dots3-Note Preview also performs competitively on multimodal reasoning evaluations.
Dots Studio reports a 79.1 percent result on MMMU-Pro. MMMU evaluates multimodal understanding across academic and professional disciplines and is designed to require both visual interpretation and domain knowledge.
| Multimodal Capability | Example Requirement |
|---|---|
| Visual recognition | Identify important elements in an image |
| Diagram interpretation | Understand relationships represented graphically |
| Domain knowledge | Apply subject-specific information |
| Cross-modal reasoning | Combine visual and textual evidence |
| Multi-step reasoning | Derive conclusions from several observations |
The result is relevant because Dots3-Note Preview includes a native multimodal architecture rather than relying solely on text converted from external perception systems.
Agent and Tool-Use Evaluations
Dots Studio’s evaluation strategy places substantial emphasis on agent benchmarks.
Claw-Eval, WildClawBench, Terminal-Bench, and related evaluations attempt to measure capabilities that traditional static benchmarks often miss: using tools, navigating environments, recovering from mistakes, maintaining objectives, and performing sequences of actions.
| Evaluation Category | Static Model Evaluation | Agent Evaluation |
|---|---|---|
| Primary output | Answer | Actions plus eventual outcome |
| Environment | Mostly fixed | Potentially stateful |
| Tool use | Optional or absent | Frequently essential |
| Task length | Usually limited | Potentially long |
| Error recovery | Limited | Important |
| Planning | Answer-oriented | Execution-oriented |
| Success criterion | Correct response | Correct final environment state |
This distinction is central to understanding Dots3-Note Preview. Dots Studio is evaluating not only whether the model “knows” an answer, but whether it can successfully operate toward an objective.
ARC-AGI-3 and Interactive Reasoning
ARC-AGI-3 is particularly relevant to the model’s agent-oriented positioning because it differs fundamentally from conventional static reasoning benchmarks.
The benchmark presents agents with unfamiliar interactive environments without explicit instructions. Systems must explore the environment, construct an internal model of how it works, identify desirable states, plan actions, and adapt when observations contradict previous assumptions. ARC Prize describes its four central capabilities as exploration, modeling, goal-setting, and planning and execution.
| ARC-AGI-3 Capability | What the Agent Must Do |
|---|---|
| Exploration | Actively discover information |
| Modeling | Infer environmental rules |
| Goal-setting | Determine what state should be pursued |
| Planning | Determine an action sequence |
| Execution | Carry out the strategy |
| Adaptation | Revise behavior following new observations |
This makes ARC-AGI-3 particularly useful for studying the long-horizon reinforcement learning problems that Dots Studio associates with its TEMPO framework.
A Note on the Reported ARC-AGI-3 Figure
The claimed ARC-AGI-3 score requires more careful interpretation than the model’s mainstream benchmark results.
Current public ARC-AGI-3 leaderboards use Relative Human Action Efficiency and associated cost measurements. Independent leaderboard aggregations show results on a different numerical scale from the 0.35 figure presented in the supplied material.
Accordingly, the 0.35 result, six solved levels, 320-step figure, and sub-$500 compute claim should be presented as a Dots Studio experimental result under its stated setup rather than treated as directly interchangeable with the public ARC-AGI-3 leaderboard.
| ARC-AGI-3 Claim | Recommended Interpretation |
|---|---|
| 0.35 score | Experimental result requiring harness context |
| Six levels solved | Evidence of interactive problem-solving ability |
| 320 steps | Indicates action efficiency under the reported run |
| Under $500 | Reported compute-cost characteristic |
| Public leaderboard comparison | Should only be made with identical scoring methodology |
IMO 2026 and the Dots3 Model Family
The 42 out of 42 IMO result also requires an important distinction.
The perfect score belongs to dots-note-3.0, a related model in the broader Dots Note lineage, rather than establishing that the publicly released Dots3-Note Preview itself scored 42 out of 42.
Available reporting indicates that dots-note-3.0 solved all six IMO 2026 problems and received the maximum 42 points under official grading.
| System | Result | Correct Interpretation |
|---|---|---|
| dots-note-3.0 | 42/42 | Perfect IMO 2026 result |
| Dots3-Note Preview | Separate open-weight model | Should not inherit the 42/42 score directly |
| Dots3 family | Shared broader technical lineage | IMO result demonstrates capability within the model lineage |
This distinction is important for an accurate technical evaluation. The IMO achievement provides evidence about the broader research lineage, but it should not be represented as a direct Dots3-Note Preview benchmark score.
VibeSearchBench: Measuring Proactive Search
VibeSearchBench addresses a weakness in conventional search-agent benchmarks: real users frequently begin with incomplete requirements.
Instead of supplying every constraint in the initial prompt, the benchmark uses progressive disclosure. An agent must conduct research while asking useful questions and gradually discovering what the user actually needs.
The public benchmark contains 200 tasks spanning 20 domains, divided evenly between professional and everyday scenarios.
| VibeSearchBench Dimension | Configuration |
|---|---|
| Total Tasks | 200 |
| Professional Tasks | 100 |
| Everyday Tasks | 100 |
| Domains | 20 |
| Interaction Style | Multi-turn progressive disclosure |
| Tools | Search, page access, and code execution |
| Ground Truth | Structured knowledge graph |
| Primary Metric | Triplet F1 |
| Core Capability | Proactive search and intent discovery |
How VibeSearchBench Scores Agents
Instead of relying solely on a conventional answer judge, VibeSearchBench constructs ground-truth knowledge graphs.
The evaluation first aligns entities produced by the agent with reference entities. It then evaluates whether semantic relationships between matched entities correspond with the reference graph. Precision, recall, and F1 can subsequently be calculated at both node and triplet levels.
| Evaluation Stage | Purpose |
|---|---|
| Persona simulation | Reveals requirements progressively |
| Agent research | Searches and gathers information |
| Follow-up interaction | Discovers hidden constraints |
| Knowledge extraction | Converts findings into structured entities and relations |
| Node matching | Aligns predicted and reference entities |
| Triplet matching | Evaluates semantic relationships |
| F1 calculation | Measures combined precision and recall |
This methodology attempts to reward successful information discovery rather than merely persuasive final prose.
Correcting the VibeSearch Baseline
One important update emerges from the current public benchmark.
The supplied text lists Claude Opus 5 at 31.14 F1 and Claude Opus 4.6 at 30.30. However, the public VibeSearchBench repository currently identifies Claude Opus 4.6 with OpenClaw at 30.3 as its best reported score.
Because benchmark leaderboards can change quickly, exact model rankings should therefore be dated and tied to the specific evaluation harness rather than presented as permanent model capabilities.
VibeLifeBench: Long-Horizon Everyday Agents
VibeLifeBench targets an even more difficult problem: whether an AI agent can remain useful across simulated extended periods rather than completing a task within one conversation.
The conceptual distinction is substantial.
A long-running personal agent may need to remember constraints, recognize changes in external state, identify when intervention becomes necessary, and avoid taking unnecessary or unsafe actions.
| Conventional Assistant | VibeLife-Style Agent |
|---|---|
| User initiates interaction | Environment can change independently |
| Task lasts minutes | Task may span simulated weeks |
| State is mostly explicit | State can mutate silently |
| User supplies new information | Agent may need to discover changes |
| Completion ends interaction | Objective persists over time |
| Reactive assistance | Proactive monitoring and intervention |
VibeSearchBench vs. VibeLifeBench
The two benchmarks therefore examine different dimensions of proactive intelligence.
| Parameter | VibeSearchBench | VibeLifeBench |
|---|---|---|
| Primary Focus | Proactive search and intent elicitation | Persistent long-horizon assistance |
| Tasks | 200 | 200 reported |
| Core Challenge | Discover what the user actually needs | Maintain objectives as the world changes |
| Interaction | Multi-turn conversation | Extended simulated timeline |
| Environment | Research-oriented | Stateful service environment |
| External Change | Primarily conversational | Autonomous state mutations |
| Agent Requirement | Ask, search, refine | Remember, inspect, adapt, intervene |
| Evaluation Philosophy | Knowledge-graph matching | State and task verification |
| Central Failure Mode | Missing latent user requirements | Failing to react to consequential change |
What the Benchmark Portfolio Shows
Taken together, the evaluations suggest that Dots Studio is optimizing Dots3-Note Preview around a broader definition of model capability than conventional language-model benchmarks alone.
| Capability Layer | Representative Evaluation |
|---|---|
| Coding | SWE-bench Verified |
| Multilingual coding | SWE-bench Multilingual |
| Complex engineering | SWE-bench Pro |
| Terminal operation | Terminal-Bench 2.1 |
| Multimodal reasoning | MMMU-Pro |
| Tool use | Claw-Eval |
| Long-horizon agency | WildClawBench |
| Frontier reasoning | Humanity’s Last Exam |
| Professional workflows | Mercor APEX Agents |
| Interactive reasoning | ARC-AGI-3 |
| Proactive research | VibeSearchBench |
| Persistent assistance | VibeLifeBench |
| Mathematical reasoning lineage | IMO 2026 |
The strongest interpretation of these results is therefore not that Dots3-Note Preview universally ranks first across AI benchmarks. Rankings depend heavily on evaluation dates, harnesses, tool configurations, reasoning budgets, and competing model releases.
Instead, its benchmark profile provides evidence that a sparse model with approximately 16 billion activated parameters can remain highly competitive across several demanding coding, multimodal, terminal, and agentic workloads. The accompanying VibeSearchBench and VibeLifeBench research also illustrates where Dots Studio believes the next major evaluation challenge lies: measuring whether AI systems can discover user intent, maintain goals, react to changing environments, and remain effective across extended real-world workflows.
5. Real-World Applications and Agent Deployment Workflows
Dots3-Note Preview is designed for workloads that extend beyond conventional conversational AI. Its combination of multimodal perception, long-context reasoning, tool use, coding ability, and agent-oriented post-training makes it particularly relevant to autonomous software engineering, interactive environments, visual planning, research, and multi-step digital workflows.
The practical distinction is important: instead of simply producing an answer, an agent powered by Dots3-Note Preview can potentially observe an environment, formulate a plan, execute tools, inspect the resulting state, revise its strategy, and continue until an objective is reached. This follows the broader agent architecture in which a foundation model serves as the reasoning engine while external tools provide executable capabilities.
From Language Model to Autonomous Agent
A foundation model becomes substantially more useful for agent deployment when it can operate within an iterative observation-action loop.
| Agent Stage | Function | Example |
|---|---|---|
| Observe | Examine current state | Read files, images, logs, or application state |
| Reason | Determine what the information means | Identify an error or infer environmental rules |
| Plan | Select the next objective | Decide which file, tool, or action to use |
| Execute | Interact through external tools | Run commands, edit code, or search |
| Verify | Inspect the resulting state | Run tests or evaluate an updated environment |
| Adapt | Modify the strategy | Recover from failure or pursue a better approach |
| Complete | Verify the target state | Confirm that the required objective was achieved |
This iterative pattern is particularly relevant to Dots3-Note Preview because the model is positioned around long-horizon execution rather than isolated prompt-response interactions.
Interactive Environment and Game Reasoning
Interactive environments provide useful demonstrations of agentic capability because the model cannot rely exclusively on memorized answers. It must continually interpret state changes and choose subsequent actions.
Dots Studio has demonstrated this type of behavior through complex game environments. In such scenarios, Dots3-Note Preview must combine observation, planning, resource management, and adaptation over an extended trajectory.
| Interactive Capability | Practical Requirement |
| State recognition | Understand the current environment |
| Strategic planning | Determine useful future actions |
| Resource management | Preserve limited resources |
| Opponent modeling | Interpret external behavior |
| Memory | Retain discoveries from earlier interactions |
| Adaptation | Change strategy when conditions change |
| Long-horizon execution | Maintain the objective across many steps |
This type of workload is considerably different from generating a strategy guide. The agent must apply reasoning repeatedly while the underlying environment continues to change.
External Memory and Persistent Reasoning
Long-running agents frequently benefit from external memory.
Instead of requiring every useful observation to remain implicitly represented inside the model’s current reasoning process, an agent can write hypotheses, discoveries, plans, and unresolved questions into files or other persistent stores.
A scratchpad file, for example, can function as an explicit working memory.
| External Memory Content | Purpose |
| Observed rules | Prevent repeated rediscovery |
| Failed hypotheses | Avoid repeating unsuccessful strategies |
| Current objective | Preserve task direction |
| Intermediate results | Maintain progress between actions |
| Environmental changes | Track state mutations |
| Future actions | Maintain an execution plan |
| Verification results | Record what has already been confirmed |
This pattern is especially valuable for long-horizon environments because external memory separates persistent task knowledge from the model’s immediate generation context.
ARC-AGI-Style Interactive Reasoning
Interactive visual reasoning further demonstrates why memory and iterative experimentation matter.
An agent operating in an unfamiliar environment may initially have no reliable model of its rules. It must perform actions, observe the consequences, develop hypotheses, test those hypotheses, and update its internal representation.
| Phase | Agent Behavior |
| Initial observation | Examine visual state |
| Exploration | Attempt informative actions |
| Hypothesis formation | Infer possible environmental rules |
| Memory update | Record useful discoveries |
| Experimentation | Test predicted state transitions |
| Error detection | Compare expected and actual results |
| Model revision | Modify incorrect hypotheses |
| Planning | Select actions based on improved understanding |
| Completion | Reach the target state |
This is one reason interactive reasoning benchmarks are increasingly important for agent research: they measure whether a model can learn during a task rather than simply retrieve an answer.
Multimodal Spatial Planning
Dots3-Note Preview’s multimodal capabilities also make it applicable to tasks where visual information must be combined with textual constraints.
Spatial planning is a representative example. A system could receive a blueprint, dimensions, product specifications, design requirements, and reference materials before producing alternative layouts.
| Input | Agent Function |
| Floor plan | Understand available physical space |
| Measurements | Establish geometric constraints |
| Appliance dimensions | Determine placement feasibility |
| Clearance requirements | Identify invalid configurations |
| Design references | Discover stylistic or practical options |
| User requirements | Establish optimization priorities |
The important capability is cross-modal reasoning. Measurements represented visually must be reconciled with dimensions and requirements represented as text.
From Visual Analysis to Deliverable
A multimodal agent can potentially extend the workflow beyond analysis.
Instead of merely describing a recommended arrangement, a coding-capable model can generate a digital artifact that presents alternative configurations interactively.
| Workflow Stage | Potential Output |
| Blueprint interpretation | Structured spatial model |
| Constraint extraction | Measurements and placement rules |
| Research | Relevant design references |
| Layout generation | Multiple candidate configurations |
| Constraint checking | Feasibility assessment |
| Selection | Recommended configurations |
| Presentation generation | Interactive digital visualization |
This illustrates how multimodality and coding can reinforce one another. Visual reasoning interprets the problem, research supplies additional context, and code generation converts the resulting plan into something that users can inspect.
Autonomous Software Engineering
Software development is another natural deployment area for Dots3-Note Preview.
Modern coding agents need capabilities well beyond source-code completion. They may inspect entire repositories, determine which files are relevant, formulate implementation plans, edit multiple components, execute terminal commands, compile software, inspect failures, and repeatedly modify the implementation.
| Software Agent Capability | Typical Operation |
| Repository exploration | Locate relevant files and modules |
| Architecture understanding | Determine dependencies |
| Planning | Design an implementation strategy |
| Code generation | Create or modify source files |
| Terminal operation | Execute development commands |
| Compilation | Verify syntactic and build correctness |
| Testing | Detect functional regressions |
| Debugging | Diagnose failures |
| Iteration | Modify implementation based on results |
| Verification | Confirm successful final state |
Building Applications From Scratch
The most demanding software-agent workflows begin with a high-level objective rather than an existing codebase.
A model may need to determine the project structure, select frameworks, create modules, integrate assets, configure build systems, and resolve compilation errors before producing a working application.
The supplied Dots3-Note demonstration involving a spatial-computing application is best interpreted as an example of this end-to-end workflow rather than simply a code-generation benchmark.
| Development Phase | Agent Responsibility |
| Requirements | Interpret application objective |
| Architecture | Determine components and modules |
| Project creation | Establish application structure |
| Implementation | Generate source code |
| Asset integration | Connect external resources |
| Build | Execute compiler and build tooling |
| Diagnosis | Interpret errors |
| Repair | Modify incorrect implementation |
| Simulation | Inspect application behavior |
| Final verification | Confirm build success |
The critical difference is verification. Generating thousands of lines of plausible-looking code is much less meaningful than generating code and then successfully testing or compiling it.
Why Terminal Access Changes Agent Capabilities
Tool-enabled coding agents become significantly more useful when they can interact with an executable environment.
Without terminal access, a model can suggest that a command should work. With terminal access, an agent can execute the command and inspect what actually happened.
| Without Execution Tools | With Execution Tools |
| Predicts whether code should compile | Runs the compiler |
| Suggests tests | Executes tests |
| Guesses dependency problems | Inspects dependency errors |
| Provides commands | Executes commands |
| Assumes file structure | Reads actual directories |
| Predicts runtime behavior | Observes runtime output |
| Produces proposed solution | Iteratively verifies solution |
This tool loop is a defining characteristic of contemporary coding agents. Agent frameworks generally combine a language model with executable tools and allow the model to plan actions sequentially based on previous results.
Deployment Across Agent Frameworks
Dots3-Note Preview can be understood as the reasoning layer within a larger agent stack rather than as a complete autonomous system by itself.
The surrounding framework determines how model outputs become actions.
| Agent Layer | Responsibility |
| Foundation model | Reasoning, planning, and generation |
| Agent harness | Coordinates execution loop |
| Tool registry | Defines available operations |
| Memory system | Stores persistent task information |
| Terminal | Executes operating-system commands |
| File system | Provides persistent artifacts and code |
| Browser or search | Retrieves external information |
| Sandbox | Executes potentially uncertain code safely |
| Verification system | Determines whether objectives were achieved |
This distinction also explains why the same underlying model can perform differently across different agent frameworks. Scaffolding, prompting, context management, memory, available tools, retry policies, and verification loops can materially affect final performance.
Common Agent Deployment Categories
Dots3-Note Preview’s combination of coding, multimodal input, long context, and tool-oriented reasoning makes several application categories particularly relevant.
| Deployment Category | Typical Workload | Key Model Capability |
| Coding agents | Repository modification | Code reasoning |
| DevOps agents | Terminal and infrastructure operations | Tool execution |
| Research agents | Multi-source investigation | Long-context synthesis |
| Visual agents | Images, diagrams, and interfaces | Multimodal reasoning |
| Document agents | Large document collections | Long-context processing |
| Desktop agents | Application and filesystem workflows | Sequential tool use |
| Planning agents | Multi-stage objectives | Long-horizon reasoning |
| Simulation agents | Interactive environments | State tracking |
| Personal agents | Persistent user workflows | Memory and adaptation |
A Practical Agent Workflow
A production deployment can combine these capabilities into a repeating control loop.
| Workflow Step | Dots3-Note Role |
| Receive objective | Interpret user intent |
| Inspect environment | Gather relevant state |
| Retrieve context | Search memory and supporting information |
| Build plan | Determine sequence of operations |
| Select tool | Choose executable capability |
| Execute | Perform action through external system |
| Observe result | Read new environmental state |
| Evaluate | Determine whether progress occurred |
| Recover | Correct unsuccessful actions |
| Update memory | Preserve useful discoveries |
| Repeat | Continue toward objective |
| Verify | Confirm success criteria |
| Respond | Present outcome to user |
This architecture is more representative of an AI agent than a single inference request.
Agent Framework Usage Figures Require Caution
The supplied token-volume figures for Kilo Code, Hermes Agent, Claude Code, OpenClaw, and Cline should be treated cautiously.
Public web searches did not surface sufficiently authoritative evidence confirming the exact Dots3-Note Preview token totals of 5.78 billion, 3.32 billion, 1.22 billion, 1.10 billion, and 543 million respectively. Those numbers therefore should not be presented as independently verified production adoption statistics without a primary Dots Studio or framework-level source.
A safer representation is to describe the frameworks by their intended agent workloads rather than claim exact model-specific usage volumes.
| Agent Environment | Representative Workload |
| Kilo Code | IDE-based software development and repository editing |
| Hermes-style agents | Tool-enabled autonomous workflows and persistent agent tasks |
| Claude Code-style workflow | Repository analysis, coding, testing, and debugging |
| OpenClaw-style environment | Computer, shell, filesystem, and application interaction |
| Cline-style workflow | IDE-based coding with terminal and development tools |
Why Agent Harness Design Matters
Strong model capability alone does not guarantee a reliable autonomous agent.
Agent systems introduce additional failure modes because the model’s decisions can affect external state. Guidance for building tool-enabled agents therefore emphasizes simple workflows, error logging, retries, and opportunities for self-correction.
| Deployment Risk | Mitigation |
| Incorrect tool selection | Restricted and clearly described tool sets |
| Repeated failures | Retry limits and error inspection |
| Context loss | External memory |
| Unsafe execution | Sandboxed environments |
| False completion | Deterministic verification |
| Excessive autonomy | Permission boundaries |
| Cascading errors | Checkpoints and rollback mechanisms |
| Long-running drift | Periodic objective reevaluation |
Where Dots3-Note Preview Fits in Real-World AI Agents
Dots3-Note Preview is most interesting when viewed not simply as another chatbot model but as a potential reasoning engine for systems that repeatedly observe, act, and verify.
Its multimodal architecture broadens what the agent can perceive. Long-context support expands the amount of state it can consider. Coding capabilities allow it to construct and modify software. Tool integration gives it mechanisms for changing external environments, while agent-oriented post-training is intended to improve decision-making across longer trajectories.
The practical opportunity therefore lies in combining these capabilities.
| Model Capability | Agent-Level Benefit |
| Multimodal input | Understand richer environments |
| Long context | Maintain larger working histories |
| Software engineering | Build and repair applications |
| Terminal reasoning | Execute operational workflows |
| Tool use | Interact with external systems |
| External memory | Preserve discoveries across long tasks |
| Iterative reasoning | Learn from action outcomes |
| Sparse MoE architecture | Balance model capacity and active computation |
The broader implication is that Dots3-Note Preview represents the transition from generative AI toward execution-oriented AI. Rather than measuring usefulness solely by the quality of a generated response, agent deployments increasingly measure whether the model can transform an objective into a sequence of actions, recognize when those actions fail, adapt to changing conditions, and ultimately verify that the requested real-world state has been achieved.
6. Distributed Systems Infrastructure, Hardware Recipes, and Serving Economics
Deploying Dots3-Note Preview requires substantially more infrastructure planning than its 16-billion activated-parameter figure might initially suggest. Although sparse Mixture-of-Experts routing limits the parameters involved in each token computation, the complete model weights must still be distributed across accelerator memory.
As a result, production deployment depends heavily on tensor parallelism, expert parallelism, efficient FP8 kernels, KV-cache management, and careful control of long-context workloads.
Why 16B Active Parameters Does Not Mean 16B-Model Hardware
Dots3-Note Preview contains approximately 280 billion parameters while activating around 16 billion during token processing.
This distinction reduces computation but does not reduce model storage to the equivalent of a dense 16-billion-parameter model.
| Resource Dimension | MoE Effect |
|---|---|
| Stored model weights | All experts still require storage |
| Per-token computation | Only selected experts execute |
| GPU memory | Remains substantial |
| Inter-GPU communication | Expert routing introduces communication overhead |
| Compute efficiency | Benefits from sparse activation |
| Serving complexity | Higher than a similarly active dense model |
This is why large MoE systems commonly depend on distributed inference even when their active parameter counts appear relatively modest.
FP8 as the Practical Production Format
For production inference, the native FP8 checkpoint is considerably easier to deploy than the full BF16 model because lower-precision weights reduce accelerator-memory requirements.
FP8 is also increasingly supported by specialized inference kernels. For example, vLLM includes benchmarking and integration work around DeepGEMM FP8 kernels on NVIDIA Hopper hardware such as the H100 80GB.
| Deployment Characteristic | FP8 | BF16 |
| Weight precision | 8-bit floating point | 16-bit floating point |
| Weight memory | Lower | Significantly higher |
| Production practicality | Higher | More demanding |
| Research precision | Lower | Higher |
| Accelerator requirements | Multi-GPU | Larger multi-GPU memory pool |
| Primary use | Efficient serving | High-precision inference and research |
Distributed Parallelism for MoE Serving
Large MoE inference requires more than simply dividing model weights evenly across GPUs.
Tensor Parallelism divides large tensor operations across accelerators, while Expert Parallelism distributes MoE experts so that different devices are responsible for different portions of the expert pool.
| Parallelism Strategy | Primary Function |
| Tensor Parallelism | Splits tensor computation across GPUs |
| Expert Parallelism | Distributes MoE experts across devices |
| Data Parallelism | Processes different request batches concurrently |
| DP Attention | Replicates or partitions attention workloads for throughput |
| Hybrid TP + EP | Balances dense computation and expert routing |
The distinction becomes important because attention, dense layers, and expert layers have different computational and communication characteristics.
High-throughput MoE serving can also use data-parallel attention. SGLang documentation for large MoE deployments reports that DP attention can improve decoding throughput at high batch sizes, although it is not recommended for small-batch, latency-sensitive serving.
Typical NVIDIA Deployment Profile
A practical FP8 deployment targets a multi-accelerator node rather than a conventional workstation GPU.
| Infrastructure Component | Production-Oriented Configuration |
| Precision | FP8 |
| Accelerator Class | Data-center GPU |
| Typical Node | 8 accelerators |
| GPU Memory Class | Approximately 80GB or higher per GPU |
| Model Distribution | Tensor and expert parallelism |
| FP8 Computation | Optimized matrix kernels |
| Expert Communication | High-bandwidth GPU interconnect |
| Context Management | Explicit KV-cache budgeting |
| Workload | Multi-user inference and agents |
An eight-GPU node therefore represents the relevant infrastructure class for serious deployment, although exact memory requirements depend on checkpoint format, runtime version, context length, concurrency, and enabled modalities.
Why H100-Class Hardware Is Attractive
The H100 is particularly suitable for this class of deployment because modern inference stacks contain optimized FP8 execution paths targeting Hopper architecture.
vLLM’s DeepGEMM benchmarking, for example, explicitly tests block-FP8 kernels on H100 80GB hardware and demonstrates the importance of specialized kernels for large matrix operations.
| Hardware Characteristic | Importance for Dots3-Note-Class MoE |
| Large HBM capacity | Stores distributed model weights |
| High memory bandwidth | Feeds large matrix operations |
| FP8 acceleration | Improves low-precision inference |
| NVLink-class communication | Supports expert and tensor communication |
| Modern attention kernels | Improves long-context processing |
| Multi-GPU topology | Enables model distribution |
Long Context Creates a Separate Memory Problem
Model weights are only one component of inference memory.
Dots3-Note Preview’s long-context capability means that KV-cache and multimodal processing can consume substantial additional accelerator memory. Consequently, supporting the architectural maximum context and supporting that context economically at production concurrency are different problems.
| Memory Consumer | Scales Primarily With |
| Model weights | Parameter count and precision |
| KV cache | Context length and concurrent sequences |
| Activations | Batch and sequence configuration |
| Vision processing | Image count and resolution |
| Audio processing | Audio duration and representation |
| Runtime overhead | Serving engine and kernels |
This explains why production recipes may configure a serving context below the model’s architectural maximum. Reducing maximum sequence length leaves more accelerator memory available for concurrency and runtime buffers.
Context Length Versus Concurrency
The economics of long-context serving involve a direct trade-off.
| Configuration Priority | Context Capacity | Concurrency | Typical Use |
| Maximum-context research | Very high | Low | Large-document experiments |
| Agent deployment | High | Moderate | Repository and research agents |
| Interactive API | Moderate | High | General applications |
| High-throughput serving | Controlled | Very high | Multi-tenant API workloads |
A model may technically support hundreds of thousands of tokens while a production operator deliberately exposes a smaller limit to improve throughput and cost efficiency.
Chunked Prefill
Very long prompts also create a substantial prefill workload.
Chunked prefill divides large input sequences into smaller processing blocks instead of attempting to process the entire prompt as a single scheduling unit.
| Without Chunked Prefill | With Chunked Prefill |
| Large monolithic prompt workload | Prompt divided into manageable chunks |
| Higher scheduling pressure | Improved scheduler flexibility |
| Long request can dominate resources | Better coexistence with other requests |
| Potential latency spikes | More predictable resource allocation |
This becomes increasingly important for coding agents and document-analysis systems that repeatedly submit large repository or document contexts.
BF16 Deployment Economics
The BF16 checkpoint imposes a much larger memory burden.
A model approaching 280 billion parameters requires well over half a terabyte simply for 16-bit weight storage before allowing for runtime overhead, activations, multimodal encoders, communication buffers, and KV cache.
| BF16 Resource Component | Approximate Implication |
| Raw model weights | More than 500GB |
| Runtime overhead | Additional memory |
| KV cache | Potentially substantial |
| Long context | Further increases memory consumption |
| Multimodal workloads | Additional processing buffers |
| Production headroom | Requires capacity beyond raw weight size |
Accordingly, eight 80GB GPUs provide only 640GB of nominal aggregate VRAM. A BF16 configuration approaching or exceeding that capacity requires especially careful memory planning or larger-memory hardware.
This is why FP8 is substantially more attractive for practical production inference.
Ascend NPU Deployment
Dots3-Note-class MoE models can also target Huawei’s Ascend accelerator ecosystem through vLLM Ascend.
The current vLLM Ascend ecosystem supports Atlas 800I A3 inference systems alongside other A2 and A3 hardware.
A representative Atlas A3 inference node can expose 16 NPUs with 64GB of HBM per NPU. Current vLLM Ascend documentation demonstrates large MoE serving on this hardware class using combinations of Tensor Parallelism, Expert Parallelism, MTP, and accelerator-specific graph optimizations.
| Ascend Deployment Dimension | Representative Configuration |
| Hardware Family | Atlas 800I A3 |
| Accelerators | 16 NPU devices per node |
| HBM | 64GB per NPU |
| Serving Framework | vLLM Ascend |
| MoE Support | Available |
| Expert Parallelism | Supported for relevant models |
| MTP | Supported for compatible models |
| Primary Role | Large-model inference |
However, exact Dots3-specific per-worker memory numbers should be treated as configuration-dependent unless reproduced against the relevant Dots3 checkpoint and runtime release.
MTP and Speculative Decoding
Dots3-Note Preview’s Multi-Token Prediction architecture has an important serving implication: the model can potentially accelerate decoding without requiring a completely separate draft model.
Speculative decoding attempts to generate candidate future tokens and verify them efficiently, reducing the amount of sequential decoding work required.
| Conventional Decoding | MTP-Assisted Decoding |
| Generate next token | Propose multiple future tokens |
| Verify sequentially | Verify candidate sequence |
| High sequential dependency | Reduced sequential bottleneck |
| Standard TPOT | Potentially lower TPOT |
The practical benefit is particularly relevant to long agent responses, coding sessions, and reasoning traces where output generation itself can become a significant part of total latency.
Tool Calling in Production
Agent deployment also requires reliable conversion between generated model output and executable tool requests.
A production serving stack generally parses structured function-call output into an internal representation before handing it to the agent runtime.
| Tool-Calling Stage | Function |
| Model generation | Select intended tool |
| Structured output | Encode tool name and arguments |
| Parser | Convert generated structure |
| Validation | Check argument schema |
| Executor | Invoke permitted external tool |
| Environment | Return result |
| Model | Interpret result and continue |
For enterprise systems, validation and permission boundaries are essential because model-generated function calls can modify external state.
Three Practical Deployment Profiles
The infrastructure choices can be summarized into three broad deployment patterns.
| Deployment Profile | Precision | Hardware Class | Primary Objective |
| Production API | FP8 | 8-GPU data-center node | Balance cost, latency, and throughput |
| High-Throughput Agent Serving | FP8 | Large H100-class node | Maximize concurrent decoding |
| Research / Precision | BF16 | Higher-memory multi-GPU infrastructure | Preserve full checkpoint precision |
| Ascend Enterprise | Optimized precision | Atlas A3 infrastructure | Non-NVIDIA deployment |
Self-Hosting Versus Hosted API Access
Despite being open weight, Dots3-Note Preview is not necessarily cheaper to self-host.
The economics depend primarily on utilization.
| Cost Factor | Self-Hosted | Hosted API |
| GPU acquisition or rental | Operator pays | Provider pays |
| Idle accelerator cost | Operator absorbs | Usually none |
| Scaling infrastructure | Required | Provider managed |
| Software maintenance | Required | Provider managed |
| Model customization | Maximum flexibility | Provider dependent |
| Data control | Maximum | Provider dependent |
| Low-volume economics | Often unfavorable | Usually attractive |
| High sustained utilization | Potentially attractive | Token costs accumulate |
Why Free API Pricing Should Not Be Treated as Permanent Economics
Promotional hosted inference can make an open model appear effectively free, but zero-cost API access should not be confused with zero-cost inference.
Large MoE inference still consumes expensive accelerator time, memory capacity, electricity, networking, and operational resources.
Hosted marketplaces also demonstrate that provider-level performance and pricing can vary significantly even when the underlying model is identical. OpenRouter, for example, exposes provider-specific latency, throughput, uptime, and pricing because each hosting provider operates different infrastructure.
| Pricing Condition | Interpretation |
| Open weights | No proprietary model-weight license fee |
| Apache-style licensing | Broad deployment flexibility |
| Promotional API | Provider temporarily subsidizes inference |
| Free tier | Usually usage-limited |
| Self-hosting | Infrastructure still costs money |
| Commercial API | Cost generally scales with token usage |
Understanding Throughput Metrics
Hosted-model performance is commonly described using tokens per second, but throughput figures require context.
OpenRouter defines throughput as the rate at which the model generates output tokens and separately tracks latency and time to first token. Provider benchmarks show that identical models can exhibit substantially different performance depending on the underlying inference provider.
| Metric | What It Measures | Why It Matters |
| Throughput | Generated tokens per second | Output speed |
| TTFT | Delay before first generated token | Perceived responsiveness |
| TPOT | Time between generated tokens | Streaming smoothness |
| E2E latency | Total request duration | Overall application responsiveness |
| Uptime | Service availability | Production reliability |
| Tool-call error rate | Invalid tool invocation frequency | Agent reliability |
Why Percentile Latency Matters
Median performance alone does not describe production quality.
| Percentile | Operational Interpretation |
| P50 | Typical user experience |
| P75 | Moderately loaded requests |
| P90 | Slower edge of normal operation |
| P95 | Tail latency affecting demanding users |
| P99 | Extreme requests or congestion |
Agent systems are especially vulnerable to tail latency because a single user request may trigger many sequential model calls.
If an agent performs 20 inference steps, occasional slow requests can compound into a much longer end-to-end workflow.
Serving Economics for Agent Workloads
Agent workloads also have a different cost profile from ordinary chatbot interactions.
| Chatbot Workload | Agent Workload |
| Usually one main inference | Potentially dozens of inference cycles |
| Moderate context | Context may grow continuously |
| Limited tools | Repeated tool interactions |
| Short output | Long reasoning and coding sequences |
| User drives conversation | Model drives execution loop |
| Predictable request cost | Highly variable task cost |
A single coding task, for example, may involve repository inspection, planning, file edits, compilation, test execution, debugging, additional edits, and final verification. Each stage can require another inference pass.
Infrastructure Strategy at a Glance
| Infrastructure Requirement | Dots3-Note Deployment Strategy |
| Large weight footprint | FP8 checkpoint |
| Sparse MoE computation | Expert Parallelism |
| Dense-layer scaling | Tensor Parallelism |
| High batch throughput | Data-parallel attention where appropriate |
| FP8 computation | Optimized kernels such as DeepGEMM |
| Expert communication | High-bandwidth interconnect and MoE communication |
| Long prompts | Chunked prefill |
| Large KV cache | Explicit context and concurrency limits |
| Output latency | MTP speculative decoding |
| NVIDIA deployment | vLLM or SGLang-class runtime |
| Ascend deployment | vLLM Ascend |
| Low-volume applications | Hosted API |
| High sustained utilization | Evaluate dedicated infrastructure |
The Real Economics of Dots3-Note Preview
Dots3-Note Preview demonstrates an important principle of modern sparse models: computational efficiency and infrastructure simplicity are not the same thing.
Activating approximately 16 billion parameters makes each token substantially less computationally demanding than activating the entire 280-billion-parameter network. However, hundreds of billions of stored parameters still create significant memory and distributed-systems requirements.
For organizations evaluating deployment, the most important variables are therefore not parameter count alone. Precision, context length, concurrency, multimodal usage, expert communication, accelerator topology, KV-cache allocation, and utilization all materially affect serving cost.
FP8 multi-GPU deployments are likely to provide the most practical route for organizations requiring control over model weights and data, while hosted inference remains economically attractive when traffic is intermittent. BF16 is better treated as a high-memory research or specialized deployment option rather than the default production configuration.
The broader lesson is that Dots3-Note Preview’s sparse architecture primarily reduces the cost of computation. Efficient production serving still depends on sophisticated distributed inference infrastructure capable of keeping hundreds of billions of parameters available while routing only the required fraction through the execution path.
7. Industry Reception, Qualitative Analysis, and Future Trajectory
Industry attention around Dots3-Note Preview has centered on an unusual combination of characteristics: a 280-billion-parameter Mixture-of-Experts architecture with approximately 16 billion activated parameters, strong agent-oriented performance, multimodal capabilities, and the broader Dots3 family’s high-profile mathematical reasoning results.
The emerging picture is promising but still developing. Dots3-Note Preview is new enough that long-term independent evaluation remains considerably thinner than for more established open-weight model families. Consequently, official benchmarks, third-party tests, community experimentation, and production evidence should be distinguished carefully rather than treated as equally established evidence.
What Has Attracted Industry Attention?
The model’s appeal is not based solely on benchmark scores. Its architecture targets a broader efficiency question: how much useful reasoning and agent capability can be delivered without activating hundreds of billions of parameters for every generated token?
| Area of Interest | Why It Matters |
|---|---|
| 280B total parameters | Provides substantial overall model capacity |
| 16B active parameters | Limits per-token expert computation |
| Sparse MoE design | Separates model capacity from active compute |
| Long context | Supports large documents and extended workflows |
| Multimodal input | Extends beyond text-only agents |
| Coding performance | Makes the model relevant to developer agents |
| Tool use | Supports execution-oriented workflows |
| Open weights | Enables independent deployment and research |
| Dots3 family | Creates a potential progression toward larger models |
Reasoning Consistency Versus Benchmark Intelligence
One of the more important qualitative questions surrounding Dots3-Note is whether its benchmark capabilities translate into reliable behavior during lengthy, messy real-world tasks.
A model can perform exceptionally well on a standardized evaluation while still encounter difficulties when requirements are ambiguous, source material is contradictory, tools fail, or the environment changes unexpectedly.
| Benchmark Environment | Real-World Environment |
| Clearly defined evaluation | Ambiguous success criteria |
| Controlled inputs | Noisy information |
| Known tool interface | Tools can fail unexpectedly |
| Reproducible tasks | Constantly changing state |
| Fixed scoring methodology | Subjective quality requirements |
| Bounded execution | Potentially long-running workflows |
| Curated examples | Arbitrary user-generated tasks |
For enterprise buyers, this distinction matters more than leaderboard position alone.
The Significance of the IMO 2026 Result
The broader Dots3 family received substantial international attention when dots-note-3.0 achieved 42 out of 42 on the 2026 International Mathematical Olympiad problems. Reporting from the South China Morning Post described it as the first AI system to obtain a perfect IMO score, solving all six problems.
The result is particularly notable because IMO evaluation requires complete mathematical proofs rather than simply correct final answers.
| IMO Characteristic | Why It Is Difficult for AI |
| Six difficult problems | Requires broad mathematical reasoning |
| Proof-based grading | Correct answers alone are insufficient |
| Logical completeness | Missing assumptions can invalidate a solution |
| Multi-step reasoning | Long chains must remain consistent |
| Novel problems | Limits straightforward memorization strategies |
| Formal evaluation | Reasoning quality affects the final score |
Reports indicate that the system combined natural-language reasoning with Python execution and repeated self-verification.
However, the IMO result belongs specifically to dots-note-3.0 and should not automatically be presented as a Dots3-Note Preview benchmark result. It is better viewed as evidence of the broader technical lineage behind the Note tier.
Why the IMO Result Still Needs Context
Exceptional benchmark results should also be interpreted within their exact evaluation protocol.
Recent independent commentary on the 2026 results has emphasized the importance of publishing reproducible information about model versions, tool access, compute budgets, time limits, and evaluation conditions.
| Question | Why It Matters |
| Which model version was used? | Different checkpoints can behave differently |
| Were tools available? | Python or search can materially affect results |
| What was the compute budget? | More inference can improve reasoning |
| How many attempts were allowed? | Sampling strategy affects success rates |
| Was human intervention allowed? | Determines autonomy |
| Who graded the result? | Affects evaluation credibility |
| Can the run be reproduced? | Determines scientific comparability |
This does not diminish the 42/42 result. Instead, it places the achievement within the broader movement toward more rigorous evaluation of reasoning systems.
Architectural Efficiency Is a Major Selling Point
Another source of industry interest is Dots3-Note Preview’s sparse architecture.
Activating approximately 16 billion parameters for token processing gives the model a dramatically smaller active computational footprint than its 280-billion total parameter count might imply.
| Model Property | Potential Advantage | Remaining Constraint |
| 280B total capacity | Large expert knowledge pool | Large weight footprint |
| 16B active parameters | Lower active computation | Does not eliminate memory requirements |
| Top-k expert routing | Specialized processing | Adds routing complexity |
| FP8 checkpoint | Lower serving memory | Requires appropriate hardware |
| Expert parallelism | Scales MoE execution | Requires fast interconnects |
The result is an important distinction between compute efficiency and deployment accessibility.
Dots3-Note can be computationally efficient during inference while remaining difficult to run on consumer hardware because the entire expert pool still needs to be stored.
The Local-Hosting Trade-Off
This distinction has important implications for open-source developers.
A model with 16 billion active parameters might initially sound suitable for enthusiast hardware. A 280-billion-parameter total checkpoint is a very different proposition.
| Deployment Scenario | Practical Suitability |
| Consumer laptop | Generally impractical for native full model |
| Single consumer GPU | Highly constrained |
| Multi-GPU workstation | Potentially possible only with aggressive compromises |
| 8-GPU server | More realistic production class |
| Cloud GPU cluster | Suitable |
| Hosted API | Lowest infrastructure barrier |
This is likely to make smaller variants, quantizations, distillations, and optimized inference implementations especially important to the model’s eventual community adoption.
Terminal and Tool-Use Performance
Dots3-Note Preview’s reported Terminal-Bench 2.1 result is particularly relevant to developers because terminal benchmarks approximate a core component of autonomous software agents: operating an actual computational environment.
Strong performance here suggests that the model’s capabilities extend beyond generating plausible code snippets.
| Conventional Coding Model | Agent-Oriented Coding Model |
| Writes code | Writes and executes code |
| Suggests shell commands | Operates terminal tools |
| Predicts likely errors | Inspects actual failures |
| Produces patches | Tests patches |
| Ends after generation | Iterates after execution |
| Relies on user verification | Can participate in verification |
However, standardized terminal performance still does not guarantee equivalent reliability inside arbitrary production environments. Real systems contain unusual dependencies, proprietary software, incomplete documentation, permissions, network failures, and potentially destructive operations.
This remains an important area for independent evaluation.
Open Weights Change the Evaluation Dynamic
Open-weight availability provides an important advantage for assessing Dots3-Note Preview.
Researchers and developers can evaluate behavior under their own workloads rather than depending exclusively on benchmark claims from the developer.
| Closed Model Evaluation | Open-Weight Evaluation |
| Provider controls inference | Evaluator can control deployment |
| Model may change silently | Specific checkpoint can be preserved |
| Limited internal inspection | Architecture can be studied |
| API restrictions apply | Custom serving is possible |
| Provider determines availability | Self-hosting is possible |
| Reproducibility can be difficult | Controlled experiments become easier |
This means the most useful evidence about Dots3-Note Preview may emerge over time as independent teams reproduce benchmark results and test the model on uncurated workloads.
Caution Around Writingmate Ratings and Claims
The supplied Writingmate claims should be separated into two categories.
Qualitative testing reportedly attributed strong long-context synthesis, constraint adherence, and factual consistency to Dots3-Note Preview. Those observations can be useful as anecdotal evidence, but they should not be treated as standardized benchmark results without a published reproducible methodology.
Likewise, platform-level Product Hunt or G2 ratings should not be interpreted as ratings specifically for Dots3-Note Preview.
| Evidence Type | What It Can Establish |
| Controlled model benchmark | Comparative model capability |
| Reproducible third-party test | Independent model behavior |
| Reviewer case study | Qualitative evidence |
| Platform customer rating | Satisfaction with the overall product |
| Community discussion | Developer sentiment and deployment experience |
| Vendor demonstration | Evidence under developer-selected conditions |
A high rating for a platform incorporating multiple AI models measures the overall user experience, not necessarily the quality of one underlying model.
Caution Around SemiAnalysis Attribution
The supplied claim that SemiAnalysis specifically evaluated Dots3-Note Preview and highlighted its 75.1 Terminal-Bench 2.1 result could not be independently confirmed from sufficiently authoritative public material surfaced in the search.
Accordingly, the Terminal-Bench result can be discussed as part of the model’s reported evaluation portfolio, but attributing a specific interpretation to SemiAnalysis should be avoided unless the original analysis can be verified.
This distinction improves the credibility of a technical review because it separates a benchmark result from commentary allegedly made about that result.
Community Reception
Open-source community interest is likely to focus on a fundamental trade-off: Dots3-Note Preview offers relatively low active computation for a model with extremely large overall capacity, but its total weight footprint still places native deployment outside the reach of many ordinary local-AI configurations.
| Community Priority | Dots3-Note Consideration |
| Local inference | Total 280B footprint is challenging |
| Generation speed | Sparse activation is attractive |
| Quantization | Potentially important for broader deployment |
| Fine-tuning | Infrastructure requirements remain substantial |
| Coding agents | Strong reported benchmark profile |
| Long context | Attractive but memory-intensive |
| Multimodality | Expands local-agent possibilities |
| Open licensing | Encourages experimentation |
Exact sentiment attributed to individual online communities should nevertheless be presented cautiously unless backed by a representative sample. Individual posts are useful for identifying concerns but not for establishing community-wide consensus.
The Dots3 Model Hierarchy
The Dots3 family is structured around three tiers: Note, Jazz, and Aria.
Current reporting describes Note as the lightest member, with Jazz and Aria positioned as larger variants intended for different use cases and computational budgets.
| Dots3 Tier | Relative Position | Expected Strategic Role |
| Note | Lightweight tier | Efficiency and broad agent deployment |
| Jazz | Larger tier | More compute-intensive workloads |
| Aria | Flagship tier | Highest-capability workloads |
This structure suggests that Dots Studio is pursuing a model-family strategy rather than treating Note as a standalone release.
Jazz and Aria: What Is Actually Known
Claims about forthcoming Jazz and Aria releases require careful wording.
Public reporting confirms that the larger Jazz and Aria variants exist within the Dots3 family and are designed around different use cases and compute costs.
However, currently available evidence does not justify assuming exact parameter counts, benchmark performance, release dates, or specific enterprise capabilities.
| Jazz and Aria Claim | Current Interpretation |
| Part of Dots3 family | Supported |
| Larger than Note | Reported |
| Different compute profiles | Reported |
| Exact parameter counts | Not established |
| Exact release dates | Not established |
| Specific benchmark scores | Not established |
| Guaranteed open-weight release schedule | Should not be assumed |
| Enterprise multi-agent superiority | Requires future evaluation |
This distinction is particularly important for SEO-oriented technical content because speculative specifications can quickly become outdated or misleading.
What Could Come After Note?
If Dots Studio follows the tiering implied by the Dots3 family, Jazz and Aria could explore different points along the capability-versus-compute curve.
That creates several possible development directions, although these should be treated as expectations rather than confirmed specifications.
| Possible Direction | Potential Benefit |
| Larger active parameter budget | More reasoning capacity |
| Larger expert pool | Greater specialization |
| Improved multimodal encoders | Better perception |
| Stronger agent post-training | More reliable long-horizon execution |
| Better memory systems | Improved persistent agents |
| More efficient expert routing | Lower serving overhead |
| Smaller distilled models | Wider local deployment |
| Improved quantization | Lower infrastructure requirements |
What Will Determine Dots3-Note’s Long-Term Success?
Benchmarks can generate initial attention, but several other factors will determine whether Dots3-Note develops into an important open-model ecosystem.
| Success Factor | Why It Matters |
| Independent benchmark reproduction | Establishes credibility |
| Reliable serving frameworks | Reduces deployment friction |
| Quantized checkpoints | Expands accessible hardware |
| Agent-framework integration | Encourages practical adoption |
| Fine-tuning ecosystem | Enables domain specialization |
| Documentation | Reduces engineering effort |
| Stable licensing | Supports commercial adoption |
| Community development | Creates integrations and optimizations |
| Jazz and Aria releases | Establishes depth of model family |
| Production case studies | Demonstrates real-world reliability |
The Bigger Strategic Direction
Dots3-Note Preview also reflects a broader change in how foundation models are being evaluated.
The industry is gradually moving beyond static question-answering benchmarks toward environments that measure whether models can operate effectively over time.
| Earlier Model Evaluation | Emerging Agent Evaluation |
| Answer questions | Complete objectives |
| Generate code | Build and verify software |
| Describe images | Reason across multimodal environments |
| Solve static problems | Interact with changing environments |
| Produce one response | Execute many coordinated actions |
| Optimize final correctness | Optimize trajectory quality |
| Short context | Persistent task state |
| Passive assistant | Proactive agent |
This transition may ultimately be more important than any individual Dots3 benchmark score.
Future Outlook for Dots3-Note Preview
Dots3-Note Preview enters the open-weight ecosystem with several characteristics likely to sustain technical interest: sparse 16-billion-parameter activation, a much larger expert pool, multimodal input, long context, strong reported software-engineering performance, and an explicit focus on agentic execution.
At the same time, several questions remain unresolved.
Independent teams still need to establish how consistently its benchmark performance transfers to uncurated enterprise workloads. Its 280-billion-parameter weight footprint limits straightforward local deployment despite its relatively small active parameter count. The long-term economics of high-context multimodal inference also require production evidence, while many details surrounding Jazz and Aria remain undisclosed.
The broader Dots3 lineage nevertheless deserves attention. The perfect 42/42 IMO result achieved by dots-note-3.0 has already demonstrated unusually strong mathematical reasoning within the family, while reporting confirms that Note is only the lightest tier alongside the larger Jazz and Aria systems.
The next phase will therefore be less about headline benchmark scores and more about reproducibility, infrastructure efficiency, independent agent evaluations, real-world reliability, and ecosystem adoption. If those areas develop successfully, Dots3 could evolve from an impressive model release into a significant open-weight platform for multimodal and long-horizon AI agents.
Conclusion
Dots Studio’s Dots3-Note Preview represents an important evolution in open-weight AI, combining large-scale model capacity with sparse computation, native multimodal understanding, long-context processing, software engineering capabilities, and agent-oriented reasoning. With 280 billion total parameters but approximately 16 billion activated during token processing, its Mixture-of-Experts architecture demonstrates how model scale and per-token computational requirements can increasingly be separated.
What makes Dots3-Note Preview particularly interesting is its focus on execution rather than generation alone. The model is designed to work across text, images, video, and audio while supporting coding, tool use, terminal operations, research, and extended agent workflows. Technologies such as Dynamic Sparse Attention, Sliding Window Attention, Multi-Token Prediction, expert routing, and a context window of up to 512K tokens provide the technical foundation for these capabilities.
Dots Studio’s broader research direction also points toward a shift in how advanced AI systems are trained and evaluated. Instead of concentrating exclusively on static question answering, mathematical reasoning, or isolated coding problems, Dots3 emphasizes environments in which an AI agent must observe changing conditions, maintain objectives, use tools, evaluate progress, recover from mistakes, and continue operating across long trajectories.
For developers and enterprises, Dots3-Note Preview is therefore best viewed as more than another large language model. It is an open-weight foundation for building multimodal and execution-oriented AI agents. Its Apache 2.0 licensing, BF16 and FP8 checkpoints, and compatibility with modern distributed inference infrastructure also provide organizations with greater flexibility to evaluate and deploy the model within their own technology stacks.
However, its efficiency should be interpreted carefully. Activating approximately 16 billion parameters does not make Dots3-Note Preview equivalent to a conventional 16-billion-parameter model. Its complete 280-billion-parameter weight footprint still creates significant memory, hardware, and distributed-serving requirements. Independent testing will also be important for determining how consistently its impressive benchmark performance translates into unpredictable production environments.
Ultimately, Dots3-Note Preview shows where foundation-model development is heading: toward models that do not simply generate better answers, but can perceive richer environments, reason over much larger contexts, interact with software and tools, preserve progress across extended tasks, and turn high-level objectives into verified actions.
As Dots Studio expands the Dots3 family beyond the lightweight Note tier, Dots3-Note Preview provides an early indication of a potentially broader open-weight AI ecosystem. Its long-term significance will depend not only on benchmark rankings, but on whether developers can translate its architectural efficiency and agent capabilities into reliable, affordable, and useful real-world AI systems.
If you find this article useful, why not share it with your hiring manager and C-level suite friends and also leave a nice comment below?
We, at the 9cv9 Research Team, strive to bring the latest and most meaningful data, guides, and statistics to your doorstep.
To get access to top-quality guides, click over to 9cv9 Blog.
To hire top talents using our modern AI-powered recruitment agency, find out more at 9cv9 Modern AI-Powered Recruitment Agency.
People Also Ask
What is Dots3-Note Preview?
Dots3-Note Preview is an open-weight multimodal AI model from Dots Studio. It uses a Mixture-of-Experts architecture with 280B total parameters and about 16B active parameters for reasoning, coding, tool use, and agent workflows.
Who developed Dots3-Note Preview?
Dots3-Note Preview was developed by Dots Studio, the AI research organization behind the Dots model family and related research in language, vision, multimodal understanding, and agentic AI.
How does Dots3-Note Preview work?
Dots3-Note Preview uses sparse expert routing to activate only part of its 280B parameters for each token. It combines MoE processing, hybrid attention, multimodal encoders, long context, and Multi-Token Prediction.
How many parameters does Dots3-Note Preview have?
Dots3-Note Preview has approximately 280 billion total parameters, while about 16 billion parameters are activated during token processing. This sparse design reduces computation without limiting the model to a 16B parameter capacity.
What is the Dots3-Note Preview Mixture-of-Experts architecture?
Its Mixture-of-Experts architecture distributes computation among specialized neural networks called experts. A routing mechanism selects a small subset of experts for each token instead of activating every model parameter.
How many experts does Dots3-Note Preview use?
Dots3-Note Preview uses 256 routed experts plus a shared expert. Its Top-8 routing mechanism selects eight routed experts during token processing, providing specialized computation while controlling inference costs.
What is the context window of Dots3-Note Preview?
Dots3-Note Preview supports an architectural context window of up to 512K tokens. This makes it suitable for large documents, extensive codebases, research synthesis, long conversations, and extended AI agent workflows.
Is Dots3-Note Preview multimodal?
Yes. Dots3-Note Preview is a multimodal model capable of processing text, images, video, and audio as inputs. It produces text output and can reason across information originating from different media formats.
Can Dots3-Note Preview understand images?
Yes. Dots3-Note Preview includes a dedicated Mixture-of-Experts vision encoder that enables it to interpret images, diagrams, documents, visual environments, and other visual information alongside textual instructions.
Can Dots3-Note Preview process video and audio?
Yes. Dots3-Note Preview supports video and audio inputs in addition to text and images. These capabilities allow agent applications to reason over richer multimodal environments rather than relying exclusively on text.
What is Dots3-Note Preview designed for?
Dots3-Note Preview targets reasoning, software engineering, multimodal understanding, tool use, research, terminal operation, and long-horizon agentic tasks where an AI system must execute multiple steps toward an objective.
Is Dots3-Note Preview good for coding?
Dots3-Note Preview demonstrates strong coding and software engineering capabilities. It can work with repositories, generate and modify code, use development tools, execute commands, debug failures, and participate in iterative development workflows.
What is TEMPO in Dots3-Note?
TEMPO is an agent-focused reinforcement learning framework associated with Dots3-Note. It uses macro-step policy optimization and test-time-scaled value estimation to improve credit assignment during long, interactive task trajectories.
How does TEMPO improve AI agents?
TEMPO evaluates an agent at intermediate points instead of relying only on a final reward. This provides richer feedback about whether earlier actions improved or harmed progress during long-horizon tasks.
What is Multi-Token Prediction in Dots3-Note Preview?
Multi-Token Prediction provides machinery for predicting beyond one immediate next token. In supported serving configurations, its MTP capabilities can assist speculative decoding and improve generation efficiency.
What is Dynamic Sparse Attention in Dots3-Note Preview?
Dynamic Sparse Attention selectively attends to relevant information across long sequences instead of applying full attention everywhere. It helps Dots3-Note Preview process very large contexts more efficiently.
What is Sliding Window Attention in Dots3-Note Preview?
Sliding Window Attention focuses computation on nearby tokens within a limited region. Dots3-Note Preview combines it with Dynamic Sparse Attention to balance local sequence coherence with long-range information retrieval.
Is Dots3-Note Preview an open-weight AI model?
Yes. Dots3-Note Preview is released as an open-weight model, allowing developers and researchers to access its model weights and evaluate or deploy it on compatible infrastructure.
What license does Dots3-Note Preview use?
Dots3-Note Preview is released under the Apache License 2.0, providing broad permissions for research, modification, distribution, integration, and many commercial applications subject to the license terms.
What precision formats are available for Dots3-Note Preview?
Dots3-Note Preview is available with BF16 and native FP8 checkpoints. FP8 can reduce model memory requirements and is particularly relevant to production deployments using compatible data-center accelerators.
What hardware is needed to run Dots3-Note Preview?
Full self-hosting generally requires multi-GPU server infrastructure because all 280B parameters must be stored despite sparse activation. FP8 deployments can reduce memory requirements compared with the BF16 checkpoint.
Can Dots3-Note Preview run on a consumer GPU?
Native full-model deployment is generally impractical on a typical single consumer GPU because the 280B total parameter footprint requires substantial memory. Hosted inference or heavily optimized deployment approaches are more accessible.
Does Dots3-Note Preview support AI agents?
Yes. Agentic execution is a major focus of Dots3-Note Preview. The model can support workflows involving planning, tool use, environmental observation, coding, state tracking, verification, and iterative problem solving.
Can Dots3-Note Preview use external tools?
Dots3-Note Preview can operate within agent frameworks that provide external tools. Depending on the deployment, these tools may include terminals, code execution, search, file systems, browsers, APIs, and other software services.
How does Dots3-Note Preview perform on SWE-bench?
Dots Studio reports a 78.4% result on SWE-bench Verified for Dots3-Note Preview. SWE-bench evaluates whether AI systems can resolve real software engineering issues from actual code repositories.
How does Dots3-Note Preview perform on Terminal-Bench?
Dots Studio reports a 75.1 score on Terminal-Bench 2.1. The benchmark evaluates an agent’s ability to operate terminal environments and complete computer tasks through command-line interactions.
What is the difference between Dots3-Note Preview and dots-note-3.0?
Dots3-Note Preview is the publicly released open-weight model, while dots-note-3.0 is a related model from the broader Note lineage. Benchmark achievements associated with dots-note-3.0 should not automatically be attributed to the Preview model.
Did Dots3-Note Preview score 42 out of 42 at IMO 2026?
The 42/42 IMO 2026 result is associated with dots-note-3.0, not directly with the open-weight Dots3-Note Preview checkpoint. The achievement demonstrates advanced mathematical reasoning within the broader model lineage.
What are Dots3 Note, Jazz, and Aria?
Note, Jazz, and Aria are tiers within the Dots3 model family. Note represents the lighter model tier, while Jazz and Aria are positioned as larger tiers intended to address different capability and computational requirements.
Why is Dots3-Note Preview important for the future of AI agents?
Dots3-Note Preview combines multimodal perception, long context, sparse computation, coding, tool use, and agent-focused training. It illustrates the shift from AI systems that mainly generate answers toward models designed to execute and verify complex workflows.
Sources
ACCESS Newswire Writingmate Dots Studio Reddit 36Kr Interfaze vLLM Recipes Hugging Face Remio AI vLLM Ascend OpenRouter HTX BlockBeats Binance GitHub arXiv Evolvent AI Robotics Center




















![Writing A Good CV [6 Tips To Improve Your CV] 6 Tips To Improve Your CV](https://blog.9cv9.com/wp-content/uploads/2020/06/2020-06-02-2-100x70.png)


