Type something to search...

Chatbots

Using agents to breathe life into NPCs using CrewAI

Using agents to breathe life into NPCs using CrewAI

OutlineUse CrewAI to filter conversation and allow NPCs to choose tasks CrewAI agents Game Code and Datafiles Github Repo Outcomes/ConclusionsBackground Previously I discuss

Read More
Personalizing UX for Agentic AI

Personalizing UX for Agentic AI

Fine-tuning AI Agents based on User personas for Enterprise Use-cases 1. Introduction The discussion around ChatGPT (in general, Generative AI), has now evolved into Agentic AI. Whil

Read More
Demystifying Generative AI Agents

Demystifying Generative AI Agents

From single interactions to complex multi-agent systemsOverview Lost in the hype around Generative AI agents? You’re not alone. This post cuts through the noise, providing a clear defin

Read More
Cline v3.1: A Cost-Effective Alternative to Cursor and Windsurf

Cline v3.1: A Cost-Effective Alternative to Cursor and Windsurf

If you are looking for something that can replace AI coders like Cursor or Windsurf just because they are costly and require software to download. then in this article, let’s talk about somethi

Read More
How to Build a Real-Time Gemini 2.0 Learning Assistant with Interactive Canvas

How to Build a Real-Time Gemini 2.0 Learning Assistant with Interactive Canvas

Gemini Development Tutorial V5 In this tutorial, we will continue building fascinating real-time chat applications using Gemini 2.0 and its multimodal Live API. Let’s build a learning as

Read More
Smolagents + Web Scraper + DeepSeek V3 Python = Powerful AI Research Agent

Smolagents + Web Scraper + DeepSeek V3 Python = Powerful AI Research Agent

In this video, I have a super quick tutorial showing you how to create a multi-agent chatbot with Smolagents, Web Scraper and DeepSeek V3 to make a powerful Agent Chatbot for your business or p

Read More
HuggingFace smolagents: The best Multi-Agent framework so far?

HuggingFace smolagents: The best Multi-Agent framework so far?

Comparing Autogen, Langraph, CrewAI, Magentic-One, etc As you must have read in multiple places, 2025 is the year of AI-Agents. So much so that Mark Zuckerberg has openly said Meta will

Read More
Unlocking AI’s Potential: The Power of Chain of Thought Prompting

Unlocking AI’s Potential: The Power of Chain of Thought Prompting

The AI That Thinks Like a Human Have you ever been amazed by how ChatGPT can give lightning-fast responses but felt disappointed that the answers sometimes seem shallow or incomplete? You mi

Read More
Building Your Personal AI API with Spring Boot, Spring AI, and Google Gemini

Building Your Personal AI API with Spring Boot, Spring AI, and Google Gemini

Create an Intelligent Web Service that Answers Questions using the Power of Generative AI In this tutorial, we are going to integrate Spring Boot with Spring AI/Gen AI to build a w

Read More
Building RAG for Product Recommendation using Google Gemini 2.0 API’s

Building RAG for Product Recommendation using Google Gemini 2.0 API’s

A Comparison of LangChain and Vertex AI RAG Engine on Amazon Product Data using Vertex AI Search Google has always seemed behind in the AI race, but with the release of Gemini 2.0

Read More
Build a Real-time Screen Sharing Assistant with Gemini 2.0 Multimodal Live API

Build a Real-time Screen Sharing Assistant with Gemini 2.0 Multimodal Live API

Gemini Development Tutorial V3 In the last tutorials of the Gemini 2.0 series, we established the core functionality of a self-hosted real-time voice and video chatbot and then added th

Read More
Build a Medical Chatbot Using Open Source Model: Transforming Healthcare Through AI

Build a Medical Chatbot Using Open Source Model: Transforming Healthcare Through AI

AI is transforming healthcare, and chatbots provide quick and reliable medical information. As I continued to gain more knowledge in generative AI, I wanted to build a medical chatbot that is co

Read More
Fine-Tuning a Llama-3 LLM and Deploying as a Serverless API on CloudFlare

Fine-Tuning a Llama-3 LLM and Deploying as a Serverless API on CloudFlare

(Or: how I launched my own Llama 3 chatbot at mywebsite.com) 2 years ago, I (like many data scientists) knew absolutely nothing about building websites. I was great at building ML models,

Read More
Building a Custom AI Jira Agent

Building a Custom AI Jira Agent

