failure-analysis

Tag

Cards List
#failure-analysis

Reviewing individual AI outputs doesn't scale. Reviewing failure patterns does, and almost nobody does the second one.

Reddit r/artificial · 4d ago

The article discusses how teams often fix bad AI outputs individually, which doesn't scale. It advocates for logging failures to identify patterns, enabling systematic improvements instead of ad-hoc patches.

0 favorites 0 likes
#failure-analysis

@0xNixxx: Anthropic runs the same agent 10 times to get 3 that work Run 10 → Keep 3 → Read the 7 → Fix the harness → Run again - …

X AI KOLs Timeline · 5d ago Cached

Anthropic uses a method of running the same AI agent multiple times in parallel, keeping successful runs, analyzing failures, and iteratively improving the process to enhance performance.

0 favorites 0 likes
#failure-analysis

@FilipPanoski: The hardest part of SaaS: Realizing nobody wants what you built. Then making the call: → Pivot → Persist → Kill it I bu…

X AI KOLs Following · 6d ago Cached

Filip Panoski shares his seven-year journey of building failed SaaS side projects, highlighting the importance of deciding to pivot, persist, or kill a project to eventually find success.

0 favorites 0 likes
#failure-analysis

AutoSaddler: Automatic Harness Optimization with Durable Updates from Agent Execution Traces

Hugging Face Daily Papers · 2026-08-24 Cached

AutoSaddler is an automatic harness optimization framework that improves LLM agent performance on long-horizon tasks by iteratively updating harnesses using failure signals, achieving substantial gains on benchmarks like GAIA2 and SWE-Bench.

0 favorites 0 likes
#failure-analysis

Why Sal Khan't: On Learning by Making but Teaching by Telling

Hacker News Top · 2026-08-23 Cached

This article critiques the failure of Khanmigo, an AI tutoring chatbot, arguing that its design as a 'teaching by telling' tool was inherently flawed, contrasting it with effective learning through making and exploration.

0 favorites 0 likes
#failure-analysis

How Complex Systems Fail

Hacker News Top · 2026-08-23 Cached

This article discusses fundamental principles of how complex systems fail, emphasizing that failures are intrinsic and catastrophe requires multiple simultaneous failures.

0 favorites 0 likes
#failure-analysis

@Xudong07452910: If you've been following AI Scientist recently, I highly recommend this article. Currently, many Research Agents generate a large number of experiments and hypotheses first, then let a Judge select the best. Research often involves, after a failure, figuring out where you went wrong and what areas remain unexplored. …

X AI KOLs Timeline · 2026-08-20 Cached

This article recommends paying attention to AI Scientist and discusses how research agents can learn from failures by analogizing to fuzz testing, thereby mapping the unknown and guiding subsequent experiments.

0 favorites 0 likes
#failure-analysis

ComponentBench: Diagnosing Component-Level Failures in Computer-Use Agents

arXiv cs.AI · 2026-08-20 Cached

ComponentBench introduces a benchmark and diagnostic pipeline for evaluating computer-use agents on component-level interactions in modern web UIs, addressing gaps in current evaluation methods by focusing on realistic, short interactions to diagnose failures across models.

0 favorites 0 likes
#failure-analysis

Position: Multi-Agent Systems Should Prioritize Concurrency Control

arXiv cs.AI · 2026-08-20 Cached

This position paper argues that failures in LLM-based multi-agent systems are fundamentally concurrency control problems and advocates for prioritizing explicit concurrency control mechanisms as a core design concern.

0 favorites 0 likes
#failure-analysis

The agent failures that cost me the most all reported success

Reddit r/AI_Agents · 2026-08-18

The author analyzed 155 AI agent jobs and discovered that most failures stemmed from infrastructure issues like timeouts and false success signals, not model errors, leading to practices such as asserting on effects and using multiple verification paths.

0 favorites 0 likes
#failure-analysis

How Do Agents Fail on AutoResearch: End-to-End Diagnostic Evaluation on 100 Real-World Frontier Research Tasks

arXiv cs.CL · 2026-08-18 Cached

This paper introduces AutoResearchEval, an evaluation framework for AI agents in automated scientific research, revealing a critical lack of metacognitive abilities as a recurring failure pattern across models.

0 favorites 0 likes
#failure-analysis

