cd /news/large-language-models/common-llm-failure-modes · home topics large-language-models article
[ARTICLE · art-111861] src=boydkane.com ↗ pub= topic=large-language-models verified=true sentiment=· neutral

Common LLM failure modes

Anthropic's Claude Opus 5 and Claude Fable 5 exhibit distinct failure modes, including Opus 5's constant praise, imprecise commentary, and a tendency to end statements with negations, while Fable 5 incorrectly uses discrete values for continuous variables in Weights & Biases sweeps. The observations, documented by a researcher, aim to track behavior changes across model versions.

read3 min views2 publishedAug 26, 2026
Common LLM failure modes
Image: Boydkane (auto-discovered)

I use the various language models a lot for my research, and this means I end up seeing quite a lot of their failure modes. I’m going to try track of them here, as an archive for my future self to answer “did this behaviour start with Opus 4.7 or 4.8”?

W&B sweeps using discrete values for continuous variables #

For some reason, Fable (and I think Opus as well, but I can’t remember) seem to like using discrete values in W&B sweeps, when the variable is continuous and so should rather be a continuous variable:

In this snippet, β is continuous but Fable sets it to be one of the following values: [0, 0.005, 0.01, 0.02, 0.05, 0.1]

.

A β sweep it is — better experiment design anyway. Let me read the sweep machinery first (config shape, how pods/deadlines are computed for long runs), since 5M-step runs are ~3h each and the pod budgeting has to fit.

[…]

Ready on the branch(headd57715e

):

ci/sweep_ppo.yaml

now sweepsβ ∈ {0, 0.005, 0.01, 0.02, 0.05, 0.1} × seeds {1,2,3}= 18 runs, each 5M steps fromh76h80yb

, metriceval/thput

,run_cap: 18

. β=0 is the control arm, 0.1 re-tests the known over-anchor at the longer horizon, and the log-spacing brackets the projected 0.2–0.3 nat sweet spot.

Constant praise for the user’s ideas #

Less obvious than the blatant sycophancy of previous Claudes, but still there’s so many “you’re right” and “good call”

You're right, and that's a real error on my part. [...]

Fair challenge. [...]

Good call. [...]

Clear. [...]

You're right, and the thing I missed makes most of that spec redundant.

Imprecise commentary #

Opus has a real tendency to say things without actually saying anything. These comments communicate nothing but add a weird sense of anticipation that’s not helpful.

Good call. Let me verify one more thing first, because it changes what's worth writing down.

Bash(uv run --with pandas --with pyarrow python -c "…")

That changes things — this is the most useful fact in the dataset and nothing in the repo records it.

Fair challenge. Here's exactly what I computed, and it's weaker evidence than my phrasing implied.

You're right, and that's a real error on my part.

The one thing I can't do — your call to run:

A fascination with problems that “bite” #

Opus often talks about problems as “biting” us in various ways

[...] and the specific carve-out that bit that behaviour before [...]

## Five things that will bite us

’The X worth naming’ or ‘The Y worth stating clearly’ etc #

Opus 5 likes announcing & signposting its sentences in this way.

The trap worth naming:

Ending with a negation #

Opus likes ending phrases with negations such as “and neither matter” or “and one is the exception”, e.g.:

[...] Let me check the one part that isn't trivial.

Concretely: two places build a sv2.py command line, and neither would have carried --root.

Clear. That makes the review a hard gate on vector creation, not a step someone can forget.

Both questions land on the same correction, and it goes against what I recommended.

Two different situations, and only one should be edited.

Two different problems, and only one was actually a wrong file:

’rather than reciting from memory’ #

Some posttraining process traumatised opus against ever just saying something, the facts always need a 30s tool call to figure out.

Let me read the actual definitions rather than paraphrase from memory.

── more in #large-language-models 4 stories · sorted by recency
── more on @anthropic 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/common-llm-failure-m…] indexed:0 read:3min 2026-08-26 ·