4 ms·
Have you tried '/model opusplan' I've had strong results mixing opus for planning with sonnet implementing.
by bazhand 3mo ago
Have you tried '/model opusplan' I've had strong results mixing opus for planning with sonnet implementing.
- vtail 3mo agoFascinating! How did you learn about this?
- bazhand 3mo agoIt was something that was used for token efficiency. Most of the settings and use cases are quite poorly communicated but asking Claude to review the latest release changelog (https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md https://github.com/anthropics/claude-code/blob/main/CHANGELO...) is quite useful. Combined with @"claude-code-guide (agent)" to read it's own docs for settings/configs is super helpful. The quite useful tool is to use /opusplan along with /codex:rescue (https://github.com/openai/codex-plugin-cc https://github.com/openai/codex-plugin-cc) means you get quite a strongly reviewed plan using native claude + codex without having to implement the mostly useless trust-me-bro plugins and other bs.
- addozhang 3mo agoThat's really a great way for the agent to understand itself.
- a_c 3mo agoI haven't. Thanks for the heads up will give it a try! I use opus to comment on code design quite often though. It became a pattern that I made a skill for me to ask for second opinions https://news.ycombinator.com/item?id=48733092 https://news.ycombinator.com/item?id=48733092 Would love to hear your feedback if you don't mind!