From 41065bc0b2900ba849c9bea0e26b59f4f4ea5c8c Mon Sep 17 00:00:00 2001 From: Ramesh Date: Mon, 15 Jun 2026 12:48:58 -0500 Subject: [PATCH] Remove model version numbers (#2144) Remove model version numbers so that the rules stay relevant as the new models are released --- rules/common/performance.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/common/performance.md b/rules/common/performance.md index f0407aa1..0a2f2297 100644 --- a/rules/common/performance.md +++ b/rules/common/performance.md @@ -2,17 +2,17 @@ ## Model Selection Strategy -**Haiku 4.5** (90% of Sonnet capability, 3x cost savings): +**Haiku** (90% of Sonnet capability, 3x cost savings): - Lightweight agents with frequent invocation - Pair programming and code generation - Worker agents in multi-agent systems -**Sonnet 4.6** (Best coding model): +**Sonnet** (Best coding model): - Main development work - Orchestrating multi-agent workflows - Complex coding tasks -**Opus 4.6** (Deepest reasoning): +**Opus** (Deepest reasoning): - Complex architectural decisions - Maximum reasoning requirements - Research and analysis tasks