AI
AI Posts
Google AI Mode vs. Perplexity: A Comparison for Flask Documentation
AIGoogle recently launched their experimental AI Mode in Search, and as someone working on a BeeAI framework project with Flask as a front end, I wanted to compare how Google’s new offering stacks up against Perplexity when searching for Flask information.
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.
Navigating the AI Wave: Career Choices and the Future of Knowledge Work
AIIn a recent interview on Hardfork, hosted by Kevin Roose and Casey Newton, Dario Amodei from Anthropic shared some profound insights about the future of work in the age of AI. As someone who creates content by interacting with engineering teams at IBM Redbooks, I found his perspectives both enlightening and somewhat unsettling.
Unveiling the Magic: How Large Language Models Handle Conversations
AIWhen I first started interacting with large language models (LLMs) like those powering Claude and Gemini, I was struck by how seamlessly they maintained context in conversations. It felt as if the model remembered our entire exchange, allowing for a natural back-and-forth dialogue. However, this perception is an illusion—one that masks a fascinating mechanism behind the scenes.
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.
The Productivity Dilemma: Why More Speed Isn't Always the Answer
AILately, I’ve been watching some videos from Matthew Berman and I’ve realy enjoyed them. They’re great deep dives into various AI topics.