iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Home ›› Technology ›› Ai ›› Llms ›› ToolPro: Executable Tool Programs Cut Web Service Latency by 53% for LLM Agents

ToolPro: Executable Tool Programs Cut Web Service Latency by 53% for LLM Agents

A new system called ToolPro replaces static API endpoints with executable tool programs for LLM-based agents, achieving up to 53.4% lower latency and 96.1% less traffic on multi-step workflows. It uses effect-aware replay for exactly-once execution and a profile-driven policy to decide when program execution outperforms stepwise calling.

iG
iGEN Editorial
June 23, 2026
ToolPro: Executable Tool Programs Cut Web Service Latency by 53% for LLM Agents

Large language model (LLM) agents increasingly rely on web services as tools, but most interfaces remain static endpoints that poorly express long-horizon workflows with loops, conditionals, joins, and retries. A new system, ToolPro, addresses this by representing an agent's tool intent as an executable tool program, compactly encoding multi-step service interactions with explicit effect types.

How ToolPro Works

ToolPro combines three core mechanisms: constraint-guided program construction, effect-aware replay, and a profile-driven policy. Constraint-guided construction ensures programs respect service constraints. Effect-aware replay guarantees exactly-once execution for state-modifying calls, critical for operations like database writes or payment processing. The profile-driven policy decides when program execution outperforms stepwise calling, based on network latency and workflow complexity.

The system is instantiated over MCP-style services with WebAssembly sandboxing, providing safe execution of tool programs. This design allows LLM agents to invoke complex, multi-step workflows in a single programmatic call rather than multiple sequential API calls.

Performance Results

ToolPro was evaluated on diverse workflows of real-world applications. The results show significant improvements in both latency and traffic:

Metric Improvement Condition
End-to-end latency Up to 53.4% reduction Under high network latency and workflow complexity
Client-side traffic Up to 96.1% reduction Under high network latency and workflow complexity

According to the paper, larger gains are observed under higher network latency and workflow complexity. This makes ToolPro particularly valuable for distributed systems where network round trips dominate performance.

Implications for Enterprise Automation

For enterprise technology decision-makers, ToolPro offers a path to more efficient and reliable automation. Multi-step workflows common in logistics—such as order tracking, customs clearance, and inventory updates—often require coordinating several web services. By bundling these interactions into a single executable program, ToolPro reduces both latency and bandwidth usage, enabling faster and more scalable agentic systems.

The effect-aware replay mechanism provides strong guarantees for state-modifying operations, reducing the risk of duplicate or partial updates. This is essential for financial transactions, order fulfillment, and other critical processes in trade and supply chain operations.

ToolPro's use of WebAssembly sandboxing also addresses security concerns when executing untrusted tool programs. The approach allows safe execution within a controlled environment, expanding the range of services that can be safely automated.

While ToolPro is a research prototype, its principles can inform the design of next-generation agentic web services. As LLM agents become more integrated into enterprise workflows, interfaces that compactly represent multi-step intents will become increasingly important for achieving both performance and reliability.


Sources:

Keep Reading

Recommended Stories

XFlow: A New Programming System for Reliable Multi-Agent Workflows Addresses Prompt–Harness Boundary Technology

XFlow: A New Programming System for Reliable Multi-Agent Workflows Addresses Prompt–Harness Boundary

Researchers present XFlow, an executable protocol programming system designed to improve reliability in LLM-based multi-agent workflows. By introducing the XPF protocol language and lifecycle-governed symbols, XFlow makes constraints and process requirements explicit and enforceable, addressing the underspecified prompt–harness boundary that limits current systems.

June 16, 2026
PeopleFinders Launches Stud or Dud to Run Background Checks on Your Dates Technology

PeopleFinders Launches Stud or Dud to Run Background Checks on Your Dates

PeopleFinders launched Stud or Dud, a subscription website that compiles public records into dating background reports. The tool categorises finances, property, employment, and criminal history, with AI-generated overviews and flagging. Privacy experts warn the service could be abused by stalkers.

August 26, 2026
Excel Power Users Turn Spreadsheets Into a Spectator Sport With Speedruns and Obstacle Courses Technology

Excel Power Users Turn Spreadsheets Into a Spectator Sport With Speedruns and Obstacle Courses

According to WIRED, a community of Excel power users is turning spreadsheet mastery into a spectator sport with speedruns, obstacle courses, and championships. Creators like Dan Kidney and Jonathan Tristan amass millions of views and hundreds of thousands of followers while teaching keyboard-driven efficiency.

August 19, 2026
EasyDMG Automates macOS App Installation, Ending the Drag-and-Drop Dance Technology

EasyDMG Automates macOS App Installation, Ending the Drag-and-Drop Dance

Developer Jeff Schumann created EasyDMG, a free macOS utility that automates the traditional DMG installation process — mounting, verifying, copying to Applications, and deleting the disk image. WIRED reported the tool lets users double-click DMG files to install software, with optional auto-launch and no background processes or telemetry.

August 16, 2026