Skip to content

Prune the AI assistant model list to 15 models - #719

Merged
jurgenwerk merged 4 commits into
mainfrom
cs-12917-prune-llm-models
Sep 11, 2026
Merged

Prune the AI assistant model list to 15 models#719
jurgenwerk merged 4 commits into
mainfrom
cs-12917-prune-llm-models

Conversation

@jurgenwerk

@jurgenwerk jurgenwerk commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

In the last meeting with Chris where I presented the initial model eval results in our AI assistant, we discussed we want to reduce the set of models we have in our AI assistant. The reason is that some of them are failing our basic eval, and we want to reduce the set for simplicity.

We discussed we want to keep the following models:

  • The latest model + one older, from each popular lab
  • Goldilocks models (Sonnet 4.6)

And we want to add the following model, due to its efficiency and price:

  • GPT-5.6 Luna
Lab Before After
Anthropic Claude Fable 5, Claude Sonnet 5, Claude Opus 4.8, Claude Opus 4.7, Claude Sonnet 4.6, Claude Haiku 4.5 Claude Fable 5, Claude Opus 4.8, Claude Opus 4.7, Claude Sonnet 4.6
OpenAI GPT-5.6 Sol, GPT-5.6 Terra, GPT-5.5, GPT-5.4, GPT-5.4 Mini, GPT-5.4 Nano GPT-5.6 Sol, GPT-5.6 Terra, GPT-5.6 Luna (new), GPT-5.5
Google Gemini 3.1 Pro, Gemini 3.5 Flash, Gemini 3.1 Flash Lite Gemini 3.1 Pro, Gemini 3.5 Flash
xAI Grok 4.5, Grok 4.3 Grok 4.6 (new), Grok 4.5
DeepSeek DeepSeek V4 Pro, DeepSeek V4 Flash DeepSeek V4 Pro
MoonshotAI Kimi K2.7 Code Kimi K2.7 Code
Z.ai GLM 5.2, GLM 4.7 Flash
Qwen Qwen3.7 Max, Qwen3.6 Flash Qwen3.7 Max
MiniMax MiniMax M3
Mistral Mistral Medium 3.5
Meta Llama 4 Maverick
Total 27 15

Keep the frontier models and one older model per lab, keep Sonnet 4.6 as
the Goldilocks default with Gemini 3.5 Flash as the cheap alternative, and
drop Sonnet 5. Labs whose models all failed the 2026-09-07 smoke sweep
(xAI, MiniMax, Mistral, Meta) leave the list entirely. The ModelConfiguration
cards stay in the realm; only the system card's list changes.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Sep 10, 2026

Copy link
Copy Markdown

Staging Submissions Preview

This PR's content is pushed to the staging submissions realm: https://realms-staging.stack.cards/submissions/

Changed folders:

  • ModelConfiguration/
  • SystemCard/

Updated at 2026-09-10 11:53:05 UTC for commit e5fa112. Shared realm: only this PR's changed files are pushed; files touched by multiple PRs reflect whichever pushed last, and deleted files are not removed.

New ModelConfiguration card pointing at the OpenRouter card, listed after
GPT-5.6 Terra. No reasoning effort is set, the same as Terra.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@jurgenwerk jurgenwerk changed the title Prune the AI assistant model list to 13 models Prune the AI assistant model list to 14 models Sep 10, 2026
xAI keeps its latest model and one older one, the same rule as the other
labs. Grok 4.6 gets a new ModelConfiguration card pointing at the OpenRouter
card; Grok 4.5 already had one.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@jurgenwerk jurgenwerk changed the title Prune the AI assistant model list to 14 models Prune the AI assistant model list to 16 models Sep 10, 2026
Z.ai leaves the list. The ModelConfiguration cards stay in the realm.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@jurgenwerk jurgenwerk changed the title Prune the AI assistant model list to 16 models Prune the AI assistant model list to 15 models Sep 10, 2026
@jurgenwerk
jurgenwerk requested a review from a team September 10, 2026 12:09
@jurgenwerk
jurgenwerk marked this pull request as ready for review September 10, 2026 12:10
Copilot AI lite review requested due to automatic review settings September 10, 2026 12:10
@jurgenwerk jurgenwerk changed the title Prune the AI assistant model list to 15 models Prune the AI assistant model list to 16 models Sep 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The PR metadata/title indicates 16 models, but the updated modelConfigurations list contains 15 entries, so the PR intent and implementation need to be aligned.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates the default system configuration to reduce the set of selectable AI assistant models, removing models that are failing basic evals and adding two new model configurations (Grok 4.6 and GPT‑5.6 Luna).

Changes:

  • Pruned SystemCard/default.json model configuration list down to the intended smaller set.
  • Added ModelConfiguration cards for xAI: Grok 4.6 and OpenAI: GPT‑5.6 Luna.
  • Removed references to dropped labs/models from the default configuration.
File summaries
File Description
SystemCard/default.json Updates the default system’s modelConfigurations list to the reduced set and includes the new Grok 4.6 + GPT‑5.6 Luna entries.
ModelConfiguration/x-ai-grok-46.json Adds the new Grok 4.6 model configuration card pointing to the OpenRouter model id.
ModelConfiguration/openai-gpt-56-luna.json Adds the new GPT‑5.6 Luna model configuration card pointing to the OpenRouter model id.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread SystemCard/default.json
@jurgenwerk jurgenwerk changed the title Prune the AI assistant model list to 16 models Prune the AI assistant model list to 15 models Sep 10, 2026
@jurgenwerk
jurgenwerk merged commit f8714d4 into main Sep 11, 2026
4 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.

3 participants