iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
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 US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout 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 US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout
Home ›› Topics ›› agents

Topic

agents

28 stories
ToolPro: Executable Tool Programs Cut Web Service Latency by 53% for LLM Agents Technology
Software #web services#api

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.

Jun 23, 2026 1 source
The Autonomy Tax: Defense Training Breaks LLM Agents Technology
Artificial Intelligence #artificial intelligence#llm

The Autonomy Tax: Defense Training Breaks LLM Agents

A new research paper reveals that defense training designed to protect LLM agents from prompt injection attacks paradoxically destroys their ability to perform multi-step tasks, causing 99% timeout rates and worse security than undefended baselines. The study identifies three systematic biases and attributes them to shortcut learning.

Jun 20, 2026 1 source
LedgerAgent: A New Method for Policy-Adherent Tool-Calling AI Agents in Customer Service Technology
Artificial Intelligence #ai#agents

LedgerAgent: A New Method for Policy-Adherent Tool-Calling AI Agents in Customer Service

Researchers introduce LedgerAgent, an inference-time method that maintains observed task states in a separate ledger and checks policy constraints before tool calls, improving pass^k metrics across four customer-service domains. The approach addresses common failure modes where agents use stale or incorrect information or violate domain policies.

Jun 20, 2026 1 source
AutoPass: Evidence-Guided LLM Agents Achieve Compiler Speedups of 1.117x on ARM64 Technology
Artificial Intelligence #llm#compiler

AutoPass: Evidence-Guided LLM Agents Achieve Compiler Speedups of 1.117x on ARM64

Researchers present AutoPass, a multi-agent LLM framework that uses compiler and runtime evidence to guide compiler optimization decisions. Without training, it outperforms expert-tuned heuristics and classical autotuning, achieving geometric-mean speedups of 1.043x on x86-64 and 1.117x on ARM64 over LLVM -O3.

Jun 20, 2026 1 source
Automated Skill Mining from GUI Trajectories Shows Readability but Limited Policy Improvement Technology
Artificial Intelligence #ai#automation

Automated Skill Mining from GUI Trajectories Shows Readability but Limited Policy Improvement

A team of researchers proposed a three-stage pipeline to automatically generate skill libraries for computer-using agents by mining interaction trajectories. While the mined clusters achieved high purity (five of eight clusters ≥0.95) against expert labels, downstream policy improvements were marginal: GRPO raised skill-step accuracy only from 18.5% to 20.5% and failed to outperform trivial frequency priors on key source-domain metrics. The study is presented as a diagnostic, underscoring that readability does not guarantee transfer.

Jun 20, 2026 1 source
Beyond Static Leaderboards: Predictive Validity for Evaluating LLM Agents in Enterprise AI Technology
Artificial Intelligence #llm#agents

Beyond Static Leaderboards: Predictive Validity for Evaluating LLM Agents in Enterprise AI

A new paper on arXiv proposes replacing static aggregate-score leaderboards with predictive validity—correlation between in-sample and out-of-sample rank—for evaluating LLM agents. The authors argue that current benchmarks underspecify deployed-agent evaluation, based on fourteen parallel implementation studies and seven prior agent benchmarks. They introduce a twelve-tier measurement apparatus and falsifiable out-of-distribution criteria.

Jun 20, 2026 1 source
SkillsVote Framework Governs Agent Skills Lifecycle from Collection to Evolution Technology
Artificial Intelligence #ai#agents

SkillsVote Framework Governs Agent Skills Lifecycle from Collection to Evolution

SkillsVote is a lifecycle-governance framework for Agent Skills that addresses redundancy, quality, and environment sensitivity in open skill ecosystems. It profiles a million-scale open source corpus, decomposes trajectories into skill-linked subtasks, and admits only successful reusable discoveries to evidence-gated updates. Experiments on Terminal-Bench 2.0 and SWE-Bench Pro show performance improvements on challenging agentic coding benchmarks.

