登録して招待リンクを共有すると、動画再生報酬と紹介報酬を獲得できます。

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.
もっと見る