<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>7. Agentic Future :: AI Security Essentials: From Concepts to Controls</title>
    <link>http://localhost:1313/chapter1/s7/index.html</link>
    <description>Work in progress&#xD;This section is under construction. This information hasn’t been reviewed or edited yet!&#xA;Introduction Throughout this chapter, we’ve explored the foundations of AI systems, from understanding their core architectures to examining deployment strategies, technical underpinnings, crafting effective prompts, and implementing inference techniques. Now, we turn our attention to what many consider the next frontier in AI evolution: agentic systems.&#xA;While current LLMs excel at generating content and retrieving knowledge, agentic AI goes further by autonomously pursuing goals, making decisions, and taking actions without constant human guidance. This shift from passive tools to proactive agents represents a fundamental transformation that will redefine how organizations leverage AI and has profound implications for security, governance, and the future of work.</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="http://localhost:1313/chapter1/s7/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Activity 1.7: Building an Autonomous Agent with Web Search</title>
      <link>http://localhost:1313/chapter1/s7/s7_activity/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/chapter1/s7/s7_activity/index.html</guid>
      <description>Work in progress&#xD;This section is under construction. This information hasn’t been reviewed or edited yet!&#xA;Practical Activity Overview In this activity, we’ll extend our RAG system to create a simple autonomous agent that can search the web when needed. Our agent will:&#xA;Detect when a query requires information beyond our document knowledge base Autonomously decide whether to use local RAG or web search Perform web searches for current or specialized information Combine information from documents and the web as needed By the end of this activity, you’ll have a hybrid system that leverages both your local document knowledge base and real-time web information.</description>
    </item>
  </channel>
</rss>