<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LLM on Antonio Cortés (DrZippie)</title><link>https://antoniocortes.com/tags/llm/</link><description>Recent content in LLM on Antonio Cortés (DrZippie)</description><generator>Hugo</generator><language>es-es</language><lastBuildDate>Sun, 01 Feb 2026 21:46:02 +0100</lastBuildDate><atom:link href="https://antoniocortes.com/tags/llm/index.xml" rel="self" type="application/rss+xml"/><item><title>IA Local en Raspberry Pi 5 con Ollama: Tu servidor de IA privado en casa</title><link>https://antoniocortes.com/2025/07/21/ia-local-en-raspberry-pi-5-con-ollama-tu-servidor-de-ia-privado-en-casa/</link><pubDate>Mon, 21 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/07/21/ia-local-en-raspberry-pi-5-con-ollama-tu-servidor-de-ia-privado-en-casa/</guid><description>&lt;p&gt;Hace unos meses me topé con algo que realmente me llamó la atención: la posibilidad de tener mi propio &amp;ldquo;ChatGPT&amp;rdquo; funcionando en casa, sin enviar datos a ningún lado, usando únicamente un Raspberry Pi 5. Suena demasiado bueno para ser verdad, ¿no?&lt;/p&gt;
&lt;p&gt;Pues resulta que con &lt;strong&gt;Ollama&lt;/strong&gt; y un Pi 5 es perfectamente posible montar un servidor de IA local que funciona sorprendentemente bien. Te cuento mi experiencia y cómo puedes hacerlo tú también.&lt;/p&gt;</description></item><item><title>Local AI on Raspberry Pi 5 with Ollama: Your private AI server at home</title><link>https://antoniocortes.com/en/post/2025/07/ia-local-raspberry-pi-5-ollama/</link><pubDate>Mon, 21 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/07/ia-local-raspberry-pi-5-ollama/</guid><description>&lt;p&gt;A few months ago I came across something that really caught my attention: the possibility of having my own &amp;ldquo;ChatGPT&amp;rdquo; running at home, without sending data anywhere, using only a Raspberry Pi 5. Sounds too good to be true, right?&lt;/p&gt;
&lt;p&gt;Well, it turns out that with &lt;strong&gt;Ollama&lt;/strong&gt; and a Pi 5 it&amp;rsquo;s perfectly possible to set up a local AI server that works surprisingly well. Let me tell you my experience and how you can do it too.&lt;/p&gt;</description></item><item><title>Cómo construir un agente: de la idea a la realidad</title><link>https://antoniocortes.com/2025/07/10/c%C3%B3mo-construir-un-agente-de-la-idea-a-la-realidad/</link><pubDate>Thu, 10 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/07/10/c%C3%B3mo-construir-un-agente-de-la-idea-a-la-realidad/</guid><description>&lt;p&gt;Últimamente no para de hablarse de agentes de IA por todas partes. Cada empresa tiene su roadmap lleno de &amp;ldquo;agentes que van a revolucionar esto y aquello&amp;rdquo;, pero cuando rascas un poco, te das cuenta de que pocos han conseguido realmente construir algo útil y que funcione en producción.&lt;/p&gt;
&lt;p&gt;Hace poco leí un &lt;a href="https://blog.langchain.com/how-to-build-an-agent/"&gt;artículo muy interesante de LangChain&lt;/a&gt; sobre cómo construir agentes de forma práctica, y me ha parecido un enfoque muy sensato que quería compartir contigo. Lo he adaptado con mis propias reflexiones después de haberme dado más de un cabezazo intentando implementar sistemas &amp;ldquo;inteligentes&amp;rdquo; que al final no lo eran tanto.&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>AgentHouse: Cuando las bases de datos empiezan a hablar nuestro idioma</title><link>https://antoniocortes.com/2025/07/09/agenthouse-cuando-las-bases-de-datos-empiezan-a-hablar-nuestro-idioma/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/07/09/agenthouse-cuando-las-bases-de-datos-empiezan-a-hablar-nuestro-idioma/</guid><description>&lt;p&gt;Hace unos meses, cuando Anthropic lanzó su protocolo MCP (Model Context Protocol), sabía que íbamos a ver integraciones interesantes entre LLMs y bases de datos. Lo que no esperaba era ver algo tan pulido y funcional como AgentHouse de ClickHouse tan pronto.&lt;/p&gt;
&lt;p&gt;Tengo planificado probar esta demo en breve, pero ya solo leyendo sobre ella me parece fascinante la idea de poder preguntarle a una base de datos cosas como &amp;ldquo;¿cuáles son los repositorios más populares de GitHub este mes?&amp;rdquo; y obtener no solo una respuesta, sino visualizaciones automáticas.&lt;/p&gt;</description></item><item><title>AgentHouse: When databases start speaking our language</title><link>https://antoniocortes.com/en/post/2025/07/agenthouse-clickhouse-mcp-09_julio_2025/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/post/2025/07/agenthouse-clickhouse-mcp-09_julio_2025/</guid><description>&lt;p&gt;A few months ago, when Anthropic launched their MCP (Model Context Protocol), I knew we&amp;rsquo;d see interesting integrations between LLMs and databases. What I didn&amp;rsquo;t expect was to see something as polished and functional as ClickHouse&amp;rsquo;s AgentHouse so soon.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m planning to test this demo soon, but just reading about it, the idea of being able to ask a database questions like &amp;ldquo;What are the most popular GitHub repositories this month?&amp;rdquo; and getting not just an answer, but automatic visualizations, seems fascinating.&lt;/p&gt;</description></item><item><title>LM Studio elimina las barreras: ahora es gratis también para el trabajo</title><link>https://antoniocortes.com/2025/07/09/lm-studio-elimina-las-barreras-ahora-es-gratis-tambi%C3%A9n-para-el-trabajo/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/07/09/lm-studio-elimina-las-barreras-ahora-es-gratis-tambi%C3%A9n-para-el-trabajo/</guid><description>&lt;p&gt;En mis años desarrollando software, he aprendido que las mejores herramientas son las que eliminan fricciones innecesarias. Y LM Studio acaba de dar un paso enorme en esa dirección: &lt;strong&gt;&lt;a href="https://lmstudio.ai/blog/free-for-work"&gt;ya es completamente gratuito para uso empresarial&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Esto puede sonar como &amp;ldquo;otra noticia más&amp;rdquo; de IA, pero para quienes llevamos tiempo experimentando con modelos locales, es un cambio de paradigma importante.&lt;/p&gt;
&lt;h2 id="el-problema-que-había-antes"&gt;El problema que había antes&lt;/h2&gt;
&lt;p&gt;Desde su lanzamiento en mayo de 2023, LM Studio siempre fue gratuito para uso personal. Pero si querías usarlo en tu empresa, tenías que contactar con ellos para obtener una licencia comercial. Esto creaba exactamente el tipo de fricción que mata la experimentación en equipos.&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: El prompt engineering ha crecido</title><link>https://antoniocortes.com/2025/07/05/context-engineering-el-prompt-engineering-ha-crecido/</link><pubDate>Sat, 05 Jul 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/07/05/context-engineering-el-prompt-engineering-ha-crecido/</guid><description>&lt;p&gt;Hace unos años, muchos investigadores de IA (incluso los más reputados) predecían que el prompt engineering sería una habilidad temporal que desaparecería rápidamente. Se equivocaron completamente. No solo no ha desaparecido, sino que &lt;strong&gt;ha evolucionado hacia algo mucho más sofisticado: Context Engineering&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Y no, no es solo otro término de moda. Es una evolución natural que refleja la complejidad real de trabajar con LLMs en aplicaciones productivas.&lt;/p&gt;
&lt;h2 id="de-prompt-engineering-a-context-engineering"&gt;De prompt engineering a context engineering&lt;/h2&gt;
&lt;p&gt;El problema con el término &amp;ldquo;prompt engineering&amp;rdquo; es que mucha gente lo confunde con &lt;strong&gt;blind prompting&lt;/strong&gt; - simplemente escribir una pregunta en ChatGPT y esperar un resultado. Eso no es ingeniería, es usar una herramienta.&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>LLMs en Ingeniería de Software: Reality Check de 2025</title><link>https://antoniocortes.com/2025/07/03/llms-en-ingenier%C3%ADa-de-software-reality-check-de-2025/</link><pubDate>Thu, 03 Jul 2025 10:00:00 +0200</pubDate><guid>https://antoniocortes.com/2025/07/03/llms-en-ingenier%C3%ADa-de-software-reality-check-de-2025/</guid><description>&lt;h2 id="el-hype-vs-la-realidad-reflexiones-de-un-desarrollador-con-30-años-de-guerra"&gt;El hype vs la realidad: reflexiones de un desarrollador con 30 años de guerra&lt;/h2&gt;
&lt;p&gt;Esta mañana me he topado con una charla que me ha hecho reflexionar bastante sobre todo este revuelo que hay montado con la IA y el desarrollo de software. El ponente, con una dosis saludable de escepticismo, hace un &amp;ldquo;reality check&amp;rdquo; sobre las afirmaciones grandilocuentes que estamos escuchando por todas partes.&lt;/p&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/EO3_qN_Ynsk?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;

