paper-with-me

홈 › Papers

Good to Go: The LOOP Skill Engine That Hits 99% Success and Slashes Token Usage by 99% via One-Shot Recording and Deterministic Replay

2026-05-14 · Xiaohua Wang, Kai Yu, XuXiao Liang, Liang Wang, Chao Han arxiv

Deploying AI agents for repetitive periodic tasks exposes a critical tension: Large Language Models (LLMs) offer unmatched flexibility in tool orchestration, yet their inherent stochasticity causes unpredictable failures, and repeated invocations incur prohibitive token costs. We present the LOOP SKILL ENGINE, a system that achieves a combined 99% success rate and 99% token reduction for periodic agent tasks through a one-shot recording, deterministic replay paradigm. On its first run, the agent executes the task with full LLM reasoning while the system transparently intercepts and records the complete tool-call trajectory. A greedy length-descending template extraction algorithm then converts this recording into a parameterized, branch-free Loop Skill -- a deterministic execution plan that captures the task's functional intent while parameterizing time-dependent and result-dependent variables. All subsequent executions bypass the LLM entirely: the engine resolves template variables against real-time values and replays the tool sequence deterministically. We prove two theorems: (1) Replay Determinism -- the step sequence of a validated Loop Skill is invariant across all future executions; (2) Write Safety -- concurrent access to persistent configuration is serialized through reentrant locks and atomic file replacement. Across a benchmark of periodic agent tasks spanning intervals from 5 minutes to 24 hours, the Loop Skill Engine reduces monthly token consumption by 93.3%--99.98% and cuts execution latency by 8.7x while eliminating output non-determinism. A multi-layer degradation strategy guarantees that tasks never stall. We release the engine as part of the buddyMe open-source agent framework.

📄 PDF Abstract BibTeX arXiv:2605.14237

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Swarm Skills: A Portable, Self-Evolving Multi-Agent System Specification for Coordination Engineering

2026-05-11 · Xinyu Zhang, Zhicheng Dou, Deyang Li, Jianjun Tao 외 arxiv

As artificial intelligence engineering paradigms shift from single-agent Prompt and Context Engineering toward multi-agent \textbf{Coordination Engineering}, the ability to codify and systematically improve how multiple …

Prompt Engineer: Analyzing Skill Requirements in the AI Job Market

2025-05-29 · An Vu, Jonas Oppenlaender

The rise of large language models (LLMs) has created a new job role: the Prompt Engineer. Despite growing interest in this position, we still do not fully understand what skills this new job role requires or how common t…

Prompt Engineering

JuggleRL: Mastering Ball Juggling with a Quadrotor via Deep Reinforcement Learning

2025-09-29 · Shilong Ji, Yinuo Chen, Chuqi Wang, Jiayu Chen 외 arxiv

Aerial robots interacting with objects must perform precise, contact-rich maneuvers under uncertainty. In this paper, we study the problem of aerial ball juggling using a quadrotor equipped with a racket, a task that dem…

Reinforcement Learning

SkillDAG: Self-Evolving Typed Skill Graphs for LLM Skill Selection at Scale

2026-06-02 · Tong Bai, Zhenglin Wan, Pengfei Zhou, Xingrui Yu 외 arxiv

As LLM agents adopt large skill libraries, selecting the right subset becomes a structural problem rather than a similarity-matching one: skills depend on, conflict with, specialize, or duplicate one another, a structure…

ASPIRE: Agentic /Skills Discovery for Robotics

2026-06-30 · Runyu Lu, Yubo Wu, Ethan Kou, Letian Fu 외 hf

Traditional robot programming is challenging: it requires orchestrating multimodal perception, managing physical contact dynamics, and handling diverse configurations and execution failures. We introduce ASPIRE (Agentic …

Zero-shot GeneralizationContinual Learning