FM Logo
AI BlogAI NewsAI LabThe BookAbout
How can I help?
How can I help?

What really changes this week: Will the costs of autonomous agents and new legal responsibilities change the ROI of artificial intelligence?
INSIGHT #27
SundAI Blog

What really changes this week: Will the costs of autonomous agents and new legal responsibilities change the ROI of artificial intelligence?

6/21/20266 min read
TL;DR

"Companies are putting the brakes on token costs for autonomous agents, while Europe imposes new legal responsibilities for hallucinations. Between the acquisition of Cursor and the MCP protocol, domain expertise becomes the real key skill."

Loading audio player...

The transition from experimentation to real production is presenting the bill. The past week highlights a brutal but necessary paradigm shift: the focus is moving from the theoretical capabilities of models to corporate budgets, legal compliance, and infrastructure optimization.

How legal liability and taxes change the rules of the game for artificial intelligence?

Dario Amodei of Anthropic has launched a proposal that shakes the corporate landscape: taxing companies that develop artificial intelligence to fund universal basic income. The stated goal is to mitigate the impact on the labor market, estimating the disappearance of half of entry-level jobs within five years.

This stance, if translated into government policies, would radically alter cost dynamics. Applying a specific tax to fund social safety nets would inevitably drive up the prices of licenses and APIs. In a context where companies are trying to cut operational costs through automation, a "productivity tax" risks collapsing the ROI of entire projects.

Worsening the European regulatory framework comes a ruling from Germany: a Munich court has ruled that Google is legally responsible for the hallucinations produced by the AI Overviews feature. The judges consider the generative model as an active author, erasing the legal shield guaranteed to search engines until now.

Warning users through disclaimers is no longer enough. This precedent forces those integrating agents in production to revise their risk calculations. If every incorrect textual reworking exposes to lawsuits, we will witness an aggressive downgrade of models on the European market, pushing towards heavily constrained RAG architectures to avoid penalties.

Will the explosion of token costs stop the adoption of autonomous agents?

The phase of indiscriminate adoption is over. Large companies like Uber, Amazon, and Walmart are imposing strict spending caps on the use of internal generative models. The main cause is the adoption of autonomous agents, systems that execute multiple iterative cycles and query databases without human intervention.

This invisible workload saturates token quotas at an alarming rate. Uber, for example, had to impose a limit of 1,500 dollars per month per user after burning through the annual budget in just four months. It is a clear sign of how the transition to complex systems requires strict control logic. At this point, evaluating whether we are ready to entrust operating systems to agents becomes a strictly financial matter.

Developing multi-agent architectures without rigorous cost tracking and advanced caching logic is a strategic mistake. Boards of directors now demand an alignment between infrastructure spending and quantifiable economic return.

The pragmatic solution is to route repetitive tasks towards smaller, open source models optimized for vertical use cases. Huge and expensive models like Claude 3.5 Sonnet must be strictly limited to maximum value-added operations, reducing useless calls to zero.

Insight Tecnico

Why the MCP protocol and billion-dollar acquisitions are redesigning development tools?

Managing multiple agents sharing overlapping tools quickly generates an unmanageable proliferation of code. Modifying a database schema often requires interventions on dozens of files, increasing the risk of errors in production.

The Model Context Protocol (MCP) released by Anthropic offers an elegant way out. This open standard separates tool definition from agent orchestration, creating a dedicated server to host executable actions and data. Agents connect at runtime, dynamically discovering the available capabilities.

Moving from local execution to a distributed service requires very little effort, standardizing API contracts across different teams. The machine learning team can manage core functions, while developers focus on application flows.

In parallel, the development tools market is consolidating with impressive figures. SpaceX has signed a 60 billion dollar agreement to acquire Cursor, the most appreciated artificial intelligence-based editor of the moment.

This aggressive move aims to control the base layer on which corporate code is written. By avoiding direct competition on generalist models, the goal is the definitive operational interface. It remains to be seen whether product independence will be maintained or if integration with proprietary models will be forced, a fundamental detail to understand how outsourcing in software development is changing shape globally.

Has domain expertise become more important than knowing how to write pure code?

An analysis conducted by Anthropic on 400,000 interactive sessions of Claude Code highlights an unmistakable dynamic: the technical entry barrier is crumbling. What makes the difference in the final result is the deep knowledge of the problem to be solved, the so-called "domain expertise".

