tl;dr: Has anyone successfully run Hermes Kanban workers on local models with 24GB VRAM? Looking for real-world data before GPU upgrade.
Background
I currently run Hermes with 12GB VRAM. Testing local models for Kanban workers:
qwen3.5:9b (6.6GB): Crashes after 28-91s, hallucinates bash commands instead of using tools
qwen2.5:14b (9GB): Crashes after 12-33s, overwhelmed by system prompt
gemma4:e4b (9.6GB): Same failures
All using context_length patch (Issue #24072 applies, but model capability is the blocker).
Root cause: Hermes's massive system prompt (+10K tokens, 30+ tool schemas, memory injection) overwhelms small models. Cloud models work fine.
The Question
I'm considering a 24GB GPU upgrade specifically for local Kanban agents. Based on #523 (Local Model Setup Skill), these fit:
Model
Size
Context
Recommendation
Qwen3-30B-A3B
~17GB
128K
"Best accuracy/efficiency balance"
Qwen3-32B
~20GB
128K
"Dense model, highest accuracy"
Has anyone tested these with Kanban workers specifically?
What I need to know:
Do Qwen3-30B/32B reliably call tools (kanban_show, terminal, write_file, etc.) in complex chains?
Do they handle multi-step Kanban tasks or crash like 9B/14B models?
Are timeout patches needed (Issue [Feature]: Configurable timeouts for auxiliary call_llm and context compression #3404 - hardcoded 30s aux/45s compression timeout)?
Any specific config tweaks beyond context_length: 128000?
Environment
Goal: Async Kanban agents with local models
Current: 12GB VRAM → considering 24GB upgrade
Use case: Research/data analysis tasks via analyst, researcher profiles
Alternative: Keep cloud models (working, has costs)
Would appreciate any real-world experience before spending $1500 on a new GPU.
Related Issues
If no one has tested this , I can volunteer to be the guinea pig and document results if there's interest.
tl;dr: Has anyone successfully run Hermes Kanban workers on local models with 24GB VRAM? Looking for real-world data before GPU upgrade.
Background
I currently run Hermes with 12GB VRAM. Testing local models for Kanban workers:
qwen3.5:9b(6.6GB): Crashes after 28-91s, hallucinates bash commands instead of using toolsqwen2.5:14b(9GB): Crashes after 12-33s, overwhelmed by system promptgemma4:e4b(9.6GB): Same failuresAll using context_length patch (Issue #24072 applies, but model capability is the blocker).
Root cause: Hermes's massive system prompt (+10K tokens, 30+ tool schemas, memory injection) overwhelms small models. Cloud models work fine.
The Question
I'm considering a 24GB GPU upgrade specifically for local Kanban agents. Based on #523 (Local Model Setup Skill), these fit:
Has anyone tested these with Kanban workers specifically?
What I need to know:
context_length: 128000?Environment
analyst,researcherprofilesWould appreciate any real-world experience before spending $1500 on a new GPU.
Related Issues
model.context_lengthpersists across/modelprovider switches #24072: Context length override (patch works for loading but not tool reliability)If no one has tested this, I can volunteer to be the guinea pig and document results if there's interest.