
Claude agents show why agent cost is becoming a workflow metric rather than a model sticker price. woshipm cites SemiAnalysis calculating a real blended price of $0.99 per million tokens for an agentic workload, even though Claude 4 Opus was officially priced at $5 per million input tokens and $25 per million output tokens.
The gap comes from the way agents actually run. In the cited workloads, prompt cache hit rate was more than 90%, and cached input was billed at $0.50 per million tokens.
That changes what teams should measure. SemiAnalysis found Claude agents in its workflows used $1.87-$58 in tokens for research tasks that would cost $150-$1000 in equivalent human labor, with ROI ranging from 10.7 times to 80.2 times. The useful question is no longer which model wins a static contest. It is which closed loop can choose the right model, reuse context, complete the task, check the result, and turn mistakes into cheaper future runs.
Measure the task, not the token
A small team should start an agent budget with the finished job, then work backward to tokens. APPSO's unofficial DeepSeek API status monitoring page test shows why. V4 Flash Max made 25 model calls, used 1.22 million input Tokens and 66,995 output Tokens, and cost $0.0758. Ling-3.0-Flash also made 25 model calls, yet cost $0.0402. On the surface, Ling was 40% cheaper. Under the surface, DeepSeek used about 30% more input than Ling's 940,000 Tokens and produced 4.5 times the output, at 66,995 Tokens versus 14,752 Tokens.
- end of 2025Yao Shunyu joined Tencent
- January 2026Tencent built WorkBuddy 0.01 for internal non-technical users
- MarchWorkBuddy's PC monthly visits reached 8.85 million
- JulyHy3 official release lifted WorkBuddy task success rate
That is the trap: the bill says tokens, but the work says task.
The same pattern appears when the task changes. In APPSO's The Odyssey cinema guide case, Ling-3.0-Flash took 17m55s, recorded 137 backend requests, used 3.26 million Tokens, and cost $0.483. Claude Sonnet 4.6 took 16.1 minutes, made 14 tool calls, consumed 1.1 million Tokens, and cost $2.5. The cheaper run used more tokens and far more backend requests. The more expensive run used fewer tool calls and finished faster.
SemiAnalysis's Claude examples, cited by woshipm, push the same accounting into ROI. Claude 4 Opus was officially priced at $5 per million input tokens and $25 per million output tokens, yet SemiAnalysis calculated the real blended price of an agentic workload at $0.99 per million tokens. The reason was structure: agentic workloads had a prompt cache hit rate of more than 90%, and cached input was billed at $0.50 per million tokens.
So the spreadsheet needs task rows, not just token rows. For each run, record model, calls, tool calls or backend requests, input, output, elapsed time, cache behavior, final acceptance, and human review. SemiAnalysis found Claude agents cost $1.87-$58 in tokens for research tasks equivalent to $150-$1000 in human labor, with ROI from 10.7 times to 80.2 times. Hugging Face co-founder clem put the wider spread more bluntly: per-task cost can differ by about 800 times, with leading flagship models averaging more than $31 per task and V4 Flash Max costing only $0.04.
Route models by risk and context type
A practical agent does not have to choose one model for every step. The split can follow risk and context type. ifanr describes DeepSeek V4 Flash as a low-price line that can cover many real tasks, which makes it a fit for broad triage, extraction, rewriting, classification, and first-pass tool calls where errors can be checked before they reach the user.
Vision changes the routing map. DeepSeek's deepseek-v4-flash-vision-exp keeps the text capabilities of DeepSeek-V4-Flash while adding image input, according to ifanr. It can take mixed text and image input, with images supplied through Base64, external URLs, or Files API, and developers can call it through Chat Completions, Messages, and Responses API.
That means screenshots, receipts, UI states, and document images can stay in the cheap lane longer.
The cost logic is concrete. ifanr says deepseek-v4-flash-vision-exp uses the same API pricing system as DeepSeek-V4-Flash, with each image converted into up to 384 tokens and billed under the V4-Flash standard. Cached input costs 0.05 yuan per million tokens off-peak and 0.10 yuan at peak. Uncached input costs 1.5 yuan off-peak and 3 yuan at peak. Output costs 4.5 yuan off-peak and 9 yuan at peak, with peak hours from 9:00 to 12:00 and 14:00 to 18:00 Beijing time.
The premium lane still has a job. woshipm reports Claude Opus 4.5 was priced 3 times cheaper than its predecessor, while Opus fast cost 6 times regular Opus and Mythos cost $25 per million input tokens and $125 per million output tokens, or 5 times regular Opus. woshipm also notes Mythos scored 93.9% on SWE-bench in April, a test of fixing historical bugs inside real GitHub repositories. The routing lesson is simple: cheap models handle volume and visible context; premium reasoning is reserved for failures, high-stakes code changes, and decisions the workflow cannot cheaply verify.
Closed-loop AI work systems compared across model, harness, context, cost, verification, and feedback
| Dimension | Claude / Anthropic agent economics | DeepSeek V4 Flash and Ling-3.0-Flash APPSO tests | Tencent WorkBuddy harness | Embodied-robot workflows at WRC 2026 |
|---|---|---|---|---|
| Unit of evaluation | SemiAnalysis evaluated Claude agents used in workflows for research tasks, with token cost compared against equivalent human labor. | APPSO tested models by asking them to create an unofficial DeepSeek API status monitoring page and a cinema guide for Nolan's The Odyssey. | WorkBuddy is evaluated in WorkBuddy scenarios, including first response, total task duration, task success rate, and task time. | Robot systems were shown in real engineering, household, warehouse, and traffic-police scenarios. |
| Model or brain layer | Claude 4 Opus, Claude Opus 4.5, Claude Sonnet 4.6, Opus 4.7, Opus 4.8, Fable 5, and Mythos 5 are covered in sources. | DeepSeek V4 Flash, DeepSeek V4 Flash Max, Ling-3.0-Flash, and deepseek-v4-flash-vision-exp are covered in sources. | Hy3 Preview and the official version of Hy3 were connected to WorkBuddy. | Prime R0, NexCore, Lumo-2, and fast-slow brain architecture are covered in sources. |
| Harness or workflow layer | Harness is described as steering models after they enter real work: task decomposition, tool use, result checking, and turning failures into experience for the next iteration. | DeepSeek Harness 0.1.1 added native support for deepseek-v4-flash-vision-exp; developers can call it to add image understanding to existing Agent workflows. | WorkBuddy was built on the same foundation as CodeBuddy and given to more than 2,000 non-technical Tencent employees for internal use. | Fourier Intelligence promoted a framework connecting large language models, embodied models, navigation planning, and low-level motion-control modules. |
| Context and files | Agentic workloads had an input-to-output token ratio as high as $300:1 and a prompt cache hit rate of more than 90%. | deepseek-v4-flash-vision-exp supports mixed text and image input; images can be provided through Base64, external URLs, or Files API. | not covered | Cowarobot has accumulated more than 50PB of real-scenario data, used to improve model decision-making and generalization capabilities. |
| Cost per task or workload | SemiAnalysis found Claude agents cost $1.87-$58 in tokens for research tasks that would cost $150-$1000 in equivalent human labor. | In the API status page test, V4 Flash Max cost $0.0758 and Ling-3.0-Flash cost $0.0402; in the cinema guide case, Ling-3.0-Flash cost $0.483 and Claude Sonnet 4.6 cost $2.5. | not disclosed in sources | not disclosed in sources |
| Pricing mechanics | Claude 4 Opus was priced at $5 per million input tokens and $25 per million output tokens; cached input was billed at $0.50 per million tokens. | deepseek-v4-flash-vision-exp uses the same API pricing system as DeepSeek-V4-Flash; each image is converted into up to 384 tokens and billed according to the V4-Flash pricing standard. | not disclosed in sources | not disclosed in sources |
| Latency and throughput | SemiAnalysis said wideEP, disaggregation, and MTP produced a 14 times throughput increase from H100 to B300. | In the The Odyssey cinema guide case, Ling-3.0-Flash took 17m55s; Claude Sonnet 4.6 took 16.1 minutes. | After Hy3 Preview was connected to WorkBuddy, WorkBuddy's first response became 54% faster and total task duration was reduced by 47%. | Stardust Intelligence said Lumo-2's inference speed is 2.71 times faster than a standard autoregressive solution. |
| Task success or verification | Claude Mythos scored 93.9% on SWE-bench, which tests whether models can enter real GitHub repositories and fix historical bugs. | APPSO compared outputs and costs across models on the same API status page and cinema guide tasks. | When the official version of Hy3 was released in July, its task success rate in WorkBuddy scenarios rose from 72% to 90%. | Qianxun demonstrated a robot interpreting 'help me tidy the living room' and breaking it into subtasks such as putting bowls in the dishwasher and putting trash into a trash can. |
| Feedback loop | Programmers' acceptance, rejection, and manual modification of AI-generated code in products such as Claude Code can leave valuable feedback signals. | OpenCode said the official version of DeepSeek V4 Flash consumed 8 trillion Tokens through its platform. | The woshipm source frames WorkBuddy as a harness layer where failures can become experience for the next iteration. | UBTech said the embodied-intelligence industry lacks sufficient real interaction data and high-quality data. |
The harness is where the feedback loop lives
The harness is the layer that turns an AI model from a reply engine into a work system. Woshipm describes it as the machinery that steers models after they enter real work: breaking tasks down, calling tools, checking results, and turning failures into experience for the next iteration. That definition matters because the useful signal often appears after the model has answered, when a person accepts output, rejects it, edits it, or has to repair the surrounding workflow.
Code is the clearest example. Woshipm notes that programmers' acceptance, rejection, and manual modification of AI-generated code in products such as Claude Code can become valuable feedback signals. The model's first draft is only one event. The harness can observe what survived contact with the repository.
That is why Weng Li's view, cited by woshipm, is useful: near-term AI self-improvement may appear first at the Harness layer, not through models directly rewriting their own weights. A product can improve by learning which files matter, which tools are safe to call, where checks fail, and which human edits recur. Woshipm's author frames the broader loop as better products bringing more users, which create more correction data, which strengthens models and feeds back into better products.
Tencent's WorkBuddy shows the same pattern outside pure programming. According to woshipm, Tencent built the programming assistant CodeBuddy before WorkBuddy appeared publicly. In January 2026, Tencent's team built WorkBuddy 0.01 on the same foundation and first gave it to more than 2,000 non-technical Tencent employees for internal use. WorkBuddy's PC monthly visits reached 8.85 million in March.

