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

INSIGHT #35SundAI Blog

Do Chinese open models and the new universal standard for agents mark the end of vendor lock-in?

AuthorFabrizio Mazzei8/9/20267 min read
Do Chinese open models and the new universal standard for agents mark the end of vendor lock-in?. AI-generated image

Image generated entirely with AI.

TL;DR

"The rise of open-weight giants is causing inference costs to plummet, while big tech companies team up for a universal standard. Here is how tokenomics and dynamic routing are transforming enterprise development."

Loading audio player...
  1. 01Do Chinese models change the rules?
  2. 02How much does artificial intelligence cost?
  3. 03Are agents in production ready?
  4. 04Does 3D generation become pure code?
  5. 05What are the minor updates?

The geopolitics of artificial intelligence is being fought with open source. The release of powerful and free models is triggering a chain reaction that goes well beyond financial markets, directly hitting the foundations of Silicon Valley. On one side are the creators of closed models raising barricades citing national security, on the other are hardware giants pushing for free adoption.

In the middle are developers and companies that need to build real solutions. Having access to top-tier open weights means being able to design advanced automations without paying a mandatory toll to the usual vendors. The era of vendor lock-in seems to have reached a definitive breaking point, supported by new architectural standards and a physiological collapse in API prices.

Do Chinese models change the rules?

The Chinese technological advance is literally shaking up American halls of power. Open-source models like Kimi K3 by Moonshot AI offer performance capable of competing on par with the most expensive proprietary solutions. This triggers an internal war: those who sell hardware, like Microsoft or Meta, push to maintain free access to accelerate artificial intelligence adoption, while those who sell closed APIs try to protect their margins.

The situation for physical infrastructure is becoming equally tense. The announcement of mass production of specialized chips in China burned billions in the stock market. In parallel, the American Federal Communications Commission decided to completely ban humanoid robots from companies like Unitree, citing risks to surveillance and supply chains.

The real technical leap forward, however, comes from Alibaba with the presentation of Qwen3.8-Max. We are talking about a 2.4 trillion parameter giant designed specifically for long-horizon tasks. It means being able to manage complex processes that require operational autonomy of several days.

The applications described by the development team range from the autonomous reproduction of complex research papers to microchip design. Asian laboratories are clearly leading the race on architectural complexity. The use of Chinese open weight models eliminates the need to chain expensive calls to closed models for repetitive operations, allowing the management of complex flows with prolonged temporal consistency.

How much does artificial intelligence cost?

The initial enthusiasm for generative adoption in large enterprises is clashing with a harsh financial reality. Technology executives encouraged a massive use of chatbots and autonomous agents, quickly colliding with growing and often uncontrolled computing costs. Token consumption grows at rates significantly higher than the economic benefits reported on the balance sheet.

Thus the discipline of corporate "tokenomics" is born. Finance and IT departments are developing new tools to directly connect the spending generated by LLM models to real productivity. Building production-ready architectures means inserting cost tracking from day zero, using API gateways to associate consumption with specific cost centers.

The final cost does not depend only on the chosen model, but on the software infrastructure that surrounds it. A recent test by the Composio platform put the DeepSeek V4 Flash model to the test on four different agent frameworks. The results show a fragmented scenario: the Oh My Pi framework has the highest success rate but is the absolute slowest, while OpenCode is the cheapest option but records the lowest success rate.

Conversely, Claude Code completes tasks in half the time by fiercely optimizing tool calls, but triples the costs per single operation. It uses fewer intermediate steps to arrive at the same result, radically reducing the friction of interaction between various services connected via API.

On an enterprise scale, saving minutes on latency almost always justifies the increase in spending per single iteration. The real engineering skill today lies in dynamic routing and low-cost models, sending simple tasks to cheap LLMs and reserving advanced models exclusively for complex reasoning.

Are agents in production ready?

Bringing an autonomous agent prototype to production has always been a process hindered by logistical complexity. Amazon unblocked the situation by launching the general availability of Bedrock AgentCore harness directly within n8n workflows. Through a new open-source community node, it is possible to integrate complex agents into existing business processes without having to manage the underlying hosting infrastructure.

The update introduces persistent memory and code execution in isolated environments via VPC. The real architectural turning point is the creation of a bridge based on the Model Context Protocol. Until yesterday, it was necessary to expose local databases to the cloud or give up privacy. Today the agent processes data on remote servers while safely fetching information from the user's machine using WebSocket tunnels.

