RC RANDOM CHAOS

Building a $40k Home Rig to Run Opus-Class LLMs Without the Cloud

· via Hacker News

Original source

Jamesob's guide to running SOTA LLMs locally

Hacker News →

A developer known as jamesob has published a hands-on guide for running state-of-the-art language models on hardware you own, pitched explicitly as an escape from dependence on OpenAI and Anthropic. The advice scales by budget: roughly $2k buys two RTX 3090s (48GB VRAM) sufficient for Qwen3.6-27B plus local Whisper-large-v3 speech-to-text, while a ~$40k build of four RTX Pro 6000s yields 384GB of VRAM and, per the author, intelligence approaching Claude Opus. To keep costs down as DDR5 and current-gen platforms stay expensive, he pairs the pricey GPUs with a cheap, last-gen DDR4 EPYC base system sourced largely from eBay, spending money on VRAM where it matters.

The more interesting content is the low-level tuning. He uses PCIe4 switches from c-payne.com so GPUs exchange data directly at wire speed during the tensor-parallel allreduce step, sidestepping the need for costly PCIe5 gear. Getting multi-GPU peer-to-peer working required disabling IOMMU (NCCL hangs otherwise) and turning off PCIe ACS at runtime via setpci and a systemd oneshot, since ACS otherwise routes P2P traffic through the CPU and defeats the switch fabric. Because the rig runs on a single 110V circuit, he persistence-caps each card to 350W to stay within his PSU budget. Models are cached locally on ZFS and served in isolated Docker containers behind an HTTP API.

The underlying motivation is autonomy and privacy: the author says he trusts local speech-to-text in a way he never would a hosted service, and he wires the models into a sandboxed VM agent that browses the web via searXNG and Kagi, alerts over Telegram, and autonomously works Gitea issues and files pull requests. It reads as both a practical parts-and-config reference and an argument that a self-hosted, agentic AI stack is now within reach for a determined hobbyist.

Read the full article

Continue reading at Hacker News →

This is an AI-generated summary. Read the original for the full story.