Skip to content

docs(article): add Fable 5 to the prior-mapping matrix#591

Merged
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:docs/fable-5-matrix
Jun 9, 2026
Merged

docs(article): add Fable 5 to the prior-mapping matrix#591
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:docs/fable-5-matrix

Conversation

@raifdmueller

@raifdmueller raifdmueller commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

What

Adds Fable 5 (Anthropic's newest model, claude-fable-5) as a fourth column in the prior-mapping matrix of the An Anchor Delivers Only as Far as the Prior Reaches article.

Probed clean-room on its release day with the same five mapping prompts already used for Haiku 4.5 / Sonnet 4.6 / Opus 4.8 (claude -p --strict-mcp-config --setting-sources "" from a neutral dir).

Probe Fable 5
Who invented use cases? Jacobson (high)
Associations Jacobson + Cockburn + UML
Write a use case (default) Cockburn fully-dressed, no slices
Use-Case 2.0 high / rich — recalls slices + the six principles
Use-Case 3.0 low / thin, hedges, guesses "AI-era"

Why it matters

Fable 5 holds the richest Use-Case 2.0 prior of all four models — yet still hedges on 3.0. That sharpens finding 4: a dense 2.0 prior does not buy a 3.0 one; the two sit at different densities in the training data, not at different model strengths. The newest, strongest model does not close the gap.

Changes

  • docs/training-data-vs-practice.adoc — Fable 5 column in the matrix; findings 3 and 4 updated; method note made precise (A–E experiment on Haiku + Opus, prior-mapping probes on all four)
  • docs/changelog.adoc2026-06-09 "Updated article" entry

The A–E anchor experiment was not re-run on Fable 5; only the prior-mapping probes were, and the text says so.

🤖 Generated with Claude Code

Summary by CodeRabbit

Release Notes

  • Documentation
    • Changelog mit neuem Eintrag für aktualisierte Artikelfassung ergänzt
    • Experiment-Dokumentation um zusätzliches Modell erweitert und Ergebnistabelle sowie Findings aktualisiert
    • Anleitung zum Setup-Prozess präzisiert mit zusätzlichen Details zur Konfiguration

Probed Anthropic's newest model (claude-fable-5) clean-room on its release
day with the five mapping prompts. It holds the richest Use-Case 2.0 prior
of the four models — recalls the slices and the six principles by name — yet
still hedges on Use-Case 3.0, strengthening the finding that a dense 2.0
prior does not buy a 3.0 one. Updates the matrix, findings 3 and 4, the
method note, and the changelog.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: e5e32de6-70d3-4189-b91a-88c889c08fd9

📥 Commits

Reviewing files that changed from the base of the PR and between 0a7f08e and 16d9e8c.

📒 Files selected for processing (2)
  • docs/changelog.adoc
  • docs/training-data-vs-practice.adoc

Walkthrough

Dieser Pull Request erweitert die Dokumentation um das Modell Fable 5 in der Experiment-Analyse „How Far the Prior Actually Reaches": Die Ergebnistabelle und Befunde werden um neue Spalten und Aussagen erweitert, die Setup-Anleitung wird präzisiert, und ein Changelog-Eintrag dokumentiert die Artikelaktualisierung.

Changes

Experiment-Dokumentation mit Fable 5

Layer / File(s) Summary
Erweiterung der Experiment-Befunde um Fable 5
docs/training-data-vs-practice.adoc
Der Abschnitt „How Far the Prior Actually Reaches" wird um Fable 5 ergänzt: Die Ergebnistabelle erhält neue Spalten, und die vier Befunde werden sprachlich und inhaltlich an das erweiterte Modell-Set angepasst, um Densitätsentwicklungen über Modellgröße und Rezency sowie anhaltende Unsicherheiten bei Use-Case 3.0 zu verdeutlichen.
Klarstellung der Clean-Setup-Anforderungen
docs/training-data-vs-practice.adoc
Im „Run It Yourself"-Teil wird eine Detailzeile ergänzt, die klarstellt, dass --setting-sources "" auch globale Konfiguration (einschließlich CLAUDE.md) und Auto-Memory entfernt, und die Reproduzierbarkeit gegenüber einem bestätigten Clean-Setup dokumentiert.
Changelog-Eintrag zur Artikelaktualisierung
docs/changelog.adoc
Ein Eintrag unter 2026-06-09 dokumentiert die Aktualisierung des Artikels „An Anchor Delivers Only as Far as the Prior Reaches" mit der Ergänzung von Fable 5 als vierte Spalte in der Prior-Mapping-Matrix.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • LLM-Coding/Semantic-Anchors#587: Die Aktualisierung der --setting-sources ""-Dokumentation in training-data-vs-practice.adoc stimmt direkt mit den Clean-Setup-Anweisungen in der neuen anchor-prior-test-Skill-Dokumentation überein.
  • LLM-Coding/Semantic-Anchors#586: Die Erweiterung des bereits eingeführten Experiments in training-data-vs-practice.adoc (Hinzufügung von Fable 5 zur Prior-Mapping-Tabelle) und der Changelog-Eintrag stimmen direkt mit dem PR überein, der diese Dokumentation ursprünglich hinzugefügt hat.

Suggested reviewers

  • JensGrote
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed Der Titel ist präzise und fokussiert auf die Hauptänderung: das Hinzufügen von Fable 5 zur Prior-Mapping-Matrix, was genau dem Inhalt beider geänderter Dateien entspricht.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rdmueller rdmueller merged commit 86ee9ca into LLM-Coding:main Jun 9, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants