
AutoGen Team Workflows: RoundRobinGroupChat, SelectorGroupChat, and Swarm
In this post, I'm going to break down how each of the AutoGen team workflows works and how each one of them helps your team achieve its goal as efficiently as possible.
In this post, I'm going to break down how each of the AutoGen team workflows works and how each one of them helps your team achieve its goal as efficiently as possible.
Ever caught yourself reaching for ChatGPT before even attempting to solve a simple problem? You're not alone. That subtle shift in how we think is happening to millions of people—and faster than most realize.
AutoGen 0.4.8 just dropped with native Ollama integration using the new OllamaChatCompletionClient. No more workarounds and API costs.
In this tutorial, we'll learn how to create AI agent teams that can take a prompt and output a YouTube shorts video automatically using AutoGen 0.4, integrate APIs like ElevenLabs & Stability AI, and run local LLMs with Ollama!
GPT-4.5 brings enhanced emotional intelligence and deeper knowledge. OpenAI says that this is their "largest model yet" but is it worth the cost? Let's find out!
What happens when Large Language Models like GPT and Claude play against each other and take on Stockfish, the ultimate chess engine? Spoiler alert: it’s as entertaining as it is enlightening.
ChatGPT's new Tasks feature is like having a personal assistant who never sleeps. Here's how to make it work for you - from daily news roundups to custom research alerts, all on autopilot. No tech skills needed!
AutoGen has split into two paths: AG2 and Microsoft's version. Learn what this means for your AI projects and which path might be right for you.
The best way to learn is by doing. In this tutorial, you'll see how EASY it is to set up image recognition using the OpenAI Python SDK in your app.
Here's a comprehensive comparison of the newly released ChatGPT Search and Perplexity AI. Through practical demonstrations and direct comparisons, we'll see which AI search engine delivers better results and whether the premium features justify the cost.
Learn how to integrate ChatGPT into your C# applications using the official OpenAI .NET SDK. This step-by-step guide shows you how to set up the SDK, create a chat client, and build an interactive AI chat application. Includes code examples and best practices.
Skip the hype and see how Anthropic's Claude "computer use" works and how to install it on your machine.
The more options we have, the harder the decision to take. Luckily, we're going to explore the most popular AI multi-agent frameworks in this post so you can make the right choice!
In this tutorial, we’ll build a LangGraph app that revitalizes your old resume, helping it shine and grab the attention of your future employer.
Missed the Apple "Glowtime" Event? Don’t worry, I’ve got all the game-changing Apple Intelligence updates for you!
In this day and age, and with the rise of generative AI, real human communication is becoming increasingly important but getting to it is becoming harder than ever.
General
Let's face it, AI is trending. The space is overcrowded and choosing from the many tools and frameworks IS confusing. Read this to simplify your decision.
LlamaIndex
I built a custom AI agent that thinks and then acts. I didn't invent it though, these agents are known as ReAct Agents and I'll show you how to build one yourself using LlamaIndex in this tutorial.
crewAI
After playing around with crewAI, I just want to automate everything. You may think that creating AI agents that can work together to accomplish tasks is a complex job. Newsflash: crewAI makes it super-easy.
AutoGen
AI Agents are cool. They can solve a lot of problems in a few minutes or seconds. That’s assuming you set up the right conversation patterns in your application so that your agents work together not against each other.
AutoGen
So, you're wondering which framework to choose for your agentic app and you've come across AutoGen and CrewAI. Both are popular, but which one is more suitable for you?
AutoGen
Building agentic apps is not a complicated task! Let's see how this framework from Microsoft approaches multi-agent conversations and allows you to get started in no time!
Microsoft
Let's explore AutoGen Studio 2.0, the web application that lets us easily manage AI Agents, their skills, and how they collaborate to complete a task.
General
A wise man once said: If you're not using AI, other people who use AI will replace you. That wise man is me. See my top 5 go-to AI tools that I use daily to boost my productivity and efficiency.
General
Today, Large Language Models have transformed every field. Lawyers, artists, programmers, and many more professionals are utilizing this wonderful technology. In this post, I'll share with you how I would teach myself about LLMs if I had to start all over again.
LangChain
In this post, you'll learn how you can set up and integrate Amazon Bedrock with your LangChain app for an end-to-end RAG pipeline
Gemini
Do you still have a million tabs open? Wasting hours finding flights and hotels for your trip? If you're not using AI you're doing it wrong. See how Gemini from Google does this for you (and more) in minutes!
LangChain
A task like converting a PDF to JSON used to be complicated but can now be done in a few minutes. In this post, we're going to see how LangChain and GPT can help us achieve this.
LangChain
Confused between LangChain and Semantic Kernel? This short post will help you choose the most suitable framework for your RAG app.
General
Using AI to generate blog posts? It's important to understand how to do it effectively to maximize organic traffic and provide value to your readers. Jump right in and find out how!
LlamaIndex
Let's talk about building a simple RAG app using LlamaIndex, Pinecone, and Google's Gemini Pro model. A step-by-step tutorial if you're just getting started!
LangChain
Another day, another data framework... We can't catch a break! One of the latest kids on the block, Embedchain seems to be gaining popularity, so I took it for a spin and wrote this post to show you how it's different from one of the most popular data frameworks out there, LangChain.