-
Building an AI Patient Flow Orchestrator
An AI agent that watches a simulated ward, spots looming bed shortages, and proposes ranked fixes for a human to approve — and what building it taught me.
-
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.