Knowledge base · OpenSourcesAI

Everything you need to build with local AI.

Seven topic areas — from basic concepts to advanced workflows. Jump to the right section using the links below, or start with the orientation if you're new to local AI.

7Topic categories
34Reference entries

Structured, not random

Seven topic areas cover foundations through agents and coding workflows in order.

Start here if new

The beginner orientation walks the same material in a guided, step-by-step path.

Tools, not just docs

Quick-access tools get you to an answer faster than reading a full guide.

Jump to topic

Not sure where to start?

Use the Start Here page for a guided orientation.

The Start Here page walks you through the key concepts, hardware check, and first tools in order — no searching required.

Quick-access tools

Start with a tool, not a doc

These interactive tools get you to an answer faster than reading a guide.

Reference index

Browse by topic

Start here

Local AI Foundations

Core concepts every local AI builder needs before choosing tools, models, or hardware. The first three decide what your machine can run; the next three decide what you build with it.

Hardware

Hardware & VRAM Planning

How to match model size to GPU memory, quantization tiers, KV cache overhead, CPU offload, and Apple Silicon unified memory considerations.

Models

Models & Quantization

Open-weight model families, quantization formats (GGUF, Q4, Q8, FP16), parameter counts, context windows, and how to choose the right model for your hardware and task.

Tools & runtimes

Tools & Runtimes

Local LLM runners (Ollama, LM Studio, Jan), web interfaces (Open WebUI), inference servers (vLLM, GPUStack), and how to connect them into a working workflow.

RAG & data

RAG & Private Data

Retrieval-augmented generation architecture, embedding models, vector databases, chunking strategies, and how to build a private document search workflow locally.

Agents & MCP

Agents & MCP

Model Context Protocol architecture, MCP servers and clients, agent tool use, security boundaries, and how to extend AI agents with reusable external connections.

Coding & IDE

Coding Assistants & IDE Workflows

AI coding assistants, IDE integrations, local vs hosted models for code, code review agents, and how to set up Continue, Cline, Cursor, or Windsurf with a local backend.