Commit 8907ac3
committed
feat: recommendation-freshness overhaul — purge stale advice, remove fabricated Llama 5, rebuild verified pricing/local tables, add 2 CI audit gates
The owner's report was specific: the Model Selection section still opened with
"Claude Opus 4.7 (/think xhigh)" and "Gemini 2.5 Pro — 2M context". Both wrong.
Investigating that class of error found it was systemic, not a one-off.
Why nothing caught it: sync_audit.py guards en/zh/ja structure and
check_markdown.py guards syntax, but no check asked whether the sections that
tell a reader WHAT TO USE TODAY still named current models. Every link resolved
200 the entire time.
Removed a fabricated entry
- "Llama 5" (600B+, April 8 2026) does not exist. HF `meta-llama` holds no
Llama-5 weights at all (newest is Llama-4-Maverick, 2025-05); Wikipedia says
the latest is Llama 4 (April 2025) and that Muse Spark replaced the Llama line
in April 2026. Kept as an explicit ❌ debunk note rather than a silent delete,
so it does not get re-added by the next person who reads it on an aggregator.
Corrected against primary sources
- API cost table rebuilt from platform.claude.com and developers.openai.com;
added Opus 5 / Fable 5 / GPT-5.5 / GPT-Realtime-2.1 / V4-Pro + Max Output col.
- Claude Haiku 4.5 was listed at 1M context — it is 200K.
- Gemini 2.5 Pro is 1M, not 2M (2M belongs to the unreleased 3.5 Pro), ×3 langs.
- o3: leaves ChatGPT Aug 26, but API snapshots are removed Dec 11, 2026.
- GPT-Live-1 is real but ChatGPT-only — no such API model; use gpt-realtime-2.1.
- DeepSeek V4 pricing re-confirmed flat; Grok 4.5 re-confirmed 500K / $2/$6.
Local-deployment table rebuilt with HF-verified repo ids
- "Gemma 4 27B" does not exist (real line: E2B/E4B/12B/26B-A4B/31B).
- Mistral Small 4 is 119B MoE / 6B active, not 24B dense.
- Added Qwen3.6-35B-A3B, Inkling, V4-Flash/Pro, Kimi K3; split total/active
params; flagged that Kimi K3 and Gemma are NOT OSI-licensed.
Added
- Gemini 3.6 Flash + Gemini 3.5 Flash-Lite (Jul 21) — were missing entirely;
confirmed via the official google-gemini/cookbook commit and model ids.
- Pydantic AI v2.21.0 — a major framework absent from the Frameworks section.
- Benchmark reading guide: three trackers gave three different SWE-bench
Verified leaders on one day (~8pt spread); SWE-bench Pro is compromised
(OpenAI's Jul 8 audit: ~27–34% of 731 tasks defective, recommendation
withdrawn); mid-90s saturation makes sub-point gaps meaningless.
- Version stamps from the releases API: LangGraph 1.2.10, CrewAI 1.15.9
(list said 1.14.6), Mastra @mastra/core@1.53.0, ADK v2.5.0.
- Fixed a genuinely dead link: thinkingmachines.ai/blog/introducing-inkling
(404) → thinkingmachines.ai/inkling/ (200).
Tooling — both wired into structure-check.yml
- scripts/freshness_audit.py: fails if an advisory section recommends a
superseded model, plus recurring factual traps. Scope-aware — historical and
inventory tables may name old models, Anti-Picks may name them in the "don't"
column, but "use instead" and all prose advice must be current.
First run: 134 stale recommendations. Now zero.
- scripts/refresh_counts.py: recomputes every advertised count from the file.
The nav claimed 23+ frameworks against 43 actual, 16+ security against 33,
badge 780+ against 812. Undercounts look plausible, so nobody notices.
58 stale counts corrected.
Claims that could not be traced to a primary source were left out, not guessed —
several search-summary benchmark figures were rejected on that basis.1 parent 02f2cb6 commit 8907ac3
8 files changed
Lines changed: 898 additions & 220 deletions
File tree
- .github/workflows
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| 27 | + | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
| |||
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
6 | 110 | | |
7 | 111 | | |
8 | 112 | | |
| |||
0 commit comments