How I used Google Mesop, Django, LangChain Agents, CO-STAR & Chain-of-Thought (CoT) prompting combined with the Jira API to better automate Jira The inspiration for this project came f

Read More
Multi-Agent AI Mastery: Building Content Writing AI System with CrewAI | by Kshitij Kutumbe | Medium

Multi-Agent AI Mastery: Building Content Writing AI System with CrewAI | by Kshitij Kutumbe | Medium

In the realm of AI and language models, a multi-agent system involves several independent actors, each powered by language models, collaborating in a structured manner. In this blog, we will de

Read More
OpenAI’s Swarm (Part 2): A straightforward, local-first approach with Ollama and Pydantic

OpenAI’s Swarm (Part 2): A straightforward, local-first approach with Ollama and Pydantic

A short code reference to build upon. TLDR: Combining the Ollama and Swarm frameworks presents a local-first approach to building intelligent AI agents. Ollama can run large language

Read More
OpenAI’s o3 + Swarm + RAG Python Project: Easy AI/Chat for your Docs | by Gao Dalie (高達烈) | Dec, 2024 | Towards AI

OpenAI’s o3 + Swarm + RAG Python Project: Easy AI/Chat for your Docs | by Gao Dalie (高達烈) | Dec, 2024 | Towards AI

In this story, I have a super quick tutorial showing you how to create a multi-agent chatbot with Swarm, Rag and OpenAI’s o3 to make a powerful Agent Chatbot for your business or personal use.

Read More
🦘 RooCline:将人工智能发展推向新高度的增压叉

🦘 RooCline:将人工智能发展推向新高度的增压叉

Love Cline but want even more speed and autonomy? RooCline, a powerful fork of the popular VS Code AI assistant, takes everything great about Cline and supercharges it with enhanced performa

Read More
Agentic RAG Series: Exploring LangGraph for Advanced Workflows

Agentic RAG Series: Exploring LangGraph for Advanced Workflows

Stuck behind a paywall? Read for Free! Introduction In the previous article, we introduced the concept of Agentic RAG, highlighting how it extends the traditional Retrieval-Augme

Read More
Building a Multi-agent Internet Research Assistant

Building a Multi-agent Internet Research Assistant

…with OpenAI Swarm & Llama 3.2 (100% local).Let’s build a multi-agent internet research assistant using OpenAI Swarm & Llama 3.2 (100% local): Hands-on tutorial to build a multi-age

Read More
Use Gemini 2.0 to Build a Realtime Chat App with Multimodal Live API

Use Gemini 2.0 to Build a Realtime Chat App with Multimodal Live API

Gemini Development Tutorial Google launched Gemini 2.0 with the preview model Gemini 2.0 Flash Experimental, and you must have learned about it from videos and articles. This model has g

Read More
Build Production Ready AI Assistant Backend Service (in Python) — Part 1

Build Production Ready AI Assistant Backend Service (in Python) — Part 1

— Learn the best practices for building production-ready applications. *Disclosure — *the contents in this article are my own, and represent no one but myself and not those of my current or pas

Read More
Build Production Ready AI Assistant Backend Service (in Python) — Part 2

Build Production Ready AI Assistant Backend Service (in Python) — Part 2

— Build a multi agent RAG system using LangGraph + Secure your Application with Authorization Key Headers *Disclosure — *the contents in this article are my own, and represent no one but myself

Read More
Build Production Ready AI Assistant Backend Service (in Python) — Part 3

Build Production Ready AI Assistant Backend Service (in Python) — Part 3

— Secure Your App with Authorization Key + Boost your Backend Throughput Service with Actual MongoDB Database and Semantic Caching Capability *Disclosure *— the contents in this article are my

Read More
Building a Personal AI Assistant using AutoGen — Part 1

Building a Personal AI Assistant using AutoGen — Part 1

Exploring AutoGen v0.4: Building an AI Assistant with Gmail and Google Calendar Integrations TL; DR In this post, I built the foundations of Aura, a personal AI assistant designed to

Read More
Creating a WhatsApp AI Agent with GPT-4o

Creating a WhatsApp AI Agent with GPT-4o

How to use the Meta API to build your own LLM-powered Whatsapp chatbot A game-changer in the field of AI and business management is the integration of AI agents with widely used communic

Read More
Gemini 2.0 Flash + Local Multimodal RAG + Context-aware Python Project: Easy AI/Chat for your Docs