Jun 17, 2026 1 source
TERMS-Bench Diagnoses LLM Negotiation Agents Beyond Deal Rate for Enterprise Procurement Technology
Artificial Intelligence #llm#negotiation

TERMS-Bench Diagnoses LLM Negotiation Agents Beyond Deal Rate for Enterprise Procurement

A new benchmark called TERMS-Bench goes beyond deal rate to diagnose why LLM negotiation agents fail, evaluating 13 frontier models on surplus extraction, cue use, belief calibration, and compliance. For enterprise procurement and trade, this offers actionable insights into AI agent weaknesses.

Jun 17, 2026 1 source
AutoDojo: Adaptive Attacks Expose Superficial Defenses and Structural Limits in LLM Agents Technology
Artificial Intelligence #llm#security

AutoDojo: Adaptive Attacks Expose Superficial Defenses and Structural Limits in LLM Agents

The AutoDojo framework adaptively optimizes indirect prompt injections against LLM agent defenses, revealing that many current defenses are superficial. Against a filter that reduces static attack success rate to 0%, AutoDojo recovers 28% overall and 64% on action-open tasks due to a structural limitation where injections can pose as ordinary data.

Jun 16, 2026 1 source
LectūraAgents Multi-Agent Framework Promises Adaptive Personalized AI-Assisted Learning Technology
Artificial Intelligence #ai#multi-agent

LectūraAgents Multi-Agent Framework Promises Adaptive Personalized AI-Assisted Learning

Researchers propose LectūraAgents, a multi-agent framework for adaptive personalized AI-assisted learning. It uses a hierarchical architecture with a ProfessorAgent leading specialized agents to generate and deliver tailored lecture content with embodied teaching actions. The system was validated on diverse courses and showed gains in content quality and personalization.

Jun 16, 2026 1 source
User as Code: Executable Memory Paradigm Boosts AI Agent Personalization with Deterministic Execution Technology
Artificial Intelligence #user as code#executable memory

User as Code: Executable Memory Paradigm Boosts AI Agent Personalization with Deterministic Execution

A new arXiv preprint introduces User as Code (UaC), a paradigm where AI agent user memory is stored as executable Python code rather than unstructured text. On benchmarks, UaC achieves 78.8% recall on LOCOMO and 99% accuracy on aggregate questions, while enabling unsolicited safety alerts that retrieval-based systems cannot provide.

Jun 16, 2026 1 source
XFlow: A New Programming System for Reliable Multi-Agent Workflows Addresses Prompt–Harness Boundary Technology
Software #xflow#executable protocol

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.

Jun 16, 2026 1 source
CoffeeBench: New Benchmark Evaluates LLM Agents in Multi-Agent Economic Simulations Technology
Artificial Intelligence #llm#agents

CoffeeBench: New Benchmark Evaluates LLM Agents in Multi-Agent Economic Simulations

Researchers introduce CoffeeBench, a benchmark for evaluating LLM agents in a long-horizon multi-agent economy. The 90-day simulation features farmers, roasters, and retailers, with models controlling one roaster. All models outperformed a passive baseline, but Claude Haiku 4.5 showed an idle-drift failure mode.

Jun 16, 2026 1 source
Agentomics Framework Introduces Shapley Value-Based Pricing for AI Agents in Human-AI Workflows Technology
Artificial Intelligence #ai#artificial intelligence

Agentomics Framework Introduces Shapley Value-Based Pricing for AI Agents in Human-AI Workflows

A new paper from arXiv introduces Agentomics, a workflow-based framework that applies coalition game theory and Shapley value to value, attribute, and price AI agents in human-AI teams. The framework models workflows as heterogeneous agent configurations, addressing complementarities and bottlenecks, and uses a security-operations case study to demonstrate productivity gains and reliability losses.

Jun 16, 2026 1 source
S1-DeepResearch: New AI Agent Combines Search and Synthesis for Long-Horizon Research Tasks Technology
Artificial Intelligence #ai#artificial intelligence

