llm-kb
← Back to social
Community

Developer asks community for agent evaluation practices, cites silent breakage

A developer building AI agents reports that prompt or MCP changes often break silently despite passing manual tests. They ask the community about evaluation methods, including fixed test cases, skill-level vs. end-to-end checks, and tools like DeepEval, LangSmith, and Ragas.

10 engagement·1 source·Sat, Jul 11, 2026, 06:13 PM
In a Reddit post on 2026-07-11, a developer expresses frustration with agent reliability, noting that changes to prompts or MCPs appear fine in manual testing but later fail in unanticipated ways. They seek community advice on evaluation practices: whether others use fixed test suites, perform skill/tool-level checks versus end-to-end, and which tools they prefer (DeepEval, LangSmith, Ragas, or custom solutions). The post reflects a common pain point in agent development: lack of standardized evaluation.

Entities

DeepEval(tool)LangSmith(tool)Ragas(tool)

Related

CommunitySun, Jul 12, 2026, 03:22 AM

Article proposes property-based testing to catch agent self-fixing bugs that example-based tests miss

A Medium article argues that example-based tests fail to catch bugs that cause AI agents to endlessly 'fix' their own code in production. The author proposes property-based testing as a more robust alternative for agent reliability.

0 engagement·1 source·rss
RSS
CommunitySun, Jul 12, 2026, 01:33 AM

Reddit user advocates writing exit criteria before prompts to prevent agent project stalling

A Reddit post argues that many agent projects stall because prompts are tuned before clear completion criteria are defined. The author recommends writing success state, required evidence, and handling of missing or partial evidence upfront to avoid agents optimizing for sounding finished.

3 engagement·1 source·reddit
CommunitySun, Jul 12, 2026, 07:39 AM

Founders advised to grade AI output rather than understand model internals

A Reddit post argues that founders should not delay shipping AI agents due to a need to understand the model's internals. Instead, they should build systematic evaluation pipelines that compare outputs against known correct answers and catch regressions before users see them.

4 engagement·1 source·reddit
CommunitySat, Jul 11, 2026, 09:07 AM

Developer open-sources agent-instructions repo to curb AI coding agent degradation

A developer frustrated by AI coding agents losing context and hallucinating after about 10 minutes created a set of rules to keep them on track. The rules, shared as an open-source GitHub repo, aim to reduce the need for constant reminders and prevent infinite loops. The project has gained attention from other developers facing similar issues.

2 engagement·1 source·reddit
CommunitySun, Jul 12, 2026, 04:34 AM

Developers uncover messy failure modes in paid AI agent tool-calling workflows

A developer testing AI agents that call paid tools instead of free APIs reports that real-world execution problems—like cost uncertainty, double-spends on retries, and useless results after payment—are more interesting than polished demos suggest. The post highlights practical issues such as needing cost awareness before committing, proving intent before spending, and handling payment failures gracefully.

8 engagement·2 sources·reddit