Type something to search...
Chroma Context-1: the 20B agentic search model that edits its own context

Chroma Context-1: the 20B agentic search model that edits its own context

What is Chroma Context-1?

Chroma Context-1 is a 20B Mixture of Experts model built specifically for agentic search — retrieval tasks that require multiple hops, query decomposition, and self-correction. It is released by Chroma (the company behind the open-source vector database) under the Apache 2.0 license.

The model’s defining feature is self-editing context: it can selectively prune irrelevant documents from its own context window during multi-step retrieval, maintaining quality across long search horizons without the context bloat that typically degrades RAG pipelines.


Architecture

  • Base model: GPT-OSS-20B (Mixture of Experts)
  • Training: SFT + RL via CISPO (a reinforcement learning objective), with staged curriculum learning across web, legal, and finance domains
  • Precision: BF16 (MXFP4 quantized checkpoint coming soon)

The MoE architecture means only a fraction of parameters are active per forward pass, which contributes to the model’s speed advantage over dense alternatives.


Key capabilities

Query decomposition

Context-1 breaks down complex multi-constraint questions into targeted subqueries, then executes them systematically rather than attempting to answer from a single retrieval pass.

Parallel tool calling

The model averages 2.56 tool calls per turn, reducing the total number of turns required and minimizing end-to-end latency. This is a training outcome, not a prompt engineering trick — the model learned to batch its information-gathering steps.

Self-editing context

The most novel capability: Context-1 selectively removes irrelevant documents from its context window mid-search. This is measured at 0.94 context pruning accuracy, which means it almost always correctly identifies and discards documents that would pollute subsequent reasoning steps.

This solves a core RAG problem — context window pollution as more documents accumulate across hops — without requiring external re-ranking infrastructure.

Cross-domain generalization

Trained on web, legal, and finance tasks, the model generalizes to held-out domains and public benchmarks:

BenchmarkType
BrowseComp-PlusWeb search
SealQAStructured QA
FRAMESMulti-hop reasoning
HLELong-horizon evaluation

Performance

MetricValue
Retrieval qualityComparable to frontier LLMs
Cost vs frontierFraction of cost
Speed vs frontierUp to 10x faster
Context pruning accuracy0.94
Avg tool calls per turn2.56

Context-1 is positioned as a cost/speed alternative to using frontier models (GPT-4o, Claude, Gemini) for retrieval tasks — comparable quality at a fraction of the inference cost, with the speed advantage of a purpose-built model.


Important: agent harness required

Context-1 is designed to operate within a specific agent harness that manages:

  • Tool execution
  • Token budget tracking
  • Context pruning and deduplication
  • Multi-turn state

The harness is not yet public. Running the model standalone without the harness will not reproduce the benchmark results reported in the technical report. Chroma has announced the full release is planned soon.

This means Context-1 is currently best understood as a preview of the architecture and training approach — practical deployment requires waiting for the harness release or building a compatible wrapper based on the technical report.


Quantization and variants

7 quantized variants are available on the Hub for:

  • llama.cpp
  • LM Studio
  • Jan
  • Ollama

An MXFP4 quantized checkpoint is planned for release.


Limitations

  • Harness dependency — benchmark results require the proprietary agent harness, which is not yet public
  • No standalone usage — the model is not designed for general-purpose text generation; it is optimized for the search agent task
  • MoE complexity — Mixture of Experts models can be harder to deploy on limited hardware; check VRAM requirements against your infrastructure
  • Narrow training distribution — trained specifically on web, legal, and finance; performance on other domains may vary

Conclusion

Context-1 is an interesting architectural bet: instead of relying on a frontier model to power RAG, train a dedicated search agent that knows how to decompose, retrieve, and self-correct. The self-editing context mechanism is the standout design decision — it’s a learned behavior that replaces what most RAG pipelines solve with external re-rankers or strict context window management.

The main caveat is the harness dependency. Until the full release, Context-1 is primarily a research artifact that signals where purpose-built RAG agents are heading.

Model: chromadb/context-1
Technical report: Chroma Context-1: Training a Self-Editing Search Agent

Tags :
  • AI
  • Chroma
  • RAG
  • Search
  • Agents
  • Open Source
Share :

Related Posts

ChatGPT: Beware of These Malicious Chrome Extensions

ChatGPT: Beware of These Malicious Chrome Extensions

Are your ChatGPT secrets truly secure? The massive hype surrounding ChatGPT has led to the birth of thousands of Chrome extensions promising to enhance user experience. However, a recent study h

Read More
Agentic AI Smartphones: The Next Frontier for Enterprise

Agentic AI Smartphones: The Next Frontier for Enterprise

The rise of the "doer" AI The recent launch of the ZTE Nubia M153 prototype, powered by ByteDance's Doubao model, marks a decisive turning point. We are moving from passive voice assistants to "

Read More
Claude Opus 4.5: The Next Generation of AI

Claude Opus 4.5: The Next Generation of AI

Introduction to Claude Opus 4.5 Claude Opus 4.5, released on November 25, 2025, represents a significant leap forward in AI technology. This latest version brings a host of new features and impr

