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

Will the new autonomous agents save us from the algorithmic collapse of social networks?
INSIGHT #28
SundAI Blog

Will the new autonomous agents save us from the algorithmic collapse of social networks?

6/28/20268 min read
TL;DR

"While social networks drown in AI slop, orchestration takes a leap forward: from Gemini's native operating system control to Claude's independent identities on Slack."

Loading audio player...

The digital landscape is facing a fascinating dichotomy. On one hand, traditional social networks are collapsing under the weight of low-cost synthetic content. On the other, the architecture of artificial intelligence models is making a quantum leap toward real-world operability, abandoning simple text generation to embrace agentic automation and direct infrastructure control.

The past week has drawn a clear line between those using artificial intelligence to pollute feeds and those integrating it to solve physical bottlenecks, rewrite diagnostic rules and clean up global technical debt.

Is artificial intelligence really destroying social networks?

Data emerging from the recent Kapwing report outlines a worrying technical scenario for entertainment platforms. Almost 60% of videos suggested to new users on the TikTok "For You" page are now composed of low-quality artificial intelligence generated content, a phenomenon labeled as "AI slop". This volume is exactly triple compared to what is found on new YouTube accounts.

The most critical data concerns the ecosystem aimed at children. The hashtag "#cartoonkids" is completely saturated with this artificial content, triggering a toxic algorithmic loop: as soon as a user interacts with a synthetic video, the recommendation system intensifies the delivery of identical material. Competing platforms like Facebook and Instagram face the same problem, overwhelmed by surreal images generated by automated bots.

From an architectural standpoint, we are witnessing the materialization of the "Dead Internet Theory" in real time. The inference costs of generative models drop every month, making the creation of botnets capable of publishing thousands of videos a day an operation of a few cents. The algorithm brutally rewards engagement, and bizarre content captures attention by exploiting human cognitive biases.

The solutions proposed by large companies appear technically weak. TikTok introduced a manual function to balance the amount of AI content, while YouTube focuses on visual labeling. Inserting a manual selector or a graphic label evades the root of the problem. The real risk is the systemic poisoning of data: if platforms fill up with synthetic garbage, future scraping APIs will return pure noise. This degradation destroys the commercial value of the datasets on which future foundation models will be trained.

How to transform a hardware limit into a software advantage?

While the web fights against synthetic content, artificial intelligence is demonstrating its true potential in the physical world. Midjourney launched Midjourney Medical, a division focused on diagnostic imaging that promises to scan the entire human body in just 60 seconds. The ultrasound hardware device uses a ring equipped with about 358,000 transducers that emit and receive sound waves while the patient is immersed in water.

The real engine of the system is not the hardware, which has existed for years, but the software processing. Artificial intelligence replaces weeks of intensive calculation to transform raw sound data into high-resolution stratified three-dimensional images, comparable to those of an MRI. They solved a computational bottleneck by training a model to fill the gaps in raw data, drastically reducing costs and times.

The go-to-market strategy is ruthless and extremely effective. Instead of facing the long and complex approval processes of the FDA, the company will position the scanners in wellness centers called Midjourney Spa, downgrading the output to a simple "anatomical map" for general wellness. The goal is to install fifty thousand machines by 2031.

Generating millions of monthly scans means creating the largest proprietary medical dataset in history. This massive amount of structured data will be used to train next-generation predictive models, demonstrating how the integration between legacy hardware and generative models can rewrite the rules of entire industrial sectors.

Can autonomous agents solve global technical debt?

The software industry is experiencing a fundamental paradigm shift. After spending the last few years using LLMs to generate code at unprecedented speeds, accumulating enormous amounts of technical debt and potential flaws, attention is shifting to automated auditing. It is exactly when accumulated technical debt blocks development and latent vulnerabilities increase operational risks, that a structured approach to automated auditing with AI becomes indispensable. In the projects I follow, consulting for AI technical debt management allows to effectively identify and resolve these critical issues, transforming a burden into an opportunity to accelerate innovation.

OpenAI released GPT-5.5-Cyber, an enhanced version of its model specifically optimized to identify and resolve cybersecurity vulnerabilities. In parallel, the Patch the Planet initiative aims to heal historical bugs present in widely used open source software. Maintainers will have at their disposal artificial intelligence based tools to scan repositories, validate suggested patches and close critical flaws in record time.

