Home / Companies / AI21 Labs / Blog / June 2026

June 2026 Summaries

3 posts from AI21 Labs

Filter
Month: Year:
Post Summaries Back to Blog
Token spend is a growing concern for AI leaders, with projections indicating significant increases by 2030, prompting a shift in focus from agent quality to scalability and cost management. Companies face challenges in reducing token costs without compromising performance, as manual tuning of agents is inefficient and quickly outdated due to frequent model changes. Many are adopting routing strategies, directing tasks to the most cost-effective models, a practice endorsed by industry leaders and reflected in production data. To address these challenges, an intelligent router has been developed to automate agent optimization by identifying and eliminating token waste and making advanced routing decisions, resulting in substantial cost savings. This approach not only reduces costs but also adapts to changes over time, ensuring efficient and scalable operation without sacrificing quality.
Jun 25, 2026 727 words in the original blog post.
DeepResearch Bench II (DRB II) is a benchmark that evaluates deep research agents against 9,430 expert-written rubrics across 132 tasks, emphasizing Information Recall as a key metric. Rather than focusing on creating a superior individual agent, the authors achieved a top leaderboard score of 64.38 by merging outputs from agents ranked 7th to 13th, none of which individually scored above 45. This approach capitalized on the diverse coverage of facts across multiple reports, enhancing Information Recall and demonstrating that combining existing agents can outperform refining a single one. The method involves agglomerative pairwise merging, where reports are fused iteratively to preserve factual information, thus improving overall task performance without developing a new agent. This strategy not only highlights the potential of leveraging existing resources but also suggests that as the number of available agents grows, the ability to extract more comprehensive insights from them will become increasingly significant.
Jun 24, 2026 1,464 words in the original blog post.
A recent study has set a new benchmark with a 60.9% issue resolve rate on the SWE-rebench by revising the conventional approach to context extraction and solution generation in coding agents. Traditionally, the process involves enriching context first and then generating solutions, but the researchers reversed this order, starting with solution generation to better inform context extraction. This new approach, combined with horizontal scaling and focused context enrichment, allows for more precise codebase exploration, significantly enhancing the agent's accuracy without increasing costs. The study highlights how leveraging initial solution rollouts to guide context enrichment reduces blind spots and optimizes the agent's performance beyond the baseline ReAct loop. By maintaining a cost-effective strategy that uses existing computational resources wisely, the researchers demonstrated an improved agent architecture that could serve as a model for developing more accurate and efficient AI software engineers.
Jun 04, 2026 2,877 words in the original blog post.