<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>The AI Engineer Roadmap — Stage Updates</title>
    <link>https://yuvarajtana.com/ai-engineer-roadmap</link>
    <description>Fourteen stages in five phases, from Python fundamentals to secure, evaluated, production-ready AI, built in public by Yuvaraj Tana.</description>
    <language>en</language>
    <item>
      <title>Stage 01 — Building Blocks [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/python-fundamentals</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/python-fundamentals</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Variables, data types, control flow and collections — the Python you need before anything else on this roadmap.</description>
    </item>
    <item>
      <title>Stage 02 — Functions &amp; OOP [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/python-advanced</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/python-advanced</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Functions as values, closures, decorators and classes — how real Python programs are actually structured.</description>
    </item>
    <item>
      <title>Stage 03 — Python, Unlocked [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/python-unlocked</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/python-unlocked</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>The features that make Python feel like magic — generators, iterators, context managers and async — explained without the magic.</description>
    </item>
    <item>
      <title>Stage 04 — Production Python [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/production-python</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/production-python</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Type hints, testing, packaging, logging and project layout — the difference between a script and software.</description>
    </item>
    <item>
      <title>Stage 05 — FastAPI &amp; API Engineering [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/fastapi</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/fastapi</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Build real APIs: routing, validation with Pydantic, dependency injection, auth and the request lifecycle.</description>
    </item>
    <item>
      <title>Stage 06 — SQL &amp; Data Systems [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/sql-and-data</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/sql-and-data</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>SELECTs, joins, aggregates and indexes on a real e-commerce schema — the data layer every AI feature stands on.</description>
    </item>
    <item>
      <title>Stage 07 — AI &amp; ML Foundations [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/ai-ml-foundations</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/ai-ml-foundations</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>What AI, machine learning, deep learning and generative AI actually are — training vs inference, datasets and metrics, and the neural-network and transformer intuition every LLM stands on.</description>
    </item>
    <item>
      <title>Stage 09 — Prompt &amp; Context Engineering [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/prompt-context-engineering</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/prompt-context-engineering</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Designing the instructions and the context a model sees — roles and prompt anatomy, few-shot prompting, structured outputs, prompt chaining, and managing conversation state, memory and the context-window budget.</description>
    </item>
    <item>
      <title>Stage 10 — LLM Application Engineering [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/llm-application-engineering</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/llm-application-engineering</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Turning model calls into dependable features: provider SDKs, streaming, async calls, timeouts, retries and rate limits, input and output validation, conversation persistence, tool calling, model routing and fallbacks.</description>
    </item>
    <item>
      <title>Stage 11 — Retrieval &amp; RAG Engineering [planned]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/rag</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/rag</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Grounded AI over your own data: document ingestion and parsing, chunking, embeddings, hybrid retrieval, reranking, citations, permissions and retrieval evaluation — the production version of RAG, not the demo.</description>
    </item>
    <item>
      <title>Stage 12 — Workflows, Tools &amp; Agents [planned]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/ai-agents</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/ai-agents</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Start with deterministic AI workflows and add agents only when they earn it — prompt chaining, routing, parallelization, planner–executor, tool design, agent loops, state, human approval, MCP and multi-agent handoffs.</description>
    </item>
    <item>
      <title>Stage 13 — AI Safety, Security &amp; Evaluation [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/ai-safety-security-evaluation</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/ai-safety-security-evaluation</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Prove what works and protect what can fail — evaluation datasets and LLM-as-judge, prompt injection, PII protection, output validation, red teaming, authorization and governance.</description>
    </item>
    <item>
      <title>Stage 14 — Production AI &amp; LLMOps [planned]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/production-ai</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/production-ai</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description>Operate reliable AI systems: deployment automation, tracing, SLOs, model routing, caching, latency and cost budgets, canary releases, fallbacks and incident response.</description>
    </item>
    <item>
      <title>Stage 08 — LLM Fundamentals [live]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/llm-fundamentals</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/llm-fundamentals</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <description>What actually happens before and while a model answers — and why most &quot;the AI is hallucinating&quot; problems are really tokenization, billing or context-window problems.</description>
    </item>
    <item>
      <title>Practice Projects [in-progress]</title>
      <link>https://yuvarajtana.com/ai-engineer-roadmap/python-projects</link>
      <guid isPermaLink="true">https://yuvarajtana.com/ai-engineer-roadmap/python-projects</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <description>Hands-on projects that tie the stages together — build them as you climb the ladder.</description>
    </item>
  </channel>
</rss>
