What agent are you all running this with?

#42
by qwq95195 - opened

Just curious what everyone's actually using this one with day to day. There's a bunch of options now and I can't tell which one it plays nicest with โ€” deepseek-harness, Codex, OpenClaw, Pi, Hermes... all of them?

Saw #36 benching it on a big tool harness and #33 mentioning loops in a coding agent, so I'm guessing the harness matters quite a bit here.

If you're using it for real work, would love to hear:

  • which agent/harness
  • backend (llama.cpp, LM Studio, Ollama, vLLM?)
  • quant + context you settled on
  • anything you had to tweak to get tool calls to behave

Thanks ๐Ÿ™

I use llama.cpp with Hermes agent

-a qwen3.8-27b
--host 0.0.0.0 --port 8080
-ngl 99 -c 150000
--cache-type-k q8_0 --cache-type-v q4_1
--flash-attn on
-b 2048 -ub 1024
-np 1
--cache-ram 4096
--temp 0.6 --min-p 0.05 --presence-penalty 0.0 --top-p 0.95 --top-k 64
--spec-type draft-mtp
--spec-draft-n-max 3
--load-mode mlock
--metrics
--perf
--api-key-file /home/mert/.llama-api-keys
--timeout 600 \

Sign up or log in to comment