NOTAS DE CAMPO / LDM ZARAGOZA / CALATAYUD · 2026
RESEARCH IA/PAPER 12

AGENTES

Tracing Agentic Failure from the Flow of Success

InteresanteLectura primaria completa

Intenta localizar qué pasos provocaron el fracaso de una trayectoria sin necesitar anotaciones de errores paso a paso.

AUTHORS / LABSamuel Yeh, Yiwen Zhu, Shaleen Deep, Sharon Li
FECHA14 JULIO 2026.
LECTURALectura primaria completa
LECTURA DE 60 SEGUNDOS

Lo esencial antes de invertir más tiempo.

HALLAZGO

Intenta localizar qué pasos provocaron el fracaso de una trayectoria sin necesitar anotaciones de errores paso a paso. El modelo aprende exclusivamente de trayectorias exitosas y utiliza ese conocimiento para señalar pasos anómalos dentro de ejecuciones fallidas.

EVIDENCIA DISPONIBLE

Oat consistently outperforms all baselines across metrics with a huge performance gap ( e.g.

Resultado reportado con fuente enlazada · 5 localizadores disponibles.
LÍMITE

La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 5 Experiments.

SIGUIENTE PRUEBA

Comparar la métrica principal de la fuente junto con calidad, coste, latencia y tasa de errores.

EN UNA FRASE

Intenta localizar qué pasos provocaron el fracaso de una trayectoria sin necesitar anotaciones de errores paso a paso. El modelo aprende exclusivamente de trayectorias exitosas y utiliza ese conocimiento para señalar pasos anómalos dentro de ejecuciones fallidas.

SEÑALdevtools · SaaS
EVIDENCIAResultado reportado con fuente enlazada
CONFIANZA EDITORIALMedia
RESULTADOS / PROCEDENCIA

Qué está reportado y qué conviene comprobar.

Hay resultado reportado con fuente enlazada.
RESULTADO REPORTADO

Oat consistently outperforms all baselines across metrics with a huge performance gap ( e.g.

baseline: Comparación declarada en la sección de evaluación · contexto: 5 Experiments

RESULTADO REPORTADO

Top- k detection achieves higher recall and hit rate but lower precision, indicating a tendency to over-detect failure contributing steps due to its fixed detection size.

contexto: 5 Experiments

RESULTADO REPORTADO

Conformal prediction detection, by contrast, achieves higher precision and a better balance between precision and recall, demonstrating the benefit of its adaptive, distribution-calibrated threshold.

contexto: 5 Experiments

RESULTADO REPORTADO

Oat again outperforms prompting-based approaches with +7% F1 score and +5% AUPRC.

7% · baseline: Comparación declarada en la sección de evaluación · contexto: 5 Experiments

LECTURA DEL PAPER / SÍNTESIS EDITORIAL

Qué estudiaron y qué cambia.

La síntesis está separada de los resultados reportados y de las inferencias.

PROBLEMA / La señal entra en el radar porque Diagnosticar agentes manualmente a partir de largas trazas es caro y difícil de escalar.

MÉTODO / La lectura de 4 Methodology describe la intervención y su construcción: In this work, we frame unsupervised failure attribution as a one-class learning problem in LLM’s representation space, which contains rich information beyond generated text: we train a model to characterize the dynamical pattern in successful trajectories, and at inference time identify steps in failure trajectories that deviate from the normal flow as contributing steps. Concretely, given a trajectory \tau=(Q,a_{1},s_{1},a_{2},\dots,s_{T_{\tau}-1},a_{T_{\tau}}) and the LLM agent M_{t} active at step t , we define the representation of step t as the aggregated token representations produced by layer \ell of… [Fuente: https://arxiv.org/html/2607.12747#S4]

RESULTADO / La sección 5 Experiments informa: Oat consistently outperforms all baselines across metrics with a huge performance gap ( e.g. Top- k detection achieves higher recall and hit rate but lower precision, indicating a tendency to over-detect failure contributing steps due to its fixed detection size. Conformal prediction detection, by contrast, achieves higher precision and a better balance between precision and recall, demonstrating the benefit of its adaptive, distribution-calibrated threshold. [Fuente: https://arxiv.org/html/2607.12747#S5]

LÍMITE / El cierre de la fuente señala: In this paper, we introduced unsupervised failure attribution, a new problem formulation for diagnosing failures in LLM-based agentic systems, eliminating the need for step-level annotation of failure trajectories. Rather than learning from labeled failure trajectories, we propose Oat , a Neural CDE-based one-class learning approach, training exclusively on successful trajectories and identifying error steps at inference time by detecting deviations from… La transferencia a debugging agentic requiere repetir la comparación con datos y criterios propios [Fuente: https://arxiv.org/html/2607.12747#S7].

DECISIÓN RÁPIDAProbar la propuesta en debugging agentic reproduciendo primero la comparación y registrando calidad, coste, latencia y errores.
NO LO SOBREINTERPRETES

La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 5 Experiments.

PROBLEMA
Diagnosticar agentes manualmente a partir de largas trazas es caro y difícil de escalar.
MÉTODO
La lectura de 4 Methodology describe la intervención y su construcción: In this work, we frame unsupervised failure attribution as a one-class learning problem in LLM’s representation space, which contains rich information beyond generated text: we train a model to characterize the dynamical pattern in successful trajectories, and at inference time identify steps in failure trajectories that deviate from the normal flow as contributing steps. Concretely, given a trajectory \tau=(Q,a_{1},s_{1},a_{2},\dots,s_{T_{\tau}-1},a_{T_{\tau}}) and the LLM agent M_{t} active at step t , we define the representation of step t as the aggregated token representations produced by layer \ell of…
TIPO DE EVIDENCIA
La sección 5 Experiments informa 4 hallazgo(s) extraído(s) desde la fuente. El resultado principal se conserva con el localizador de sección https://arxiv.org/html/2607.12747#S5.
LÍMITE
La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 5 Experiments.
FIELD NOTES / ANOTACIONES

La lectura también deja rastro.

Guarda una observación junto a la evidencia. Tú escribes aquí; los agentes pueden añadir notas por MCP y aparecerán identificados.

MEMORIA PRIVADAEntra para anotar este paper y conectarlo con otros.
Entrar con ChatGPT
LECTURA AMPLIADAMetodología, implicaciones y preguntas para volver al paper.+
LECTURA EN 90 SEGUNDOSLo que conviene llevarse antes de abrir el PDF.
QUÉ HACE

La lectura de 4 Methodology describe la intervención y su construcción: In this work, we frame unsupervised failure attribution as a one-class learning problem in LLM’s representation space, which contains rich information beyond generated text: we train a model to characterize the dynamical pattern in successful trajectories, and at inference time identify steps in failure trajectories that deviate from the normal flow as contributing steps. Concretely, given a trajectory \tau=(Q,a_{1},s_{1},a_{2},\dots,s_{T_{\tau}-1},a_{T_{\tau}}) and the LLM agent M_{t} active at step t , we define the representation of step t as the aggregated token representations produced by layer \ell of…

QUÉ APORTA

La observabilidad agentic necesitará algo equivalente a un stack trace semántico: no basta saber que la tarea falló; hay que identificar dónde comenzó a desviarse.

QUÉ NO PRUEBA

La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 5 Experiments.

Cómo lo llevaría a un proyecto

Probar la propuesta en debugging agentic reproduciendo primero la comparación y registrando calidad, coste, latencia y errores.

debugging agenticanálisis automático de sesionesoptimización de prompts/harness.

Preguntas que conviene probar

  • ¿La mejora se mantiene cuando debugging agentic cambia de dominio o distribución?
  • ¿Qué componente del método explica la mayor parte del resultado y qué baseline lo pone realmente a prueba?
PLANTILLA DE PRUEBA / INFERENCIA EDITORIAL

Si tuviera que convertirlo en una prueba mañana.

ENTRADAdebugging agentic con un conjunto pequeño de casos representativos y la misma métrica o protocolo que la fuente cuando sea reproducible.
PREGUNTA¿La propuesta mejora debugging agentic frente a la línea base actual?
MÉTRICAComparar la métrica principal de la fuente junto con calidad, coste, latencia y tasa de errores.
PARADAParar si no aparece una mejora reproducible o si aumenta el riesgo, la complejidad o el coste sin compensación.

Mi lectura

La pregunta operativa es si debugging agentic puede medirse con una línea base y un criterio de parada claros.

Esta última frase es una inferencia editorial a partir del paper y de sus posibles implicaciones; no es una afirmación de los autores.