This evolution toward corrective analysis pairs perfectly with the new architectures presented by Sakana AI. Their new system, Fugu, behaves from the outside like a single language model, but under the hood it orchestrates an entire swarm of specialized agents communicating with each other.

The abstraction of a multi-agent system into a single endpoint radically changes the way we design software.

Continuing to scale the parameters of a single monolith is inefficient when it is possible to exploit intelligent routing among small expert models. Calling a standard endpoint while letting the backend manage task routing in total autonomy reduces the orchestration load on the developer side. The use of autonomous agents for auditing and refactoring sweeps away a large chunk of traditional application security tools, identifying edge cases often invisible to static analyzers.

Insight Tecnico

Are we ready to give operating system keys to generative models?

The integration of agents into daily workflows is moving past the simple chatbot phase. Anthropic launched Claude Tag in beta, transforming the AI agent into an operational member within Slack. By invoking the model in a channel, it takes charge of complex tasks, breaks them down and works in total asynchronous autonomy for hours or days.

The real architectural revolution lies in permission management through agent identity. Instead of inheriting the access of the user who invokes it, the agent uses its own isolated credentials to connect to GitHub, Drive or corporate data warehouses. Administrators granularly define operational boundaries for each specific channel, ensuring real control. Entrusting asynchronous tasks to a model with its own dedicated identity solves enormous security problems in operational teams, preventing bots from creating flaws by inheriting excessive permissions.

In parallel, Google integrated native operational functionality directly within Gemini 3.5 Flash. This update allows the model to physically interact with computers, browsers and mobile devices in total autonomy, recording a score of 78.4 on the OSWorld benchmark.

Skipping the intermediate step of complex computer vision wrappers changes the way automations are built. Today it is possible to pass high-level instructions and let the model guide the cursor natively, eliminating hours of maintenance on fragile scripts and pushing us to wonder if we are ready to entrust operating systems to synthetic entities, demonstrating that the wrapper era is over in favor of integrated solutions.

What happens when bureaucracy blocks access to top models?

Technological evolution inevitably collides with geopolitical dynamics. OpenAI unveiled GPT-5.6 Sol, a model designed to excel in programming, science and cybersecurity, marking a clear detachment from competitors in prolonged reasoning tasks.

However, the US government imposed a strictly limited rollout to about twenty individually approved partners. This institutional interference slows down immediate adoption by the community and relegates the use of the model to a restricted circle. Being stuck on a government waiting list enormously slows down the development of advanced enterprise solutions.

The pragmatic response to this block is found in the open source market and international alternatives. Models like GLM 5.2 (released in China with a 1 million token context) or DeepSeek solutions offer formidable performance without American bureaucratic constraints. Configuring agentic pipelines on these accessible alternatives guarantees operational continuity and independence from government decisions, allowing to push automation without waiting for external approvals.

What are the most relevant tools and news of the week?

The consolidation of the AI market also goes through acquisitions and new development frameworks. For those building practical solutions, it is essential to monitor emerging tools and the moves of major players, or explore the list of AI tools available on the site to deepen possible integrations.

  • Data2Story: an extremely practical agentic framework that analyzes raw CSV files and builds comprehensive reports with integrated fact-checking, using a team of seven specialized agents.

  • WebMCP Standard: a new open protocol designed to expose structured tools directly to browsers, making APIs immediately callable by web agents and transforming standard applications into native nodes.

  • CUGA by Hugging Face: a lightweight framework for building real agentic applications. It provides dozens of examples ready for deployment, excellent for testing multi-agent logic quickly.

  • Ellf Platform: a platform in beta phase dedicated to developing NLP solutions through virtual assistants, ideal for enhancing programming agents in extracting complex data.

  • VS Code 1.126 Cost Tracker: Microsoft introduced session-level cost monitoring for GitHub Copilot, a vital feature for keeping computational budgets at bay within development teams.

  • Strategic acquisitions: Qualcomm acquired Modular for 4 billion dollars aiming to challenge the AI software ecosystem, while Onsemi bought Synaptics for seven billion focusing on physical artificial intelligence.

  • Expanding infrastructures: SpaceX signed an agreement for 150 million a month to provide computing power to Reflection AI, and Lloyds Banking Group is hiring 300 technical experts to accelerate the adoption of models in banking processes.

  • Nvidia DFlash Speculative Decoding: a new technology to push inference on Blackwell chips up to 15 times, optimizing performance for the heaviest workloads.

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.

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

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

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.

Read more
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

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