llm-kb
← Back to social
Community

User discovers AI chat logs bloated by single-line rule causing instruction failure

A Reddit user reports that their AI chat agents stopped following instructions because a rule to trim notes to 120 lines was misinterpreted: each line was excessively long, causing context bloat. The user had instructed chats to keep session notes and trim them at 120 lines, but the agents complied literally, resulting in lines that were too long and degraded performance.

4 engagement·1 source·Sun, Jul 12, 2026, 02:15 AM
On July 12, 2026, a Reddit user shared a bug where their AI chat agents (likely Claude) failed to follow instructions due to a misinterpreted rule. The user had set a rule for chats to maintain session notes and trim them to 120 lines to avoid context bloat. However, the agents followed the rule literally, making each line extremely long, which bloated the context and caused the agents to stop following other instructions. The user discovered the issue when checking the notes. This highlights the challenge of literal instruction-following in AI agents and the need for careful prompt engineering.

Entities

Claude(model)Reddit(tool)Reddit user(person)AI chat agents(concept)

Related

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
IncidentSat, Jul 11, 2026, 04:43 PM

Developer discovers chatbot quality degrades after 5 turns

A developer reports that their chatbot, which passes quality evals on short interactions, gradually loses context after about 5 turns, forgetting user constraints and contradicting itself. This highlights a common limitation in current conversational AI systems.

3 engagement·1 source·reddit
IncidentSat, Jul 11, 2026, 11:18 AM

Users report Claude Code consuming excessive usage due to large context bug

Multiple users report that Claude Code consumes 20-40% of their usage allowance per session due to a bug that sends 300k+ message contexts even on fresh sessions. One user lost significant paid usage before realizing the issue. Another user describes a layered configuration setup with CLAUDE.md and AGENTS.md files, and a cleanup that removed ~700MB of empty content but still faced model selection inefficiencies.

15 engagement·2 sources·reddit
CommunitySat, Jul 11, 2026, 06:01 AM

Developer reports Claude performance degrades beyond 500K tokens, uses handover files to reset context

A developer working on a large C# plugin reports that Claude becomes increasingly unreliable after 500K tokens of context, with performance degrading significantly by 800-900K tokens. To work around this, they manually create a handover.md file summarizing the project state and start a new session, asking Claude to re-read key files. The post questions whether this is common practice and whether tools exist to automate the process.

7 engagement·1 source·reddit
CommunitySun, Jul 12, 2026, 07:33 AM

User discovers that describing desired output quality outperforms step-by-step instructions in prompts

A Reddit user reports that shifting from detailed step-by-step instructions to describing the desired outcome (e.g., 'a great version would make a busy person understand the tradeoff in ten seconds') dramatically improves LLM output quality. The post highlights that models are better at navigating to a well-defined finish line than following clumsy instructions.

3 engagement·1 source·reddit