Maham CodesforMaham Codesnotes.mahambatool.com·Oct 25, 2024Chat with Docs Using OpenAI and a Serverless RAG ToolDocumentation can be hard to dig through. Let’s fix that by turning any LLM into a doc-savvy AI agent with memory, all in a few steps. Using BaseAI, we’ll create an AI agent locally that can pull answers from docs and respond to user queries. Prerequ...DiscussAI
Zahiruddin Tavargerezahere.com·Oct 21, 2024Building a Technical Content Writing Agent Using Swarm: A Step-by-Step GuideIn this blog post, we’ll delve into a new multi-agent framework called Swarm, developed by OpenAI, which has recently garnered significant attention within the AI community. What we are building The goal is to explore how to use Swarm by building a ...Discuss·27 readsGenerative AI#agent
SwarmZeroswarmzero.hashnode.dev·Oct 9, 2024SwarmZero’s Public Beta Release: Automate Anything with AIWe're excited to announce the launch of our public beta. You can now use AI agents on SwarmZero. The wait is over! The public beta for SwarmZero is now live! We are opening the doors for AI enthusiasts and developers to experience an innovative no-c...Discussaiagent
Sourav KarmakarforAntEngage Blogblog.antengage.com·Sep 11, 2024Using Multi-Modal AI Agents to Transform Customer EngagementAs we step deeper into the age of Gen-AI powered everything, the way businesses engage with their customers must evolve alongside the technology that powers them. We’re no longer living in an age where a single conversation channel suffices for effec...DiscussArtificial Intelligence
Zahiruddin Tavargerezahere.com·Sep 2, 2024A Glimpse Into the Future of Software EngineeringVideo https://www.youtube.com/watch?v=992AYyvMkDo These two posts—just a few lines of text by two influential voices in the tech space—have ignited a storm of conversations. My social media feeds are buzzing—filled with commentary, debates, and th...Discuss·129 readsGenerative AIAI
Ritobroto Sethrito.hashnode.dev·Aug 25, 2024Building Travel Guides from YouTube using CrewAI Multi-AgentIntroduction In today’s digital age, planning a vacation often involves extensive online research. YouTube has a lot of travel videos that give you helpful information about popular places to visit. However, sorting through hours of content to find r...Discuss·35 readsCrewAI
Zahiruddin Tavargerezahere.com·Aug 19, 2024FeaturedHow to Build an AI Agent Without Using Any Libraries: A Step-by-Step GuideVideo Tutorial Below is the video version of this tutorial. https://youtu.be/oDZUgrcMAzg Code Repository https://github.com/zahere-dev/basic-ai-agent The Context Try asking these questions to ChatGPT or Claude and you will see a response that loo...Discuss·30 likes·600 readsGenerative AIaiagents
Zahiruddin Tavargerezahere.com·Aug 2, 2024How To Create Data-Driven Agent ProfilesThis is part 3 of the AI Agent Architecture Series. You can find the previous articles here. In this article, we will talk about the Dataset Alignment Method for creating agent profiles. Dataset Alignment Method The Dataset Alignment Method grounds...Discuss·40 readsGenerative AIaiagents
Zahiruddin Tavargerezahere.com·Aug 1, 2024Generating Context-Based Agent ProfilesThis is part 2 of the AI Agent Architecture Series. You can find part 1 here. In this article, we will talk about the LLM-generation method in creating agent profiles. LLM-generation Method The LLM-generation Method utilizes Language Models to automa...Discuss·51 readsGenerative AIAI
Zahiruddin Tavargerezahere.com·Jul 31, 2024The Art of Handcrafting AI Personas: Creating Ultra-Detailed Agent ProfilesWhen building agents, profile creation is a crucial stage to give the Agent a form so that the tool and action calling are appropriate. Multi-agent or not, agent profile is important for optimal LLM response. In this article we will be focusing one o...Discuss·1 like·48 readsGenerative AIAI