<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Planning on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/planning/</link><description>Recent content in Planning 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/planning/index.xml" rel="self" type="application/rss+xml"/><item><title>How Agents Think: Designing Planning and Task Decomposition</title><link>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/agent-planning-strategies/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/agent-planning-strategies/</guid><description>&lt;h2 id="introduction-to-agentic-planning"&gt;Introduction to Agentic Planning&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring agent architects! In our previous chapters, we laid the groundwork for understanding what autonomous AI agents are and how Large Language Models (LLMs) serve as their powerful &amp;ldquo;brains.&amp;rdquo; But having a brain isn&amp;rsquo;t enough; an agent also needs a clear roadmap to achieve its goals. That&amp;rsquo;s where planning comes in.&lt;/p&gt;
&lt;p&gt;Imagine you&amp;rsquo;re building a complex structure – you wouldn&amp;rsquo;t just start laying bricks randomly, right? You&amp;rsquo;d need blueprints, a sequence of steps, and a way to break down the massive project into manageable phases. Agentic AI is no different. This chapter is all about teaching your agents &lt;em&gt;how to think strategically&lt;/em&gt;, transforming a high-level objective into a series of concrete, executable actions. We&amp;rsquo;ll explore core planning strategies like task decomposition and the famous ReAct pattern, giving your agents the ability to reason about their next steps.&lt;/p&gt;</description></item><item><title>The Art of Reasoning: Problem-Solving and Decision-Making</title><link>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/agent-reasoning-mechanisms/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/agent-reasoning-mechanisms/</guid><description>&lt;h2 id="introduction-to-agentic-reasoning"&gt;Introduction to Agentic Reasoning&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring agent architects! In our previous chapters, we laid the groundwork for understanding what autonomous AI agents are and why they&amp;rsquo;re poised to revolutionize how we interact with technology. We explored their core components and the overarching vision. Now, it&amp;rsquo;s time to delve into the very &amp;ldquo;brain&amp;rdquo; of an agent: its ability to reason, solve problems, and make intelligent decisions.&lt;/p&gt;
&lt;p&gt;This chapter is all about understanding the sophisticated mechanisms that allow an agent to go beyond simple instruction following. We&amp;rsquo;ll uncover how agents break down complex goals, strategically plan their actions, and adapt to unforeseen challenges. You&amp;rsquo;ll learn about foundational reasoning patterns like ReAct and how agents can even reflect on their own performance to improve. This isn&amp;rsquo;t just theory; we&amp;rsquo;ll provide practical insights and code snippets to illustrate these concepts, empowering you to build agents that truly think!&lt;/p&gt;</description></item><item><title>Deconstructing Agentic AI: LLM, Memory, Tools, and Planning</title><link>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/deconstructing-agentic-ai/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/deconstructing-agentic-ai/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid developer! In our previous chapters, you&amp;rsquo;ve mastered the art of crafting precise and powerful prompts, turning Large Language Models (LLMs) into capable text generators. But what if we want LLMs to do more than just generate text? What if we want them to &lt;em&gt;act&lt;/em&gt; in the world, to remember past interactions, and to strategically use external resources to solve complex problems?&lt;/p&gt;
&lt;p&gt;This is where Agentic AI comes into play. Instead of just a single prompt-response interaction, agentic systems empower LLMs with a &amp;ldquo;body&amp;rdquo; and &amp;ldquo;mind&amp;rdquo; beyond their text generation core. They can perceive, plan, act, and reflect, much like a human. This chapter will be your deep dive into the fundamental architecture of these intelligent agents. We&amp;rsquo;ll deconstruct them into their core components: the LLM itself, memory, tools, and the planning mechanism that orchestrates everything.&lt;/p&gt;</description></item><item><title>Chapter 6: Planning</title><link>https://ai-blog.noorshomelab.dev/agentic-design-patern-ebook/chapters/planning/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-design-patern-ebook/chapters/planning/</guid><description>&lt;h1 id="chapter-6-planning"&gt;Chapter 6: Planning&lt;/h1&gt;
&lt;p&gt;Intelligent behavior often involves more than just reacting to the immediate input. It requires foresight, breaking down complex tasks into smaller, manageable steps, and strategizing how to achieve a desired outcome. This is where the Planning pattern comes into play. At its core, planning is the ability for an agent or a system of agents to formulate a sequence of actions to move from an initial state towards a goal state.&lt;/p&gt;</description></item><item><title>Agentic AI Systems: A Comprehensive Guide</title><link>https://ai-blog.noorshomelab.dev/guides/agentic-ai-systems-guide/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/agentic-ai-systems-guide/</guid><description>&lt;p&gt;Welcome to this comprehensive guide on Agentic AI Systems! This learning path is designed to take you from understanding the fundamental concepts of autonomous AI agents to building and deploying your own intelligent systems. We’ll break down complex ideas into manageable steps, ensuring you gain a solid, practical understanding.&lt;/p&gt;
&lt;h3 id="what-are-agentic-ai-systems"&gt;What are Agentic AI Systems?&lt;/h3&gt;
&lt;p&gt;At its core, an Agentic AI System refers to an artificial intelligence entity that can perceive its environment, understand a given goal, plan a series of actions, execute those actions (often by using external tools), reason about outcomes, and learn from experience to achieve its objectives autonomously. Think of it as giving an AI the ability to not just answer questions, but to actively &lt;em&gt;do things&lt;/em&gt; in the world to solve problems, much like a human expert might.&lt;/p&gt;</description></item></channel></rss>