<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Multi-Agent Systems on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/multi-agent-systems/</link><description>Recent content in Multi-Agent Systems on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 24 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/multi-agent-systems/index.xml" rel="self" type="application/rss+xml"/><item><title>The AI Engineering Evolution: From Models to Agents &amp;amp; Systems</title><link>https://ai-blog.noorshomelab.dev/ai-engineering-2026/ai-engineering-evolution-models-to-agents/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-engineering-2026/ai-engineering-evolution-models-to-agents/</guid><description>&lt;h2 id="the-ai-engineering-evolution-from-models-to-agents--systems"&gt;The AI Engineering Evolution: From Models to Agents &amp;amp; Systems&lt;/h2&gt;
&lt;p&gt;Welcome to the thrilling frontier of AI engineering! For a long time, building AI applications primarily revolved around training a single model, deploying it, and then integrating it into a larger software system. We&amp;rsquo;d often call an API, receive a prediction, and move on. But the AI landscape is transforming at an incredible pace. With the rise of powerful Large Language Models (LLMs) and the growing demand for more autonomous, intelligent systems, we are witnessing a profound paradigm shift.&lt;/p&gt;</description></item><item><title>Agent Operating Systems (Agent OS): The Foundation for Intelligent Behavior</title><link>https://ai-blog.noorshomelab.dev/ai-engineering-2026/agent-operating-systems-foundation/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-engineering-2026/agent-operating-systems-foundation/</guid><description>&lt;h2 id="introduction-giving-ai-agents-a-home"&gt;Introduction: Giving AI Agents a Home&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI architect! In the previous chapters, we laid the groundwork for understanding the shift towards more complex, capable AI systems. Now, we&amp;rsquo;re diving into a crucial concept that makes these advanced systems possible: &lt;strong&gt;Agent Operating Systems (Agent OS)&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Think of an Agent OS as the brain and nervous system for your AI agents. Just as your computer needs an operating system (like Windows, macOS, or Linux) to manage its hardware, software, and resources, AI agents need a specialized operating system to manage their intelligence, interactions, and operations. Without it, individual agents would be isolated, struggling to remember things, plan effectively, or talk to each other.&lt;/p&gt;</description></item><item><title>Orchestrating Multi-Agent Workflows with Personas</title><link>https://ai-blog.noorshomelab.dev/kanbots-ai-worktrees-2026/orchestrate-multi-agent-workflows/</link><pubDate>Sun, 24 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/kanbots-ai-worktrees-2026/orchestrate-multi-agent-workflows/</guid><description>&lt;p&gt;In the previous chapters, you&amp;rsquo;ve built a foundational Kanban board, integrated Git worktrees for isolated task contexts, and even enabled a single AI agent to perform basic tasks. This chapter marks a significant step forward: &lt;strong&gt;orchestrating multiple AI agents to collaborate on a single task, each with a distinct persona.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This milestone is critical because real-world development often involves multiple roles and handoffs. By simulating this with AI agents, we move beyond simple task automation towards a more intelligent, autonomous development assistant. By the end of this chapter, your Kanbots application will be able to initiate and manage sequential workflows, demonstrating how different AI &amp;ldquo;personalities&amp;rdquo; can contribute to a larger goal. You&amp;rsquo;ll verify the workflow by observing agents making distinct, persona-aligned changes in a Git worktree, ultimately completing a small feature or refactoring task.&lt;/p&gt;</description></item><item><title>AI Orchestration Engines: Harmonizing Multi-Agent Collaboration</title><link>https://ai-blog.noorshomelab.dev/ai-engineering-2026/ai-orchestration-engines-multi-agent-collaboration/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-engineering-2026/ai-orchestration-engines-multi-agent-collaboration/</guid><description>&lt;h2 id="introduction-to-ai-orchestration-engines"&gt;Introduction to AI Orchestration Engines&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI architects! In our previous discussions, we&amp;rsquo;ve explored the foundational ideas behind AI Workflow Languages (for defining tasks) and Agent Operating Systems (for empowering individual agents). Now, imagine you have a team of highly skilled AI agents, each an expert in its domain, and you&amp;rsquo;ve defined complex tasks for them. How do you ensure they work together seamlessly, share information, avoid conflicts, and ultimately achieve a grander objective that no single agent could accomplish alone?&lt;/p&gt;</description></item><item><title>AutoGen: Crafting Conversational and Collaborative Agent Teams</title><link>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/autogen-conversational-teams/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/autogen-conversational-teams/</guid><description>&lt;h2 id="autogen-crafting-conversational-and-collaborative-agent-teams"&gt;AutoGen: Crafting Conversational and Collaborative Agent Teams&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring AI architect! In our previous chapters, we explored the foundational concepts of AI agents and dipped our toes into the world of LangChain with LangGraph, focusing on state machines and explicit graph definitions. Now, we&amp;rsquo;re going to shift our perspective and dive into a framework that takes a distinctly conversational approach to multi-agent collaboration: &lt;strong&gt;AutoGen&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;AutoGen, developed by Microsoft, empowers you to build sophisticated AI applications by orchestrating multiple &amp;ldquo;conversable agents&amp;rdquo; that can talk to each other to accomplish tasks. Instead of rigid state transitions, AutoGen emphasizes natural language communication and emergent behavior, making it incredibly flexible for scenarios where agents need to brainstorm, debate, or delegate. By the end of this chapter, you&amp;rsquo;ll understand AutoGen&amp;rsquo;s unique philosophy, learn how to define and connect different agent types, enable them to use tools, and set up collaborative workflows. Get ready to witness your AI agents engaging in surprisingly human-like conversations!&lt;/p&gt;</description></item><item><title>Chapter 5: Multi-Agent Orchestration: Collaborative Customer Service Workflows</title><link>https://ai-blog.noorshomelab.dev/openai-cs-agents-guide-2026/05-multi-agent-orchestration/</link><pubDate>Sun, 08 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/openai-cs-agents-guide-2026/05-multi-agent-orchestration/</guid><description>&lt;h2 id="chapter-5-multi-agent-orchestration-collaborative-customer-service-workflows"&gt;Chapter 5: Multi-Agent Orchestration: Collaborative Customer Service Workflows&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring AI architect! In previous chapters, we laid the groundwork by understanding the fundamentals of single AI agents, their components, and how they interact with tools. But what happens when a customer&amp;rsquo;s query is complex, requiring expertise from different departments, or when a single agent might become overwhelmed? This is where the true power of AI agents shines: through &lt;strong&gt;multi-agent orchestration&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>CrewAI: Empowering Agents with Roles, Tasks, and Collective Goals</title><link>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/crewai-roles-tasks-goals/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/crewai-roles-tasks-goals/</guid><description>&lt;h2 id="introduction-to-crewai-the-power-of-teamwork"&gt;Introduction to CrewAI: The Power of Teamwork&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring AI architect! In our previous chapters, we laid the groundwork for understanding AI agents, their core components, and the fundamental concept of multi-step workflows. We&amp;rsquo;ve seen how individual agents can be empowered with tools and memory to tackle specific problems. But what happens when a problem is too complex for a single agent? What if you need a team of specialized experts to collaborate, delegate, and collectively achieve a grand goal?&lt;/p&gt;</description></item><item><title>Orchestrating Intelligence: Agentic Retrieval with LLM-Assisted Planning</title><link>https://ai-blog.noorshomelab.dev/rag-2-0-guide-2026/agentic-retrieval-llm-orchestration/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/rag-2-0-guide-2026/agentic-retrieval-llm-orchestration/</guid><description>&lt;h2 id="orchestrating-intelligence-agentic-retrieval-with-llm-assisted-planning"&gt;Orchestrating Intelligence: Agentic Retrieval with LLM-Assisted Planning&lt;/h2&gt;
&lt;p&gt;Welcome back, future RAG 2.0 architects! So far in our journey, we&amp;rsquo;ve explored how to supercharge Retrieval-Augmented Generation (RAG) by moving beyond simple chunking. We&amp;rsquo;ve delved into sophisticated techniques like hybrid search, advanced embeddings, GraphRAG, multi-hop retrieval, and intelligent query rewriting. These methods significantly improve &lt;em&gt;how&lt;/em&gt; we retrieve relevant information.&lt;/p&gt;
&lt;p&gt;But what if the Large Language Model (LLM) itself could be more than just a responder? What if it could &lt;em&gt;plan&lt;/em&gt; its own retrieval strategy, decide which tools to use, and even refine its approach based on the results? This is the essence of &lt;strong&gt;Agentic Retrieval&lt;/strong&gt; – an exciting evolution where LLMs transform from passive generators into active, intelligent orchestrators of information.&lt;/p&gt;</description></item><item><title>Advanced Architectures: ReAct, Reflection, and Iterative Loops</title><link>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/advanced-agent-architectures/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/advanced-agent-architectures/</guid><description>&lt;h2 id="introduction-beyond-simple-chains"&gt;Introduction: Beyond Simple Chains&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring agent architects! In our previous chapters, we laid the groundwork for understanding autonomous AI agents. We explored how Large Language Models (LLMs) serve as the brain, enabling agents to plan, reason, and leverage external tools and memory systems. We even touched upon basic execution flows.&lt;/p&gt;
&lt;p&gt;However, as you might have guessed, real-world problems are rarely simple, one-shot tasks. What happens when an agent makes a mistake? How does it learn from its failures? How can it intelligently decide &lt;em&gt;which&lt;/em&gt; tool to use and when, in a dynamic environment? This is where advanced architectures come into play!&lt;/p&gt;</description></item><item><title>Chapter 8: Building a Real-World Customer Support Agent (Project 1)</title><link>https://ai-blog.noorshomelab.dev/openai-cs-agents-guide-2026/08-project-customer-support/</link><pubDate>Sun, 08 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/openai-cs-agents-guide-2026/08-project-customer-support/</guid><description>&lt;h2 id="introduction-your-first-real-world-ai-agent"&gt;Introduction: Your First Real-World AI Agent!&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 8! Up until now, we&amp;rsquo;ve explored the theoretical foundations, core components, and setup of OpenAI&amp;rsquo;s open-sourced Agents SDK. We&amp;rsquo;ve discussed what makes an AI agent &amp;ldquo;agentic&amp;rdquo; and how to define its tools and persona. Now, it&amp;rsquo;s time to put all that knowledge into practice by building a fully functional, albeit simplified, customer support agent. This chapter marks a significant milestone: your first real-world project!&lt;/p&gt;</description></item><item><title>Chapter 8: Agent Orchestration &amp;amp; Multi-Agent Systems</title><link>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/agent-orchestration-multi-agent-systems/</link><pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/agent-orchestration-multi-agent-systems/</guid><description>&lt;h2 id="chapter-8-agent-orchestration--multi-agent-systems"&gt;Chapter 8: Agent Orchestration &amp;amp; Multi-Agent Systems&lt;/h2&gt;
&lt;p&gt;Welcome back, future Applied AI Engineer! In previous chapters, you&amp;rsquo;ve mastered the building blocks of intelligent agents: interacting with LLMs, prompt engineering, giving agents tools, implementing RAG for external knowledge, and managing their memory. You&amp;rsquo;ve essentially built powerful &lt;em&gt;individual&lt;/em&gt; AI agents.&lt;/p&gt;
&lt;p&gt;But here&amp;rsquo;s a thought: just like a complex software project isn&amp;rsquo;t built by a single developer, many real-world AI challenges are too multifaceted for one agent to handle efficiently. This is where the magic of &lt;strong&gt;Agent Orchestration&lt;/strong&gt; and &lt;strong&gt;Multi-Agent Systems&lt;/strong&gt; comes in! Imagine a team of specialized AI agents, each an expert in its domain, working together seamlessly to solve problems that would be impossible for any single agent.&lt;/p&gt;</description></item><item><title>Agents in Concert: Designing and Orchestrating Multi-Agent Systems</title><link>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/multi-agent-coordination/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/multi-agent-coordination/</guid><description>&lt;h2 id="introduction-the-power-of-many-agents"&gt;Introduction: The Power of Many Agents&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid AI architect! In previous chapters, we&amp;rsquo;ve explored the fascinating world of individual autonomous AI agents—how they plan, reason, use tools, and manage memory. We&amp;rsquo;ve seen how a single, well-designed agent can tackle complex tasks. But what if the problem is too vast for one agent? What if you need diverse expertise, parallel processing, or a system that&amp;rsquo;s more robust and resilient?&lt;/p&gt;</description></item><item><title>Hands-On Project: Building a Collaborative AI Assistant</title><link>https://ai-blog.noorshomelab.dev/ai-engineering-2026/project-collaborative-ai-assistant/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-engineering-2026/project-collaborative-ai-assistant/</guid><description>&lt;h2 id="hands-on-project-building-a-collaborative-ai-assistant"&gt;Hands-On Project: Building a Collaborative AI Assistant&lt;/h2&gt;
&lt;p&gt;Welcome to a truly exciting chapter where we turn theory into practice! In our previous discussions, we&amp;rsquo;ve explored the foundational concepts of AI workflow languages, agent operating systems, and orchestration engines. Now, it&amp;rsquo;s time to get our hands dirty and build a simplified, yet insightful, collaborative AI assistant that brings these ideas to life.&lt;/p&gt;
&lt;p&gt;In this chapter, you&amp;rsquo;ll embark on a hands-on journey to create a system where multiple AI agents work together to achieve a complex goal: researching a specific topic and generating a concise summary. This project will solidify your understanding of multi-agent collaboration, tool integration, and basic orchestration, preparing you for more advanced frameworks like OpenFang and ChatDev. Get ready to write some code and see your agents in action!&lt;/p&gt;</description></item><item><title>Chapter 9: Designing AI-Driven Workflows &amp;amp; Complex Agent Patterns</title><link>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/designing-ai-driven-workflows/</link><pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/designing-ai-driven-workflows/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, future Applied AI Engineer! In our journey so far, you&amp;rsquo;ve mastered the fundamentals of Large Language Models (LLMs), prompt engineering, tool use, Retrieval-Augmented Generation (RAG), and managing agent memory. You&amp;rsquo;ve built individual, intelligent agents capable of performing specific tasks. That&amp;rsquo;s a huge accomplishment!&lt;/p&gt;
&lt;p&gt;But what happens when a single agent isn&amp;rsquo;t enough? What if you need a team of specialized agents to tackle a complex problem, much like a project team in a company? This chapter is all about taking your agentic AI skills to the next level by designing sophisticated AI-driven workflows and orchestrating complex multi-agent systems. We&amp;rsquo;ll explore how to make agents collaborate, communicate, and collectively achieve goals that are beyond the scope of any single AI.&lt;/p&gt;</description></item><item><title>Advanced Agent Architectures and Design Patterns</title><link>https://ai-blog.noorshomelab.dev/ai-engineering-2026/advanced-agent-architectures-design-patterns/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-engineering-2026/advanced-agent-architectures-design-patterns/</guid><description>&lt;h2 id="introduction-to-advanced-agent-architectures"&gt;Introduction to Advanced Agent Architectures&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 10! In our previous chapters, we&amp;rsquo;ve explored the fundamentals of AI agents, their ability to use tools, and how basic workflows can be constructed. We&amp;rsquo;ve seen how a single LLM, augmented with external tools, can tackle impressive tasks. However, as the complexity of our AI applications grows, relying on a single, monolithic agent or simple sequential chains often hits limits. We need ways to manage state, coordinate complex behaviors, and build systems that are robust, scalable, and truly intelligent.&lt;/p&gt;</description></item><item><title>Ensuring Reliability: Testing, Evaluation, and Observability for Agents</title><link>https://ai-blog.noorshomelab.dev/ai-engineering-2026/reliability-testing-evaluation-observability/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-engineering-2026/reliability-testing-evaluation-observability/</guid><description>&lt;h2 id="introduction-to-agent-reliability"&gt;Introduction to Agent Reliability&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid AI engineers! In the previous chapters, we&amp;rsquo;ve explored the exciting landscape of AI workflow languages, agent operating systems, orchestration engines, and the tools that empower them. You&amp;rsquo;ve learned how to design sophisticated multi-agent systems that can tackle complex problems. But as with any advanced software system, building it is only half the battle. The other, equally crucial half is ensuring it works reliably, predictably, and safely.&lt;/p&gt;</description></item><item><title>Project: Building an Automated Financial Analysis Assistant</title><link>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/project-financial-analysis-assistant/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/project-financial-analysis-assistant/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to the final project chapter! Throughout this guide, we&amp;rsquo;ve explored the foundational concepts of AI agents, multi-step workflows, memory, orchestration, and tool usage across various modern frameworks. Now, it&amp;rsquo;s time to bring these concepts together and build something truly practical and exciting: an &lt;strong&gt;Automated Financial Analysis Assistant&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In this chapter, you&amp;rsquo;ll learn how to design and implement a sophisticated multi-agent system using &lt;strong&gt;CrewAI&lt;/strong&gt; to perform financial analysis. Our assistant will be capable of gathering real-time company data, analyzing market trends, and generating concise investment reports. This project will reinforce your understanding of defining specialized agent roles, equipping them with powerful tools, structuring complex tasks, and orchestrating their collaboration to achieve a common goal. Get ready to put your agentic AI skills to the test and create an intelligent system that can provide valuable insights!&lt;/p&gt;</description></item><item><title>Chapter 15: Hands-On Project: Developing an Autonomous Workflow Agent</title><link>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/project-autonomous-workflow/</link><pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/project-autonomous-workflow/</guid><description>&lt;h2 id="chapter-15-hands-on-project-developing-an-autonomous-workflow-agent"&gt;Chapter 15: Hands-On Project: Developing an Autonomous Workflow Agent&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 15! We&amp;rsquo;ve journeyed through foundational programming, LLM mechanics, prompt engineering, tool use, RAG, and memory management. Now, it&amp;rsquo;s time to bring these powerful concepts together to build something truly exciting: an &lt;strong&gt;Autonomous Workflow Agent&lt;/strong&gt;. This project will be a significant step in your journey toward becoming a professional Applied AI Engineer.&lt;/p&gt;
&lt;p&gt;In this hands-on chapter, you&amp;rsquo;ll learn to design, implement, and orchestrate a multi-agent system capable of performing a complex task with minimal human intervention. We&amp;rsquo;ll focus on creating an agent that can intelligently plan, execute steps using various tools, and even collaborate with other agents to achieve its goals. This is where the magic of &amp;ldquo;agentic AI&amp;rdquo; really shines, transforming theoretical knowledge into practical, problem-solving applications.&lt;/p&gt;</description></item><item><title>Chapter 16: Hands-On Project: Building a Collaborative Multi-Agent System</title><link>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/project-collaborative-multi-agent/</link><pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/applied-agentic-ai-2026-guide/project-collaborative-multi-agent/</guid><description>&lt;h2 id="chapter-16-hands-on-project-building-a-collaborative-multi-agent-system"&gt;Chapter 16: Hands-On Project: Building a Collaborative Multi-Agent System&lt;/h2&gt;
&lt;p&gt;Welcome back, future Applied AI Engineer! In previous chapters, you&amp;rsquo;ve mastered individual AI agents, equipped them with tools, and given them memory. You&amp;rsquo;ve seen how a single intelligent agent can tackle complex tasks. But what if we could harness the power of &lt;em&gt;multiple&lt;/em&gt; specialized agents, allowing them to collaborate, brainstorm, and even debate to solve problems far more effectively?&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s precisely what this chapter is about! We&amp;rsquo;re diving into the exciting world of &lt;strong&gt;Multi-Agent Systems&lt;/strong&gt;. You&amp;rsquo;ll embark on a hands-on project to build a system where several AI agents work together to achieve a common goal, mimicking a real-world team. This will solidify your understanding of agent orchestration, communication patterns, and how to design AI-driven workflows that leverage collective intelligence.&lt;/p&gt;</description></item><item><title>Kanbots: AI Agents, Worktrees, &amp;amp; Dev Workflows</title><link>https://ai-blog.noorshomelab.dev/kanbots-ai-worktrees-2026/</link><pubDate>Sun, 24 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/kanbots-ai-worktrees-2026/</guid><description>&lt;p&gt;This guide explores setting up Kanbots, an open-source Kanban app, to integrate powerful AI agents on every card. Learn to leverage git worktrees for isolated agent runs and orchestrate complex multi-agent workflows for development tasks. Discover practical examples using personas to automate code generation and review processes efficiently.&lt;/p&gt;</description></item><item><title>Agentic AI Systems: A 2026 Guide</title><link>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/</guid><description>&lt;p&gt;Welcome to this comprehensive guide on Agentic AI Systems, designed to bring you up to speed with the state-of-the-art in 2026. This section delves into the core mechanics of autonomous AI agents, exploring their planning, reasoning, tool usage, and memory systems. Discover advanced architectures, multi-agent coordination, real-world applications, and best practices for building and deploying agentic solutions.&lt;/p&gt;</description></item><item><title>Emerging AI Engineering: Agents, Orchestration, and AI-Native Systems</title><link>https://ai-blog.noorshomelab.dev/guides/emerging-ai-engineering-guide/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/emerging-ai-engineering-guide/</guid><description>&lt;p&gt;Welcome! This guide is designed to help you understand and navigate the rapidly evolving landscape of advanced AI engineering. We&amp;rsquo;re moving beyond building individual machine learning models to creating complex, collaborative AI systems. If you&amp;rsquo;re an AI engineer, developer, or a technical professional looking to grasp the future of AI development, you&amp;rsquo;re in the right place.&lt;/p&gt;
&lt;h3 id="what-is-emerging-ai-engineering-about"&gt;What is Emerging AI Engineering About?&lt;/h3&gt;
&lt;p&gt;At its heart, this field is about building intelligent systems that can perform complex tasks autonomously, often by combining the strengths of multiple specialized AI components. Think of it as moving from having a single smart tool to building an entire workshop where different intelligent tools collaborate seamlessly.&lt;/p&gt;</description></item></channel></rss>