
How to Create a Python Virtual Environment and Build a Simple OpenAI Chat Script
If you’re working with Python and APIs like OpenAI, using a virtual environment (venv) is no longer optional—it’s a best practice. In this guide, you’ll […]
Read More →
If you’re working with Python and APIs like OpenAI, using a virtual environment (venv) is no longer optional—it’s a best practice. In this guide, you’ll […]
Read More →
Why Build LLM API with FastAPI and OpenAI? If you want to Build LLM API with FastAPI and OpenAI, this guide will walk you through […]
Read More →
LangChain and the Shift to Orchestrated AI LangChain has become one of the most influential frameworks in modern AI development — not because it replaces […]
Read More →
Start Up Docker for Desktop Open up Docker Desktop by double-clicking the icon. This will start up the Docker engine so you can start running […]
Read More →
Start Docker Desktop Download Docker Desktop Make sure the Docker Desktop is open (it will run the Docker engine on Windows 11). Without this step […]
Read More →
Start With Workflows Start with workflows. The ‘hello world’ of programming languages. Resist the temptation to jump into creating AI Agents. Remember, you have to […]
Read More →
Create n8n Nodes: Create new workflow and name it something meaningful Select ‘form submission’ trigger for the first node Create test fields ‘First Name’, ‘Last […]
Read More →
The three components of an AI Agent are: Brain (LLM – Chatgpt, Claude, Deepseek): Handles reasoning, plans, and generates responses to queries. Memory: agent remembers […]
Read More →