<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Patricia Buendia</title>
    <description>The latest articles on Forem by Patricia Buendia (@patricia_buendia_720ec3a3).</description>
    <link>https://forem.com/patricia_buendia_720ec3a3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3644415%2F5982e0fd-a340-4a97-bd4e-16ee90550dea.jpg</url>
      <title>Forem: Patricia Buendia</title>
      <link>https://forem.com/patricia_buendia_720ec3a3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/patricia_buendia_720ec3a3"/>
    <language>en</language>
    <item>
      <title>Autonomous Agents Visiting Data</title>
      <dc:creator>Patricia Buendia</dc:creator>
      <pubDate>Wed, 03 Dec 2025 22:42:05 +0000</pubDate>
      <link>https://forem.com/patricia_buendia_720ec3a3/autonomous-agents-visiting-data-5331</link>
      <guid>https://forem.com/patricia_buendia_720ec3a3/autonomous-agents-visiting-data-5331</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/googlekagglechallenge"&gt;Google AI Agents Writing Challenge&lt;/a&gt;: [Learning Reflections]&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This article was originally published on &lt;a href="https://fairlyz.lifetimeomics.com/2025/11/13/autonomous-agents-visiting-data/" rel="noopener noreferrer"&gt;FAIRLYZ Knowledge Base&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Autonomous Agents Visiting Data
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Nov 13, 2025 — by Patricia Buendia in AI, AI Governance, Data Security&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The Google AI Agents Intensive Course (&lt;a href="https://www.kaggle.com/learn-guide/5-day-genai" rel="noopener noreferrer"&gt;First 5DGAI&lt;/a&gt;) debuted in March 2025 and returned in November 2025 (&lt;a href="https://www.kaggle.com/learn-guide/5-day-agents" rel="noopener noreferrer"&gt;second 5DGAI&lt;/a&gt;), offering developers a front-row seat to the rapid evolution of agentic systems.&lt;/p&gt;

&lt;p&gt;The First 5DGAI course focused on foundational skills: writing prompts, training agents, customizing them using Retrieval-Augmented Generation (RAG), and deploying them via MLOps. Participants learned to fine-tune models and integrate external knowledge sources to improve agent performance.&lt;/p&gt;

&lt;p&gt;By November, the second 5DGAI curriculum had advanced significantly. Developers were trained to build autonomous agents capable of managing other agents and tools and deploying them via Agent Ops (ADK, Vertex AI, Kubernetes), a shift that reflects the growing complexity of real-world AI deployments.&lt;/p&gt;

&lt;p&gt;The November 2025 &lt;em&gt;Introduction to Agents&lt;/em&gt; White Paper (&lt;a href="https://www.kaggle.com/whitepaper-introduction-to-agents" rel="noopener noreferrer"&gt;link&lt;/a&gt;) introduced a more formalized framework for understanding these systems, especially in the section titled &lt;strong&gt;Taxonomy of Agentic Systems&lt;/strong&gt; (pages 14–18).&lt;/p&gt;




&lt;h3&gt;
  
  
  Taxonomy of Agentic Systems
&lt;/h3&gt;

&lt;p&gt;The taxonomy outlined in the November 2025 white paper breaks down agentic systems into five key levels:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Level 0: Core Reasoning System&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A standalone language model that relies solely on its pre-trained knowledge.&lt;br&gt;&lt;br&gt;
&lt;em&gt;(e.g., ChatGPT-3 from 2022–2023)&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Level 1: Connected Problem-Solver&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Gains tool access to fetch real-time data and interact with external systems (e.g., APIs, RAG).&lt;br&gt;&lt;br&gt;
&lt;em&gt;(e.g., ChatGPT-4 in 2023, with plugins, browsing, code interpreter)&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Level 2: Strategic Problem-Solver&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Introduces context engineering — multi-step planning, curated information, complex missions.&lt;br&gt;&lt;br&gt;
&lt;em&gt;(e.g., Gemini 1.5 Pro, GPT-4 Turbo in 2024 with memory and tool chaining)&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Level 3: Collaborative Multi-Agent System&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Agents delegate to specialized sub-agents; scalable, parallel workflows.&lt;br&gt;&lt;br&gt;
&lt;em&gt;(e.g., Google DeepMind multi-agent demos, OpenAI Dev Day agent frameworks, late 2024–2025)&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Level 4: Self-Evolving System&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Agents autonomously create new agents/tools to fill capability gaps.&lt;br&gt;&lt;br&gt;
&lt;em&gt;(No verified examples in 2025)&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Agents use in data visitation and security concerns
&lt;/h3&gt;

&lt;p&gt;As agents gain access to sensitive data and tools, security becomes central. During the Day 2 live-stream, &lt;strong&gt;Alex Wissner-Gross&lt;/strong&gt; highlighted the risks and proposed a vision:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“I foresee an internet of agents, with one singleton agent per corporation who shares secrets with sub-agents but does not expose them to the outside.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The white paper warns that tool access and autonomy introduce a delicate balance between utility and risk, especially when agents operate across organizational boundaries.&lt;/p&gt;

&lt;h4&gt;
  
  
  Recommended mitigation strategies
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role-based access control for agents&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audit trails&lt;/strong&gt; for tool invocation and data access
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Memory partitioning&lt;/strong&gt; to prevent leakage across tasks
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prompt injection defenses&lt;/strong&gt; via adversarial training and specialized security analyst agents&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Final thoughts
&lt;/h3&gt;

&lt;p&gt;The Google AI Agents Intensive Course reflects technical progress and surfaces ethical and operational challenges in deploying autonomous systems. As we move toward an internet of agents, frameworks like the &lt;strong&gt;Taxonomy of Agentic Systems&lt;/strong&gt; and security models proposed by experts will be critical.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Tags: Autonomous Agents, Internet-of-agents (IoA), Multi-Agent System, Secrets, Self-Evolving System&lt;/em&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googlekagglechallenge</category>
      <category>aiagents</category>
      <category>datasecurity</category>
    </item>
  </channel>
</rss>
