Skip to content

fix(eval): smoke_eval resolves models via tiers + sonnet-5 baseline#94

Merged
silversurfer562 merged 1 commit into
mainfrom
fix/smoke-eval-tier-models
Jul 10, 2026
Merged

fix(eval): smoke_eval resolves models via tiers + sonnet-5 baseline#94
silversurfer562 merged 1 commit into
mainfrom
fix/smoke-eval-tier-models

Conversation

@silversurfer562

Copy link
Copy Markdown
Member

Closes the gap between the rag-gate CI pin and the eval itself: smoke_eval.py hardcoded sonnet-4-6 answers / opus-4-6 judge, so the task-8 ATTUNE_MODEL_PREMIUM=claude-sonnet-5 pin was decorative. Models now resolve via attune_author.model_tiers (answers = capable tier, judge = premium tier).

Two live Claude 5 API fixes from the first sonnet-5 run: temperature is rejected outright (400 'deprecated for this model'), and responses can lead with a ThinkingBlock — extract the first TEXT block.

First sonnet-5-judged baseline (local, 2026-07-10), recorded in BASELINES.md: Faithfulness 100% (hard gate PASS), Strict Accuracy 60% advisory (up from 40% under the old models); q27/q39 remain the partial stragglers.

specs/fable-model-tiers task 10 + specs/rag-gate-accuracy-baseline (attune workspace repo).

🤖 Generated with Claude Code

…corded

smoke_eval.py hardcoded sonnet-4-6/opus-4-6 — the rag-gate
ATTUNE_MODEL_PREMIUM pin never reached it. Models now resolve via
attune_author.model_tiers (answers=capable, judge=premium). Two live
Claude 5 fixes: no temperature param (400 'deprecated for this
model'), first-TEXT-block extraction (responses can lead with a
ThinkingBlock). BASELINES.md records the first sonnet-5-judged run:
faithfulness 100% (PASS), strict accuracy 60% advisory (was 40%).

specs/fable-model-tiers task 10 (attune workspace repo).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@silversurfer562 silversurfer562 merged commit bd0e671 into main Jul 10, 2026
14 checks passed
@silversurfer562 silversurfer562 deleted the fix/smoke-eval-tier-models branch July 10, 2026 11:46
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.

1 participant