iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
New Senate bill targets 'chameleon carriers' that reopen to escape penalties Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity New Senate bill targets 'chameleon carriers' that reopen to escape penalties Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity
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
Apple's iOS 27 Public Beta Adds Adjustable Liquid Glass Transparency Setting Technology

Apple's iOS 27 Public Beta Adds Adjustable Liquid Glass Transparency Setting

Apple released the iOS 27 public beta in mid-July, featuring a new slider that lets users adjust the transparency of the Liquid Glass interface. The update responds to criticism of legibility since the translucent design launched in 2025. The full software release is expected in September.

July 23, 2026
Valve's Steam Machine Brings the Best and Worst of PC Gaming to the Living Room Technology

Valve's Steam Machine Brings the Best and Worst of PC Gaming to the Living Room

Valve's Steam Machine aims to bring PC gaming to the living room with 4K 120Hz support via AMD FSR. Testing on multiple games shows variable performance depending on resolution and settings, with best results at 1080p. Poorly optimized games struggle.

July 17, 2026
Trump Media Plans Truth PSI Premium Feed for Faster Access to Truth Social Posts Technology

Trump Media Plans Truth PSI Premium Feed for Faster Access to Truth Social Posts

Trump Media & Technology Group announced Truth PSI, a premium data feed allowing Wall Street firms to access Truth Social posts in milliseconds. The service, launching next month, would include posts from President Trump, whose announcements on tariffs, Iran, and ICE crackdowns affect financial markets and supply chains. Critics raise conflict-of-interest concerns as Trump, the largest shareholder, directly benefits. The stock has fallen 70% since he took office.

July 17, 2026