注册并分享邀请链接,可获得视频播放与邀请奖励。

Daniel San
@dani_avila7
Head of AI at | Building Claude Code SubAgents, Skills & Hooks | OSS project | Powered by TS, Python & Vanilla Lattes ☕️
加入 January 2015
3.4K 正在关注    33.6K 粉丝
Don’t switch models mid-session Keep one model as the executor and use stronger models as advisors on demand Or delegate specific tasks to subagents running different models
显示更多
Just FYI. If you are switching models in a session all the time - you are doing it wrong. Every time you switch, your entire prompt cache is invalidated on the new model you switch to, and you have to repay the full input tokens price for all of it. Stop doing this unless those models are free. This is not a hermes thing - this is a fundamentals of inference thing.
显示更多