Ask HN: Which harness do you use with Qwen3.8 27B? And why?

I tried several but for me the biggest difference is the browser integration tool/skill. Because without that any model is quite limited to debug the code at runtime

4 points | by grigio 1 day ago

7 comments

  • ozozozd 1 day ago
    I can’t tolerate anything other than Pi anymore.

    Why? - session management - accurate (unlike OpenCode last time I tried), tree structured (allows me to jump back and forth to manage context growth), compaction is just another message and pi manages which subtree to send to the model - fast - super customizable - no hidden stuff - sane defaults - it is a shame that this is a differentiator.

  • theguysudo 1 day ago
    PI is best for any local model not just Qwen but you can use hermes as it offers more kind of productivity though hermes is not optimized right for local agents which will somewhat affect your work balance but with some tweaks like

    1.Trim the Token Tax: Run hermes tools and turn off everthing unused 2.Enable KV Cache / Prefix Caching

  • wookmaster 1 day ago
    I've been mostly drawn to pi simply because I can modify it so easily to have extensions or behavior I want.
  • slipwalker 1 day ago
    pi.dev with

    "packages": [ "npm:context-mode", "npm:pi-subagents", "npm:pi-web-access", "npm:pi-bar", "npm:pi-opencode-bridge", "npm:@ssweens/pi-leash", "npm:pi-caveman", "npm:@ff-labs/pi-fff", "npm:pi-ui-hephaestus", "npm:@alexanderfortin/pi-zai-usage", "npm:pi-cache-optimizer", "npm:@hypabolic/pi-hypa" ]

    • grigio 1 day ago
      which extension plugin do you use to debug/automate the web browser?
  • ezulabs 1 day ago
    you shall use CC, serve it via ollama, you need to patch it as CC's timestamp ruins prefill cache.
  • bilsbie 1 day ago
    You need a harness? Does llama include one?
    • grigio 1 day ago
      llama.cpp has a web ui nowdays, but with an harness is easier to interact with existing cli tools
      • bilsbie 1 day ago
        It must have some kind of harness at least?? Like “you’re an AI assistant, answer questions”?
  • verdverm 1 day ago
    opencode, pretty good setup out of the box, no need to go through and find packages for the basics like pi

    there are MCP/skills for browser integration that work in any harness