-
Agents and Skills in Claude Code: How I Taught It to Draw Azure Diagrams
What agents and skills actually are in Claude Code, how they differ, and a walkthrough of the instructions behind a skill that turns a one-line request into an editable Azure architecture diagram.
-
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.