← Back to brief

Source archive

AI21 Labs

AI21 Labs develops language models and generative AI systems for enterprise and developer use. Its work focuses on reliable language understanding, long-context applications, text generation, and controlled use of AI.

15 AISurfing briefingsVisit official source ↗

Briefings where AI21 Labs is the primary source

ResearchOfficialAI21 Labs

AI21 Labs Proposes Dynamic Data Snoozing to Reduce Compute Waste in Online RL

AI21 Labs has introduced 'dynamic data snoozing,' a method aimed at reducing compute waste in online reinforcement learning (RL) when using GRPO on verifiable rewards. According to their blog, this approach helps stabilize training while minimizing unnecessary computation.

Why it matters: This technique could improve the efficiency of online RL training, potentially lowering costs and energy use in AI model development.

Jul 11, 2026

ResearchOfficialAI21 Labs

AI21 Labs Releases Study on Budget-Aware Execution for SWE Agents

AI21 Labs has published a study on improving Best-of-N methods with budget-aware execution for software engineering (SWE) agents. The research explores the effectiveness of horizontal and vertical scaling strategies and discusses moving beyond uniform compute budgets to better address varying task difficulties.

Why it matters: This research could lead to more efficient allocation of compute resources for AI agents, potentially improving performance and reducing costs.

Jul 11, 2026

Policy SafetyOfficialAI21 Labs

AI21 Labs: Token Spend Remains High, Efficiency Needed Beyond Naive Routing

AI21 Labs reports that token spend in AI applications is not decreasing, referencing Goldman Sachs' projection of approximately 24-fold growth in token usage by 2030. The company observes a shift in industry focus from improving agent quality to addressing affordability and cost management.

Why it matters: This highlights the increasing importance of cost efficiency in AI deployment as token usage and associated expenses continue to rise.

Jul 11, 2026

ResearchOfficialAI21 Labs

AI21 Labs Tops DeepResearch Bench II by Merging Weak Agents

AI21 Labs secured the top position on the DeepResearch Bench II (DRB II) with a TotalScore of 64.38, surpassing the previous best by 3.2 points. The benchmark assesses deep research agents using 9,430 expert-written rubrics across 132 tasks, and AI21 Labs achieved this by merging outputs from weaker agents to create a leading deep researcher.

Why it matters: This result suggests that combining multiple weaker AI agents can outperform a single strong model, potentially offering a more efficient approach to advanced research tasks.

Jul 11, 2026

ResearchOfficialAI21 Labs

AI21 Labs achieves state-of-the-art 60.9% resolve rate on SWE-rebench

AI21 Labs achieved a 60.9% issue resolve rate on the SWE-rebench benchmark, surpassing the previous best published result. This improvement was attributed to rethinking the agent's context extraction phase.

Why it matters: This demonstrates that refining execution strategies can significantly improve AI coding agent performance on real-world software engineering tasks.

Jul 11, 2026

ResearchOfficialAI21 Labs

AI21 Labs Introduces Caching Mechanism for Reproducibility and Variance in Agentic LLM Pipelines

AI21 Labs has developed a caching mechanism for agentic LLM workflows that balances reproducibility and variance. The cache key encodes each LLM call's position in the pipeline to address non-determinism in parallel calls.

Why it matters: This approach enables more reliable experimentation in complex agentic systems by supporting both deterministic caching and the variability needed for robust testing.

Jul 11, 2026

Products AgentsOfficialAI21 Labs

AI21 Labs Introduces Maestro Framework for Optimizing AI Agent Performance and Cost

AI21 Labs has released Maestro, an agent optimization framework designed to help teams balance quality, cost, and latency when deploying AI agents at scale. The framework provides systematic methods for navigating the tradeoffs involved in productionizing agent systems.

Why it matters: As AI agents move from demos to production, optimizing the quality-cost-latency tradeoff is critical for practical deployment, and Maestro offers a structured approach to this challenge.

Jul 11, 2026

ResearchOfficialAI21 Labs

AI21 Labs finds LLM judge bias in coding agent benchmarks, warns of 'gold-like' answer pitfalls

