<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Planning and Reasoning on DATATWEETS</title><link>https://datatweets.com/courses/ai-agents/planning-and-reasoning/</link><description>Recent content in Planning and Reasoning on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Sun, 28 Jun 2026 09:00:00 +0200</lastBuildDate><atom:link href="https://datatweets.com/courses/ai-agents/planning-and-reasoning/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - Why Agents Need to Plan</title><link>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-1-why-agents-need-to-plan/</link><pubDate>Fri, 16 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-1-why-agents-need-to-plan/</guid><description>A loop that calls tools is not yet a good problem-solver. On multi-step tasks a bare loop can wander. Learn why explicit reasoning helps, and meet the reason-act-observe cycle that underpins every pattern in this module.</description></item><item><title>Lesson 2 - Task Decomposition</title><link>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-2-task-decomposition/</link><pubDate>Fri, 16 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-2-task-decomposition/</guid><description>The first planning pattern: decomposition. Ask the model to break a big goal into an ordered list of small steps, then carry them out one at a time, threading each result forward. A plan-then-execute orchestration, verified end to end.</description></item><item><title>Lesson 3 - ReAct: Reasoning and Acting</title><link>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-3-react-reasoning-and-acting/</link><pubDate>Fri, 16 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-3-react-reasoning-and-acting/</guid><description>The second planning pattern: ReAct. Interleave a reasoning &amp;rsquo;thought&amp;rsquo; with each action so every tool call is a deliberate choice informed by what came before. Build a ReAct trace on top of your existing agent loop, verified end to end.</description></item><item><title>Lesson 4 - Reflection and Self-Correction</title><link>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-4-reflection-and-self-correction/</link><pubDate>Fri, 16 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-4-reflection-and-self-correction/</guid><description>The third planning pattern: reflection. After producing a draft, the agent critiques it against the task and revises — looping until the work passes its own check. A reflect-and-revise orchestration, verified end to end.</description></item><item><title>Lesson 5 - Guided Project: A Planning, Reasoning Atlas</title><link>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-5-guided-project-a-planning-reasoning-atlas/</link><pubDate>Fri, 16 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/planning-and-reasoning/lesson-5-guided-project-a-planning-reasoning-atlas/</guid><description>Put the module together. Atlas plans a constrained trip end to end — decomposing the goal into ordered steps, using ReAct to ground the fact-dependent steps in tool results, then critiquing and revising the draft against the traveler&amp;rsquo;s constraints. One integrated orchestration, verified end to end.</description></item></channel></rss>