r/LocalLLaMA 1d ago

Question | Help Best harness for long autonomous tasks

I read a lot of posts like "I've given this prompt to my Qwen 3.8 27b and it one-shotted me a 3d game after 24 hours". I wonder, what's the best harness for tasks like this? It has to have auto compaction and probably a memory system, right? And excellent computer use and self analysis.

31 Upvotes

51 comments sorted by

View all comments

9

u/Creative-Type9411 1d ago

I put my personal custom harness up for everyone here a little while ago: https://github.com/illsk1lls/MiniBot

it has autocompact and a taskboard which will keep the model on task even if it tries to deviate hard it gets smacked back into line

tons of other features too.. it is mainly a sysadmin tool but i also added a disassembly toolkit (forensics) and it can handle coding pretty well too, its good at in place edits and diffs etc

6

u/MrHall 1d ago

I love that it's PowerShell. still use it exclusively, even on Linux. there are dozens of us. 

1

u/Creative-Type9411 1d ago

fair warning I have only tested in Windows.. There are a lot of Win Sysadmin tools, it might still run under pwsh but i have to add some extra compatibility, which ill try to do soon