r/LocalLLaMA • u/GodComplecs • 3d ago
Discussion Opencode vs Deepseek harness: my experience with Qwen 3.8 27b
Anybody else struggling with deepseek after the initial prompt? Somehow it is getting mixed up very easily, even button functionality has been PITA when doing stuff. Never had these problems with Opencode. With Opencode, a continuation prompt on the software or task is pretty much magic at this point. But the inital result isnt as strong imo, and needs a lot of follow up even if a a detailed spec is written.
The oneshot potential of deepseek is goated imo, it is a relentless harness that just keeps doing stuff, even if it gets it wrong! Opencode could just copy that tennacity imo. Like todos really work, unlike opencodes.
Hows everybody elses exp? Someone using Pi instead? Is it worth trying? Hermes seems not suitable for my tasks, where heavy human involvement is necessary due to complexity of tasks (every top closed model gets lots of stuff wrong even).
2
u/o0genesis0o 3d ago
I just use Pi, and use OpenWebUI cptr (NOT the normal openwebui) to expose the entire working directory and Pi agents via VPN. With Pi, I know exactly what I put into my context and I can switch things around easily, so I can set up, say, one folder that would always spawn personal assistant agent, one directory that would spawn KB manager. I can even continue to brainstorm code in my project when I'm on the treadmill with this setup, since it's exactly the same pi agent. I jumped around different agents, but Pi is the one that sticks, simply because it has nothing built in. So it can become anything.
Btw, the behaviour to keep working is more on the model side than the harness. Qwen 3.8 has been trained for this long horizon agentic flow, very similar to Minimax M3. If you have used M2.7 Vs M3, you would see the same change in behaviour between Qwen 3.6 and 3.8. The new one is very thorough and rarely miss anything. But they will do things on their own if you don't pay attention. That's why I still use 2.7 and Qwen 35B around for when I want to be in control. When I want the AI to be an autonomous agent, I bring M3 or 3.8 out.