<?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>DEV Community: Maria Siewierska</title>
    <description>The latest articles on DEV Community by Maria Siewierska (@maria-dac).</description>
    <link>https://dev.to/maria-dac</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%2F3820336%2F109a55f4-2ed7-4b41-ad9e-68813dc685c0.jpg</url>
      <title>DEV Community: Maria Siewierska</title>
      <link>https://dev.to/maria-dac</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maria-dac"/>
    <language>en</language>
    <item>
      <title>A Hands-On AI Agents Tutorial Using Agno, OpenAI, and Phoenix</title>
      <dc:creator>Maria Siewierska</dc:creator>
      <pubDate>Thu, 12 Mar 2026 12:14:25 +0000</pubDate>
      <link>https://dev.to/maria-dac/a-hands-on-ai-agents-tutorial-using-agno-openai-and-phoenix-4j74</link>
      <guid>https://dev.to/maria-dac/a-hands-on-ai-agents-tutorial-using-agno-openai-and-phoenix-4j74</guid>
      <description>&lt;p&gt;At DAC.digital, we wanted to cut through the hype and explain how AI agents actually work under the hood. So our CTO, Krzysztof Radecki, recorded a practical walkthrough that demonstrates the mechanics of agentic AI step by step. This post explains how we designed that tutorial and the technologies used to build it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Goal Was to Show the Tech
&lt;/h2&gt;

&lt;p&gt;A lot of AI content focuses on outcomes, but there's not enough content that explains how the system works.&lt;/p&gt;

&lt;p&gt;Our goal for the tutorial was to demonstrate three key things: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What a large language model really is&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How tokens and context windows shape model behavior &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How AI agents are built by orchestrating systems around an LLM&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;To make this tangible, we created a small agent-based application and progressively extended it during the demo.&lt;/p&gt;

&lt;p&gt;As said before, there’s a lot of hype around AI agents, but building reliable systems requires understanding the fundamentals. An AI agent is not just an LLM. It’s a system architecture that combines: a language model context management memory tools guardrails orchestration logic The tutorial was designed to make that architecture visible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technology Stack
&lt;/h2&gt;

&lt;p&gt;To build the tutorial environment, we combined several tools commonly used in modern AI systems like Agno (Agent Framework), OpenAI tokenizer tool, Arize Phoenix.&lt;/p&gt;

&lt;p&gt;The core of the demo is built using Agno, a framework designed for building AI agents. Agno makes it easier to orchestrate: LLM calls conversation history session management tool execution In the tutorial we use Agno to create several progressively more capable agents: a basic stateless agent an agent with session history an agent with persistent memory This allows viewers to see exactly how each capability changes the model’s behavior.&lt;/p&gt;

&lt;p&gt;In the demo, the LLM behaves exactly as a raw model would and each prompt is independent, there's no memory that is stored between calls, and the model simply predicts the next tokens.&lt;/p&gt;

&lt;p&gt;Watch the Full Walkthrough&lt;/p&gt;

&lt;p&gt;If you'd like to see the system in action, you can &lt;a href="https://www.youtube.com/watch?v=qHmqExKVO5w" rel="noopener noreferrer"&gt;watch the full tutorial here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