i ran 11 research agents in parallel for one day. honest accounting, including the two that did nothing

Reddit r/AI_Agents · 2026-08-15

Running 11 research agents in parallel for a data sweep cut processing time in half but revealed failures like empty briefs and API rate limits, emphasizing that orchestration and verification are more critical than the specific tool used.

0 favorites 0 likes
#failure-analysis

@plantegg: I've been away from the company for a long time, so I can talk about this incident. The November 12, 2023 incident was arguably the most severe in Fubao Cloud's history (the person directly responsible was someone I interviewed and hired back then; later I specifically met him in person for a retrospective, so I know it very well). Even if this incident were multiplied by 10, it still wouldn't be enough for the July 26, 2026 Chrysanthemum Cloud incident...

X AI KOLs Timeline · 2026-08-13 Cached

A former employee looks back on the severe outage at Fubao Cloud (Alibaba Cloud) on November 12, 2023, and says the outage at Chrysanthemum Cloud (Huawei Cloud) on July 26, 2026 was more than a hundred times worse, involving millions of instances locked and stopped, underscoring the absence of circuit breakers and manual confirmation mechanisms at cloud providers.

0 favorites 0 likes
#failure-analysis

Locating Failure in Multi-Page Visually Rich Document Understanding: An Empirical Attribution

arXiv cs.AI · 2026-08-11 Cached

An empirical attribution study of failures in multi-page visually rich document understanding (MP-VRDU), isolating representation, selection, and reasoning failure modes and providing guidance for building such systems under fixed compute budgets.

0 favorites 0 likes
#failure-analysis

SearchAuditor: Auditing and Attributing Failures in Long-Horizon Search Agents

arXiv cs.AI · 2026-08-07 Cached

This paper introduces SearchAuditBench, a benchmark of 1,243 failed long-horizon search-agent trajectories with expert annotations, and SearchAuditor, a multi-perspective auditing framework that localizes, attributes, and repairs agent failures. Experiments show SearchAuditor outperforms baselines, achieving a 32.3% end-to-end pass rate with frontier models like GPT-5.5.

0 favorites 0 likes
#failure-analysis

Loud or Silent? A Reusable Framework for Per-Modality Failure Analysis in Multimodal Clinical AI

Hugging Face Daily Papers · 2026-08-02 Cached

This paper presents a model-agnostic framework for per-modality failure analysis in multimodal clinical AI, distinguishing loud vs silent failures when a modality is dropped. Validated on planted ground truth and applied to EchoJEPA and HuBERT-ECG embeddings for LVEF prediction, it shows that dropping echo nearly doubles error.

0 favorites 0 likes
#failure-analysis

Flat Score, Amplified Failures: How the Error Budget Masks Damage in Quantized LLM Agents

arXiv cs.LG · 2026-07-31 Cached

This paper investigates the claim that 4-bit weight quantization is nearly lossless for LLM agents, showing that while aggregate benchmark scores stay flat, quantization amplifies existing tool-call failures (e.g., hallucination), hidden by the benchmark's error budget. The authors suggest reporting per-channel error rates and success under shrinking budgets to reveal the masked damage.

0 favorites 0 likes
#failure-analysis

We keep seeing agents ship real infra by accident - what's the actual failure you'd want caught before it happens?

Reddit r/AI_Agents · 2026-07-24

This article highlights the recurring issue of AI agents inadvertently modifying or deploying real infrastructure, prompting a discussion on what types of failures should be caught before they occur.

0 favorites 0 likes
#failure-analysis

Pretrained LLMs are a "cortex" with no "hippocampus," and I think that is why they fail on real company work.

Reddit r/artificial · 2026-07-22

The author argues that pretrained LLMs fail on real company work because they lack a fast learning system akin to the hippocampus to capture specific, scattered work procedures, unlike the human brain's complementary learning systems. They propose consolidating work episodes into approved, versioned procedures with governance as a potential fix.

0 favorites 0 likes
#failure-analysis

Your agent's memory remembers everything except how to do its job

Reddit r/AI_Agents · 2026-07-21

An analysis of the gap between episodic and procedural memory in LLM agents, citing a new paper (Memp) from Zhejiang University and Alibaba that builds procedural memory from agent trajectories and uses failure signals to revise stored procedures.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback