Comment by nzoschke
15 hours ago
Why would you share data with Meta like this?
The Agent Computer is super powerful, but by definition its easier than ever to build one yourself, and a the result is a personal and private computer.
I know most "normal" people wont want to build their own this but there are still a lot of options that don't involve giving Meta or Grok all your data.
I put some notes on all this here: https://housecat.com/blog/agent-computer-101
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.
Your comment is slightly reminiscent of the response to dropbox when it was first announced on HN.