Urgent.News

What's breaking now, across thousands of outlets.

Tech

Passing Once Isn't Reliable โ€” This Week's Agent Engineering Puts the Harness Before the Model

This digest covers AI agent developments from 2026-08-18 to 2026-08-25: orchestration patterns, tool/function calling, memory, planning loops, multi-agent coordination, and agent evaluation. ๐Ÿ”ฅ Highlights AgentWeave: Routing Before Reasoning for Efficient Function Calling in Tool-Rich Language Models โ€” cuts tool exposure 70%, latency 51%. One Success Isn't Reliability: Thinkingbox, a Sandbox andโ€ฆ

This week's AI agent developments focus on orchestration patterns, tool/function calling, memory, planning loops, multi-agent coordination, and agent evaluation. AgentWeave, a new system, filters tool sets before prompts are processed, reducing tool exposure by 70%, input tokens by 62%, and latency by 51%. However, pass@1 success rates in Thinkingbox, a sandbox and benchmark, do not guarantee reliability as seen in the drop from 65.36% pass@1 to 25.25% pass@20.

Spine-Branch Coordination for Multi-agent Computer Use tackles VM state merging in multi-agent systems, lifting success rate by 6-16.5 points and cutting cost per task by 34-70%. AutoSaddler optimizes the agent's external harness using execution traces, resulting in gains of 9-10 points across three benchmarks. LangSmith Tuned Evaluators, starting with Perceived Error, grade 100% of production traffic, cutting evaluation cost by 82% while maintaining quality.

Anthropic Engineering Blog and LangChain / LangGraph Blog introduced new tools and frameworks for testing and evaluating agents, emphasizing the importance of the agent harness and its impact on performance.

Written by urgent.news from Dev.to's reporting โ€” not their text. Machine-written โ€” may contain errors; check the original before relying on it.

Read the original at dev.to โ†’

More in Tech

Explaining Excel's XLOOKUP Like a Detective

Story ๐Ÿ•ต๏ธโ™‚๏ธ published: true tags: excel, data, tutorial, productivity Let's face it: staring at spreadsheet syntax like =XLOOKUP(lookup_value, lookup_array, return_array) is boring.

  • XLOOKUP function simplifies data analysis in Excel
  • Breaks down into three key inputs: lookupvalue, lookuparray, returnarray
  • More flexible than older VLOOKUP function

More from Tuesday 25 August โ†’