AI21 Labs discovered that their LLM judge, used to select the best output from parallel agent runs in their Maestro coding agent, was performing suspiciously well. After ruling out contamination, they found the bias persisted on a clean dataset, indicating a deeper issue with benchmark evaluation.

Why it matters: This finding highlights a critical flaw in using LLMs as judges for coding agent benchmarks, potentially inflating performance metrics and misleading progress in AI development.

Jul 11, 2026

Open SourceOfficialAI21 Labs

AI21 Labs Uncovers Silent Integer Overflow in vLLM CUDA Kernel Affecting GRPO Training

AI21 Labs discovered a 32-bit integer overflow in a vLLM CUDA kernel that led to logprob mismatches during GRPO training of their Jamba 3B model. The bug only manifested when the number of cache slots exceeded approximately 47,935 and was resolved with a minor code change. The issue persisted undetected for several weeks.

Why it matters: This case underscores how subtle, low-level bugs can silently compromise AI training, highlighting the importance of thorough infrastructure testing.

Jul 11, 2026

ResearchOfficialAI21 Labs

Mind the gap: What separates demo agents from production systems

AI21 Labs outlines four key gaps that distinguish promising AI model demos from robust production systems. The blog highlights the importance of validation, routing, orchestration, and decomposition for ensuring AI reliability in real-world applications.

Why it matters: This perspective clarifies the practical hurdles developers face when moving AI agents from demonstration to deployment.

Jul 11, 2026

ResearchOfficialAI21 Labs

AI21 Labs Proposes Modular Agent Architecture Inspired by Human Cognition

AI21 Labs has introduced a modular intelligence model for agent orchestration, inspired by human language production. The proposed architecture separates reasoning, planning, and execution into distinct stages, mirroring external self-monitoring processes. This design aims to make AI systems more auditable, diagnosable, and amenable to principled improvement.

Why it matters: This modular framework could make AI agents more transparent and controllable, addressing challenges in complex agent workflows.

Jul 11, 2026

ResearchOfficialAI21 Labs

AI21 Labs reduces LLM training waste with model-agnostic padding minimization

AI21 Labs has developed a model-agnostic method that eliminates approximately 90% of padding-related overhead in large language model (LLM) training. Their approach uses micro-batch-level truncation and padding-aware micro-batching to address inefficiencies, particularly in hybrid Transformer-SSM models where sequence packing is not easily applicable.

Why it matters: This technique can significantly reduce compute waste and training costs for large language models without requiring model-specific modifications.

Jul 11, 2026

InfrastructureOfficialAI21 Labs

AI21 Labs Shares Strategies for Scaling vLLM Without Out-of-Memory Errors

AI21 Labs published a blog post detailing techniques to scale vLLM deployments without out-of-memory errors. They address GPU underutilization by sharing LLM-as-a-Judge deployments across concurrent training jobs, and mitigate load spikes through single-node optimization and multi-node scaling. The approach is applicable to high-throughput inference under variable load.

Why it matters: This provides practical guidance for scaling LLM inference efficiently, which is critical for reducing costs and improving reliability in production AI systems.

Jul 11, 2026

Open SourceOfficialAI21 Labs

AI21 Labs Publishes Debugging Tale of vLLM Bug Affecting Jamba Model

AI21 Labs discovered a rare bug in vLLM that caused their new Jamba model to generate gibberish about once every thousand prompts. The issue was traced to how vLLM's scheduler interacts with different model architectures. AI21 Labs shared their fix and insights from the debugging process.

Why it matters: This highlights the subtle bugs that can arise in inference engines when supporting diverse model architectures, and the importance of thorough testing.

Jul 11, 2026

ResearchOfficialAI21 Labs

AI21 Labs Proposes Query-Dependent Chunking for RAG Retrieval

AI21 Labs has introduced a multi-scale approach to Retrieval-Augmented Generation (RAG) retrieval by indexing the same corpus at multiple chunk sizes (such as 100, 200, and 500 tokens) and aggregating results using Reciprocal Rank Fusion. This method reportedly improves retrieval performance by 1–37% across benchmarks without requiring model retraining, with oracle experiments showing 20–40% gains.

Why it matters: This technique addresses a key limitation of RAG systems by making chunk size adaptive to query needs, potentially improving accuracy in information retrieval tasks.

Jul 11, 2026