S1-DeepResearch: New AI Agent Combines Search and Synthesis for Long-Horizon Research Tasks

Researchers introduce S1-DeepResearch, a unified framework for training deep research agents that combine closed-ended QA with open-ended exploration. The 32B-parameter model achieves state-of-the-art among open-source models across 20 benchmarks spanning reasoning, instruction following, report generation, file understanding, and skills usage.

Jun 16, 2026 1 source
LLM Agents Look at Correct Tools but Still Pick Wrong, Research Reveals Readout as Failure Point Technology
Artificial Intelligence #llms#ai

LLM Agents Look at Correct Tools but Still Pick Wrong, Research Reveals Readout as Failure Point

Research by Shiyang Chen reveals that LLM agents mis-call tools not because they fail to see the right tool, but because the decision readout fails. The model attends to the correct tool 80% of the time, yet picks wrong. Readout-side interventions recover 59-91% of failures, while input-side fixes recover ≤23%.

Jun 16, 2026 1 source
RetailBench Benchmark Tests LLM Agents on Long-Horizon Retail Decisions Technology
Artificial Intelligence #retailbench#llm

RetailBench Benchmark Tests LLM Agents on Long-Horizon Retail Decisions

Researchers introduced RetailBench, a simulation benchmark for evaluating LLM agents in single-store supermarket management over 180 days. Tests on seven models showed only a subset completed the full horizon, and even the best fell far behind an oracle policy due to incomplete evidence acquisition and lack of consistent strategy.

Jun 16, 2026 2 sources
New Framework Automates Skill Construction for Agentic Large Language Models Technology
Artificial Intelligence #openclaw-skill#collective skill tree search

New Framework Automates Skill Construction for Agentic Large Language Models

A new framework called Collective Skill Tree Search (CSTS) automatically constructs reusable skills for large language model (LLM) agents. It uses two iterative phases—collective generation and collective assessment—to build a diverse, generalizable tree of skills that enhances agentic capabilities in planning, tool use, and environment interaction.

Jun 16, 2026 1 source
Risk-Aware LLM Agents for Geospatial Data Retrieval: New Framework Passes Adversarial Tests Technology
Artificial Intelligence #llm#geospatial

Risk-Aware LLM Agents for Geospatial Data Retrieval: New Framework Passes Adversarial Tests

Researchers present a risk-aware LLM agent framework for retrieving remote sensing data from cloud-based geospatial catalogues using natural language queries. The system integrates Guardrail, General-QA, and Recommender-Analyst agents to convert user intent into structured API calls. Preliminary adversarial evaluation shows prompt-level safety instructions improve robustness, though rare high-impact failures persist.

Jun 16, 2026 1 source
ToolMenuBench: New Benchmark Evaluates Tool-Menu Filtering for Reliable and Efficient LLM Agents Technology
Artificial Intelligence #toolmenubench#benchmarking

ToolMenuBench: New Benchmark Evaluates Tool-Menu Filtering for Reliable and Efficient LLM Agents

ToolMenuBench, a new benchmark from researchers, evaluates how tool-menu filtering strategies affect LLM agent reliability and efficiency. In tests across seven model backends, causal minimal tool filtering improved task success from 32.1% to 85.7% while reducing token usage by roughly 98%.

Jun 16, 2026 2 sources
ACC Method Compiles Agent Trajectories to Enhance Long-Context Reasoning in LLMs Technology
Artificial Intelligence #compiling agent trajectories#long-context training

ACC Method Compiles Agent Trajectories to Enhance Long-Context Reasoning in LLMs

Researchers propose Agent Context Compilation (ACC), which converts agent trajectories from search, software engineering, and database tasks into long-context question-answer pairs. Training Qwen3-30B-A3B with ACC achieves 68.3 on MRCR and 77.5 on GraphWalks, matching a model 8x larger, while preserving general capabilities.

Jun 16, 2026 1 source
E-mem: Multi-Agent Framework for Episodic Memory Reconstruction Boosts LLM Reasoning Efficiency by 70% Technology
Artificial Intelligence #memory#optimization

