Been using PI Coding Agent with local Qwen3.6 35b for a while now and its actually insane

r/LocalLLaMA
Generative AI

So ive been running PI Coding Agent with a the Qwen3.6 35b a3b q4_k_xl model for some real projects and honestly didn't expect it to work this good. The real game changer was the plan-first skill file i created. Like it actualy follows what you say and does everything step by step without going off the rails. Used it on actual production stuff and it held up. Here's the skill file if anyone wants to try it: --- name: plan-first description: Structured planning workflow for any coding task. Use at the start of every new feature, bug fix, refactor, or implementation request.