Data shows that people maintain about 70% of planning decisions, delegating 80% of executive choices to the agent. An expert professional in their field, even without a technical background, achieves significantly superior results compared to a novice software engineer in that specific domain.

Knowing how to write perfect syntax is becoming a very low-cost commodity, while true competence is structuring a complex problem into micro-tasks.

The agent executes, the human plans. Shifting the focus towards system architecture and understanding business processes is now fundamental to scaling operations.

This principle also applies outside of programming. Google has just integrated Ask Ad Manager, a conversational agent based on Gemini, into its advertising platform. The goal is to allow publishers to manage the ad ecosystem using natural language.

The most interesting aspect is the announcement of a future MCP server for Ad Manager. This will pave the way for operational flows where local agents can interact directly with Google's infrastructure, delegating not just reporting, but the entire optimization of campaigns.

What are the tools and quick news to watch this week?

Besides the major structural movements, the market continues to churn out technical updates and useful tools to optimize daily workflows. Here is a summary of the most relevant news:

  • Agentic infrastructure tools: platforms like Omnigent (to orchestrate agents on Databricks) and TextGrad (for text autograd in prompt optimization) are becoming essential. Ellf AI is also standing out for the development of NLP solutions through dedicated virtual assistants.
  • Model evolution and benchmarks: Claude Fable 5 continues to record remarkable performance, surpassing GPT-5.5 on FrontierMath mathematical problems, despite recent US government blocks related to security issues.
  • Local optimization and RAG: PDF extraction for RAG pipelines sees tools like Docling emerge for local execution without external API calls. Meanwhile, a new GPU-resident CUDA kernel promises to eliminate latency in data retrieval.
  • Corporate blunders: KPMG had to withdraw an artificial intelligence report after confessing the inclusion of fake case studies generated by model hallucinations. A brutal reminder of the importance of human validation.
  • Hardware innovation and performance: Nvidia Blackwell dominates MLPerf tests for training, while new studies from KAIST propose visual upsampling methods to drastically reduce GPU memory consumption.

The ecosystem is maturing rapidly. Closing the budget taps to slow down chaotic agents is the first step to building deterministic and scalable infrastructures. Cost optimization and the targeted choice of tools will make the difference between projects that survive and those that are archived by finance departments.

Found it useful? I have more like this.

Every week I pick the most interesting and high-impact AI news and share them in an email recap. Subscribe so you don't miss the next one.

Share this Insight
LinkedInTwitterEmail
Book cover
New

Lavora Meglio con l'Intelligenza Artificiale

My practical AI guide focused on real everyday work tasks: emails, reports, slides, data, and automation. Practical examples and ready-to-use prompts to save time and work better right away.

Discover the book

Before you go, I recommend you also read these insights.

Are Claude Fable 5 and Ona by OpenAI about to make manual software development obsolete?

Are Claude Fable 5 and Ona by OpenAI about to make manual software development obsolete?

OpenAI brings autonomous agents to the cloud with Ona, Anthropic rewrites complex automation with Fable 5, and Italy passes decrees on the AI Act. A week that transforms artificial intelligence from a copilot to an independent executor.

Read more
Are we ready to entrust operating systems and corporate budgets to autonomous agents?

Are we ready to entrust operating systems and corporate budgets to autonomous agents?

AI agents are integrating into operating systems and writing much of the code, but execution costs are exploding. How to manage the agentic revolution without draining corporate budgets.

Read more
Are AI agents truly autonomous, or are we moving too fast?

Are AI agents truly autonomous, or are we moving too fast?

Gartner reports and IT benchmarks shatter the illusions of absolute autonomy. While Claude Mythos disrupts cybersecurity, the market must refocus on governance and reliability.

Read more

Listen to the Insight

AI Audio Version

Listen while driving or coding.

Ready
Fabrizio Mazzei, AI Solutions Architect e consulenza AI
Author

Fabrizio Mazzei

AI Solutions Architect

As an AI Solutions Architect I design digital ecosystems and autonomous workflows. Almost 10 years in digital marketing, today I integrate AI into business processes: from Next.js and RAG systems to GEO strategies and dedicated training. I like to talk about AI and automation, but that's not all: I've also written a book, "Work Better with AI", a practical handbook with 12 chapters and over 200 ready-to-use prompts for those who want to use ChatGPT and AI without programming. My superpower? Looking at a manual process and already seeing the automated architecture that will replace it.

Discover my book (Italian)Need help with AI?Need a hand?Let's Connect