&lt;p&gt;&lt;em&gt;La charla completa que ha inspirado estas reflexiones. Vale la pena verla entera.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>LLMs in Software Engineering: 2025 Reality Check</title><link>https://antoniocortes.com/en/post/2025/llms-ingenieria-software-reality-check-2025/</link><pubDate>Thu, 03 Jul 2025 10:00:00 +0200</pubDate><guid>https://antoniocortes.com/en/post/2025/llms-ingenieria-software-reality-check-2025/</guid><description>&lt;h2 id="the-hype-vs-reality-reflections-from-a-developer-with-30-years-of-experience"&gt;The hype vs reality: reflections from a developer with 30 years of experience&lt;/h2&gt;
&lt;p&gt;This morning I came across a talk that made me reflect quite a bit about all this fuss surrounding AI and software development. The speaker, with a healthy dose of skepticism, does a &amp;ldquo;reality check&amp;rdquo; on all the grandiose claims we&amp;rsquo;re hearing everywhere.&lt;/p&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/EO3_qN_Ynsk?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;

&lt;p&gt;&lt;em&gt;The complete talk that inspired these reflections. It&amp;rsquo;s worth watching in full.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>STORM: El sistema de IA que revoluciona la escritura de artículos largos simulando el proceso de investigación humano</title><link>https://antoniocortes.com/2025/05/18/storm-el-sistema-de-ia-que-revoluciona-la-escritura-de-art%C3%ADculos-largos-simulando-el-proceso-de-investigaci%C3%B3n-humano/</link><pubDate>Sun, 18 May 2025 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/2025/05/18/storm-el-sistema-de-ia-que-revoluciona-la-escritura-de-art%C3%ADculos-largos-simulando-el-proceso-de-investigaci%C3%B3n-humano/</guid><description>&lt;p&gt;La creación de artículos largos y fundamentados ha sido tradicionalmente una tarea compleja que requiere habilidades avanzadas de investigación y escritura. Recientemente, investigadores de Stanford han presentado &lt;strong&gt;STORM&lt;/strong&gt; (&lt;em&gt;Synthesis of Topic Outlines through Retrieval and Multi-perspective Question Asking&lt;/em&gt;), un sistema revolucionario que automatiza el proceso de escritura de artículos tipo Wikipedia desde cero, y los resultados son realmente impresionantes.&lt;/p&gt;
&lt;p&gt;En este análisis detallado, exploraremos cómo STORM está transformando la manera en que pensamos sobre la escritura asistida por IA y por qué este enfoque podría cambiar para siempre la forma en que creamos contenido informativo.&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>