model releaseArcee Ai

Arcee AI releases Trinity-Large-Thinking, open reasoning model matching Claude Opus on agent tasks

TL;DR

Arcee AI has released Trinity-Large-Thinking, a 400-billion-parameter open-weight reasoning model with a mixture-of-experts architecture that activates only 13 billion parameters per token. The model matches Claude Opus 4.6 on agent benchmarks like Tau2 and PinchBench but lags on general reasoning tasks. The company spent approximately $20 million—roughly half its total venture capital—to train the model on 2,048 Nvidia B300 GPUs over 33 days.

3 min read
0

Arcee AI Releases Trinity-Large-Thinking Open Reasoning Model

Arcee AI has released Trinity-Large-Thinking, a 400-billion-parameter open-weight reasoning model licensed under Apache 2.0 and designed specifically for agent tasks. The model competes directly with Anthropic's Claude Opus 4.6 on specialized benchmarks while maintaining inference efficiency through a mixture-of-experts architecture that activates only 13 billion parameters per token.

Training Investment and Infrastructure

The project consumed approximately $20 million in capital—roughly half of Arcee AI's total venture funding to date. Training ran on 2,048 Nvidia B300 GPUs for 33 consecutive days, processing 17 trillion tokens total. The company partnered with Prime Intellect for GPU cluster provision and DatologyAI for data curation.

The training run remained stable throughout without loss spikes, a notable achievement given the model's scale. The team credited a custom load-balancing method called SMEBU (Soft-clamped Momentum Expert Bias Updates) for preventing expert collapse—a problem that plagued early training runs when individual experts in the 256-expert network stopped receiving tokens.

Architecture and Capabilities

Trinity-Large-Thinking uses 256 specialized sub-networks with only 4 active per token, reducing computational overhead while preserving parameter capacity. The model generates explicit reasoning in special "think blocks" before each answer, optimized for tool calling, multi-stage planning, and autonomous workflows.

The architecture combines local attention layers (covering text sections) with global layers (spanning entire context) to support a 512K token context window without proportional compute increases. On the Needle-in-a-Haystack benchmark at 512K tokens, it achieved 0.976 accuracy, though it trained at 256K tokens.

Benchmark Performance: Strength in Agents, Weakness in General Reasoning

On agent-specific benchmarks, Trinity-Large-Thinking performs competitively:

  • Tau2-Airline: 88 (first place)
  • PinchBench: 91.9 (second place, vs. Claude Opus 4.6's 93.3)
  • AIME25: 96.3

General reasoning benchmarks reveal significant gaps:

  • GPQA-Diamond: 76.3 (vs. Claude Opus 4.6's 89.2)
  • MMLU-Pro: 83.4 (vs. Claude Opus 4.6's 89.1)

The base model reportedly matches GLM 4.5 performance despite activating substantially fewer parameters per token.

Training Data and Synthetic Contribution

Approximately 8 trillion of the 17 trillion training tokens were synthetically generated—among the largest documented uses of synthetic data for pretraining. This includes 6.5 trillion tokens of rewritten web text, ~1 trillion multilingual tokens, and ~800 billion code tokens.

A novel data processing method called Random Sequential Document Buffer (RSDB) randomizes document order rather than processing consecutive documents sequentially, reducing distribution drift between training steps.

Current Limitations and Future Plans

Arcee AI describes the current version as preliminary. The fine-tuning phase focused on tool use and multi-step reasoning ran shorter than planned due to GPU cluster availability constraints. The company plans more extensive post-training for future iterations.

A preview version released earlier on OpenRouter processed 3.37 trillion tokens in its first two months and ranked among the most-used open models in the US on that platform. The reasoning version is now live on OpenRouter and integrates with agent frameworks including OpenClaw and Hermes Agent.

Market Context

Arcee AI positions Trinity-Large-Thinking as the most powerful open model outside China, addressing dominance by Chinese labs like Qwen, MiniMax, and Zhipu AI in the open-weight space. The release arrives shortly after Google's Gemma 4 announcement, another open family using mixture-of-experts architecture under Apache 2.0 licensing.

What This Means

Trinity-Large-Thinking demonstrates that Western open-source AI development can match proprietary models in narrow domains (agent tasks) while accepting broader weaknesses. The $20 million commitment signals serious infrastructure investment required for competitive open models. However, the gap in general reasoning (76.3 vs. 89.2 on GPQA-D) indicates specialized optimization comes with trade-offs. For agent-specific applications with tool use and planning, this model provides a viable open alternative; for general-purpose reasoning, Claude Opus and similar models remain superior.

Related Articles

model release

DeepSeek Releases V4 Flash Vision Exp, an Experimental Multimodal MoE Model with 1M Context

DeepSeek has released V4 Flash Vision Exp, an experimental vision-enabled variant of DeepSeek V4 Flash 0731 that adds image understanding while matching the base model's text performance. The sparse mixture-of-experts model uses 13B active parameters out of 284B total and supports a 1M token context window.

model release

Tencent Releases Hy-MT2-30B-A3B, a 30B-Parameter Translation Model with 3B Active Parameters

Tencent has released Hy-MT2-30B-A3B, a mixture-of-experts translation model with 30B total parameters and 3B active parameters, supporting 33 language pairs and five Chinese dialect and minority-language pairs. The model is available through Tencent Cloud at $0.074 per 1M input tokens and $0.295 per 1M output tokens.

model release

NVIDIA Nemotron 3.5 Lightning Arrives on Amazon SageMaker JumpStart, Targets High-Volume Agentic Workloads

NVIDIA's Nemotron 3.5 Lightning, a 30B-parameter hybrid Mixture-of-Experts model with only 3B active parameters, is now available for one-click deployment on Amazon SageMaker JumpStart. NVIDIA claims up to 4x higher throughput and 30% faster task completion for high-volume agentic workloads compared to larger frontier models.

model release

IBM Releases Granite Speech 5.0 Turbo CTC: 470M-Parameter ASR Model Hits 12,600x Real-Time Speed

IBM has released two new 470M-parameter Granite Speech models that transcribe audio at over 12,600x real-time speed on an NVIDIA H200 GPU. The encoder-only models achieve 4.85-5.00% word error rate while running over 20x faster than prior Granite Speech versions.

Comments

Loading...