<?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>Automation on Carles Abarca</title><link>https://carlesabarca.com/tags/automation/</link><description>Recent content in Automation 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/automation/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><item><title>Ten Professions at Risk of Extinction</title><link>https://carlesabarca.com/posts/ten-professions-at-risk/</link><pubDate>Thu, 15 Feb 2024 00:00:00 +0000</pubDate><guid>https://carlesabarca.com/posts/ten-professions-at-risk/</guid><description>Ten professions that could be significantly affected by the advancement of AI and automation.</description><content:encoded>&lt;p&gt;Ten professions that could be significantly affected by the advancement of AI and automation:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Data entry clerks&lt;/strong&gt; — The arrival of automation and AI systems capable of processing data at high speed could significantly reduce the need for manual data entry roles.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Telemarketers&lt;/strong&gt; — The rise of AI chatbots and voice assistants could soon eclipse the need for human telemarketers, as these technologies improve at handling sales calls and customer inquiries.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Accountants and bookkeepers&lt;/strong&gt; — Modern AI and machine learning algorithms are reaching a level of sophistication where they can effortlessly handle financial transactions and audits, potentially streamlining the numerous tasks traditionally performed by accountants and bookkeepers.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Proofreaders&lt;/strong&gt; — Advanced AI in language processing could take over proofreading tasks, identifying grammatical and stylistic errors, sometimes even more effectively than humans, which could diminish the demand for human proofreaders.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Retail cashiers&lt;/strong&gt; — The introduction of AI-powered retail technologies and automated payment systems poses a significant challenge to the need for cashiers in retail environments.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Travel agents&lt;/strong&gt; — AI-powered platforms offering personalized travel advice and bookings could effectively replace traditional travel agencies.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Assembly line workers&lt;/strong&gt; — The long integration of automation and robotics in manufacturing could be taken a step further with AI, potentially reducing the need for human workers on assembly lines dramatically.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Customer service representatives&lt;/strong&gt; — The increasing use of AI chatbots and virtual assistants across various industries to handle customer service inquiries could make some human customer service roles obsolete.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Translators&lt;/strong&gt; — Although the nuanced nature of language translation still benefits from human expertise, AI translation tools are rapidly improving and could soon handle simpler translation tasks with minimal human intervention.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Paralegals and legal assistants&lt;/strong&gt; — AI and machine learning technologies are being employed to automate document review and legal research, tasks that have traditionally been the domain of paralegals and legal assistants.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</content:encoded><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://carlesabarca.com/posts/ten-professions-at-risk/featured.png"/></item><item><title>The Double-Edged Sword of Generative AI: The Future of Work on the Brink</title><link>https://carlesabarca.com/posts/generative-ai-double-edged-sword/</link><pubDate>Wed, 14 Feb 2024 00:00:00 +0000</pubDate><guid>https://carlesabarca.com/posts/generative-ai-double-edged-sword/</guid><description>Generative AI brings fears of job security alongside its power to automate. The secret is in irreplaceable human skills.</description><content:encoded>&lt;p&gt;With the dawn of the Generative AI era on the horizon, the overall professional scenery as we know it has gone to the verge of massive alteration. It is amazing that AI is able to automate and even generate content on its own, yet it brings fears of job security for humans in the future.&lt;/p&gt;
&lt;p&gt;The most concerned about this change are professions where routine work and data processing are a prerequisite. Administrative roles, data entry clerks, and parts of customer service are most subject to the influence of artificial intelligence systems. These technologies can analyze and process information at speeds that humans could not reach. They can be invaluable for efficiency but at the same time could potentially render current roles redundant.&lt;/p&gt;
&lt;p&gt;The creative sector is certainly not immune either. If AI is now able to produce written content, art, and even music, creative professionals of the future may very well find themselves up against machines able to produce similar outputs in a fraction of the time. But human-created content has an edge — the unique human touch, emotional depth, and cultural understanding that it provides.&lt;/p&gt;
&lt;p&gt;That is not the alarm bell — it is the wake-up call. The secret to surviving in this new AI-governed landscape lies in irreplaceable human skills: creativity, empathy, strategic thinking, and emotional intelligence. The professionals who are flexible enough and decide to work with AI are the ones who will not just survive but thrive.&lt;/p&gt;
&lt;p&gt;The future of work is not about humans versus AI but about coming together to synergize with these technologies in a way that makes the world more efficient, more creative, and more empathetic. Let us deal with it upfront. Upskill and re-skill ourselves, because what is indispensable in the age of AI is the individual.&lt;/p&gt;</content:encoded><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://carlesabarca.com/posts/generative-ai-double-edged-sword/featured.png"/></item></channel></rss>