Self-Speculating Agents Predict Tool Calls via Joint RL
July 29, 2026
This framework unifies an agent and its speculator into a single model to hide tool-call latency. Using joint agent-speculator reinforcement learning, the model predicts its own next tool call from partial trajectories while reusing the prefix KV cache.
HOW THIS AFFECTS YOU
●
builderYou can reduce agent latency by pre-executing tool calls within the same model instance.
●
researcherYou can explore unified RL training objectives for dual-mode agent behavior.