-
Tutorial: Build an AI Agent from Scratch with Ollama and Python
A from-scratch tutorial that builds a local personal-planner agent in plain Python, backed by Ollama and SQLite. No frameworks. Each section breaks the previous version to motivate the next fundamental: tools, short-term memory, long-term memory, planning, and reflection.
-
Building a GP Doctor Scribe: The Problem Worth Solving
Build log for an AI-powered, fully-local clinical scribe that turns doctor-patient consultations into structured SOAP notes — using Whisper, Ollama, and a TypeScript/React stack with no cloud dependencies.
-
Tutorial: Build a Local-AI Trello Bot with MCP, Ollama, and Telegram
A step-by-step tutorial for setting up and understanding a fully-local Trello bot. The stack: a Telegram chat surface, an Ollama-hosted LLM, and an MCP server exposing 67 Trello tools. Nothing leaves your network.
-
Building a Private, AI-Driven YouTube Knowledge Base
Turn your YouTube subscriptions into a searchable, private RAG engine — autonomous ingestion with yt-dlp, transcription with faster-whisper, embeddings via Ollama and pgvector, and a Streamlit/LangChain chat UI.