Comment by bblb
8 hours ago
After the release of Qwen 3.8 I've been dabbling with my "Agent Computer". That is, a secondary GPU on my home computer. Intel B70 with enough VRAM to run Q6 and some context on llama.cpp, plus a ComfyUI instance. Total yolo mode with full access to my PC, --tools=all and sudo NOPASSWD.
It can do file organizing and wrangling when needed, it has simple web access with the curl tool, it can analyze media file contents. It's analyzed my local data and written several little tools (cli, TUI, GUI) to manage it automatically or give comprehensive reports. I can create new media through ComfyUI and Krita AI.
Sure, it can't book a flight or organize the family calendar for the next month, but I don't have any need for those.
edit: llama.cpp LLM model and ComfyUI image/video models can't live in the VRAM at the same time, but I let it code a little KDE widget with two buttons: one unloads the llama.cpp model and another one unloads the ComfyUI models.
> Sure, it can't book a flight or organize the family calendar for the next month, but I don't have any need for those.
why can't it do that? just run a VPS inside WSL or another container inside your PC. give the agent that sandbox.