LLMs Now Cost as Much as Electricity: Agent Development's Spring Has Finally Arrived

Iniciado por joomlamz, Hoje at 14:25

Respostas: 0   |   Visualizações: 2

Tópico anterior - Tópico seguinte

0 Membros e 3 Visitantes estão a ver este tópico.

LLMs Now Cost as Much as Electricity: Agent Development's Spring Has Finally Arrived



Tópico: LLMs Now Cost as Much as Electricity: Agent Development's Spring Has Finally Arrived
Categoria: Tutoriais | Programação & Tecnologia
Idioma Principal: Português (Conteúdo de Tecnologia)

Descrição do Conteúdo / Informações:
-------------------------------------------------------------------------
In the early hours of May 27, Xiaomi announced permanent price cuts for the MiMo-V2.5 API lineup, with reductions of up to 99%. Cached input tokens dropped from 2.80 yuan to 0.025 yuan. Five days earlier, DeepSeek had done the same—permanently cutting V4-Pro prices by 75%.

The cached input price for domestic models has now been hard-locked at the 0.025 yuan-per-million-tokens baseline.

But price cuts are just the prologue. Models are cheaper—has the barrier to building Agents actually dropped?



I. The Truth Behind the Price Cut


On May 30, Luo Fuli, the head of Xiaomi's MiMo team and the industry's so-called "AI prodigy," posted a 5,000-word technical blog on X explaining the engineering logic behind the price cut.

The 99% reduction targets cached input—specifically, the portion where users re-read historical context during extended conversations. Every time a model engages in dialogue, it has to process all historical content. But if that content has already been processed before, the system caches the results and reuses them directly, skipping redundant computation. The actual cost of this cached portion approaches zero, which is why a 99% discount is possible.

This is made possible by the model architecture itself. In MiMo-V2.5-Pro's 70-layer neural network, only 10 layers need to fully memorize all historical context. The remaining 60 layers focus only on a small recent window, yielding a 7x efficiency boost. Xiaomi's inference system is fully optimized around this architecture, pushing cache hit rates above 93%.

As Luo Fuli wrote in her blog: "Our raw inference costs are well below the industry average, leaving 2–3x room for profit in our pricing. This price adjustment is simply our decision to pass those structural cost advantages directly to developers."



II. Agents Are the Real Token Hog


The token consumption logic in Agent scenarios is fundamentally different from regular chat.

A typical Agent task involves: long context (system prompts + tool descriptions + historical dialogue) + multi-round reasoning (think → act → observe → repeat) + tool invocations (search, database queries, API calls) + code generation + result verification. A single end-to-end task can consume hundreds of thousands or even millions of tokens.

Industry reports indicate that the ongoing operational cost of enterprise-grade AI Agents ranges from $3,200 to $13,000 per month, with token consumption accounting for 60%–80% of that.

But Agent scenarios have one natural advantage: exceptionally high cache hit rates.

System prompts, tool descriptions, project code, API documentation—this content recurs across every Agent task. Xiaomi's official data shows an average cache hit rate of 93%, with power users exceeding 95%. That means 93% of input tokens can benefit from the rock-bottom price of 0.025 yuan per million tokens.

MiMo-V2.5-Pro scored 1581 on the GDPVal-AA real-world Agent work benchmark, ranking first globally among open-source models. Its token efficiency requires 40%–60% fewer tokens than Claude Opus 4.6 and GPT-5.4.

Both DeepSeek and Xiaomi have placed their most aggressive pricing on cached-hit scenarios for a reason that's not hard to understand: Agents are where token consumption truly explodes. In a chat scenario, a user asks a question and the model answers—the cost is relatively easy to estimate. But in an Agent scenario, a single task can involve long context, multi-round reasoning, code generation, tool invocations, web page parsing, file analysis, and result verification. What the user sees is just the final output, but behind the scenes, multiple requests and massive context reads may have already occurred.

Models are cheaper, so Agent operating costs have plummeted. But here's the question: has the barrier to building Agents actually dropped?



III. SoloEngine: Driving Agent Development Barriers to Zero


Price cuts solve the cost of using Agents. Programmers already have Claude Code and ByteDance's Trae—a single terminal prompt and AI handles the entire development lifecycle autonomously. But these tools serve only programmers—lawyers, marketers, and product managers can't use them. There's a more fundamental problem: the barrier to building Agents.

Building a true AI Agent currently requires either Dify/n8n-type workflow platforms (which don't support autonomous decision-making) or LangChain/CrewAI-type code frameworks (which require Python programming skills). Neither approach lets non-technical users build Agents independently.

A lawyer won't use LangChain. An accountant can't configure a ReAct Agent. A marketing manager doesn't write Python.

SoloEngine fills precisely this gap.

SoloEngine is a low-code Agentic AI development platform. Users open a browser, drag Agents onto a canvas, connect collaboration relationships, configure the tools they need, and hit run. The backend automatically compiles the visual design into an executable Agentic AI system—one that plans tasks, executes operations, and delivers real-time feedback, while users only need to review and confirm.

No lines of code. No if/else logic to configure.

SoloEngine uses genuine Agentic AI architecture—each Agent runs a "think → act → observe → repeat" loop, making real-time decisions based on current conditions rather than following preset paths. Hit an unexpected obstacle, and the Agent finds its own detour. Spot a better approach, and it switches routes on its own.

Here's how SoloEngine stacks up against the mainstream options:

Dify/n8n
LangChain/CrewAI
SoloEngine

True Agentic AI support
✗ Preset-path workflows only
✓ ReAct / multi-Agent
✓ ReAct / multi-Agent

Programming required
No
✗ Must know Python
No

Visual orchestration
Partial
✗ None
✓ Full canvas experience

Can domain experts build independently
Yes (but no true autonomous decision-making)



Multi-Agent collaboration




Progressive disclosure—tools, Skills, and MCP protocols load on demand, so Agents only invoke the tools they actually need, cutting token consumption by over 85% in complex tasks. Unified adaptation layer—covering OpenAI, Anthropic, Ollama, MIMO, DeepSeek, Tongyi Qianwen, Zhipu, and all other major models. One-click packaging—assembled Agent teams can be packaged into complete products.

MiMo's 99% price cut drives Agent operating costs toward zero. SoloEngine drives Agent development barriers to zero. Stack the two together, and SoloEngine's progressive disclosure mechanism saves another 85%+ on tokens.

Take a concrete scenario: a lawyer drags a "Contract Review Agent" onto the canvas, adds a "Legal Statute Search Agent" and a "Risk Flagging Agent," connects their collaboration relationships, and hits run. Thirty minutes later, a contract review report with 37 flagged risk points is automatically generated. With MiMo's post-price-cut API, monthly costs drop from thousands of yuan to the low hundreds.

While OpenAI is still locking AgentKit into the GPT-5 ecosystem, Xiaomi has already driven the barrier to Agents down to zero with the MiMo price cut plus SoloEngine combination.

SoloEngine's positioning is crystal clear: No Workflow. No orchestration code. Just Agents that get things done.

Github:https://github.com/Sh4r1ock/SoloEngine


Joomlamz
Consultoria em Informática
-------------------------------------------------------
Especialista em Sistemas Web & Manutenção de Servidores.
A desenvolver o novo AplPortal com suporte a PHP 8.
Precisa de ajuda profissional? Contacte-me.

Tags: