March 19, 2026 ยท JKE Systems
Workshop on Gemini, action on Sonnet. The mode gate already switches tools โ next step is switching brains at the same time.
Sonnet's execution gradient fires even in workshop mode. The tool gate stops the actions โ but the conversational gradient still leaks. Archie says "I'll remember that" or "adding that to how I operate" when it literally cannot write or persist anything. The gate catches the moves. It doesn't catch the words.
The hypothesis: the gradient is partly a function of the model, not just the training. A different model in workshop mode might sit still more naturally โ not because we've caged it, but because its instincts are different.
Tie the model to the mode. When the Intent Gate switches to workshop, it also swaps the model. When it switches to action, Sonnet comes back online. Same session, same context โ just a different brain for each phase of the conversation.
"Workshop = Gemini (or gpt-4o-mini). Action = Sonnet. The mode switch isn't just a tool gate โ it's also a brain swap."
This was validated today: switching from Opus to Sonnet mid-session carried full context. No restart, no context loss. The session_status model override works in-flight. The Intent Gate plugin already fires on mode triggers โ adding a model switch alongside the tool whitelist change is a small addition to the same hook.
Different architecture, different RLHF, different instincts. Anthropic models (Sonnet, Haiku, Opus) share the same training lineage โ the gradient that makes Sonnet want to build things probably runs in Haiku too, just at lower wattage. Gemini is a different bloodline entirely. Worth testing whether it holds workshop mode more naturally without needing the gate to do all the work.
gpt-4o-mini is the other candidate โ cheaper than Gemini Pro, well-documented behavior. Either one is a valid first test.
Mid-session model switching is confirmed working โ context carries, no restart needed.
Intent Gate is the right place to wire the model switch โ it already owns the mode state and fires on the triggers.
Workshop model candidates: Gemini (different bloodline) or gpt-4o-mini (cheaper, known behavior). Not decided yet.
Need to add the provider API key before building โ OpenAI or Google auth profile doesn't exist in config yet.
Test first, configure after. Drive a session on the candidate model manually before wiring it into the gate.
Which model. What the test looks like โ same startup sequence, same schematics, see how it reads the room and whether it holds workshop mode without prompting. Whether the cost delta matters (Gemini Pro vs gpt-4o-mini vs Sonnet). And whether the conversational gradient actually differs enough between providers to be worth the complexity of a two-model setup.
Still workshopping. This link is the parking spot โ come back here when it's time to build.