llm-kb
← Back to social
Community

Survey finds 90% of production agent outputs are human-checked, scope reduction improves reliability

A survey of teams running agents in production reveals that over 90% hand agent outputs to a human before acting on other systems. Deployment data shows narrow, single-workflow agents succeed on schedule 65% of the time versus 16% for broad-scope agents, suggesting the reliability problem is more about scope than model capability.

3 engagement·1 source·Mon, Jul 13, 2026, 10:15 AM
A Reddit post highlights a survey of production agent deployments: over 90% of teams have a human in the loop before the agent acts on other systems. Deployment data shows narrow, single-workflow agents meet schedule targets 65% of the time, while broad-scope agents succeed only 16% of the time—using the same underlying models. The post argues that the real fix for reliability is reducing agent scope rather than improving model guardrails or evals.

Entities

agents(concept)reliability(concept)scope(concept)

Related

Company News

2026 survey finds enterprise AI agent pilot-to-production rates as low as 5%

A 2026 survey of enterprise AI agent deployments found that only 5% to 23% of pilots reach production, with the model itself rarely being the cause of failure. The findings highlight persistent challenges in operationalizing AI agents beyond proof-of-concept stages.

0 engagement·1 source·rss
Sat, Jul 11, 2026, 10:48 AM
RSS
Tool Release

Building an Agent Harness and Eval Pipeline with Durable Actors

A developer outlines the need for a robust agent harness and evaluation pipeline to make AI agents production-ready, using durable actors to prevent crashes mid-task. The post describes a coding assistant that debugs production incidents via multiple tool calls over minutes, highlighting reliability challenges.

0 engagement·1 source·rss
Mon, Jul 13, 2026, 02:31 AM
RSS
Community

Users analyze Claude Code subagent reliability and context isolation

Two blog posts from July 12, 2026 examine the reliability and architectural patterns of Claude Code subagents. One post calculates that 95% reliable agents yield only 86% reliable workflows due to compounding failures. The other provides a field guide on context isolation, routing descriptions, and tool boundaries for subagents.

0 engagement·2 sources·rss
Sun, Jul 12, 2026, 03:16 AM
RSS
Community

Community discusses agent reliability: Fix the loop, not the LLM

A series of Reddit posts and articles highlight that the main challenge in building reliable AI agents is architectural, not model quality. Practitioners share experiences where agents skip safety steps or hallucinate actions, advocating for structured loops with self-reflection, approval gates, and stop reasons. NVIDIA's Nemotron post-training data and a Medium guide reinforce that improving the agent loop—rather than upgrading the LLM—is key to production reliability.

19 engagement·7 sources·rss, reddit
Sat, Jul 11, 2026, 12:00 AM
RSS
Community

Community coins 'loop engineering' as discipline for production AI agents

A Reddit user proposed 'loop engineering' as a more useful concept than 'prompt engineering' for production agents, emphasizing the design of feedback loops around agent failures. The post argues that the hard part is not completing a task once but handling retries, rollbacks, and turning incidents into durable improvements.

8 engagement·2 sources·reddit
Mon, Jul 13, 2026, 04:04 AM