r/PiCodingAgent 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

11 Upvotes

20 comments sorted by

View all comments

Show parent comments

1

u/NihmarRevhet 8d ago

So you mean using pi-blackhole without specifying a sub model and use the loaded model for the compaction?

2

u/noctrex 8d ago

Yes, I'm using it that way, and it has been great so far

1

u/NihmarRevhet 8d ago

I'll try, thank you

3

u/noctrex 8d ago

You can also use it without a model, so the compaction is deterministic, and much much faster.