Skip to content
All writing
A reading path

Local AI.

4 posts · Read or watch

Begin with the jobs a small local model can handle, then work through the memory budget and the tradeoffs behind running an agent yourself. The emphasis is on what fits, what works, and where the limits show up.

Start here, then go deeper

  1. 12 min read

    Run AI On Your Laptop — Zero Cloud Bills (Local Small Models)

    Local small models are the right default for narrow, high-volume AI work: classification, extraction, routing, and rewrites that should not be billed forever. Run them through Ollama, MLX, or vLLM, fine-tune with LoRA when prompting drifts, and escalate only the hard cases to the cloud.

    YouTube
  2. 13 min read

    What Actually Fits on 128 GB (Quantization Explained)

    Quantization is the single most important lever for fitting large models onto hardware you actually own. What a number really is inside a model, how quantization shrinks it, and what genuinely fits in 128 GB of unified memory.

    YouTube
  3. 6 min read

    Can Self-Hosted Models Do Real Agentic Work?

    The honest, fast-changing answer to whether an open model running on hardware you own can do genuinely useful agentic work inside a real codebase - what you trade away by renting a cloud frontier model, and what self-hosting actually buys back.

    YouTube
  4. 18 min read

    How Local AI Actually Remembers: Inside The Agent Log

    Every local coding agent writes a structured log. Resume, replay, and audit are all downstream of that one file.

    YouTube

Pick a thread

Michael JamiesonOpen to opportunities

Software engineer building data pipelines, developer tooling, and cross-platform apps.