<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>LLM on Carles Abarca</title><link>https://carlesabarca.com/tags/llm/</link><description>Recent content in LLM on Carles Abarca</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Carles Abarca</copyright><lastBuildDate>Tue, 15 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://carlesabarca.com/tags/llm/index.xml" rel="self" type="application/rss+xml"/><item><title>The Next AI Wave: Agents</title><link>https://carlesabarca.com/posts/next-ai-wave-agents/</link><pubDate>Tue, 15 Oct 2024 00:00:00 +0000</pubDate><guid>https://carlesabarca.com/posts/next-ai-wave-agents/</guid><description>AI agents are not chatbots. They are autonomous entities that plan, reason, and act. This is the next wave, and it changes everything.</description><content:encoded>&lt;p&gt;The AI conversation has been dominated by chatbots and copilots &amp;ndash; tools that assist humans in doing their work faster. That era is ending. The next wave is agents, and the distinction matters more than most people realize.&lt;/p&gt;

&lt;h2 class="relative group"&gt;From assistants to autonomous actors
 &lt;div id="from-assistants-to-autonomous-actors" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#from-assistants-to-autonomous-actors" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;A chatbot responds to prompts. An agent pursues objectives.&lt;/p&gt;
&lt;p&gt;The difference is not incremental. It is architectural. An AI agent is an autonomous entity that receives a goal, decomposes it into subtasks, plans an execution strategy, uses tools and APIs to act on the world, observes results, adjusts its approach, and iterates until the objective is met. No human in the loop for each step. No prompt-response-prompt cycle.&lt;/p&gt;
&lt;p&gt;Think of it this way: a copilot helps you write an email. An agent handles your entire inbox &amp;ndash; triaging, responding, escalating, scheduling follow-ups &amp;ndash; while you focus on the decisions that actually require your judgment.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Why now
 &lt;div id="why-now" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#why-now" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Three converging forces make agents viable today in ways they were not two years ago:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Reasoning capability.&lt;/strong&gt; Large language models have crossed a threshold in their ability to decompose complex problems, maintain context across long chains of action, and recover from errors. This is not about generating better text. It is about planning and execution.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tool use.&lt;/strong&gt; Modern LLMs can reliably call APIs, query databases, browse the web, execute code, and interact with external systems. The agent is not trapped in a text box. It operates in the real digital environment.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cost economics.&lt;/strong&gt; Inference costs have dropped by orders of magnitude. Running an agent that makes dozens of API calls to complete a complex task is now economically viable at enterprise scale.&lt;/p&gt;

&lt;h2 class="relative group"&gt;What this means for enterprises
 &lt;div id="what-this-means-for-enterprises" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-this-means-for-enterprises" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;The implications for enterprise technology are profound:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Workflow automation moves from rule-based to goal-based.&lt;/strong&gt; Instead of encoding every step in a process, you define the outcome. The agent figures out the path. This makes automation accessible to business users, not just developers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The value of software shifts.&lt;/strong&gt; If an agent can navigate a UI, call APIs, and execute business logic, the value of the software layer between the user and the data is fundamentally questioned. Middleware, workflow tools, and integration platforms face existential pressure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New security surfaces emerge.&lt;/strong&gt; Autonomous agents with API access introduce attack vectors that traditional security models were not designed for. Identity, authorization, and audit trails need to be rethought for non-human actors that make decisions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Organizational structure adapts.&lt;/strong&gt; When agents handle execution, the human role shifts to oversight, strategy, and exception handling. This is not about eliminating jobs &amp;ndash; it is about redefining what humans do in knowledge work.&lt;/p&gt;

&lt;h2 class="relative group"&gt;The road ahead
 &lt;div id="the-road-ahead" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-road-ahead" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;We are in the early innings. Current agents are brittle in edge cases, expensive to orchestrate at scale, and difficult to debug when they fail. But the trajectory is clear. The companies building agent infrastructure today &amp;ndash; orchestration frameworks, tool ecosystems, evaluation pipelines &amp;ndash; are building the platforms of the next decade.&lt;/p&gt;
&lt;p&gt;The question for every technology leader is not whether agents will reshape their industry. It is whether they will be the ones deploying them or the ones being disrupted by them.&lt;/p&gt;
&lt;p&gt;The window for strategic positioning is open. It will not stay open long.&lt;/p&gt;</content:encoded><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://carlesabarca.com/posts/next-ai-wave-agents/featured.png"/></item></channel></rss>