proomt

Search

Search posts, papers, and topics

All posts

Hugging FaceEvelyn Duesterwald, Lilian Ngweta, Vatche Isahagian, Jayaram Radhakrishnan, Vinod Muthusamy, Gaodan Fang, Ashwath Vaithinathan Aravindan, Punleuk Oum, G Thomas, Merve Unuvar8 min readintermediate

Your Agent Aced the Task. Will It Do It Again?

Summary

The post introduces the Consistency Analyzer, a cheap black‑box diagnostic that flags flip‑prone decision steps in LLM agent traces, and shows how feeding the resulting consistency guidelines back into ALTK‑Evolve halves the gap between mean success and all‑run success (Pass⁵) on the AppWorld benchmark without hurting average accuracy.

  • Mean@k hides a large *consistency gap*: a ReAct GPT‑4.1 agent scores 77.4 % Mean@5 but only 53.0 % Pass⁵ (24.4 pp gap).
  • Consistency Analyzer resamples each decision point of a single recorded trajectory (k=5 completions by default) to compute a per‑step flip probability, requiring only one extra model call per step and no ground‑truth la…
  • Guidelines generated from the analyzer’s high‑risk steps are injected at inference time via ALTK‑Evolve, raising Pass⁵ from 53 % to 69 % (gap ↓ from 24.4 pp to 12.0 pp) while Mean@5 stays ~81 %.
  • Improvements are strongest on medium and hard tasks (+22.9 pp and +14.3 pp Pass⁵ respectively) and generalize to similar tasks and a weaker 120B model.

Reliability matters for real‑world agents (e.g., financial reconciliation) where a user expects the same answer on repeated identical queries. Pass⁵ surfaces this risk, and the Consistency Analyzer provides a practical, low‑cost way to turn instability into reusable, model‑agnostic guidelines, clos…

7/10

Related reading

  1. ProgramDistill: From Interactive Web Apps to Verifiable Reference-Guided SWE Tasks

    ProgramDistill is a new benchmark that automatically extracts 1,975 replay‑verified feature behaviors from 26 real web apps, builds 4,063 coding‑agent tasks, and measures how well state‑of‑the‑art agents (e.g., GPT‑6 Astra, Claude Opus 5) can reconstruct full or partial applications, revealing steep drops in success as restoration depth grows.

    Hugging Face Daily Papersarxiv.org1 minpaper
  2. PACT: Can Enterprise AI Assistants Be Trusted Under Pressure?

    PACT is a new benchmark designed to measure how well enterprise LLM agents follow compliance rules, especially when under user pressure. It found substantial variability across 22 models, with even the strongest assistants misapplying rules 6-10% of the time, and user pressure increasing violation rates by 65% on average.

    Hugging Face Daily Papersarxiv.org2 minpaper
  3. Trying the Software Factory Pattern

    The post describes an experiment implementing the software‑factory pattern: an AI‑driven loop that audits a Linear project, syncs goals from Notion, metrics from Datadog/Snowflake, creates and updates issues, and executes non‑blocked tasks. It shows how tying together a unified task tracker, observability data, and an orchestrated agent harness can keep projects aligned without manual state hoard…

    Hacker News front pagelethain.com3 minHN8745
  4. Designer-RSI: Evolving Procedural Memory from User Traffic for Agentic Graphic Design

    The paper introduces Designer‑RSI, a continual‑adaptation system that couples a frozen design‑software‑controlling LLM with an external procedural memory of natural‑language design skills. Over five adaptation rounds on real user briefs, the memory grows from 76 to 139 procedures and lifts execution success from 72.7% to 99.3%, showing that skill accumulation and selective replay can dramatically…

    Hugging Face Daily Papersarxiv.org1 minpaper