cd /news/artificial-intelligence/ooo-spec-out-of-order-semantic-specu… · home topics artificial-intelligence article
[ARTICLE · art-85624] src=machinebrief.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

OoO-Spec: Out-of-Order Semantic Speculation for Fast Tool Calling

Researchers introduced OoO-Spec, an out-of-order semantic speculation method that speeds up LLM tool calling by predicting function choices and argument values in parallel. Across seven targets and three benchmarks, OoO-Spec achieved 2.46x-5.34x speedup over autoregressive decoding with a mean of 3.89x, outperforming ToolSpec's 2.95x, and improved on ToolSpec by 34.1% on Qwen3 targets.

read1 min views1 publishedAug 4, 2026

arXiv:2608.00814v1 Announce Type: new Abstract: LLMs generate tool calls token by token, even though the function choice and argument values can often be predicted in parallel from the request and tool schema. ToolSpec reduces this cost by drafting schema tokens and retrieving earlier calls, but cannot propose request-specific values absent from either source. We present OoO-Spec, which computes these missing semantics out of order. At request arrival, a Qwen3-0.6B sidecar predicts the function choice and all schema-defined argument slots in one parallel request-level wave while the target begins ToolSpec decoding. The runtime joins the slot values, renders the resulting call as text, and exposes it to subsequent candidate-construction rounds. The target polls without blocking, re-tokenizes a ready hint with its own tokenizer, and remains the sole verifier and commit authority. The sidecar is trained once with LoRA on Qwen2.5-32B teacher traces and used unchanged across Qwen2.5, Qwen3, and Llama targets, without target-specific drafter training. Across seven fully ranked targets and three benchmarks under greedy batch-one decoding, OoO-Spec is fastest among all evaluated methods in all 21 target-benchmark cells, reaching 2.46x-5.34x over autoregressive decoding with an unweighted mean of 3.89x, versus 2.95x for ToolSpec. It also outperforms every evaluated released learned drafter in each comparable cell. Across Qwen3-4B, 8B, 14B, and 32B targets, the same sidecar improves on ToolSpec by 34.1% on average. Its compact semantic payload averages 85 bytes per request excluding protocol metadata, supporting effective split-GPU overlap.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @ooo-spec 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/ooo-spec-out-of-orde…] indexed:0 read:1min 2026-08-04 ·