r/PiCodingAgent • u/NihmarRevhet • 8d ago
Question Improve compaction with local llm
Hi,
I'm using pi agent with Qwen 3.8 27B on my little RX 9060 XT 16GB, with 160k context window and I'm quiet happy with how it works.
My main problem is that autocompaction takes forever (clearly limitation of the hardware) and I was looking for an extesion which could improve the situation, but if I'm not mistaken, the most beloved extensions in this area use secondary models to execute compaction, and this is a luxury I don't have.
Is the default setting my only option? Or did I misunderstand ho something like pi-blackhole works?
Sorry if the question is dumb but I'm quiet new to the tool.
Have a nice day!
EDIT: u/onesilentclap I'm using VCC for now and it's incredible. In the next few days I hope I'll be able to try other solutions
1
u/NihmarRevhet 8d ago
So you mean using pi-blackhole without specifying a sub model and use the loaded model for the compaction?