E-mem: Multi-Agent Framework for Episodic Memory Reconstruction Boosts LLM Reasoning Efficiency by 70%

Researchers propose E-mem, a multi-agent framework that reconstructs episodic context for LLM agent memory, inspired by biological engrams. It uses a hierarchical architecture with assistant agents maintaining uncompressed contexts and a master agent orchestrating planning, achieving 54% F1 on the LoCoMo benchmark, surpassing the state-of-the-art GAM by 7.75% with over 70% token cost reduction.

Jun 16, 2026 2 sources
TrustedARI: A New Trust-Native Infrastructure Secures Agentic AI Routing for Enterprise Deployments Technology
Artificial Intelligence #trust-native#agentic ai

TrustedARI: A New Trust-Native Infrastructure Secures Agentic AI Routing for Enterprise Deployments

TrustedARI, presented by a research team on arXiv, is the first trust-native agentic routing infrastructure for agentic AI. It addresses fundamental trust risks in agent routing, offering a 39.34% reduction in handshake overhead and verifiable billing with 28.20x faster proof generation, all without modifying service providers.

Jun 16, 2026 1 source
APEX Adaptive Principle Extraction Framework Enables Multi-Dimensional Self-Evolution for Production AI Agents Technology
Artificial Intelligence #ai#artificial intelligence

APEX Adaptive Principle Extraction Framework Enables Multi-Dimensional Self-Evolution for Production AI Agents

Researchers propose APEX (Adaptive Principle EXtraction), a three-layer self-evolution framework that simultaneously improves an AI agent's prompt harness, behavioural principles, and workflow topology. Tested on the production-grade Joe AI agent built on NVIDIA Nemotron, APEX achieved a 90% improvement in Health Score over baseline, distilling six novel reusable principles and selecting a research-first workflow scoring 0.900 (+20%). The framework outperforms single-axis harness optimisation and requires only 4 LLM calls (~270 seconds).

Jun 16, 2026 1 source
Pine Labs Launches India’s First Agent-to-Agent UPI Payment Protocol for AI Deals Technology
Artificial Intelligence #ai#artificial intelligence

Pine Labs Launches India’s First Agent-to-Agent UPI Payment Protocol for AI Deals

Pine Labs has launched the Pine Labs Payment Protocol (P3P), India's first agent-to-agent payment capability built on UPI mandate architecture. The system allows users to authorize an AI agent to independently execute transactions based on predefined conditions, removing the need for human authentication at the point of transaction.

Jun 15, 2026 1 source
Half of workers worry AI will still take their job as agent usage soars 90% in a year Technology
Artificial Intelligence #ai#artificial intelligence

Half of workers worry AI will still take their job as agent usage soars 90% in a year

New data from GMB Union reveals nearly half of UK workers worry AI will take their job, amid a 90% year-over-year increase in AI agent usage reported by Stack Overflow. Despite growing adoption, most organisations still require human oversight for autonomous agents, and concerns about accuracy and security persist.

Jun 14, 2026 1 source
How AI Agents Can Protect EV Charging Infrastructure from Cyberattacks Technology
Cybersecurity #ai#artificial intelligence

How AI Agents Can Protect EV Charging Infrastructure from Cyberattacks

Researchers from the NICS lab at the University of Malaga have developed a system using multiple AI agents to protect electric vehicle charging infrastructure from cyberattacks. The agents collaborate using a consensus mechanism based on opinion dynamics to provide a comprehensive view of the network's security state. The proposal aims to detect anomalies early and prevent attacks ranging from energy theft to larger grid disruptions.

Jun 13, 2026 1 source
AI Agents Transforming Freight Operations Logistics
Shipping & Freight #ai#freight

AI Agents Transforming Freight Operations

AI is revolutionizing freight operations by automating tasks and enhancing decision-making. A survey by FreightWaves and Trimble highlights current AI adoption, challenges, and future expectations in the industry.

Jun 9, 2026 1 source