Tutorial
Tutorial Posts
Building a Recipe Creator with BeeAI Framework: A Comprehensive Tutorial
PythonAITutorialIn this tutorial, we’ll build a practical multi-agent system using the BeeAI framework that can create recipes based on user-provided ingredients. Our Recipe Creator will demonstrate how specialized agents can work together to accomplish a complex task.
From Idea to Implementation: Building a Recipe Creator with BeeAI - A Development Journey
PythonAITutorialIn this tutorial, I’ll share the iterative process of developing a Recipe Creator application using the BeeAI framework. Rather than presenting a polished, final product, I want to walk through the actual development journey that Claude (my AI coding partner) and I embarked on together. We practiced what I like to call “vibe coding” - a collaborative process where I guided the conceptual direction while Claude helped implement and troubleshoot the technical details. This post highlights the challenges we faced, the solutions we discovered, and the insights we gained along the way as a human-AI coding team.
Enhancing My Blog's Homepage with Claude: A Journey in Layout Design
TechnologyTutorialToday I completely revamped my blog’s homepage with help from Claude (Anthropic’s AI assistant). While my previous layout was functional, it had become increasingly cluttered as I added more posts. I needed a solution that would make navigation easier while maintaining the clean, professional look of my Jekyll-based site.
Adding Disqus Comments to My GitHub Pages Blog
TechnologyTutorialToday I successfully added comments to my GitHub Pages blog with help from Claude (Anthropic’s AI assistant). While my blog was built with static pages using Jekyll and the Minima theme, I wanted to enable readers to engage with my content through comments. Here’s how I implemented Disqus comments on my site.
Unleashing AI Power at Home: Ollama, Open WebUI, and DeepSeek-R1
TutorialI don’t know anyone who isn’t talking about DeepSeek right now. If you’d like to try it for yourself, then you can use the app - it’s overtaken ChatGPT to become the #1 free app in the App Stores. But why not run it locally, on your own system? This guide will walk you through setting up two essential components: Ollama and Open WebUI, introduce the DeepSeek project, and explore the benefits of running AI locally.
Running OpenWebUI with Podman: A Corporate-Friendly LLM Setup
TutorialAIWhile setting up local LLMs has become increasingly popular, many of us face restrictions on corporate laptops that prevent using Docker. Here’s how I successfully set up OpenWebUI using Podman on my IBM-issued MacBook, creating a secure and IT-compliant local AI environment.
Setting Up My Personal AI Writing Assistant: A Local LLM Journey
TutorialIn an era where AI assistance has become increasingly valuable for content creation and editing, I recently embarked on setting up my own local AI infrastructure. By running language models directly on my hardware, I’ve created a personalized writing assistant and copy editor that’s both private and accessible throughout my home network.