← Back to News

The Evolution of Autonomous AI Agents: Reshaping Operations and Cybersecurity

June 21, 2026

Artificial intelligence is transitioning from passive assistance to active autonomy through the development of agents. Unlike traditional AI that requires human direction for every task, an agent can evaluate objectives, make independent choices, and execute multi-step actions. A helpful analogy is a professional travel agent: rather than simply providing a list of flights, the agent identifies the best options within a specific budget and destination, handles the logistical comparisons, and prepares the booking for final confirmation. This shift moves the human role from direct execution to high-level supervision and orchestration.

In the realm of software development, tools like Codex or Claude Code demonstrate this shift by managing entire repositories. Rather than just offering snippets of code, these agents can diagnose bugs and implement fixes autonomously, though developers maintain final oversight. This fundamental change is forcing businesses to rethink their infrastructure. Instead of merely adding AI to existing workflows, forward-thinking organizations are redesigning their systems from the ground up to ensure data is structured in a way that autonomous agents can effectively utilize in real time.

However, this autonomy introduces significant cybersecurity challenges, particularly regarding "data in use." While data at rest in databases or data in transit across networks is typically well-protected via encryption, data actively being processed in memory (RAM) has historically been more vulnerable. AI agents increase this risk because they constantly handle sensitive credentials and confidential documents, making memory a lucrative target for attackers. Furthermore, agents are susceptible to prompt injection, where hidden instructions in documents can trick an agent into leaking data or performing unauthorized actions.

To mitigate these risks, companies are adopting "Confidential Computing," which utilizes Trusted Execution Environments (TEEs). These hardware-isolated zones protect data even while it is being processed and allow for cryptographic verification of the environment's integrity. Additionally, robust AI governance has become a strategic necessity. This involves centralized control over which tools are permitted, defining data access limits, and ensuring compliance with regulations like the European AI Act. Rather than banning AI—which often leads to employees using unmonitored personal accounts—successful organizations provide secure, verified tools and focus on educating their workforce on responsible use.


Read original at Telefónica Newsroom.

AI