Skip to content

[!] TOPIC ARCHIVE // #LOCAL-LLM

#Local-Llm

All 8 guides, operator dossiers, and signals tagged with #Local-Llm.

ENTRY

Ollama

ollama runs LLMs on your machine and exposes them as a local API. when to use it, when to skip it, and how it fits with the local stack.

Read →
ENTRY

the personal AI infrastructure is real now

sovereignty tools, local AI acceleration, and $2B market validation → the personal AI OS graduated from concept to product category this week

Read →
OPERATOR DOSSIER

Steve Korshakov builds the AI tools he wants to use

Steve Korshakov's local AI pattern is builder agency: run models near your code, own the capture loop, and turn personal workflows into tools.

Read →
OPERATOR DOSSIER

Georgi Gerganov made local models feel ordinary

Georgi Gerganov's llama.cpp pattern made local LLMs practical: portable runtimes, GGUF model files, and AI infrastructure that stays close to the user.

Read →
CONCEPT

Voice-First Note Capture: Whisper to Structured Markdown

Use whisper.cpp for local transcription, then LLM post-processing to convert rambling voice memos into structured notes with headers, bullet points, and action items

Read →
CONCEPT

Ollama vs vLLM vs llama.cpp vs LM Studio: choose the local runtime by job

Choose a local LLM runtime by workload: Ollama for laptop/dev, llama.cpp for GGUF control, LM Studio for a desktop UI, and vLLM for multi-user serving.

Read →
CONCEPT

Model Quantization: Running 70B Models on a Laptop

Reduce model precision from 32-bit to 4-bit to run large language models locally. Covers k-quants, GGUF, and choosing the right quantization level.

Read →
PRACTICAL GUIDE

llama.cpp setup guide: build, run, and troubleshoot GGUF models locally

Build llama.cpp, load a GGUF model, run the CLI or server, and verify the install with one smoke test and troubleshooting table.

Read →
← All topics & tags