Gemini 2.0 Flash + Local Multimodal RAG + Context-aware Python Project: Easy AI/Chat for your Docs

In this video, I have a super quick tutorial showing you how to create a local Multimodal RAG, Gemini 2.0 Flash and Context-aware response to make a powerful agent chatbot for your business or

Read More
How I Fix Prompts for Flawless AI Responses Every Time

How I Fix Prompts for Flawless AI Responses Every Time

When ChatGPT first launched, prompt templates for nearly every industry and profession flooded the internet. You’ve probably come across posts like “The Best [N] ChatGPT Prompts for [Sector/Pr

Read More
How to Use the Google DeepMind Gemini 2.0 Flash Live API for Real-Time Conversations

How to Use the Google DeepMind Gemini 2.0 Flash Live API for Real-Time Conversations

Google DeepMind’s Gemini 2.0 Flash API represents a groundbreaking leap in the world of real-time AI-powered conversations. It empowers developers to build applications that can seamlessly ha

Read More
Make Playwright UI Testing Smart with Model Context Protocol of Claude AI 🤖🧠

Make Playwright UI Testing Smart with Model Context Protocol of Claude AI 🤖🧠

We discussed about Model Context Protocol (MCP) by Claude Anthropic [before](https://medium.com/executeautomation/model-context-protocol-open-source-real-time-data-bridging-for-llms-%EF%B8%8F-6

Read More
My 5 AI Predictions for 2025

My 5 AI Predictions for 2025

And a few non-predictions Predicting (correctly) the future is challenging. Ask about it — to bring a widely known pop culture icon — Hanna and Barbera, the creators of the Jetsons, who imagi

Read More
o1: ChatGPT’s New Model has Changed Data Analysis again! (Bitcoin Analysis!)

o1: ChatGPT’s New Model has Changed Data Analysis again! (Bitcoin Analysis!)

Test the New O1 Model of ChatGPT with Data Analysis on Bitcoin ChatGPT recently announced that they will share 12 new features in 12 days, which is day 1. As you might read from my previo

Read More
OpenAI’s Swarm and Ollama (Part 3) : Building a Step-by-Step Math Solver with Local LLMs

OpenAI’s Swarm and Ollama (Part 3) : Building a Step-by-Step Math Solver with Local LLMs

A short code reference to build upon. As a developer passionate about AI education, I’ve always been fascinated by how we can make complex problem-solving more interactive and engaging. R

Read More
Is Claude MCP the beginning of a true Agentic Era? Part 2

Is Claude MCP the beginning of a true Agentic Era? Part 2

In a previous blog post, I talked about MCP and how it can make Claude not just a chatbot, but a really powerful assistant that can interact with your local applications such as file systems, Goog

Read More
Browser-use + LightRAG Agent That Can Scrape 99% websites with LLM!!

Browser-use + LightRAG Agent That Can Scrape 99% websites with LLM!!

In this story, I have a quick tutorial showing how to create a powerful chatbot using Browser-use, LightRAG, and a local LLM to develop an AI agent capable of scraping any website you choose. O

Read More
AutoGen: An Agentic Open-Source Framework for Intelligent Automation

AutoGen: An Agentic Open-Source Framework for Intelligent Automation

AutoGen is an open-source framework from Microsoft for building agents that can collaborate through converstaional patterns to accomplish tasks. AutoGen streamlines AI development and research, e

Read More
Building a Code Analysis Assistant with Ollama: A Step-by-Step Guide to Local LLMs

Building a Code Analysis Assistant with Ollama: A Step-by-Step Guide to Local LLMs

Ever wanted your own AI-powered code reviewer that runs entirely on your local machine? In this two-part tutorial, we’ll build exactly that using [ClientAI](https://igorbenav.github.io/clienta

Read More
Top 5 MCP Servers to Automate Daily Tasks and Workflows with Prompts

Top 5 MCP Servers to Automate Daily Tasks and Workflows with Prompts

Since Anthropic introduced the Model Context Protocol (MCP) into Claude, it has revolutionized the way we automate repetitive tasks. From file management to social media workflows, **MCP serve

Read More
Role-Playing vs. Conversational Paradigms in Multi-Agent Orchestration

Role-Playing vs. Conversational Paradigms in Multi-Agent Orchestration

A noticeable dichotomy is emerging in the design of multi-agent orchestration frameworks, between two primary paradigms: role-playing and conversational approaches. These paradigms rep

Read More
LLM Agents: Multi-Agent Chats with Autogen

LLM Agents: Multi-Agent Chats with Autogen

An agent is a Large Language Models customized with a system prompt so that it behaves in a specific way. The prompt typically details task types, expected task solution behavior, and constraint

Read More
What are AI Agents: From Virtual Assistants to Intelligent Decision-Makers

What are AI Agents: From Virtual Assistants to Intelligent Decision-Makers

A Ground-Up Guide to Understanding AI Agents The recent shift from LLM-powered chatbots to what the field now defines as agentic systems or agentic AI can be summarized with a good old s

Read More
Pydantic AI + Web Scraper + Llama 3.3 Python = Powerful AI Research Agent

Pydantic AI + Web Scraper + Llama 3.3 Python = Powerful AI Research Agent

In this video, I have a super quick tutorial showing you how to create a multi-agent chatbot with Pydantic AI, Web Scraper and Llama 3.3 to make a powerful Agent Chatbot for your business or p

Read More
ChatGPT’s Search Feature Is Changing How We Find Info Online

ChatGPT’s Search Feature Is Changing How We Find Info Online

Imagine asking a search engine for the best hidden spots in Paris and getting a quick, trustworthy answer faster than you can say “croissant”. — Welcome to the world of SearchGPT! 🥐 ‎‎ How w

Read More
How to Use MCP Tools on Claude Desktop App and Automate Your Daily Tasks

How to Use MCP Tools on Claude Desktop App and Automate Your Daily Tasks

Model Context Protocol (MCP) is a new standard for secure connection between AI assistants, such as Claude, and systems where data exists. This includes code repositories (Github,

Read More
My Honest take on ChatGPT’s New o1 and o1 Pro Mode (with testing)

My Honest take on ChatGPT’s New o1 and o1 Pro Mode (with testing)

Note: In this article I will try to cover all the points related to the event and my personal take on it.Few days back OpenAI started their “12 Days of OpenAI” event with exciting news:

Read More
Build a Marketing Expert Chatbot using Python for Free!

Build a Marketing Expert Chatbot using Python for Free!

Marketing Chatbot using Python and DSPY Build your marketing expert sidekick, specially tailored to answer all your marketing-specific queries using Python and DSPy.***Not a membe

Read More
Less is More: The Art of Midjourney AI Prompt Generation with ChatGPT o1

Less is More: The Art of Midjourney AI Prompt Generation with ChatGPT o1

As an AI art creator, I was naturally excited when OpenAI released ChatGPT o1, claiming it has PhD-level intelligence. While many rushed to test its coding or writing capabilities, I had a diff

Read More
ChatGPT Pro and Full o1 Model: New Features You Should not miss!

ChatGPT Pro and Full o1 Model: New Features You Should not miss!

OpenAI released new models and a new subscription plan, which is unlimited! Recently, OpenAI posted the tweet below and said that new features will be added each day for the upcoming 12 da

Read More
A simple, step-by-step guide to building a production-ready Agentic AI ChatBot using Llamaindex and…

A simple, step-by-step guide to building a production-ready Agentic AI ChatBot using Llamaindex and…

Introduction In this article we will be seeing how to build an end to end Agentic AI Chatbot using Llamaindex and Groq-Llama 3.3. During the course of this article you will learn about:

Read More
Mastering CrewAI: Chapter 1 — Your First Intelligent Workflow

Mastering CrewAI: Chapter 1 — Your First Intelligent Workflow

The Basics of Agents and Tasks CrewAI is a platform that allows us to create and manage teams of AI agents. It offers both enterprise and open-source solutions. In this blog post, we will

Read More
OpenAI o1 is Out and ChatGPT Pro: The Future of Intelligent AI Tools

OpenAI o1 is Out and ChatGPT Pro: The Future of Intelligent AI Tools

OpenAI has launched the OpenAI o1 model and introduced a premium subscription tier, ChatGPT Pro, designed for high-performance professiona

Read More
Are You Ready for the Future of AI? OpenAI’s Swarm Could Change Everything

Are You Ready for the Future of AI? OpenAI’s Swarm Could Change Everything

Learn how to configure and personalize OpenAI’s Swarm framework to create powerful, collaborative multi-agent systems that meet your unique needs and drive smarter automation Imagine a wo

Read More
Navigating the AI Agent Landscape: In-Depth Analysis of Autogen, CrewAI, LlamaIndex, and LangChain…

Navigating the AI Agent Landscape: In-Depth Analysis of Autogen, CrewAI, LlamaIndex, and LangChain…

This article will give you clear visualization on what framework or tool to select for your business use case while developing an “Agentic Application”. Introduction In the fast evolving la

Read More
Langflow 1.1 Release

Langflow 1.1 Release

A Delightful Invitation to Agentic Pipelines! 🚀 We’re excited to share Langflow 1.1! This release packs in updates that make genAI development more flexible, interactive, and enjoyable.

Read More
Mastering AI Agents: A Hands-On Guide to CrewAI and Google Search API

Mastering AI Agents: A Hands-On Guide to CrewAI and Google Search API

You know how everyone’s talking about AI agents these days? They’re popping up in industries left and right, promising to transform how things get done. But honestly, trying to wrap your head ar

Read More
Hands-on : Build Agentic Workflow using LangGraph (Key Learnings from Langchain-academy) | Part-1

Hands-on : Build Agentic Workflow using LangGraph (Key Learnings from Langchain-academy) | Part-1

Introduction Langchain has recently introduced an impressive course focusing on LangGraph and its key features for developing robus

Read More
Apple’s LLM Siri: A New Era in AI-Powered Conversations?

Apple’s LLM Siri: A New Era in AI-Powered Conversations?

ARTIFICIAL INTELLIGENCE The world of artificial intelligence has been rapidly evolving in recent years, with generative AI (genAI) seemingly being added to everything. Apple’s Siri, once a

Read More
From LangChain to LangGraph: Making the Multi-Model DrugBot Personal and Teachable

From LangChain to LangGraph: Making the Multi-Model DrugBot Personal and Teachable

Adding memory and learning ability to the human-in-the-loop chatbot Drug trials test new medications for safety, effectiveness, and efficacy in humans. These critical studies are essent

Read More
Building a Dynamic Multi-Agent Workflow: Harnessing AI Collaboration with LangChain & LangGraph

Building a Dynamic Multi-Agent Workflow: Harnessing AI Collaboration with LangChain & LangGraph

This article utilizes LangChain and LangGraph to create a simple, multi-agent system. The agents work together to fulfill a task. The first agent generates a sequence of random numbers, and

Read More
ChatGPT Search vs. Perplexity AI: Which Is Daily Go-To?

ChatGPT Search vs. Perplexity AI: Which Is Daily Go-To?

AI Showdown ChatGPT Search vs. Perplexity AI: Which Is Daily Go-To? Hej Ai friends and followers. Explore the differences between ChatGPT Search and Perplexity AI for smarter browsing an

Read More
From Zero to Hero: Building an Intelligent Chatbot with LangGraph in No Time

From Zero to Hero: Building an Intelligent Chatbot with LangGraph in No Time

In this comprehensive quick start guide, we’ll build a support chatbot using LangGraph that can:Answer common questions by searching the web *Maintain conversation state across calls

Read More
How to Create an Interactive Web UI for CrewAI Applications (New Version Updated)

How to Create an Interactive Web UI for CrewAI Applications (New Version Updated)

A Quick Update for the Implementation of CrewAI + Panel UI Early this year, I wrote a tutorial about creating an interactive web UI for CrewAI applications, and in that tutorial, I implem

Read More
LangGraph Studio: Your first agent IDE

LangGraph Studio: Your first agent IDE

LangGraph Studio is a pioneer agentic integrated development environment for the generation and control of agentic AI applicat

Read More
LangGraph: The Future of Advanced Multi-Agent Workflows

LangGraph: The Future of Advanced Multi-Agent Workflows

The world of artificial intelligence is evolving rapidly, and tools like LangChain and LangGraph are at the forefront of enabling developers to build intelligent systems efficiently. If you’ve hea

Read More

Mastering LangGraph: The Ultimate Guide to AI Systems, RAG, Agents, and Tools

Are you looking to dive deep into LangGraph, the latest buzzword in AI technology? Whether you’re a developer, student, or tech enthusiast, understanding LangGraph and its associated concepts like

Read More
ChatGPT 4 vs Claude 3.5 Sonnet: Who’s Better? Let’s Review:

ChatGPT 4 vs Claude 3.5 Sonnet: Who’s Better? Let’s Review:

I Ran Tests — ChatGPT 4 vs Claude 3 Sonnet, Who Wins? The buzz is on there’s a new chatbot player in town, the Claude 3 Sonnet. It’s been described as being better than ChatGPT, but there h

Read More
New Claude 3.5 Can Control Computer: Outsmarts o1 in Coding and Redefines Agent Capabilities

New Claude 3.5 Can Control Computer: Outsmarts o1 in Coding and Redefines Agent Capabilities

Anthropic’s Groundbreaking AI, Claude 3.5, Uses Computers Like a Human and Becomes a Game-Changer in Automation AuthorZijian Yang (**O

Read More
Program a RAG LLM Chat App with LangChain + Streamlit + *o1, GTP-4o and Claude 3.5

Program a RAG LLM Chat App with LangChain + Streamlit + *o1, GTP-4o and Claude 3.5

Learn how to build a RAG web application using Python, Streamlit and LangChain, so you can chat with Documents, Websites and other custom data. GitHub Code: <https://github.com/enricd/rag_l

Read More
Magentic-One, AutoGen, LangGraph, CrewAI, or OpenAI Swarm: Which Multi-AI Agent Framework is Best?

Magentic-One, AutoGen, LangGraph, CrewAI, or OpenAI Swarm: Which Multi-AI Agent Framework is Best?

Pros and Cons of popular Multi-Agent Orchestration framework The Multi AI Agent topic in Generative AI is heating up and every major tech giant has released some framework around it. But

Read More
AI is Helping Me Manage My Pre-Diabetes

AI is Helping Me Manage My Pre-Diabetes

Health | Blood Sugar | Diabetes How I’m Using Technology to Control Blood Sugar, Lose Weight, and Stay Healthy *Disclaimer:I am not a doctor, and no part of this article should be co

Read More
Conversational AI for Customer Service: Best Practices and Key Steps for Success

Conversational AI for Customer Service: Best Practices and Key Steps for Success

In today’s fast-paced business environment, customer service plays a crucial role in building and maintaining customer loyalty. As businesses strive to offer personalized and efficient support,

Read More
Get ChatGPT to Sound More Human: Essential Tips for Creating Natural, Engaging AI Conversations

Get ChatGPT to Sound More Human: Essential Tips for Creating Natural, Engaging AI Conversations

Have you ever found your AI assistant sounding a bit too… mechanical? ChatGPT, while impressively capable, sometimes leans on overly formal or generic language. But with a few adjustments, you c

Read More
Is Perplexity Pro a Smarter, More Efficient Way to Search the Web?

Is Perplexity Pro a Smarter, More Efficient Way to Search the Web?

The Future of Search Is Perplexity Pro a Smarter, More Efficient Way to Search the Web? How does it compare to traditional search engines and is it worth the cost? Hey AI Friends and follo

Read More
Leveraging Large Language Models (LLMs) in B2C Industries: Transforming Customer Experience with…

Leveraging Large Language Models (LLMs) in B2C Industries: Transforming Customer Experience with…

In the rapidly evolving landscape of B2C industries such as financial services, retail, and eCommerce, customer expectations for personalized and instant responses are at an all-time high. With

Read More
10 Creative Ways to Use ChatGPT Search The Web Feature

10 Creative Ways to Use ChatGPT Search The Web Feature

For example, prompts and outputs Did you know you can use the “search the web” feature of ChatGPT for many tasks other than your basic web search? For those who don't know, ChatGPT’s new

Read More
How to Use ChatGPT for Blogging

How to Use ChatGPT for Blogging

(My 9 Tested Steps) Everyone is using AI to write. Marketers, CEOs, content developers, small scale business owners. All of us. Read [story for free](https://mysson.medium.com/7ed5cba2f32b?s

Read More
I trained AI to be my smart gay bestie 💅

I trained AI to be my smart gay bestie 💅

Using ChatGPT to help me see my blind spots Look, I know we’re all sick of talking about AI, but every time I talk to friends about how I’m using ChatGPT, they all seem to have their flabbe

Read More
Multimodal AI for Conversational Human Motion

Multimodal AI for Conversational Human Motion

Written by Christian Safka and Keyu Chen In this exploration we’ll look at how multi

Read More
The Best Conversational AI Virtual Health Care Assistant for Aging Adults

The Best Conversational AI Virtual Health Care Assistant for Aging Adults

Looking after our health becomes even more difficult as we grow older, and this is even worse for seniors who live alone. Although managing medications, doctors visits, and overall health becomes

Read More
The Future of ChatGPT Explained: Everything Will Change in the Next 5 Years

The Future of ChatGPT Explained: Everything Will Change in the Next 5 Years

This Could Take Artificial Intelligence Really, Really Far… OpenAI has laid out a clear vision for the evolution of ChatGPT, recently unveiling a five-step roadmap to reach what they c

Read More
RAGate: Adaptive RAG for Conversational AI

RAGate: Adaptive RAG for Conversational AI

Building Conversational AI systems is hard!!! It’s feasible but also complex, time-consuming, and resource-intensive. The challenge lies in designing systems that can understand and genera

Read More
Claude 3.5 Haiku: Anthropic’s Speed Demon Gets a Brain Boost

Claude 3.5 Haiku: Anthropic’s Speed Demon Gets a Brain Boost

In the relentless race of AI advancement, Anthropic has just dropped a new contender into the ring. Meet Claude 3.5 Haiku, the latest iteration of their fastest AI model. It’s like they’ve take

Read More
GLM-4-Voice 9B — Real-time Multilingual Voice Conversation AI — Install Locally in Minutes

GLM-4-Voice 9B — Real-time Multilingual Voice Conversation AI — Install Locally in Minutes

How to set up GLM-4-Voice 9B for seamless real-time voice interaction in English and Chinese, and explore its unique architecture, low-latency response, and customizable voice attributes.

Read More
Build a Customer Support Assistant with Llama3.1

Build a Customer Support Assistant with Llama3.1

Use LLM Agents and Amazon Bedrock to Solve Customer Queries with AI: A Guide to Building and Deploying a Support Assistant with Llama3.1 Introduction Problem Businesses often f

Read More
Build a RAG-based scientific ChatBot with LangChain, Streamlit & PubMed — Part 4(Put it all…

Build a RAG-based scientific ChatBot with LangChain, Streamlit & PubMed — Part 4(Put it all…

Hello and welcome to the last part of the series to build a scientific ChatBot with Langchain, Streamlit, and PubMed! In the previous part, we built the data persistence and RAG pipeline with v

Read More
How I Wrote a Whole Book with ChatGPT in Less Than 3 Hours!

How I Wrote a Whole Book with ChatGPT in Less Than 3 Hours!

Demystifying the AI Craze My name is Alex, and I’m just a dude working in financial technology (Fintech), a sector that inevitably makes you curious about everything, especially new trends.

Read More
Using Llama 3 for Building AI Agents

Using Llama 3 for Building AI Agents

Comprehensive guide to building AI Agents with Llama 3 function calling capabilities. Introduction Imagine you want to buy something. You visit an e-commerce website and use the sea

Read More
Unified Memory Across ChatGPT, Claude, Perplexity

Unified Memory Across ChatGPT, Claude, Perplexity

You’ll definitely love this one, especially if you’re already locked in with Claude, ChatGPT and Perplexity. Interacting with different AI assistants can sometimes feel a bit disjointed. You have t

Read More
Users Will Fall in Love With OpenAI’s New GPT-4o Model. Literally.

Users Will Fall in Love With OpenAI’s New GPT-4o Model. Literally.

The company’s new GPT-4o can understand and mimic human speech and emotion In the iconic 2013 film Her, the protagonist develops an intense relationship — which morphs into a love affair

Read More
OpenAI’s ‘Leaked’ GPT2 Model Has Everyone Stunned.

OpenAI’s ‘Leaked’ GPT2 Model Has Everyone Stunned.

On-Purpose leak? The influence that OpenAI has on the AI industry can’t be understated. Every move or decision makes headlines automatically… even if they don’t actually announce the thin

Read More
OpenAI Rolls Out SearchGPT To More Users

OpenAI Rolls Out SearchGPT To More Users

Have you noticed OpenAI’s latest redesign of ChatGPT? If you’ve logged in recently, you might have spotted two major changes.First, there’s the new [Canvas](https://generativeai.pub

Read More
Google Releases Gemma — A Lightweight And Open Source Model

Google Releases Gemma — A Lightweight And Open Source Model

In just a week, the world has witnessed the most groundbreaking AI advancements from two tech giants. OpenAI introduced its jaw-dropping AI video generator, [Sora](https://readmedium.com/3d1638

Read More
A practical guide for using AutoGen in software applications

A practical guide for using AutoGen in software applications

Update: While this article was written only 4 months ago, AutoGen has since changed quite a bit. I apologize for some things that may be outdated in my code examples. If you want to learn abo

Read More