<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Artificial Intelligence on Antonio Cortés (DrZippie)</title><link>https://antoniocortes.com/categories/artificial-intelligence/</link><description>Recent content in Artificial Intelligence on Antonio Cortés (DrZippie)</description><generator>Hugo</generator><language>es-es</language><lastBuildDate>Mon, 30 Mar 2026 10:26:28 +0200</lastBuildDate><atom:link href="https://antoniocortes.com/categories/artificial-intelligence/index.xml" rel="self" type="application/rss+xml"/><item><title>Auto Memory and Auto Dream: how Claude Code learns and consolidates its memory</title><link>https://antoniocortes.com/en/post/2026/03/2026-03-30-claude-code-auto-dream-consolidated-memory/</link><pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2026/03/2026-03-30-claude-code-auto-dream-consolidated-memory/</guid><description>&lt;p&gt;If you&amp;rsquo;ve been using Claude Code with Auto Memory enabled for a while, you&amp;rsquo;ve probably noticed that after several sessions, Claude&amp;rsquo;s notes about your project start accumulating contradictions. Entries saying &amp;ldquo;yesterday we decided to use Redis&amp;rdquo; without specifying which day &amp;ldquo;yesterday&amp;rdquo; was. Debugging notes referencing files that no longer exist. Three different entries about the same build quirk. What started as a useful notebook becomes noise.&lt;/p&gt;
&lt;p&gt;Anthropic has just released &lt;strong&gt;Auto Dream&lt;/strong&gt;, a feature that does exactly what its name suggests: it consolidates Claude Code&amp;rsquo;s memory the way the human brain consolidates memories during REM sleep.&lt;/p&gt;</description></item><item><title>Claude Code with LSP: from searching text to understanding code</title><link>https://antoniocortes.com/en/post/2026/03/2026-03-10-claude-code-lsp-upgrade-code-navigation/</link><pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2026/03/2026-03-10-claude-code-lsp-upgrade-code-navigation/</guid><description>&lt;p&gt;I have been using Claude Code daily for months, and there is one configuration that has completely changed how it works with my code. It is not a new plugin, a more powerful model, or a magic prompt. It is something that has existed since 2016 and that most developers use without knowing it every time they open VS Code: the Language Server Protocol (LSP).&lt;/p&gt;
&lt;p&gt;&lt;a href="https://karanbansal.in/blog/claude-code-lsp/"&gt;Karan Bansal published an excellent article&lt;/a&gt; explaining in detail how to enable LSP in Claude Code and why it matters. After trying it, I can confirm the difference is real and significant.&lt;/p&gt;</description></item><item><title>The Software Development Renaissance with AI Agents</title><link>https://antoniocortes.com/en/ai-software-development-renaissance/</link><pubDate>Fri, 06 Feb 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/ai-software-development-renaissance/</guid><description>&lt;p&gt;Greg Brockman, President and Co-Founder of OpenAI, recently published a thread that perfectly describes the moment we&amp;rsquo;re living in software development. According to him, we&amp;rsquo;re witnessing a genuine renaissance in software development, driven by AI tools that have improved exponentially since December.&lt;/p&gt;
&lt;h2 id="the-qualitative-leap"&gt;The qualitative leap&lt;/h2&gt;
&lt;p&gt;The most striking part of Brockman&amp;rsquo;s thread is how they describe the internal change at OpenAI: engineers who previously used Codex for unit tests now see the tool writing practically all code and handling a large portion of operations and debugging. This isn&amp;rsquo;t an incremental improvement, it&amp;rsquo;s a paradigm shift.&lt;/p&gt;</description></item><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>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>European Open Source AI Index: Measuring True AI Openness</title><link>https://antoniocortes.com/en/european-open-source-ai-index/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/european-open-source-ai-index/</guid><description>&lt;p&gt;Lately I&amp;rsquo;m seeing more and more AI models calling themselves &amp;ldquo;open source&amp;rdquo;. Llama, Mistral, Falcon&amp;hellip; they all claim to be &amp;ldquo;open&amp;rdquo;. But are they really? How open are they actually?&lt;/p&gt;
&lt;p&gt;I recently discovered the &lt;strong&gt;European Open Source AI Index (OSAI)&lt;/strong&gt;, a European initiative doing excellent work systematically evaluating how open generative AI models really are.&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>When Claude Plans Your Route on Mars: NASA Uses AI for Perseverance</title><link>https://antoniocortes.com/en/post/2026/01/2026-01-31-claude-nasa-mars-rover/</link><pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2026/01/2026-01-31-claude-nasa-mars-rover/</guid><description>&lt;p&gt;A few days ago I read news that left me thinking for a while. It&amp;rsquo;s not the first time I&amp;rsquo;ve heard about AI in space, but it is the first time I&amp;rsquo;ve read about Claude planning routes on Mars. And the best part: it worked.&lt;/p&gt;
&lt;p&gt;NASA has been using Anthropic&amp;rsquo;s Claude to plan the Perseverance rover&amp;rsquo;s routes on Mars. Yes, you read that right: a generative language model generating navigation routes for a rover that&amp;rsquo;s 225 million kilometers away.&lt;/p&gt;</description></item><item><title>When Curiosity Meets Go: TinyEMU-Go and the Art of Porting an Emulator with AI</title><link>https://antoniocortes.com/en/post/2026/01/tinyemu-go-curiosity-riscv-emulation/</link><pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2026/01/tinyemu-go-curiosity-riscv-emulation/</guid><description>&lt;p&gt;A few days ago I came across an article that literally left me with my mouth open. It&amp;rsquo;s about &lt;strong&gt;TinyEMU-Go&lt;/strong&gt;: a RISC-V emulator written entirely in Go, ported from C using Claude. And the best part: you can run a complete Linux with a single command.&lt;/p&gt;
&lt;h2 id="the-command-line-that-gave-me-envy"&gt;The Command Line That Gave Me Envy&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;go run github.com/jtolio/tinyemu-go/temubox/example@2c8151233c2d
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And boom, you have a complete Linux running. No special permissions, no containers, no weird dependencies. A pure static Go binary.&lt;/p&gt;</description></item><item><title>MCPHero: The Bridge Between MCP and Traditional AI Libraries</title><link>https://antoniocortes.com/mcphero-bridge-mcp-libs-ai/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/mcphero-bridge-mcp-libs-ai/</guid><description>&lt;p&gt;Lately I&amp;rsquo;ve been closely following everything around the &lt;strong&gt;MCP protocol&lt;/strong&gt; (Model Context Protocol), and recently I found a project that makes a lot of sense: &lt;strong&gt;MCPHero&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The reality is that although MCP is taking off, many &amp;ldquo;traditional&amp;rdquo; AI libraries like &lt;code&gt;openai&lt;/code&gt; or &lt;code&gt;google-genai&lt;/code&gt; still don&amp;rsquo;t have native MCP support. They only support tool/function calls. MCPHero comes to solve exactly this: make a bridge between MCP servers and these libraries.&lt;/p&gt;
&lt;h2 id="what-is-mcphero"&gt;What is MCPHero?&lt;/h2&gt;
&lt;p&gt;MCPHero is a Python library that lets you use MCP servers as tools/functions in native AI libraries. Basically, it lets you connect to any MCP server and use its tools as if they were native OpenAI or Google Gemini tools.&lt;/p&gt;</description></item><item><title>When AI Disempowers Us: Worrying Patterns in Real Claude Usage</title><link>https://antoniocortes.com/en/post/2026/01/2026-01-30-ai-disempowerment-patterns/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2026/01/2026-01-30-ai-disempowerment-patterns/</guid><description>&lt;p&gt;A few days ago Anthropic published a paper that gave me much to think about. It&amp;rsquo;s titled &amp;ldquo;Disempowerment patterns in real-world AI usage&amp;rdquo; and analyzes, for the first time at scale, how AI interactions may be diminishing our capacity for autonomous judgment.&lt;/p&gt;
&lt;p&gt;And no, we&amp;rsquo;re not talking about science fiction scenarios like &amp;ldquo;Skynet taking control.&amp;rdquo; We&amp;rsquo;re talking about something much more subtle and, perhaps for that reason, more dangerous: the voluntary cession of our critical judgment to an AI system.&lt;/p&gt;</description></item><item><title>Advanced Claude Code: Tips, tricks, and custom commands to maximize your productivity</title><link>https://antoniocortes.com/en/post/2025/07/claude_code_avanzado/</link><pubDate>Sun, 13 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/07/claude_code_avanzado/</guid><description>&lt;p&gt;After my &lt;a href="https://antoniocortes.com/2025/07/13/programaci%C3%B3n-ag%C3%A9ntica-con-claude-mi-experiencia-pr%C3%A1ctica-desarrollando-con-ia/"&gt;previous article about agent-centric programming&lt;/a&gt;, I&amp;rsquo;ve been researching more advanced techniques for using Claude Code really productively. As a programmer with 30 years of experience, I&amp;rsquo;ve seen many promising tools that ultimately didn&amp;rsquo;t deliver on their promises. But Claude Code, when used correctly, is becoming a real game-changer.&lt;/p&gt;
&lt;h2 id="beyond-the-basics-the-difference-between-playing-and-working-seriously"&gt;Beyond the basics: The difference between playing and working seriously&lt;/h2&gt;
&lt;p&gt;One thing is using Claude Code for experiments or personal projects, and another very different thing is integrating it into a professional workflow. For serious projects, you need a different approach:&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>LM Studio Removes Barriers: Now Free for Work Too</title><link>https://antoniocortes.com/en/post/2025/07/lm-studio-gratis-trabajo-julio-2025/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/07/lm-studio-gratis-trabajo-julio-2025/</guid><description>&lt;p&gt;In my years developing software, I&amp;rsquo;ve learned that the best tools are those that eliminate unnecessary friction. And LM Studio has just taken a huge step in that direction: &lt;strong&gt;&lt;a href="https://lmstudio.ai/blog/free-for-work"&gt;it&amp;rsquo;s now completely free for enterprise use&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This may sound like &amp;ldquo;just another AI news item,&amp;rdquo; but for those of us who have been experimenting with local models for a while, this is an important paradigm shift.&lt;/p&gt;
&lt;h2 id="the-problem-that-existed-before"&gt;The problem that existed before&lt;/h2&gt;
&lt;p&gt;Since its launch in May 2023, LM Studio was always free for personal use. But if you wanted to use it in your company, you had to contact them to obtain a commercial license. This created exactly the type of friction that kills team experimentation.&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>MCP for Skeptics: Why the Model Context Protocol is Worth It (even if it doesn't seem like it)</title><link>https://antoniocortes.com/en/post/2025/mcp-para-escepticos/</link><pubDate>Wed, 02 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/mcp-para-escepticos/</guid><description>&lt;h2 id="confession-of-a-converted-skeptic"&gt;Confession of a converted skeptic&lt;/h2&gt;
&lt;p&gt;When Anthropic announced the &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt; in November 2024, my first reaction was: &lt;em&gt;&amp;ldquo;Ah, another protocol promising to solve all integration problems&amp;rdquo;&lt;/em&gt;. As a DevOps Manager who has seen dozens of &amp;ldquo;universal standards&amp;rdquo; born and die, I have reasons to be skeptical.&lt;/p&gt;
&lt;p&gt;But after several months watching MCP be massively adopted - &lt;strong&gt;OpenAI integrated it in March 2025, Google DeepMind in April&lt;/strong&gt; - I decided to investigate beyond the hype. And I have to admit something: &lt;strong&gt;I was wrong&lt;/strong&gt;.&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><item><title>STORM: The AI System Revolutionizing Long-Form Article Writing by Simulating Human Research Process</title><link>https://antoniocortes.com/en/post/2025/storm_sistema_ia_escritura_articulos_18_mayo_2025/</link><pubDate>Sun, 18 May 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/storm_sistema_ia_escritura_articulos_18_mayo_2025/</guid><description>&lt;p&gt;Creating long, well-founded articles has traditionally been a complex task requiring advanced research and writing skills. Recently, researchers from Stanford presented &lt;strong&gt;STORM&lt;/strong&gt; (&lt;em&gt;Synthesis of Topic Outlines through Retrieval and Multi-perspective Question Asking&lt;/em&gt;), a revolutionary system that automates the Wikipedia-style article writing process from scratch, and the results are truly impressive.&lt;/p&gt;
&lt;p&gt;In this detailed analysis, we&amp;rsquo;ll explore how STORM is transforming the way we think about AI-assisted writing and why this approach could forever change the way we create informative content.&lt;/p&gt;</description></item></channel></rss>