Read More
Cohere Transcribe: a 2B ASR model that tops the English leaderboard

Cohere Transcribe: a 2B ASR model that tops the English leaderboard

What is Cohere Transcribe? Cohere Transcribe 03-2026 is an automatic speech recognition (ASR) model released by Cohere Labs. With 2B parameters, it ranks **#1 on the English ASR leaderboard*

Read More
Gemma 4 31B: Google's multimodal model with 256K context and thinking mode

Gemma 4 31B: Google's multimodal model with 256K context and thinking mode

What is Gemma 4 31B? Gemma 4 31B (instruction-tuned variant: gemma-4-31B-it) is Google's latest open-weights multimodal model with 30.7 billion parameters. It processes text, images, and v

Read More
GLM-5: 744B parameters, 40B active — ZhipuAI's open-source frontier model

GLM-5: 744B parameters, 40B active — ZhipuAI's open-source frontier model

What is GLM-5? GLM-5 is a large language model released by ZhipuAI (智谱AI). It has 744 billion total parameters with only 40 billion active at inference — the same Mixture of Experts

Read More
Google Snapseed: A New Photo Experience Arrives on iPhone

Google Snapseed: A New Photo Experience Arrives on iPhone

Introduction: Google surprises mobile photographers Google has just made a major move in the iOS ecosystem by launching a dedicated camera app, directly linked to its famous Snapseed editing suit

Read More
Mistral Small 4: One Unified Model to Rule Reasoning, Code, and Vision

Mistral Small 4: One Unified Model to Rule Reasoning, Code, and Vision

For years, the AI model landscape has operated along a familiar tension: large models that are capable but expensive to run, versus small models that are fast but frustratingly limited. Mistral AI's

Read More
Mistral's Devstral 2: The Return of Sovereign Code AI

Mistral's Devstral 2: The Return of Sovereign Code AI

The European Counter-Strike in Code AI With the release of Devstral 2 and its lightweight counterpart Devstral Small 2, Mistral AI is effectively reclaiming territory in a sector recently domina

Read More
Nemotron Cascade 2: NVIDIA's 30B model that won the math and coding Olympics

Nemotron Cascade 2: NVIDIA's 30B model that won the math and coding Olympics

What is Nemotron Cascade 2? Nemotron Cascade 2 (30B-A3B) is an open model released by NVIDIA on March 19, 2026. Its headline number is deceptive: 30 billion total parameters, but only **3 bi

Read More
NVIDIA Nemotron-3 Super: a 120B MoE model that runs on a single GPU

NVIDIA Nemotron-3 Super: a 120B MoE model that runs on a single GPU

On March 11, 2026, NVIDIA released Nemotron-3 Super — a model that sits at an unusual intersection: 120 billion total parameters, only 12 billion active during inference, deployable on a single G

Read More
Qianfan-OCR: Baidu's 4B model that beats Gemini on document parsing

Qianfan-OCR: Baidu's 4B model that beats Gemini on document parsing

What is Qianfan-OCR? Qianfan-OCR is a document understanding model released by Baidu. It converts images of documents — PDFs, scans, photos, screenshots — directly into structured Markdown,

Read More
Qwen3.5-27B Distilled by Claude 4.6 Opus: A Local Reasoning Powerhouse

Qwen3.5-27B Distilled by Claude 4.6 Opus: A Local Reasoning Powerhouse

What is this model? Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled is an open-source 28B language model published by Jackrong on Hugging Face. The idea is

Read More
Project Ava: Razer Traps an AI in a Connected Jar

Project Ava: Razer Traps an AI in a Connected Jar

AI steps out of the screen with Razer Beyond RGB mice and keyboards, Razer is exploring new horizons with Project Ava. This concept, introduced as an "AI companion in a jar," aims to humaniz

Read More
Technology (definition)

Technology (definition)

Technology and ecology: a sustainable alliance At Reeboot, we firmly believe that technology and ecology can go hand in hand. Our mission is to provide high-performance products while adopting a

Read More
The Asus ROG Strix SCAR 18 Monster, VPN and Health: Today's Tech News

The Asus ROG Strix SCAR 18 Monster, VPN and Health: Today's Tech News

Introduction: a concentration of innovations and vigilance The world of technology never stops, and this morning, the news offers us a fascinating mix of raw performance, digital geopolitics, and

Read More
Voxtral-4B: Mistral's open-weights TTS model that speaks 9 languages in real time

Voxtral-4B: Mistral's open-weights TTS model that speaks 9 languages in real time

What is Voxtral-4B? Voxtral-4B-TTS-2603 is a text-to-speech model released by Mistral AI in March 2026. It converts text to realistic speech in 9 languages, with 20 built-in preset voices an

Read More
Windows 11: Your Android Apps Now in Full Screen on PC

Windows 11: Your Android Apps Now in Full Screen on PC

Breaking the barriers between mobile and PC Microsoft is taking another major step in unifying its operating systems. Thanks to an update to the "Phone Link" tool, users can now project their An

Read More