From c8cb937332885619245a50a4a2e60e629f29df32 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Jun 2026 03:00:06 +0000 Subject: [PATCH 1/3] =?UTF-8?q?Add=20Top=20Picks=20index=20=E2=80=94=20opi?= =?UTF-8?q?nionated=20star-rated=20recommendations=20per=20category?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A new fast-track page for "what should I actually use?" — twelve categories covering frontier models, coding agents (harnesses), sandboxes, CI runners for agent iteration, agent frameworks, observability + tracing, eval frameworks, memory layers, agent tool platforms (auth), safety/guardrails, code reviewers, and self-hosted inference. Methodology disclosed up front: 1–5 star rating, with each pick getting explicit strengths and caveats and an "Also watch" runners-up list. Editorial caveats are loud — ratings rot, editorial bias toward Anthropic-ecosystem (reflects the source notes), confidence varies by category, anti-recommendation to read category pages before treating the picks as final. Picks are sourced from the existing research notes and category pages (not invented). Numbers and benchmark scores are pulled from current content (Chatbot Arena Elo, Terminal Bench 2.0 leaders, Arena.ai agent leaderboard, ART red-team baseline, Memory Sandbox defense ASR data, etc.). Date-stamped June 2026 with quarterly re-rate commitment. Wired into the sidebar under "Get Started" right after Overview, and cross-linked from index.md with both a prominent top-of-page callout ("Just want recommendations? → Top Picks") and the existing "Also worth knowing" line. Added to build.sh's inline-page loop so the markdown gets inlined into index.html. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01C9gzSkgNa3yNtob4gBeeit --- build.sh | 3 +- content/index.md | 4 +- content/top-picks.md | 358 ++++++++++++++++++++++++++++++++++++++++++ index.html | 365 ++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 727 insertions(+), 3 deletions(-) create mode 100644 content/top-picks.md diff --git a/build.sh b/build.sh index bc59fec..2d37c8c 100755 --- a/build.sh +++ b/build.sh @@ -56,6 +56,7 @@ cat > index.html << 'HTMLHEAD'