cd /news/artificial-intelligence/speculative-macro-commit-for-faster-… · home topics artificial-intelligence article
[ARTICLE · art-121104] src=arxiv.org ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Speculative Macro Commit for Faster Tool-Using Agents

Researchers introduced Speculative Macro Commit (SMC), a runtime mechanism that reduces latency for tool-using LLM agents by having a faster speculative drafter model pre-execute action chains on an environment snapshot, which are committed when they match the authoritative actor's next action. Using Qwen3.5-27B INT4 as the actor and Qwen3.5-4B as the drafter, SMC cut latency by 10.23% over the Speculative Actions baseline and 18.59% over sequential execution on the τ²-Bench Telecom subset, and by 7.7% and 44.9% respectively on AppWorld, while maintaining accuracy. The code is publicly available on GitHub.

read1 min views1 publishedSep 4, 2026

arXiv:2609.03236v1 Announce Type: new Abstract: Tool-using LLM agents spend wall-clock time not only on model inference but also in serial action--observation turns, where each tool call, environment transition, and observation can delay subsequent decisions. We introduce \textbf{Speculative Macro Commit} (SMC), a runtime mechanism for a two-tier agent system: a large authoritative actor model produces the official trajectory, while a faster speculative drafter model continuously predicts and executes future action chains on an isolated environment snapshot. SMC mines recurring multi-action skeletons from training traces and stores them in a macro library used to match against action chains predicted by the drafter at runtime. When the actor's next tool call matches the first drafted action, SMC commits the remaining pre-executed draft steps, together with their observations, to the official trajectory. Using Qwen3.5-27B INT4 as the authoritative actor model and Qwen3.5-4B as the speculative drafter model, SMC matches the sequential agent's overall accuracy while reducing latency by 10.23% over the Speculative Actions (SA) baseline and 18.59% over sequential execution on the $\tau^2$-Bench Telecom subset. On AppWorld, SMC reduces wall time by 7.7% over SA baseline and 44.9% over sequential execution, with a small reduction in task completion. Overall, SMC provides a practical way to reuse multi-step speculative execution and reduce agent latency beyond single-step speculative actions. Our code is publicly available \href{https://github.com/zeyuliu1037/speculative-macro-commit}{\textcolor{magenta}{here}}.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @arxiv 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/speculative-macro-co…] indexed:0 read:1min 2026-09-04 ·