Skip to content

Build your local AI Suite: run LLMs locally | Kevin Escoda

Run LLMs locally in 2026: honest hardware tiers, Ollama and LM Studio setup, the right open-weight models, local RAG and your first agent.

Running a serious language model on your own machine in mid-2026 takes one afternoon, one free tool and a computer with at least 8 GB of memory. No account, no API key, no data leaving your desk. The models you can pull today (Qwen3.5, Gemma 4, OpenAI's gpt-oss, Mistral Small) are roughly where the paid frontier was eighteen months ago, which is more than enough for summarizing, drafting, extraction, translation and internal Q&A. This is a tutorial, not a manifesto. I will tell you exactly what hardware tier you are in, which of the two entry doors to pick (Ollama or LM Studio), which models actually fit your RAM, how to call the whole thing from a script, how to feed it your documents, and how to turn it into a first small agent. I will also tell you plainly where local AI still loses to frontier APIs, because it…