<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Phero - Tag - Simone Vellei - Blog</title><link>https://simonevellei.com/en/tags/phero/</link><description>Phero - Tag - Simone Vellei - Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>henomis@gmail.com (Simone Vellei)</managingEditor><webMaster>henomis@gmail.com (Simone Vellei)</webMaster><copyright>© 2025 Simone Vellei. All rights reserved.</copyright><lastBuildDate>Wed, 08 Apr 2026 17:01:39 +0200</lastBuildDate><atom:link href="https://simonevellei.com/en/tags/phero/" rel="self" type="application/rss+xml"/><item><title>Build a support agent that routes itself</title><link>https://simonevellei.com/en/build-a-support-agent-that-routes-itself/</link><pubDate>Wed, 08 Apr 2026 17:01:39 +0200</pubDate><author>Simone Vellei</author><guid>https://simonevellei.com/en/build-a-support-agent-that-routes-itself/</guid><description><![CDATA[<div class="featured-image">
                <img src="/images/phero003.png" referrerpolicy="no-referrer">
            </div><p>A lot of support bots fail for the same reason. They try to do everything with one prompt.</p>
<p>Billing questions, outage reports, refund requests, API errors, onboarding questions. It all goes into one agent, and the prompt turns into a long list of rules, exceptions, and fallback behavior. At first it feels convenient. A few weeks later it feels fragile.</p>
<p>This is where multi agent systems stop being a buzzword and start being useful.</p>]]></description></item><item><title>Go is the right language for production AI agents</title><link>https://simonevellei.com/en/go-is-the-right-language-for-production-ai-agents/</link><pubDate>Sat, 04 Apr 2026 10:11:47 +0200</pubDate><author>Simone Vellei</author><guid>https://simonevellei.com/en/go-is-the-right-language-for-production-ai-agents/</guid><description><![CDATA[<div class="featured-image">
                <img src="/images/phero002.png" referrerpolicy="no-referrer">
            </div><p>AI agents are graduating from demos to production, and the infrastructure choices you make today will shape your system&rsquo;s reliability, cost, and scalability for years. The language you build on matters.</p>
<p>Go was designed for exactly the kind of systems that AI agents are: networked, concurrent, long-running services that need to be fast, small, and maintainable at scale. Yet most AI tooling still defaults to languages built for interactive data work, not production services.</p>]]></description></item></channel></rss>