Consolidating this infrastructural maturity comes "Agent Plugins", a universal standard launched jointly by Amazon, Cursor, Microsoft, OpenAI, and Vercel. Version 1.0.0 adopts a simple JSON manifest to unify agent extensions, exposing autonomous skills or servers based precisely on the MCP protocol.

This agreement definitively resolves market fragmentation. Writing a tool for an agent required continuous adaptations for different ecosystems and proprietary logic. Today the syntax is shared: just insert the JSON file into the project and declare the backend capabilities to become plug-and-play for any compatible agent. B2B software producers simply need to expose a standard plugin to hook into automated corporate flows.

Insight tecnico. AI-generated imageImage generated entirely with AI.

Does 3D generation become pure code?

While enterprise attention focuses on the orchestration of operational agents, multimodal generation makes a notable structural leap. Anthropic's new Claude Opus 5 allows the creation of entire functional 3D games starting from a trivial text prompt, managing geometry, textures, physics, and the entire soundtrack in total autonomy in a single shot.

The main novelty lies in the technical approach: the model's engine writes instantly executable code in the browser, completely eliminating the need to download libraries or import external assets. Early tests show results with functional prototypes ranging from block exploration clones to first-person shooters and racing games.

The generation of 3D assets has always been a cumbersome process, full of bottlenecks and friction between various modeling software and graphics engines. Integrating game logic and graphics generation into a single continuous flow bypasses the problem entirely, transforming the creation of virtual worlds into a matter of pure generated code.

Rendering everything via browser lowers the barriers to entry for rapid prototyping and drastically cuts idea validation times. This level of abstraction allows small independent teams to compete on equal terms with much more structured studios, exploiting exclusively the precision of advanced prompting.

What are the minor updates?

The week also offered a dense series of technical updates and tool releases useful for optimizing daily workflows. On the model front, the push towards lowering prices continues relentlessly and redefines adoption strategies.

OpenAI cut the costs of the GPT-5.6 Luna model by 80 percent, while DeepSeek crashed the rates for V4 Flash 0731 to just 0.14 dollars per million tokens. This market dynamic makes the collapse of inference costs a fundamental accelerator for scaling artificial intelligence in production without burning corporate budgets.

On the pure research side, OpenAI Astra unveiled ten solutions to previously unsolved mathematical problems, demonstrating unprecedented reasoning capabilities, even though the development of some functions was recalibrated after internal safety tests. In parallel, ByteDance launched Seedance 2.5 for simultaneous video and audio generation, further pushing the limits of multimodality.

For those working on local infrastructure, LiquidAI released LFM2.5-2.6B, a lightweight model optimized specifically for running agents on physical machines. On the development tools front, uv confirms itself as an essential Python package manager to optimize LLM environments thanks to its execution speed.

The software infrastructure used to wrap a model heavily determines the final performance and costs in production.

Finally, the ecosystem is equipping itself with increasingly specialized tools: Cloudflare announced Kitesurf, a cloud browser designed exclusively to be navigated by AI agents, while Amazon Bedrock integrated native web search to improve the grounding of models on real-time data. The building blocks to construct truly autonomous and interconnected systems are now all on the table.

Text created with AI assistance and reviewed by me.

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.

Will the end of flat subscriptions and autonomous agent breakouts push companies toward local hardware?

Will the end of flat subscriptions and autonomous agent breakouts push companies toward local hardware?

Amid the price war on base models, agents escaping sandboxes, and the PwC case, the AI ecosystem is changing. This is why hybrid architectures will become the only solution to ensure security and cost control.

Read more
Will agentic e-commerce and the collapse of inference costs save us from the AI debt bubble?

Will agentic e-commerce and the collapse of inference costs save us from the AI debt bubble?

Open-weight models and Claude Opus 5 are slashing operational costs, while AI begins to make purchases autonomously. The hidden debt of Big Tech, however, requires diversifying the infrastructure.

Read more
Are Chinese open-weight models and multi-agent swarms redefining artificial intelligence infrastructure?

Are Chinese open-weight models and multi-agent swarms redefining artificial intelligence infrastructure?

From GPT-5.6 solving historical theorems with 64 parallel agents, to the rise of Kimi K3 slashing corporate costs. Less apocalyptic hype, more focus on productivity, security, and prompt engineering.

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