<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LLM Orchestration on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/llm-orchestration/</link><description>Recent content in LLM Orchestration on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 06 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/llm-orchestration/index.xml" rel="self" type="application/rss+xml"/><item><title>AI Workflow Languages: Defining Intelligent Task Flows</title><link>https://ai-blog.noorshomelab.dev/ai-engineering-2026/ai-workflow-languages-defining-task-flows/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-engineering-2026/ai-workflow-languages-defining-task-flows/</guid><description>&lt;h2 id="introduction-to-ai-workflow-languages"&gt;Introduction to AI Workflow Languages&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI architects! In our previous chapters, we laid the groundwork for understanding the shift towards more complex, intelligent AI systems. Now, let&amp;rsquo;s dive into one of the foundational elements that makes these systems possible: &lt;strong&gt;AI Workflow Languages&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Imagine you&amp;rsquo;re building a sophisticated AI application. It&amp;rsquo;s rarely just one Large Language Model (LLM) doing everything. Instead, you might need an LLM to generate text, then another tool to check facts, perhaps an image generation model, and finally, a database to store the results. How do you choreograph these different pieces to work together seamlessly, often with conditional logic and error handling? That&amp;rsquo;s precisely where AI workflow languages come in.&lt;/p&gt;</description></item><item><title>Orchestrating Agents with Frameworks: LangChain and LlamaIndex</title><link>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/orchestrating-agents-frameworks/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/orchestrating-agents-frameworks/</guid><description>&lt;h2 id="orchestrating-agents-with-frameworks-langchain-and-llamaindex"&gt;Orchestrating Agents with Frameworks: LangChain and LlamaIndex&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid AI developer! In our previous chapters, you&amp;rsquo;ve mastered the art of crafting precise prompts, understood the power of Retrieval-Augmented Generation (RAG), and explored the core components that make up an intelligent agent. You now know that building sophisticated AI applications involves more than just a single prompt; it requires a symphony of interconnected parts: an LLM for reasoning, memory to retain context, tools to interact with the world, and a planning mechanism to string it all together.&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>Semantic Kernel: Skills, Planners, and Enterprise AI Integration</title><link>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/semantic-kernel-skills-planners/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/semantic-kernel-skills-planners/</guid><description>&lt;h2 id="semantic-kernel-skills-planners-and-enterprise-ai-integration"&gt;Semantic Kernel: Skills, Planners, and Enterprise AI Integration&lt;/h2&gt;
&lt;p&gt;Welcome back, AI explorers! In our journey through modern AI agent frameworks, we&amp;rsquo;ve seen how LangGraph builds state machines, AutoGen fosters conversational agents, and CrewAI empowers role-playing teams. Now, it&amp;rsquo;s time to dive into a framework designed with enterprise integration and modularity at its core: &lt;strong&gt;Semantic Kernel (SK)&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Semantic Kernel, spearheaded by Microsoft, offers a powerful SDK for integrating Large Language Models (LLMs) with conventional programming languages like Python and C#. It helps you build intelligent applications by weaving together AI capabilities (like natural language understanding and generation) with existing business logic and external services. Think of it as a sophisticated toolkit that allows your code to &lt;em&gt;think&lt;/em&gt; and &lt;em&gt;act&lt;/em&gt; more intelligently by leveraging LLMs, without completely reinventing your application architecture.&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>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>Chapter 18: Comparison with Alternative NLP Extraction Methods</title><link>https://ai-blog.noorshomelab.dev/langextract-guide-2026/18-alternatives-comparison/</link><pubDate>Mon, 05 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/langextract-guide-2026/18-alternatives-comparison/</guid><description>&lt;h2 id="chapter-18-comparison-with-alternative-nlp-extraction-methods"&gt;Chapter 18: Comparison with Alternative NLP Extraction Methods&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring data extraction expert! In our journey so far, we&amp;rsquo;ve delved deep into the capabilities of LangExtract, learning how to leverage Large Language Models (LLMs) for robust, schema-driven information extraction. But LangExtract isn&amp;rsquo;t the only tool in the NLP toolbox.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll broaden our perspective and explore how LangExtract stacks up against other popular methods for extracting structured data from text. Understanding these alternatives—from traditional rule-based systems to other LLM-orchestration frameworks—is crucial. It will empower you to make informed decisions about &lt;em&gt;when&lt;/em&gt; and &lt;em&gt;where&lt;/em&gt; to apply LangExtract, ensuring you pick the most efficient and effective solution for any given problem.&lt;/p&gt;</description></item></channel></rss>