The gains were measured inside the harness, not in isolation. After Hy3 Preview was connected to WorkBuddy, first response became 54% faster and total task duration fell by 47%. When the official version of Hy3 was released in July, its task success rate in WorkBuddy scenarios rose from 72% to 90%, while task time was reduced by 34%.
DeepSeek Harness points to the same direction for multimodal agents. Ifanr reported that DeepSeek Harness 0.1.1 added native support for deepseek-v4-flash-vision-exp, letting developers call it directly to add image understanding to existing Agent workflows.
OpenAI's desktop integration fits the pattern too. Woshipm reported that on July 10, Sam Altman released a new version of the ChatGPT desktop app, with the previously standalone Codex integrated as a tab between "Chat" and "Work." The placement is telling: the agent is moving closer to files, tools, checks, and user corrections.
Cheap retries can still fail expensively
Cheap agents change the failure mode. When a model is inexpensive enough to retry, a team can mistake repeated motion for progress. The bill may stay low while the task drifts: wrong file touched, weak tool call accepted, bad assumption copied into the next run. The expensive part is no longer the token charge. It is the delay before a person notices that the workflow should have escalated.
OpenAI's own Codex usage data, cited by ifanr, shows why this matters. In May 2026, 70.2% of users had submitted at least one Codex task requiring at least one hour of human work, and 25.6% had submitted at least one task estimated to require more than eight hours of human work. Once agents operate in that zone, a cheap retry is not a harmless extra click. It is a decision about supervision.
China's model market gives teams more room to make that decision badly or well. woshipm notes that Chinese companies account for 11 of the top 20 laboratories on LMArena's text leaderboard. Artificial Analysis listed 99 models with intelligence scores above 20, from 25 companies, including 12 Chinese companies: DeepSeek, Baidu, Zhipu, Tencent, China Mobile, Moonshot AI, Ant Group, Xiaomi, MiniMax, Alibaba, StepFun, and ByteDance. OpenCode said DeepSeek V4 Flash consumed 8 trillion Tokens through its platform. Efficient models are not theoretical capacity there; they are becoming working inventory.
But enterprise money still clusters around the strongest default suppliers. According to woshipm, OpenAI and Anthropic together accounted for 67% of enterprise LLM API spending in 2025, based on Menlo Ventures data. The Information reported in May that OpenAI and Anthropic took 89% of revenue among 34 leading AI startups it tracked, while Axios cited Ramp data saying Anthropic received more than 73% of spending among companies buying AI products for the first time.
That split creates the practical rule: use cheaper models for recoverable work, not for invisible risk. woshipm's author argues that DeepSeek showed a good model need not require the most expensive chips or highest training costs, and that a low-cost good model can cover 80% of application scenarios. The missing clause is escalation. If the agent cannot verify the result, find the right context, or explain the uncertainty, the workflow should spend more on a stronger model before it spends more time failing.
How to evaluate agent workflows instead of isolated model answers
- You are testing whether a cheaper model can handle a real multi-step task, not just a benchmark prompt. Run the whole workflow and compare task-level cost, calls, tokens, and completion time. In APPSO's unofficial DeepSeek API status monitoring page test, V4 Flash Max made 25 model calls, used 1.22 million input Tokens and 66,995 output Tokens, and cost $0.0758; Ling-3.0-Flash also made 25 model calls and cost $0.0402. That kind of end-to-end measurement is more useful than asking which model is generally 'smarter.'
- You need high-volume agent execution where token cost can dominate product feasibility. Prefer models and harnesses with low per-task cost and strong cache economics, then verify whether the output quality is sufficient. SemiAnalysis calculated that the real blended price of an agentic workload had fallen to $0.99 per million tokens, with prompt cache hit rate of more than 90% and cached input billed at $0.50 per million tokens. The sources also cite research tasks where Claude agents cost $1.87-$58 in tokens versus $150-$1000 in equivalent human labor.
- You are choosing between a flagship model and a Flash-class model for routine agent work. Do not assume the flagship model is the default. The source material describes DeepSeek V4 Flash as able to cover many real tasks while being priced low enough, and cites a claim that per-task cost differences between models are about 800 times, with leading flagship models averaging more than $31 per task and V4 Flash Max costing only $0.04. Use flagship models when the task failure cost justifies it; otherwise test Flash-class models first.
- Your workflow needs images as part of the context. Use a multimodal agent model only if the image path is supported by the workflow. deepseek-v4-flash-vision-exp can process mixed text and image input, accepts images through Base64, external URLs, or Files API, and can be called through Chat Completions, Messages, and Responses API. DeepSeek Harness 0.1.1 added native support for it, so it is a candidate when an existing Agent workflow needs image understanding.
- You want the system to improve from real work rather than from one-off prompting. Instrument the harness layer: task decomposition, tool use, result checking, and failure capture. The sources define Harness as a system for steering models after they enter real work, including task decomposition, tool use, result checking, and turning failures into experience for the next iteration. They also say programmers' acceptance, rejection, and manual modification of AI-generated code in products such as Claude Code can leave valuable feedback signals.
Closed-loop systems are moving beyond office software
Robot deployments make the agent problem visible because the loop cannot end at a model answer. At the World Robot Conference 2026, held at the Beijing Etrong International Exhibition & Convention Center on August 20, a Chinese tech outlet counted more than 300 exhibitors and as many as 3000 robot products. Official data also put 49 central state-owned enterprises on site as groups, with 12 engineering scenarios spanning power grids, aerospace, mining, and metallurgy.
That is a different evaluation surface from a chatbot prompt.
Cowarobot is the clearest example in the ledger. According to the report, executive vice president Zhang Xiaoming said its robots have reached regular operation at the 10,000-unit level across multiple urban scenarios in more than 50 cities and regions worldwide. The same report said Cowarobot has accumulated more than 50PB of real-scenario data, used to improve model decision-making and generalization. Here, quality is measured as deployment, data capture, error return, and model update.
The household demos show the harder edge. Qianxun showed a robot interpreting "help me tidy the living room" and splitting it into actions such as putting bowls in the dishwasher, returning a Coke on the table, putting toys into a basket, and putting trash into a trash can. But the report also reported that multiple industry participants expect household robots to need at least a 2-5 year dark period before expectations and real progress converge.
Practitioners should separate operating evidence from capital-market claims. woshipm reported Anthropic ARR moving from less than $9 billion at the beginning of 2025 to close to $60 billion in the second quarter of 2026, while another row gives 14 billion yuan to 47 billion yuan. It also cites more than 70% inference gross margin, 34.4% enterprise share, nearly 1 trillion dollars in valuation, and a SemiAnalysis claim that December 2025 marked a model-economics turn. Those figures need reconciliation before they are compared with English-language public data.
Watch the places where agents meet the physical world, because they expose the same measurement problem in harder form. According to a Chinese tech media report, Cowarobot says its robots run regularly at the 10,000-unit level in more than 50 cities and regions, backed by more than 50PB of real-scenario data. UBTech's Jiao Jichao says the industry still lacks enough real interaction data and shared training standards. That gap is the warning for office agents too: logs are not exhaust. They are the product input.
Start treating each repeated workflow as a data asset. Track what the agent saw, what it changed, what humans rejected, and what had to be retried.
Use deployment shape as the routing clue. Qianxun's living-room demo breaks one household request into visible subtasks. Xinghaitu's front warehouse targets about 100 orders in 8 hours across tens of thousands of SKUs. Mojia says robot traffic police have reached the hundreds across ten cities, including Wuhu, Changzhou, and Suzhou. The practical question is similar for DeepSeek V4 Flash: which steps are repetitive enough, verifiable enough, and cheap enough to hand to an efficient model, while keeping premium review for the work where one bad answer is expensive?
For readers outside China
- Availability: The source material confirms that deepseek-v4-flash-vision-exp is available on the DeepSeek API platform and can be accessed by setting model='deepseek-v4-flash-vision-exp'. It also says developers can call it through Chat Completions, Messages, and Responses API, and that DeepSeek Harness 0.1.1 added native support. Availability outside China is not disclosed in sources.
- Pricing: For deepseek-v4-flash-vision-exp, cached input costs 0.05 yuan per million tokens during off-peak hours and 0.10 yuan per million tokens during peak hours; uncached input costs 1.5 yuan per million tokens during off-peak hours and 3 yuan per million tokens during peak hours; output costs 4.5 yuan per million tokens during off-peak hours and 9 yuan per million tokens during peak hours. Peak hours are 9:00 to 12:00 and 14:00 to 18:00 Beijing time every day. The sources also state that it uses the same API pricing system as DeepSeek-V4-Flash and that each image is converted into up to 384 tokens and billed according to the V4-Flash pricing standard. For comparison, Claude 4 Opus was officially priced at $5 per million input tokens and $25 per million output tokens; Mythos was priced at $25 per million input tokens and $125 per million output tokens; Claude Opus 4.5 was priced 3 times cheaper than its predecessor. Other subscription or seat pricing is not disclosed in sources.
- Closest Western equivalents: Claude Code-style agentic coding workflows, where user acceptance, rejection, and manual edits can become feedback signals; OpenAI Codex inside the ChatGPT desktop app, which the sources say was integrated as a tab between "Chat" and "Work"; SWE-bench-style evaluation, because the sources describe it as testing whether models can enter real GitHub repositories and fix historical bugs that human programmers previously encountered
- Data residency: The source material does not disclose data residency, cross-border data handling, retention, enterprise isolation, or compliance terms for these services. It does say DeepSeek's Files API supports JPEG, PNG, GIF, and WebP formats, a maximum single file size of 64 MiB, maximum storage of 25 GiB per user, and up to 10000 saved files, but it does not say where those files are stored or how long they are retained.
Sources
- woshipm AI巨头正在争夺人类的错题本 https://woshipm.com/it/6432834.html
- ifanr DeepSeek V4 Flash 之后,大模型开始卷「智效比」了 https://ifanr.com/1675156
- ifanr 突发| DeepSeek 多模态模型上新,鲸鱼终于开「天眼」了 https://ifanr.com/1676067
- 36kr 模型不拼参数拼闭环、讲家庭场景落地,今年的大会不再「性感」丨直击WRC2026 https://36kr.com/p/3948754198117504
- woshipm 完了,国内大模型也卷成"新能源车"了 https://woshipm.com/ai/6427624.html
- woshipm AI产业链利益大洗牌:芯片、储存狂欢退潮,利润正疯狂向模型层涌入 https://woshipm.com/ai/6432642.html
The evidence: 97 facts from 6 Chinese articles
Each line below was extracted from the article it sits under, in Chinese, before any of this was written. The writing is done from these and never from the source prose - that separation is structural, not a promise. How we work.
36kr模型不拼参数拼闭环、讲家庭场景落地,今年的大会不再「性感」丨直击WRC2026
- The World Robot Conference 2026 was held at the Beijing Etrong International Exhibition & Convention Center on August 20.
- WRC 2026 attracted more than 300 exhibitors, a 40% increase from the previous year.
- WRC 2026 featured as many as 3000 robot products.
- Official data showed that 49 central state-owned enterprises attended WRC 2026 as groups with 12 real engineering scenarios, including power grids, aerospace, mining, and metallurgy.
- WRC 2026 used four halls, A, B, C, and D, one more than the previous year.
- AMD, Infineon, and Realtek appeared in Hall B at WRC 2026 as international chip giants seeking robot-company customers.
- Luming Robotics founder Yu Chao said Luming Robotics integrated world-model prediction capability directly into the VLA decision-making framework for its embodied brain Prime R0.
- Luming Robotics released the robot skill evolution engine NexCore during the same period as WRC 2026.
- Stardust Intelligence adjusted Lumo-2 to predict world changes in latent space and directly generate actions through a world action model framework.
- Stardust Intelligence said Lumo-2's inference speed is 2.71 times faster than a standard autoregressive solution.
- Fourier Intelligence promoted a framework at WRC 2026 that connects large language models, embodied models, navigation planning, and low-level motion-control modules.
- Cowarobot executive vice president Zhang Xiaoming said Cowarobot's robots have achieved regular operation at the 10,000-unit level across multiple urban scenarios in more than 50 cities and regions worldwide.
- Cowarobot has accumulated more than 50PB of real-scenario data, which is used to improve model decision-making and generalization capabilities.
- Qianxun demonstrated a household function at WRC 2026 in which a robot interprets the instruction 'help me tidy the living room' and breaks it into subtasks such as putting bowls in the dishwasher, returning a Coke on the table, putting toys into a basket, and putting trash into a trash can.
- Xinghaitu demonstrated what it called the world's first robot front warehouse at WRC 2026, intended to autonomously complete picking, navigation, and packaging at JD.com in the future.
- A Xinghaitu staff member said the robot front warehouse has an order-fulfillment capacity of about 100 orders in 8 hours and can support generalization across tens of thousands of SKUs.
- A Mojia Intelligence staff member said its robot traffic police have been delivered in the hundreds across ten cities, including Wuhu, Changzhou, and Suzhou.
ifanrDeepSeek V4 Flash 之后,大模型开始卷「智效比」了
- DeepSeek V4 Flash was released before the discussion of how much AI can be bought for $1 became prominent among users.
- A user recently used $1 worth of V4 Flash to generate a starship, and the topic reached trending searches.
- APPSO tested DeepSeek V4 Flash Max by asking it to create an unofficial DeepSeek API status monitoring page.
- In APPSO's unofficial DeepSeek API status monitoring page test, V4 Flash Max made 25 model calls, used 1.22 million input Tokens and 66,995 output Tokens, and cost $0.0758.
- APPSO used DeepSeek V4 Flash to create a cinema guide for Nolan's The Odyssey.
- APPSO later used Claude Sonnet 4.6 for the cinema guide task, and the total cost was $2.5.
- Ling-3.0-Flash scored 38 points on the Intelligence Index, matching MiMo-V2.5 at 38 points and Qwen3.6 27B at 38 points.
- Ling-3.0-Flash has 124B total parameters and activates only 5.1B parameters during inference.
- In APPSO's unofficial DeepSeek API status monitoring page test, Ling-3.0-Flash also made 25 model calls and cost $0.0402.
- In APPSO's unofficial DeepSeek API status monitoring page test, Ling-3.0-Flash was 40% cheaper than DeepSeek.
- In APPSO's unofficial DeepSeek API status monitoring page test, DeepSeek used 1.22 million input Tokens, about 30% more than Ling-3.0-Flash's 940,000 Tokens.
- In APPSO's unofficial DeepSeek API status monitoring page test, DeepSeek output 66,995 Tokens, which was 4.5 times Ling-3.0-Flash's 14,752 Tokens.
- In the The Odyssey cinema guide case, Ling-3.0-Flash took 17m55s, recorded 137 backend requests, used 3.26 million Tokens, and cost $0.483.
- In the The Odyssey cinema guide case, Claude Sonnet 4.6 took 16.1 minutes, made 14 tool calls, consumed 1.1 million Tokens, and cost $2.5.
- OpenAI data showed that in May 2026, 70.2% of users had submitted at least one Codex task requiring at least one hour of human work, and 25.6% had submitted at least one task estimated to require more than eight hours of human work.
- OpenCode said the official version of DeepSeek V4 Flash consumed 8 trillion Tokens through its platform.
ifanr突发| DeepSeek 多模态模型上新,鲸鱼终于开「天眼」了
- DeepSeek launched a multimodal model for the Agent era named deepseek-v4-flash-vision-exp.
- deepseek-v4-flash-vision-exp is available on the DeepSeek API platform.
- Users can access deepseek-v4-flash-vision-exp by setting model='deepseek-v4-flash-vision-exp'.
- DeepSeek describes deepseek-v4-flash-vision-exp as an experimental model.
- deepseek-v4-flash-vision-exp adds visual understanding capabilities while maintaining the text capabilities of DeepSeek-V4-Flash.
- deepseek-v4-flash-vision-exp can process image input.
- DeepSeek Harness 0.1.1 added native support for deepseek-v4-flash-vision-exp.
- Developers can directly call deepseek-v4-flash-vision-exp through DeepSeek Harness 0.1.1 to add image understanding to existing Agent workflows.
- deepseek-v4-flash-vision-exp supports mixed text and image input.
- Images for deepseek-v4-flash-vision-exp can be provided through Base64, external URLs, or Files API.
- Developers can call deepseek-v4-flash-vision-exp through Chat Completions, Messages, and Responses API.
- deepseek-v4-flash-vision-exp uses the same API pricing system as DeepSeek-V4-Flash.
- DeepSeek states that each image for deepseek-v4-flash-vision-exp is converted into up to 384 tokens and billed according to the V4-Flash pricing standard.
- For deepseek-v4-flash-vision-exp, cached input costs 0.05 yuan per million tokens during off-peak hours and 0.10 yuan per million tokens during peak hours.
- For deepseek-v4-flash-vision-exp, uncached input costs 1.5 yuan per million tokens during off-peak hours and 3 yuan per million tokens during peak hours.
- For deepseek-v4-flash-vision-exp, output costs 4.5 yuan per million tokens during off-peak hours and 9 yuan per million tokens during peak hours.
- The peak hours for deepseek-v4-flash-vision-exp pricing are 9:00 to 12:00 and 14:00 to 18:00 Beijing time every day.
- DeepSeek's Files API supports JPEG, PNG, GIF, and WebP formats, a maximum single file size of 64 MiB, maximum storage of 25 GiB per user, and up to 10000 saved files.
woshipmAI产业链利益大洗牌:芯片、储存狂欢退潮,利润正疯狂向模型层涌入
- Anthropic had less than $9 billion in annual recurring revenue at the beginning of 2025.
- Anthropic's annual recurring revenue was close to $60 billion in the second quarter of 2026.
- Anthropic's inference business gross margin rose from 38% to more than 70%.
- Claude Opus 4.5 was priced 3 times cheaper than its predecessor.
- Nvidia's after-hours share price rose 25% after its earnings call in May 2023.
- Vistra rose 265% for the full year in 2024.
- GE Vernova rose 146% for the full year in 2024.
- SanDisk, Western Digital, Seagate, and Micron each had annual gains of more than 200% in 2025.
- SemiAnalysis calculated that the real blended price of an agentic workload had fallen to $0.99 per million tokens.
- Claude 4 Opus was officially priced at $5 per million input tokens and $25 per million output tokens.
- Agentic workloads had an input-to-output token ratio as high as $300:1.
- Agentic workloads had a prompt cache hit rate of more than 90%.
- Cached input was billed at $0.50 per million tokens.
- SemiAnalysis found that Claude agents used in its workflows cost $1.87-$58 in tokens for research tasks that would cost $150-$1000 in equivalent human labor.
- SemiAnalysis found that the ROI of using Claude agents for those research tasks ranged from 10.7 times to 80.2 times.
- Opus fast was priced at 6 times the regular Opus price.
- Mythos was priced at $25 per million input tokens and $125 per million output tokens, which was 5 times the regular Opus price.
woshipmAI巨头正在争夺人类的错题本
- On July 10, Sam Altman released a new version of the ChatGPT desktop app.
- The new ChatGPT desktop app integrated the previously standalone Codex as a tab between "Chat" and "Work".
- Claude Mythos scored 93.9% on SWE-bench in April.
- SWE-bench tests whether models can enter real GitHub repositories and fix historical bugs that human programmers previously encountered.
- Tencent developed the programming assistant CodeBuddy before WorkBuddy appeared publicly.
- In January 2026, Tencent's team built WorkBuddy 0.01 on the same foundation and first gave it to more than 2,000 non-technical Tencent employees for internal use.
- WorkBuddy's PC monthly visits reached 8.85 million in March.
- Yao Shunyu joined Tencent at the end of 2025.
- After Hy3 Preview was connected to WorkBuddy, WorkBuddy's first response became 54% faster and total task duration was reduced by 47%.
- When the official version of Hy3 was released in July, its task success rate in WorkBuddy scenarios rose from 72% to 90%, and task time was further reduced by 34%.
woshipm完了,国内大模型也卷成”新能源车”了
- OpenAI and Anthropic together accounted for 67% of enterprise LLM API spending in 2025, based on data previously released by Menlo Ventures.
- The Information reported in May that OpenAI and Anthropic took 89% of revenue among 34 leading AI startups it tracked.
- Axios cited Ramp data saying Anthropic received more than 73% of spending among companies purchasing AI products for the first time.
- OpenAI released GPT-5.1 in November 2025 and GPT-5.2 in December 2025.
- OpenAI subsequently released GPT-5.3-Codex, GPT-5.4, and GPT-5.5 in February, March, and April 2026, respectively.
- Anthropic released Claude Sonnet 4.6 in February, Opus 4.7 in April, Opus 4.8 in May, and Fable 5 and Mythos 5 in June.
- Artificial Analysis estimated that xAI's Grok 4.5 costs nearly 90% less to complete a single task than the models ranked ahead of it.
- Chinese companies account for 11 of the top 20 laboratories on LMArena's text leaderboard.
- Artificial Analysis's Intelligence Index included 99 models with intelligence scores above 20, from 25 companies.
- Artificial Analysis's Intelligence Index included 12 Chinese companies with models scoring above 20: DeepSeek, Baidu, Zhipu, Tencent, China Mobile, Moonshot AI, Ant Group, Xiaomi, MiniMax, Alibaba, StepFun, and ByteDance.
- Alibaba announced last year that it would invest more than 3800 billion yuan over the next three years to build cloud and AI infrastructure.
- Alibaba management said during a May earnings call that the company's AI investment scale would exceed its previously set plan.
- ByteDance raised its 2026 AI capital expenditure plan to 2000 billion yuan.
- Tencent plans to continue increasing AI investment, and its management said it will continue enhancing the capabilities of the Hunyuan large model.
- Including Zhipu's latest placement round, leading Chinese large-model startups have raised more than 1300 billion yuan in total financing this year.
- DeepSeek has raised about 500 billion yuan in cumulative financing.
- Zhipu has raised 35.75 billion Hong Kong dollars in cumulative financing.
- Moonshot AI has raised about $2.7 billion in cumulative financing.
- StepFun has raised about 22 billion yuan in cumulative financing, and MiniMax has raised about 4.82 billion Hong Kong dollars.