[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-83106-en":3,"doc-seo-83106-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":13,"seo_description":14,"update_tm":28,"read_time":29},83106,1099514067415,"Rowan","https://ap-avatar.wpscdn.com/avatar/100002539d78ffe74a7?x-image-process=image/resize,m_fixed,w_180,h_180&k=1779092875211072502",8,"Research & Report","Doomed from the Start Early Abort of LLM Agent Episodes via a Recall-Controlled Probe Cascade","Large language model (LLM) agents often follow trajectories that are destined to fail, but they still consume significant inference compute before failure becomes observable. This work predicts failure early using the agent’s internal representations: lightweight per-round probes on hidden activations anticipate eventual episode failure as early as the first round. The signal drives a calibrated abort cascade that jointly searches per-round recall budgets, providing an episode-level success recall guarantee. Experiments on TextCraft show compute savings of 47.1% and 37.2%, outperforming behavior-only monitoring, with additional analysis of sample complexity for certification.","Doomed from the Start: Early Abort of LLM Agent Episodes via a Recall-Controlled Probe Cascade  \nKai Ruan 1 , Zihe Huang2 , Ziqi Zhou3 , Qianshan Wei4 , Xuan Wang5 , Hao Sun 1 ∗  \n1 Gaoling School of Artificial Intelligence, Renmin University of China  \n2Institute of Computing Technology, Chinese Academy of Sciences  \n3Duke University  \n4Institute of Automation, Chinese Academy of Sciences  \n5 College of Computer Science, Zhejiang University  \n[haosun@ruc.edu.cn](haosun@ruc.edu.cn)  \narXiv :2607 .06503v 1 [ cs .AI ] 7 Jul 2026  \nAbstract  \nLarge language model (LLM) agents solving multi-step tasks frequently commit to trajectories that are doomed to fail, yet continue to consume substantial inference compute before the failure becomes observable. We show that failure is predictable early from the agent’s internal representations:  \nlightweight per-round probes on hidden activations anticipate eventual episode failure as early as the first interaction round, where scorers reading only the agent’s observable behavior are barely better than chance. We turn this signal into a practical abort cascade: one distribution-free calibrated gate per round, with per-round recall budgets jointly searched so that eventually-successful episodes survive all gates at a userspecified global rate; this episode-level guarantee is the one that matters in deployment, since false-abort risk accumulates across gates. Across two agent models on TextCraft, the cascade meets every recall target from 90% to 97% and, atthe 90% target, saves 47. 1% ± 10.3%(Qwen-2 .5-7B) and 37.2% ± 8.8%(Llama-3 .2-3B) of inference compute, 1.6– 1.7× the best single-gate policy. An otherwise-identical cascade reading only behavior saves roughly half as much, and adding behavioral features to the probe yields no further gain:  \nthe hidden states capture what behavior reveals. Finally, we characterize the sample complexity of certifying high recall targets, telling practitioners which recall promises their data can, and provably cannot, back. The code will be released soon.  \nIntroduction  \nLLM-based agents increasingly tackle long-horizon tasks (web navigation, tool use, embodied simulation) in which a single episode spans many rounds of interaction and consumes thousands of generated tokens. A large fraction of this compute is wasted: when an agent has misunderstood the task, entered an unrecoverable state, or begun to loop, the episode is already doomed long before it formally times out or returns a wrong answer. If we could detect such doomed episodes early and abort them, the saved compute could be reallocated to retries, sampling additional trajectories, or simply reducing serving cost.  \nThree obstacles stand in the way. First, we need a signal that distinguishes doomed episodes from eventually-successful ones early in the trajectory, and early is precisely when be-  \n∗Corresponding author.  \nepisode continues while every gate passes  \n round 1  round 2  round 3  · · ·  y ∈ {0 , 1}   \nh1 h2 h3  \n f1 (h1 ) > τ1 ? f2 (h2 ) > τ2 ? f3 (h3 ) > τ3 ?   \n yes    \nabort: stop episode, save remaining compute C − cr   \nτr : Clopper–Pearson-calibrated so gate r passes ≥ tr of successes (t1 , . . . , tR g): searched to maximize savings subject to global recall ≥ ρ⋆  \nFigure 1: Recall-controlled abort cascade. At each of the first Rg rounds, a linear probe fr reads the agent’s hidden state hr and a gate aborts the episode if the failure score exceedsa calibrated threshold τr ; an episode completes only if it survives every gate. Thresholds carry per-round distributionfree recall guarantees, and the per-round budgetstr are jointly searched so that the episode-level success recall meets a userchosen target ρ⋆ .  \nhavioral evidence is scarcest. We find that scorers reading only the agent’s observable behavior are barely better than chance in the first round and become informative only around rounds 3–4, by which time over a third of episodes have already finished and much of the useful ","cbCailGzasNmgXXO","https://ap.wps.com/l/cbCailGzasNmgXXO","pdf",356480,3,1,10,"English","en",105,"# Abstract\n# Introduction\n## Problem: wasted compute in doomed episodes\n## Obstacles: scarce early signals, controllable harm bounds, and non-composition across rounds\n## Method: recall-controlled abort cascade with calibrated gates\n## Results: compute savings and effectiveness across models","[{\"question\":\"How does the method predict doomed LLM agent episodes early?\",\"answer\":\"It uses lightweight per-round probes that read the agent’s hidden activations and produce failure scores. These probes anticipate eventual episode failure as early as the first interaction round.\"},{\"question\":\"What is the recall-controlled abort cascade and how does it ensure safety?\",\"answer\":\"At each of the first rounds, a gate compares the probe score to a calibrated threshold. Thresholds are set using Clopper–Pearson recall guarantees and per-round recall budgets are searched so global episode-level recall meets a user-specified target.\"},{\"question\":\"Why are behavior-only abort policies less effective than hidden-state probes?\",\"answer\":\"The paper reports that scorers relying only on observable behavior are barely better than chance in the first round and become informative later. Hidden-state probes match or exceed the behavior scorer’s eventual peak much earlier, yielding stronger compute savings.\"}]",1784185304,25,{"code":4,"msg":31,"data":32},"ok",{"site_id":25,"language":24,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"doomed-from-the-start-early-abort-of-llm-agent-episodes-via-a-recall-controlled-probe-cascade","",{"@graph":36,"@context":85},[37,53,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,50],{"item":41,"name":42,"@type":43,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":20},"https://docshare.wps.com/document/research-report/",{"item":51,"name":13,"@type":43,"position":52},"https://docshare.wps.com/document/doomed-from-the-start-early-abort-of-llm-agent-episodes-via-a-recall-controlled-probe-cascade/83106/",4,{"url":51,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":24,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":41,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-24","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"How does the method predict doomed LLM agent episodes early?","Question",{"text":75,"@type":76},"It uses lightweight per-round probes that read the agent’s hidden activations and produce failure scores. These probes anticipate eventual episode failure as early as the first interaction round.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"What is the recall-controlled abort cascade and how does it ensure safety?",{"text":80,"@type":76},"At each of the first rounds, a gate compares the probe score to a calibrated threshold. Thresholds are set using Clopper–Pearson recall guarantees and per-round recall budgets are searched so global episode-level recall meets a user-specified target.",{"name":82,"@type":73,"acceptedAnswer":83},"Why are behavior-only abort policies less effective than hidden-state probes?",{"text":84,"@type":76},"The paper reports that scorers relying only on observable behavior are barely better than chance in the first round and become informative later. Hidden-state probes match or exceed the behavior scorer’s eventual peak much earlier, yielding stronger compute savings.","https://schema.org",{"og:url":51,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":51},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,134],{"id":21,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":52,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":22,"doc_module":4,"doc_module_name":46,"category_name":132,"show_sort_weight":22,"slug":133},"Lifestyle","lifestyle",{"id":135,"doc_module":4,"doc_module_name":46,"category_name":136,"show_sort_weight":106,"slug":137},19,"General","general"]