What's going on with AutoGen and AG2?
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.
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.
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.
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.
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.
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.
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?
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!
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.
General
Not all LLMs are created equal. With so many options, you should consider important factors to make the right decision for your business. In this post, we’re going to do exactly that!
LangChain
Are you just getting started with LangChain? You've come to the right place! This post covers everything you need to know to get started quickly.
Microsoft
In the second part of this tutorial, we will apply what we've learned in Part 1 and utilize the Semantic Kernel SDK in a simple C# console app.
Microsoft
In this tutorial, I am going to introduce you to a superhero. He specializes in finding and busting myths about AI and then shares them on social media. He's all about facts and we're going to build him using Microsoft's Semantic Kernel.
Product Reviews
AI is not going to replace you. People who use AI will. I am going to share with you a few tools that you must use to stay ahead and improve your writing to rank faster.
Gemini
You've heard about the GPT killer from Google: Gemini. Read this guide to see how you can take Google's new AI model for a spin.
LangChain
The LangChain framework allows you to build a RAG app easily. In this tutorial, see how you can pair it with a great storage option for your vector embeddings using the open-source Chroma DB.