<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Week 8 - AI Agents &amp; Agentic AI on AI Platform Engineering Handbook</title><link>/docs/week-08/</link><description>Recent content in Week 8 - AI Agents &amp; Agentic AI on AI Platform Engineering Handbook</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2026 Harshhaa</copyright><atom:link href="/docs/week-08/index.xml" rel="self" type="application/rss+xml"/><item><title>Agent Frameworks</title><link>/docs/week-08/agent-frameworks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/week-08/agent-frameworks/</guid><description>&lt;hr&gt;
&lt;h2 id="1-langchain"&gt;1. LangChain&lt;/h2&gt;
&lt;p&gt;LangChain is one of the earliest and most widely known frameworks in this whole space, and it&amp;rsquo;s often the first name beginners encounter when they start learning about building with language models. At its core, LangChain provides a large collection of standardized building blocks — a consistent way to connect to many different language models, a consistent way to define and use tools, a consistent way to work with document loading and retrieval (which connects back to the RAG concepts we covered earlier), and pre-built patterns for common agent loops.&lt;/p&gt;</description></item><item><title>AI Agent Fundamentals</title><link>/docs/week-08/ai-agent-fundamentals/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/week-08/ai-agent-fundamentals/</guid><description>&lt;hr&gt;
&lt;h2 id="1-what-is-an-ai-agent"&gt;1. What is an AI Agent&lt;/h2&gt;
&lt;p&gt;At its core, an AI agent is an AI system that can autonomously take actions in order to accomplish a goal, rather than just generating a single response to a single question. The word &amp;ldquo;autonomously&amp;rdquo; is doing a lot of work here — it means the system itself is making decisions about what to do next, rather than a human explicitly telling it every single step along the way.&lt;/p&gt;</description></item><item><title>Agent Patterns</title><link>/docs/week-08/agent-patterns/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/week-08/agent-patterns/</guid><description>&lt;hr&gt;
&lt;h2 id="1-react-pattern"&gt;1. ReAct Pattern&lt;/h2&gt;
&lt;p&gt;ReAct is one of the most foundational and widely used patterns in the entire agent world, and its name is a combination of two words: &amp;ldquo;Reasoning&amp;rdquo; and &amp;ldquo;Acting.&amp;rdquo; The core idea is refreshingly simple once you see it: instead of an agent either purely thinking through a problem in its head with no real-world actions, or purely taking actions with no real thinking behind them, ReAct has the agent alternate between the two, over and over, in a tight back-and-forth loop.&lt;/p&gt;</description></item></channel></rss>