<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agentic on PG Blog</title><link>https://pg-blogs.netlify.app/tags/agentic/</link><description>Recent content in Agentic on PG Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 03 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://pg-blogs.netlify.app/tags/agentic/index.xml" rel="self" type="application/rss+xml"/><item><title>Building Agentic Workflows in Java</title><link>https://pg-blogs.netlify.app/posts/14-building-agentic-workflows-in-java/</link><pubDate>Fri, 03 Jul 2026 00:00:00 +0000</pubDate><guid>https://pg-blogs.netlify.app/posts/14-building-agentic-workflows-in-java/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&amp;ldquo;Agent&amp;rdquo; has become the word for any program that calls an LLM more than once, which makes it a word worth being precise about. An agent, in the sense this post uses, is a loop: the model decides which tool to call next, your code executes it, and the result feeds back in — repeating until the model decides it&amp;rsquo;s done. That&amp;rsquo;s a genuinely different (and riskier) shape than a single request/response call.&lt;/p&gt;</description></item><item><title>Building Agentic Workflows in Python</title><link>https://pg-blogs.netlify.app/posts/15-building-agentic-workflows-in-python/</link><pubDate>Fri, 03 Jul 2026 00:00:00 +0000</pubDate><guid>https://pg-blogs.netlify.app/posts/15-building-agentic-workflows-in-python/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&amp;ldquo;Agent&amp;rdquo; has become the word for any program that calls an LLM more than once, which makes it a word worth being precise about. An agent, in the sense this post uses, is a loop: the model decides which tool to call next, your code executes it, and the result feeds back in — repeating until the model decides it&amp;rsquo;s done. That&amp;rsquo;s a genuinely different (and riskier) shape than a single request/response call.&lt;/p&gt;</description></item></channel></rss>