- · claude-code · mcp
Moving houtini-lm to vLLM: What I learned
I decommissioned Hopper (my local LLM bootstrapped server) and moved my local models to a two-card 4090 rig on vLLM. Much faster - but the tool I wrote to save Claude tokens started handing back blank answers, and it looked like the new rig's fault. It wasn't. Here's the honest version, and how v3.2.1 fixes it.
Read article - · local-llm · gpu
Tuning vLLM on a Modded 48GB RTX 4090: From 18 to 133 Tokens per Second
Three days of benchmarking vLLM on a modded 48GB RTX 4090: the quantisation trap that costs Ada owners 40% of their speed, the free 1.9x from speculative decoding, the KV compression that never served once, and what cutting 120 watts costs you. Every number measured, every failure kept.
Read article - · claude-code · mcp
Giving Claude a Local Sidekick: a vLLM Journey Update
I want Claude to have a powerful local sidekick through houtini-lm. I'm not there yet, but this month I got noticeably closer - a vLLM rebuild, a benching spree on the 48GB 4090, and a face-off that deleted two models in an evening.
Read article - · local-llm · gpu
Best GPUs for Running Local LLMs (2026): Memory Bandwidth, VRAM and the Cards Worth Buying
What to buy in mid-2026 for running local LLMs seriously, from someone who has benched most of it. Why memory bandwidth matters more than FLOPS, why the quantisation format can matter more than the card, and the GPUs worth your money - from the used 3090 floor to the modded 48GB 4090s I ended up buying twice.
Read article - · claude-code · local-llm
LM Studio Setup Guide 2026: Install, First Model & Settings
Install LM Studio on Windows or Mac in under 10 minutes, download your first model, and tune the hardware settings (developer mode, GPU offload, context length, multi-GPU tensor parallelism) for the rig you've got. Updated for LM Studio 0.4.16.
Read article