<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agents on Antonio Cortés (DrZippie)</title><link>https://antoniocortes.com/tags/agents/</link><description>Recent content in Agents on Antonio Cortés (DrZippie)</description><generator>Hugo</generator><language>es-es</language><lastBuildDate>Tue, 03 Feb 2026 09:57:23 +0100</lastBuildDate><atom:link href="https://antoniocortes.com/tags/agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Agent Lightning: Microsoft and the Future of AI Agent Orchestration</title><link>https://antoniocortes.com/en/agent-lightning/</link><pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/agent-lightning/</guid><description>&lt;p&gt;A few days ago I discovered &lt;a href="https://github.com/microsoft/agent-lightning"&gt;Agent Lightning&lt;/a&gt;, a Microsoft project that I believe marks a before and after in how we think about AI agent orchestration. It&amp;rsquo;s not just another library; it&amp;rsquo;s a serious attempt to standardize how we build multi-agent systems.&lt;/p&gt;
&lt;h2 id="what-is-agent-lightning"&gt;What is Agent Lightning?&lt;/h2&gt;
&lt;p&gt;Agent Lightning is a Microsoft framework for orchestrating AI agents. It enables composition, integration, and deployment of multi-agent systems in a modular and scalable way. The premise is simple but powerful: agents should be components that can be combined, connected, and reused.&lt;/p&gt;</description></item><item><title>Vercel Sandbox: Running PHP, Node and Go Code Safely?</title><link>https://antoniocortes.com/en/vercel-sandbox/</link><pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/vercel-sandbox/</guid><description>&lt;p&gt;Vercel has announced the general availability of &lt;a href="https://vercel.com/blog/vercel-sandbox-is-now-generally-available"&gt;Vercel Sandbox&lt;/a&gt;, an execution layer designed specifically for AI agents. But beyond the AI agent hype, there&amp;rsquo;s an interesting question: can it be useful for running code safely in different languages like PHP, Node, or Go?&lt;/p&gt;
&lt;h2 id="what-is-vercel-sandbox"&gt;What is Vercel Sandbox?&lt;/h2&gt;
&lt;p&gt;Vercel Sandbox provides on-demand Linux microVMs. Each sandbox is isolated, with its own filesystem, network, and process space. You get &lt;code&gt;sudo&lt;/code&gt; access, package managers, and the ability to run the same commands you&amp;rsquo;d run on a Linux machine.&lt;/p&gt;</description></item><item><title>AI Coding Agents: Rules, Commands, Skills, MCP and Hooks Explained</title><link>https://antoniocortes.com/en/post/2026/02/ai-coding-agents-conceptos-clave/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2026/02/ai-coding-agents-conceptos-clave/</guid><description>&lt;p&gt;If you&amp;rsquo;re using tools like Claude Code, GitHub Copilot Workspace, or similar, you&amp;rsquo;ve probably noticed there&amp;rsquo;s technical jargon that goes beyond simply &amp;ldquo;chatting with AI&amp;rdquo;. I&amp;rsquo;m talking about terms like &lt;strong&gt;rules&lt;/strong&gt;, &lt;strong&gt;commands&lt;/strong&gt;, &lt;strong&gt;skills&lt;/strong&gt;, &lt;strong&gt;MCP&lt;/strong&gt;, and &lt;strong&gt;hooks&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;These concepts are the architecture that makes AI agents truly useful for software development. They&amp;rsquo;re not just fancy marketing words — each one serves a specific function in how the agent works.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s break them down one by one in a clear way.&lt;/p&gt;</description></item><item><title>Self-Improving Agents: When AI Starts Improving Itself</title><link>https://antoniocortes.com/self-improving-agents/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/self-improving-agents/</guid><description>&lt;p&gt;Recently, Addy Osmani published an article that gave me much to think about: &lt;em&gt;&amp;ldquo;Self-Improving Coding Agents&amp;rdquo;&lt;/em&gt;. The idea is simple but powerful: &lt;strong&gt;agents that not only execute tasks, but improve their own performance over time&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This isn&amp;rsquo;t science fiction. It&amp;rsquo;s happening now, in 2026. And it has profound implications for the future of software development and, by extension, for all professions.&lt;/p&gt;
&lt;h2 id="what-is-a-self-improving-agent"&gt;What is a Self-Improving Agent?&lt;/h2&gt;
&lt;p&gt;A self-improving agent is an AI system with the capacity to:&lt;/p&gt;</description></item><item><title>Agentic Programming with Claude: My Practical Experience Developing with AI</title><link>https://antoniocortes.com/en/post/2025/07/programacion_agentica_claude/</link><pubDate>Sun, 13 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/07/programacion_agentica_claude/</guid><description>&lt;p&gt;A few days ago I came across a very interesting stream where someone showed their setup for agentic programming using Claude Code. After years developing &amp;ldquo;the old-fashioned way,&amp;rdquo; I have to admit that I&amp;rsquo;ve found this revealing.&lt;/p&gt;
&lt;h2 id="what-is-agentic-programming"&gt;What is Agentic Programming?&lt;/h2&gt;
&lt;p&gt;For those not familiar with the term, agentic programming is basically letting an AI agent (in this case Claude) write code for you. But I&amp;rsquo;m not talking about asking it to generate a snippet, but giving it full access to your system so it can read, write, execute, and debug code autonomously.&lt;/p&gt;</description></item><item><title>How to build an agent: from idea to reality</title><link>https://antoniocortes.com/en/post/2025/07/como-construir-un-agente/</link><pubDate>Thu, 10 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/07/como-construir-un-agente/</guid><description>&lt;p&gt;Lately, there&amp;rsquo;s been talk of AI agents everywhere. Every company has their roadmap full of &amp;ldquo;agents that will revolutionize this and that,&amp;rdquo; but when you scratch a little, you realize few have actually managed to build something useful that works in production.&lt;/p&gt;
&lt;p&gt;Recently I read a &lt;a href="https://blog.langchain.com/how-to-build-an-agent/"&gt;very interesting article by LangChain&lt;/a&gt; about how to build agents in a practical way, and it seems to me a very sensible approach I wanted to share with you. I&amp;rsquo;ve adapted it with my own reflections after having banged my head more than once trying to implement &amp;ldquo;intelligent&amp;rdquo; systems that weren&amp;rsquo;t really that intelligent.&lt;/p&gt;</description></item><item><title>A2A vs MCP: Tools or Agents? The difference that will change how we build AI systems</title><link>https://antoniocortes.com/en/post/2025/07/a2a_vs_mcp_herramientas_agentes_09_julio_2025/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/07/a2a_vs_mcp_herramientas_agentes_09_julio_2025/</guid><description>&lt;h2 id="two-protocols-two-philosophies"&gt;Two protocols, two philosophies&lt;/h2&gt;
&lt;p&gt;In recent months, two protocols have emerged that will change how we build AI systems: &lt;strong&gt;&lt;a href="https://a2aprotocol.ai/"&gt;Agent2Agent Protocol (A2A)&lt;/a&gt;&lt;/strong&gt; from Google and &lt;strong&gt;&lt;a href="https://modelcontextprotocol.io/"&gt;Model Context Protocol (MCP)&lt;/a&gt;&lt;/strong&gt; from Anthropic. But here&amp;rsquo;s the thing: &lt;strong&gt;they don&amp;rsquo;t compete with each other&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In fact, after analyzing both for weeks, I&amp;rsquo;ve realized that understanding the difference between A2A and MCP is crucial for anyone building AI systems beyond simple chatbots.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The key lies in one question&lt;/strong&gt;: Are you connecting an AI with tools, or are you coordinating multiple intelligences?&lt;/p&gt;</description></item><item><title>Context Engineering: Prompt Engineering Has Grown Up</title><link>https://antoniocortes.com/en/post/2025/context-engineering-el-prompt-engineering-ha-crecido/</link><pubDate>Sat, 05 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/context-engineering-el-prompt-engineering-ha-crecido/</guid><description>&lt;p&gt;A few years ago, many AI researchers (even the most reputable) predicted that prompt engineering would be a temporary skill that would quickly disappear. They were completely wrong. Not only has it not disappeared, but &lt;strong&gt;it has evolved into something much more sophisticated: Context Engineering&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;And no, it&amp;rsquo;s not just another buzzword. It&amp;rsquo;s a natural evolution that reflects the real complexity of working with LLMs in production applications.&lt;/p&gt;
&lt;h2 id="from-prompt-engineering-to-context-engineering"&gt;From prompt engineering to context engineering&lt;/h2&gt;
&lt;p&gt;The problem with the term &amp;ldquo;prompt engineering&amp;rdquo; is that many people confuse it with &lt;strong&gt;blind prompting&lt;/strong&gt; - simply writing a question in ChatGPT and expecting a result. That&amp;rsquo;s not engineering, that&amp;rsquo;s using a tool.&lt;/p&gt;</description></item><item><title>Agent Communication Protocol (ACP): The HTTP of AI Agents</title><link>https://antoniocortes.com/en/post/2025/agent-communication-protocol-acp-02_julio_2025/</link><pubDate>Wed, 02 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/agent-communication-protocol-acp-02_julio_2025/</guid><description>&lt;h2 id="yet-another-protocol-promising-to-change-everything"&gt;Yet another protocol promising to change everything&lt;/h2&gt;
&lt;p&gt;When IBM Research announced the &lt;strong&gt;Agent Communication Protocol (ACP)&lt;/strong&gt; as part of the BeeAI project, my first reaction was the usual one: &lt;em&gt;&amp;ldquo;Oh, just another universal protocol&amp;rdquo;&lt;/em&gt;. With nearly 30 years in this field, I&amp;rsquo;ve seen too many &amp;ldquo;definitive standards&amp;rdquo; that ended up forgotten.&lt;/p&gt;
&lt;p&gt;But there&amp;rsquo;s something different about ACP that made me pay attention: &lt;strong&gt;it doesn&amp;rsquo;t promise to solve all the world&amp;rsquo;s problems&lt;/strong&gt;. It simply focuses on one very specific thing: making AI agents from different frameworks talk to each other. And it does it in a way that really makes sense.&lt;/p&gt;</description></item><item><title>Walmart and the Agentic Future: How the Retail Giant is Revolutionizing Shopping with Autonomous AI Agents</title><link>https://antoniocortes.com/en/post/2025/walmart_futuro_agentico_ia_1_julio_2025/</link><pubDate>Tue, 01 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/walmart_futuro_agentico_ia_1_julio_2025/</guid><description>&lt;p&gt;The future of shopping is here, and Walmart is leading a quiet revolution that will forever change how we interact with retail. While many companies are still experimenting with ChatGPT and basic generative AI tools, the Arkansas giant has taken a quantum leap toward &lt;strong&gt;Agentic AI&lt;/strong&gt;, developing autonomous systems that not only recommend products but act, decide, and execute complete tasks on their own.&lt;/p&gt;
&lt;p&gt;In this deep analysis, we&amp;rsquo;ll explore how Walmart is building a future where AI agents don&amp;rsquo;t just assist humans but operate as true autonomous collaborators, transforming from the shopping experience to the most complex internal operations.&lt;/p&gt;</description></item></channel></rss>