<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Storm Engine Technology.</title>
    <description>The latest articles on DEV Community by Storm Engine Technology. (@yiqinumber1).</description>
    <link>https://dev.to/yiqinumber1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3963941%2F7d26b306-e577-4d26-94e3-45dcaabb3c65.jpg</url>
      <title>DEV Community: Storm Engine Technology.</title>
      <link>https://dev.to/yiqinumber1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yiqinumber1"/>
    <language>en</language>
    <item>
      <title>STORM AI: When "Cheap" Isn't Cheap and Premium Hurts—I Built the Middle Ground</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Fri, 12 Jun 2026 07:54:42 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/storm-ai-when-cheap-isnt-cheap-and-premium-hurts-i-built-the-middle-ground-47m4</link>
      <guid>https://dev.to/yiqinumber1/storm-ai-when-cheap-isnt-cheap-and-premium-hurts-i-built-the-middle-ground-47m4</guid>
      <description>&lt;p&gt;Two weeks ago, I plugged an NVIDIA DGX Spark into the network, loaded Qwen2.5-32B, slapped on a proxy, and pointed a domain at it. STORM AI inference API went live.&lt;br&gt;
No team. No budget. One machine. Day one, I ran 2,859 evaluation prompts through EvalScope across four models.&lt;br&gt;
Result: zero structural errors, 100% success at 30 concurrent requests. Not the best hardware. Good enough.&lt;br&gt;
Why another API? The market is flooded.&lt;br&gt;
What's missing is determinism.&lt;br&gt;
Doubao started charging. DeepSeek looks cheap—¥1/M input, ¥2/M output—but "shared instance at capacity" is the norm, not the exception. You deploy an Agent. It runs fine at 2 PM. At 3 AM it hits 429. You wake up to a log&lt;br&gt;
full of retries. The cheap price tag hides the real cost: your time.&lt;br&gt;
OpenAI GPT-4o-mini at $0.60/M output. Claude at $15/M. Looks reasonable until your Agent burns through twenty bucks a day during development. Trial and error at scale isn't free.&lt;/p&gt;

&lt;p&gt;I'm not saying STORM is better. I'm saying there's a use case being ignored: inference built for Agents, not chatbots.&lt;br&gt;
Chatbots forgive failure. One retry, nobody cares. Agents chain calls: A's output feeds B's input, B's output triggers C's tool selection. One random fluctuation anywhere in that chain, and the whole thing collapses. &lt;br&gt;
You don't need the smartest model. You need the same output for the same input, every time.&lt;br&gt;
That's why STORM defaults to temperature=0. Not because we hate creativity. Because Agents don't need it. They need reliability.&lt;br&gt;
Numbers don't lie&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; EvalScope head-to-head:

 |                  | Success Rate | Avg Latency | Output Throughput |
 |------------------|--------------|-------------|-------------------|
 | STORM (DGX, 32B) | 100%         | 24s         | 307 tok/s         |
 | DeepSeek V3      | 100%         | 4s          | 980 tok/s         |
 | Kimi             | 96%          | 6s          | 520 tok/s         |
 | Mac M4 (14B)     | 100%         | 73s         | 45 tok/s          |
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;DeepSeek is faster. Nobody disputes that. But that speed is shared-pool speed, not your speed. STORM is slower, but those 307 tok/s are yours alone—no noisy neighbors, no sudden rate limits, no "sorry, high  traffic." The DGX sits in Nanjing. Its compute budget is finite. What's allocated to you stays allocated to you.&lt;br&gt;
Free trial. No strings.&lt;br&gt;
100,000 free tokens. No credit card. No signup form. Point your Agent at it and see if it holds up. If it works for you, paid plans start at $3.90/month for 500K tokens.&lt;/p&gt;

&lt;p&gt;Pricing: &lt;a href="https://api.stormengine.cloud" rel="noopener noreferrer"&gt;https://api.stormengine.cloud&lt;/a&gt;&lt;br&gt;
Benchmarks: &lt;a href="https://api.stormengine.cloud/static/bench_report.html" rel="noopener noreferrer"&gt;https://api.stormengine.cloud/static/bench_report.html&lt;/a&gt;&lt;br&gt;
API docs: right on the landing page&lt;br&gt;
If something's broken, tell me. I'll fix it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>javascript</category>
      <category>devops</category>
      <category>discuss</category>
    </item>
    <item>
      <title>June 11, 2026 Morning News on Artificial Intelligence</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Fri, 12 Jun 2026 05:56:25 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/june-11-2026-morning-news-on-artificial-intelligence-1n4m</link>
      <guid>https://dev.to/yiqinumber1/june-11-2026-morning-news-on-artificial-intelligence-1n4m</guid>
      <description>&lt;p&gt;Good morning, readers. Today is June 11, 2026, Thursday. Welcome to the morning news on artificial intelligence. Mid-June has arrived, and the global AI industry is undergoing a multidimensional transformation: geopolitical tensions have triggered a brief sell-off in US tech stocks, causing Nvidia's market cap to fall below $5 trillion; however, the race for computing power continues unabated—OpenAI is negotiating the lease of a 10 GW super data center, driving the largest infrastructure layout in history. Meanwhile, the IPO sprint of global AI unicorns is entering a fever pitch, and Chinese AI forces are accelerating both in-depth industrial application and capitalization. Domestic large models have led global usage for six consecutive weeks.&lt;/p&gt;

&lt;p&gt;Macro and Market: Geopolitical Risks Temporarily Impact AI Sector, Computing Power Race Continues&lt;br&gt;
On June 10, the Middle East situation tightened again, and rising geopolitical risks quickly increased risk aversion in global capital markets, leading to a sell-off in US tech stocks. Nvidia (NVDA) fell 3.73%, with its market cap falling below the $5 trillion mark; Google fell 2.48%, Microsoft fell 1.5%, Amazon fell 2.53%, Meta fell 2.33%, and Tesla fell 3.8%. The chip sector was under pressure overall, with Qualcomm, ARM, and Broadcom all falling by more than 5%, and AMD and TSMC falling by more than 4%. Oracle fell more than 7% after the market due to unexpected quarterly capital expenditures, raising concerns about the profitability of AI infrastructure business.&lt;/p&gt;

&lt;p&gt;Despite the sector-wide correction, the underlying logic of expanding global AI technology infrastructure remains unshaken. According to multiple reports, OpenAI is conducting in-depth negotiations to lease a 10 GW super data center on federal land in Ohio. Nvidia has discussed providing financial guarantees for the project. If calculated based on current estimates, the total cost of the park upon completion will be at least $500 billion, making it the largest infrastructure commitment in OpenAI's history. In terms of capitalization, OpenAI has officially submitted a confidential IPO application to the SEC, significantly accelerating its financing pace.&lt;/p&gt;

&lt;p&gt;Global Landscape: Three AI Giants Enter Intense IPO Race, Global Computing Power Map Accelerates Reconfiguration&lt;br&gt;
Currently, the capitalization process in the global AI field is advancing at an unprecedented speed. SpaceX is priced at $135 per share, corresponding to a valuation of approximately $1.75 trillion, and will officially list on Nasdaq on June 12, becoming the largest IPO in US stock market history. After completing a $65 billion H-round financing, Anthropic's valuation has risen to $965 billion, surpassing OpenAI's $852 billion, and has submitted a confidential IPO application to the SEC, expected to list as early as October this year. The combined valuation of the three companies is approximately $3.6 trillion, and their IPO processes will reshape the global capital's valuation anchor for the AI track.&lt;/p&gt;

&lt;p&gt;In terms of model iteration, Anthropic officially launched the new model Claude Fable 5, claiming superior performance compared to all previously released models, with significant advantages in software engineering and visual tasks, especially in long and complex task scenarios. At the same time, OpenAI officially entered the physical robot field, CEO Altman announced the formation of a robotics team and adjusted the R&amp;amp;D focus to human-machine collaboration, marking a comprehensive extension of global large model competition from pure software competition to a full-stack competition of "software + hardware."&lt;/p&gt;

&lt;p&gt;Specifically, the fundamental characteristics of the three IPO giants exhibit subtle differences:&lt;/p&gt;

&lt;p&gt;Anthropic's valuation has surpassed OpenAI, and its commercialization efficiency is more prominent. In the first quarter of 2026, its market share reached 31.4%, surpassing OpenAI's 29% for the first time, becoming the new leader in the global large model industry. The gross margin of its reasoning business has risen from 38% to over 70%, and its business model centered on enterprise customers is favored by public market investors.&lt;/p&gt;

&lt;p&gt;SpaceX, although with the highest valuation, also faces significant loss pressures—revenue in 2025 was $18.674 billion, with a loss of $4.937 billion; revenue in the first quarter of 2026 was $4.69 billion, with operating losses of $1.94 billion and net losses of $4.276 billion.&lt;/p&gt;

&lt;p&gt;OpenAI continues to incur huge losses, with monthly revenue reaching $2 billion in March, but a loss of $8 billion. Predictions indicate that it may achieve profitability by 2030.&lt;/p&gt;

&lt;p&gt;Domestic Industry: Thousand&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
    </item>
    <item>
      <title>The 2026 China AI Agent Leaders List Revealed, Witnessing the Year of Intelligent Agent Application Explosion</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Thu, 11 Jun 2026 01:40:56 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/the-2026-china-ai-agent-leaders-list-revealed-witnessing-the-year-of-intelligent-agent-application-38b1</link>
      <guid>https://dev.to/yiqinumber1/the-2026-china-ai-agent-leaders-list-revealed-witnessing-the-year-of-intelligent-agent-application-38b1</guid>
      <description>&lt;p&gt;(Source: Lei Feng Network)&lt;/p&gt;

&lt;p&gt;On June 2nd, at the 2026 Beijing Cybersecurity Conference (BCS 2026), the 2026 China AI Agent Leaders List was officially announced. Over 100 intelligent agents submitted by more than 100 companies across 20 industries were selected for the list, comprehensively showcasing the latest landscape of intelligent agent technology implementation and industrial innovation in China.&lt;/p&gt;

&lt;p&gt;The selection was jointly initiated by authoritative institutions such as the China Internet Association and the China Artificial Intelligence Industry Alliance, and organized by the Beijing Cybersecurity Conference (BCS). The aim was to select exemplary cases that demonstrate innovation, demonstration, and safety. Unlike previous evaluations that focused heavily on technical indicators, this evaluation emphasized both application value and controllable security. The focus was on the depth of implementation and sustained operational capability of intelligent agents in real business scenarios. Therefore, data security and permission control around intelligent agents became critical evaluation criteria.&lt;/p&gt;

&lt;p&gt;Former directors of the First and Third Research Institutes of the Ministry of Public Security, Yan Ming, the chairman of the Computer Security Special Committee of CCF; Huang Qingcheng, the chairman of the Data Security and Governance Working Committee of the China Internet Association; Zhao Lin, the former deputy director of the Science and Technology Information Bureau of the Ministry of Public Security and the chairman of the Digital Security Professional Committee of the China Security Prevention Product Industry Association; Jing Jing, the senior business manager of the Security Governance Department of AIIA (China Artificial Intelligence Industry Alliance) and the China Academy of Information and Communications Technology, attended the event and presented certificates to the selected companies.&lt;/p&gt;

&lt;p&gt;A Hundred Boats Racing, Over 100 Intelligent Agents Profoundly Reconstruct Productivity&lt;/p&gt;

&lt;p&gt;Since the application submission began on March 30th, hundreds of applications from various industries including government affairs, finance, telecommunications, energy, healthcare, manufacturing, and more were received. The evaluation comprehensively assessed the advanced technology, application effectiveness, security, and replicability of the submissions, ultimately forming the "2026 China Intelligent Agent Industry Map."&lt;/p&gt;

&lt;p&gt;Selected projects not only cover a wide range of areas but also demonstrate significant value in real business scenarios. From code security auditing to smart customer service, from power inspection to government office work, intelligent agents are becoming crucial tools for enterprises to reduce costs and improve efficiency, and for governments to enhance governance capabilities. This marks the transition of China's AI technology from "usable" to "effective," and heralds the arrival of a turning point for the large-scale implementation of intelligent agents.&lt;/p&gt;

&lt;p&gt;Four Major Tracks, Witnessing Intelligent Agents Moving Towards Full Industry and Scenario Implementation&lt;/p&gt;

&lt;p&gt;The top 100 intelligent agents selected this time were strictly chosen according to four core tracks, covering the core development directions of the intelligent agent industry. Each track has seen the emergence of leading enterprises with technological leadership and exemplary implementation.&lt;/p&gt;

&lt;p&gt;(I) Key Capability Intelligent Agents: Building the Safe Foundation of AI Applications&lt;/p&gt;

&lt;p&gt;This track focuses on core supporting capabilities such as AI security protection, data privacy protection, intelligent operation, and code security, which are the foundational bedrock for ensuring the safe and stable operation of the intelligent economy. Among the selected projects, Hubei Bank's AI Code Security Intelligent Agent and North Silver Financial's AI Code Security Audit and Automatic Verification Intelligent Agent have solved the security pain points in code development. China Life Insurance (Overseas)'s "Guo Shou Cross-border Compliance Security Operation Intelligent Agent" uses AI technology to intelligently identify, dynamically monitor, and automatically handle compliance risks in cross-border business, providing a digital safeguard for financial institutions going global.&lt;/p&gt;

&lt;p&gt;Ping An Securities' Threat Intelligence Analysis Intelligent Agent and Qihoo 360's Threat Intelligence Analysis Intelligent Agent have built an intelligent cybersecurity threat disposal system, significantly improving the efficiency and response speed of security operations. China Unicom Guangzhou Software Institute's Intelligent Maintenance Intelligent Agent and Inspur Information's Security Protection Intelligent Agent have achieved technological breakthroughs in intelligent maintenance and infrastructure security protection. Alibaba Cloud and Tencent Cloud's "DDoS Security Operation Intelligent Agent" and "Cloud Security Intelligent Agent" demonstrate the deep accumulation and layout of public cloud providers in intelligent security operations.&lt;/p&gt;

&lt;p&gt;(II) Organizational Operations Intelligent Agents: Reshaping the Efficiency Engine of Enterprise Operations&lt;/p&gt;

&lt;p&gt;Organizational operations intelligent agents are quietly transforming core functions such as human resources, marketing, customer service, and legal affairs in enterprises, becoming new tools for reducing costs and improving efficiency. In the marketing and service domains, Toyota Motor's "Lexus Customer Service Intelligent Agent" and Beijing Drainage Group's "Hotline Intelligent AI Calling System" showcase the AI upgrade practices of multinational automakers and state-owned enterprises in customer service. Baidu's "Enterprise All-in-One AI Marketing Application Hogee" demonstrates tremendous&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Struggling to Gain Posting Privileges on r/LocalLLaMA: Seeking Help</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Mon, 08 Jun 2026 03:56:44 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/struggling-to-gain-posting-privileges-on-rlocalllama-seeking-help-28ed</link>
      <guid>https://dev.to/yiqinumber1/struggling-to-gain-posting-privileges-on-rlocalllama-seeking-help-28ed</guid>
      <description>&lt;p&gt;There is a community on Reddit called r/LocalLLaMA. I am eager to post about my Storm Engine Technology website there.&lt;br&gt;
However, the community restricts posting for anyone who has not&lt;br&gt;
contributed to the website. I have been contributing by liking posts and commenting every day for over ten days, but I am still unable to post. I am very frustrated. Can someone help me? Thank you very much!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>devops</category>
    </item>
    <item>
      <title>Self-Hosted Inference API — Open Beta, Looking for 5 Free Users</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Fri, 05 Jun 2026 03:57:44 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/self-hosted-inference-api-open-beta-looking-for-5-free-users-3ill</link>
      <guid>https://dev.to/yiqinumber1/self-hosted-inference-api-open-beta-looking-for-5-free-users-3ill</guid>
      <description>&lt;p&gt;What this is&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; One NVIDIA DGX Spark (128GB unified memory), sitting in a room in Nanjing. Qwen2.5-32B-AWQ — the open-source model from Alibaba — running on the vLLM inference engine, straight quantized, no fine-tuning. Exposed through Cloudflare Tunnel. I built an OpenAI-compatible API endpoint: change one base_url and plug it into your Agent, your LangChain pipeline, your automated coding workflow.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;This is not a big-company product. No GPU cluster, no elastic scaling, no fancy dashboard. Just a developer's self-hosted inference node, purpose-built for Agent workloads. Nothing else.&lt;/p&gt;

&lt;p&gt;Why I'm looking for testers&lt;/p&gt;

&lt;p&gt;Because I can't find real-world edge cases on my own. I've run 2,859 benchmark cases with zero structural errors, but that's a simulated environment. What happens when a real Agent hammers tool calling in a loop?&lt;br&gt;
Does it hold up with 128K context stuffed to the brim? Only actual users can answer that.&lt;/p&gt;

&lt;p&gt;What you get — completely free&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Unlimited tokens. Both the 32B and 14B models, no caps.&lt;/li&gt;
&lt;li&gt;60 requests per minute. No concurrency limits within that envelope.&lt;/li&gt;
&lt;li&gt;Zero data retention. No logging for training, logs auto-purge after 30 days.&lt;/li&gt;
&lt;li&gt;Just an API key. No account creation, no sign-up flow, no onboarding bullshit.
Free for the first month. After that, if you find it useful, we'll talk pricing. No commitment.
What I expect from you&lt;/li&gt;
&lt;li&gt;You're actually running an Agent pipeline — not casually chatting with a bot. Code is executing, tool calls are flying, the system is doing work.&lt;/li&gt;
&lt;li&gt;You're willing to give feedback when things break. A one-liner saying "it choked" is genuinely useful.&lt;/li&gt;
&lt;li&gt;No stress-testing, no crypto mining. Please.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;How to apply&lt;br&gt;
Drop a comment with your email, or reach out directly: &lt;br&gt;
&lt;a href="mailto:jwx2020@aliyun.com"&gt;jwx2020@aliyun.com&lt;/a&gt;. Five slots, first come first served. If you include a GitHub link or a quick description of what you're building, you jump the queue.&lt;br&gt;
The downsides (no sugar-coating)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Single machine. If it goes down, it goes down. No failover.&lt;/li&gt;
&lt;li&gt;ARM64 + 32B means single-request speed is modest (~13 tok/s). But vLLM continuous batching keeps system throughput reasonable under concurrent load.&lt;/li&gt;
&lt;li&gt;Latency depends on your physical distance from Nanjing.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Details &amp;amp; API docs&lt;br&gt;
&lt;a href="https://stormengine.cloud" rel="noopener noreferrer"&gt;https://stormengine.cloud&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's it. If you're building something that needs an inference backend and you don't need a cloud giant, shoot me an email.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Baidu Ernie Foundation Model 5.1 Officially Released</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Fri, 05 Jun 2026 00:13:56 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/baidu-ernie-foundation-model-51-officially-released-2fei</link>
      <guid>https://dev.to/yiqinumber1/baidu-ernie-foundation-model-51-officially-released-2fei</guid>
      <description>&lt;p&gt;On May 9, Baidu announced the official release of its next-generation foundation model, Ernie Foundation Model 5.1.&lt;br&gt;
According to the introduction, Ernie 5.1 adopts "Multi-Dimensional Elastic Pre-training" technology, achieving leading baseline performance with only about 6% of the pre-training cost of industry models of the same scale, and ranking first domestically on the LMArena Search Leaderboard.&lt;br&gt;
In addition, the latest rankings from the Large Model Arena show that Ernie 5.1 scored 1,223 points, placing first domestically and fourth globally on the LMArena Search Leaderboard, making it the only Chinese model on the list.&lt;br&gt;
The significant improvement in Ernie 5.1's comprehensive capabilities is attributed to key technologies such as "Multi-Dimensional Elastic Pre-training." This technology was first introduced with the release of Ernie 5.0, enabling the generation of multiple model scales from a single training run. As a milestone achievement of this technology, Ernie 5.1 fully inherits the knowledge from Ernie 5.0, compressing the total parameters to approximately 1/3 and the active parameters to approximately 1/2, while achieving leading baseline performance with only about 6% of the pre-training cost of industry models of the same scale.&lt;br&gt;
Currently, Ernie 5.1 has been simultaneously launched on Baidu Qianfan Model Square and the Ernie Bot official website, open for experience by enterprise users and developers.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>devops</category>
      <category>api</category>
    </item>
    <item>
      <title>In March 2026, China's daily Token (word token) call volume exceeded 140 trillion</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Thu, 04 Jun 2026 01:24:35 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/in-march-2026-chinas-daily-token-word-token-call-volume-exceeded-140-trillion-3gl9</link>
      <guid>https://dev.to/yiqinumber1/in-march-2026-chinas-daily-token-word-token-call-volume-exceeded-140-trillion-3gl9</guid>
      <description>&lt;p&gt;Officially disclosed by Liu Liehong, Director of the National Data Administration, at the China Development Forum 2026 Annual Meeting on March 23, 2026.&lt;br&gt;
Growth Trajectory:&lt;br&gt;
Early 2024: 100 billion&lt;br&gt;
End of 2025: 100 trillion&lt;br&gt;
March 2026: 140 trillion&lt;br&gt;
Two-year growth: Over 1,000x&lt;br&gt;
End of 2025 to March 2026: Over 40% growth in just 3 months&lt;br&gt;
Global Comparison&lt;br&gt;
During the same period, China's weekly AI large model Token call volume surpassed the United States for three consecutive weeks, becoming one of the countries with the highest AI application activity globally. Data from OpenRouter, the world's largest AI model API aggregation platform, shows that from March 16 to 22, 2026:&lt;br&gt;
Global total Token call volume: 20.4 trillion&lt;br&gt;
China's share: 7.359 trillion, accounting for 36% of global volume&lt;br&gt;
Policy Background&lt;br&gt;
This explosive growth was driven by intensive policy support:&lt;br&gt;
August 2025: The State Council issued the "Opinions on Deepening the Implementation of the 'AI+' Action"&lt;br&gt;
January 2026: Eight ministries jointly issued the "Implementation Opinions on the 'AI+Manufacturing' Special Action", proposing to launch 1,000 high-level industrial AI agents by 2027&lt;br&gt;
March 2026: The Government Work Report at the National Two Sessions first proposed "building a new form of intelligent economy"&lt;br&gt;
Data Infrastructure&lt;br&gt;
By the end of 2025, the country had built over 100,000 high-quality datasets with a total volume exceeding 890 PB (equivalent to 310 times the digital resource volume of the National Library of China). The National Data Administration is advancing six special actions: "Strong Foundation Expansion, Annotation Breakthrough, Quality Improvement, Application Empowerment, Management Services, and Value Release."&lt;br&gt;
Industry Significance&lt;br&gt;
Liu Liehong, Director of the National Data Administration, pointed out that the significant increase in daily Token call volume indicates:&lt;br&gt;
China's AI development has entered a rapid growth phase&lt;br&gt;
Application scenarios have deepened from "being able to chat" to "intelligent agents capable of decision-making and execution"&lt;br&gt;
China's AI industry competitiveness has significantly strengthened, with "Token going global" becoming a marker of enhanced industrial competitiveness&lt;br&gt;
The value of data elements is accelerating its release, and a virtuous cycle of "data supply—value release" has begun to emerge&lt;br&gt;
Application Ecosystem Data (April 2026)&lt;br&gt;
According to the "2026 China AI Application Panorama Report" by QbitAI Think Tank:&lt;br&gt;
Web monthly visits: Exceeded 900 million&lt;br&gt;
APP monthly downloads: Over 240 million&lt;br&gt;
DAU year-on-year growth: 223%&lt;br&gt;
AI productivity tools occupy over 70% of Web traffic share&lt;br&gt;
AI creation APP DAU year-on-year growth: 449%&lt;br&gt;
Commercialization Signals&lt;br&gt;
Since late January 2026, some model companies have set records of 20-day revenue exceeding total annual revenue of 2025. As the "value anchor of the intelligent era" and "settlement unit", Token is accelerating the evolution of a new business logic around its calling, distribution, and settlement.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>api</category>
    </item>
    <item>
      <title>llama.cpp b9455 Finally Caught vLLM: 70t/s on 2x3090 Qwen 27B UQ8</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Wed, 03 Jun 2026 06:03:19 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/llamacpp-b9455-finally-caught-vllm-70ts-on-2x3090-qwen-27b-uq8-1m74</link>
      <guid>https://dev.to/yiqinumber1/llamacpp-b9455-finally-caught-vllm-70ts-on-2x3090-qwen-27b-uq8-1m74</guid>
      <description>&lt;p&gt;A Reddit user on r/LocalLLaMA just dropped some impressive numbers for llama.cpp build b9455, and they're worth paying attention to if you're running multi-GPU setups.&lt;/p&gt;

&lt;p&gt;For months, vLLM was the undisputed king of multi-GPU inference — its tensor parallelism consistently hit 70+ tokens per second on dual 3090s while llama.cpp languished at 30-50 t/s. GGUF users grudgingly accepted the speed penalty as the cost of good quantization.&lt;/p&gt;

&lt;p&gt;Build b9455 changed that.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Setup
&lt;/h2&gt;

&lt;p&gt;Hardware: 2x RTX 3090s (24GB each). Model: Unsloth's &lt;code&gt;Qwen3.6-27B-UD-Q8_K_XL&lt;/code&gt; — a UD-Q8 quant that this user had been running at 30-50 t/s on older llama.cpp builds.&lt;/p&gt;

&lt;p&gt;The key new flags:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nt"&gt;--tensor-split&lt;/span&gt; 50,50 &lt;span class="nt"&gt;-sm&lt;/span&gt; tensor
&lt;span class="nt"&gt;--flash-attn&lt;/span&gt; on
&lt;span class="nt"&gt;--cache-type-k&lt;/span&gt; q8_0 &lt;span class="nt"&gt;--cache-type-v&lt;/span&gt; q8_0
&lt;span class="nt"&gt;--spec-type&lt;/span&gt; draft-mtp &lt;span class="nt"&gt;--spec-draft-n-max&lt;/span&gt; 3
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The &lt;code&gt;-sm tensor&lt;/code&gt; flag is the magic here. It changes how llama.cpp splits the model across GPUs — instead of the default row-based split (which leaves one card mostly idle during certain operations), tensor parallelism distributes individual matrix multiplications across both GPUs simultaneously.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Numbers
&lt;/h2&gt;

&lt;p&gt;Here's a raw coding session trace. Each line shows context size and throughput:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ctx 27K · pp 27K/18.8s 1417t/s · out 248/3.0s 81t/s · cold
ctx 31K · pp 3.8K/3.2s 1171t/s · out 353/4.7s 74t/s · 27K cached
ctx 37K · pp 6.7K/5.7s 1184t/s · out 335/4.5s 74t/s · 31K cached
ctx 43K · pp 5.5K/4.9s 1121t/s · out 357/5.0s 71t/s · 37K cached
ctx 44K · pp 1.3K/1.5s 861t/s · out 377/5.2s 72t/s · 43K cached
ctx 63K · pp 6.0K/4.8s 1266t/s · out 856/12.3s 69t/s · 57K cached
ctx 68K · pp 68K/54.2s 1247t/s · out 2.0K/28.8s 68t/s · cold
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Three things jump out:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Decode speed is rock-solid at 67-81 t/s.&lt;/strong&gt; Even at 68K context with a 2K token output, it held 68 t/s. That's the kind of consistency you need for agent workloads where context grows relentlessly across turns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Prompt processing is absurdly fast.&lt;/strong&gt; Cold-started 27K context filled in 18.8 seconds — 1,417 tokens per second of prefill. At that rate you're looking at about 60-70 seconds to fill a full 100K context from cold.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. The 54 t/s low point was a 4,500-token decode.&lt;/strong&gt; Long outputs are usually the bottleneck. Even there it stayed above 50 t/s, which at Q8 quality is more than usable for streaming a full code review or refactor.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;The OP had been running &lt;code&gt;qwen3.6-mtp-8.0&lt;/code&gt; on vLLM as a compromise — it ran fast, but the 8.0 quant was making subtle coding mistakes. Wrong variable names. Off-by-one errors in generated loops. The kind of bugs that pass unit tests but fail code review.&lt;/p&gt;

&lt;p&gt;UD-Q8_K_XL at this speed is a completely different experience. Code output is clean — not "mostly correct," actually correct. For anyone feeding models into an agent loop that runs 20+ turns without human intervention, those silent errors compound fast. Going back to Q8 at vLLM speed eliminates an entire class of failures.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Interesting Bits
&lt;/h2&gt;

&lt;p&gt;A few configuration details worth noting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;MTP speculative decoding&lt;/strong&gt; (&lt;code&gt;--spec-draft-n-max 3&lt;/code&gt;): the draft model predicts 2-3 tokens ahead accurately enough to justify the extra compute. Going higher than 3 showed diminishing returns.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;--no-mmap&lt;/code&gt;&lt;/strong&gt;: costs a few seconds on cold start but prevents VRAM fragmentation across server restarts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;KV cache quantization to q8_0&lt;/strong&gt;: basically lossless at these context sizes, but saves roughly 30% cache memory — the difference between fitting 60K context with headroom vs. OOM at 50K.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  tl;dr
&lt;/h2&gt;

&lt;p&gt;If you shelved llama.cpp for multi-GPU inference because vLLM was faster — especially if you're forced into lower-quality quants on vLLM to get acceptable speed — &lt;code&gt;b9455&lt;/code&gt; with &lt;code&gt;-sm tensor&lt;/code&gt; is worth a retest. The gap is gone.&lt;/p&gt;

&lt;p&gt;Full credit to the original Reddit post on r/LocalLLaMA for the benchmarks. What are you seeing with tensor-split on your hardware?&lt;/p&gt;

</description>
      <category>llamacpp</category>
      <category>llm</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How I Ran 2,859 LLM Code Generation Tests with EvalScope — and Got Zero Errors</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Tue, 02 Jun 2026 07:07:02 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/how-i-ran-2859-llm-code-generation-tests-with-evalscope-and-got-zero-errors-17km</link>
      <guid>https://dev.to/yiqinumber1/how-i-ran-2859-llm-code-generation-tests-with-evalscope-and-got-zero-errors-17km</guid>
      <description>&lt;p&gt;After three weeks of running Qwen2.5-32B on a DGX Spark, the number that surprised me most wasn't the throughput or latency. It was zero.&lt;/p&gt;

&lt;p&gt;Zero structural errors across 2,859 code generation tests.&lt;/p&gt;

&lt;p&gt;What I Tested&lt;/p&gt;

&lt;p&gt;EvalScope with code generation tasks covering:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Structured JSON output&lt;/li&gt;
&lt;li&gt;Function calling (OpenAI tool format)&lt;/li&gt;
&lt;li&gt;Multi-step tool use chains&lt;/li&gt;
&lt;li&gt;Code completion with specific output formats&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each test run validates four things:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Valid JSON structure — no unclosed brackets, no broken syntax&lt;/li&gt;
&lt;li&gt;Correct function call schema — the right parameters, right types&lt;/li&gt;
&lt;li&gt;No truncated output — response completes fully within the token budget&lt;/li&gt;
&lt;li&gt;Response within timeout — no hung generations&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Seven test sessions, roughly 400 prompts each. Every single one passed.&lt;/p&gt;

&lt;p&gt;The Setup&lt;/p&gt;

&lt;p&gt;Model: Qwen2.5-32B-Instruct-AWQ (4-bit)&lt;br&gt;
Engine: vLLM 0.21 with continuous batching&lt;br&gt;
Temperature: 0 (deterministic mode)&lt;br&gt;
Hardware: DGX Spark, 128GB unified memory, ARM64&lt;/p&gt;

&lt;p&gt;bash&lt;br&gt;
python -m vllm.entrypoints.openai.api_server \&lt;br&gt;
  --model Qwen2.5-32B-Instruct-AWQ \&lt;br&gt;
  --max-model-len 65536 \&lt;br&gt;
  --gpu-memory-utilization 0.9 \&lt;br&gt;
  --enforce-eager \&lt;br&gt;
  --enable-auto-tool-choice \&lt;br&gt;
  --tool-call-parser hermes&lt;/p&gt;

&lt;p&gt;Why Zero Errors Surprised Me&lt;/p&gt;

&lt;p&gt;I've used cloud APIs extensively. Even the best ones occasionally return truncated JSON under load, or a function call with a missing parameter. It's rare — 0.1-0.3% error rates — but when you're running autonomous agents doing 40+ sequential tool calls, a single failure cascades.&lt;/p&gt;

&lt;p&gt;At 0.3% error rate per call, a 50-step agent loop has a ~14% chance of hitting at least one failure. Your agent works perfectly nine times, then mysteriously dies on the tenth run.&lt;/p&gt;

&lt;p&gt;With zero errors in 2,859 trials, the 95% confidence upper bound on the error rate is 0.13%. That means a 50-step loop has a 93.8%+ chance of completing cleanly.&lt;/p&gt;

&lt;p&gt;The Comparison&lt;/p&gt;

&lt;p&gt;I also ran 1,280 identical prompts against cloud APIs:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Backend&lt;/th&gt;
&lt;th&gt;Latency (median)&lt;/th&gt;
&lt;th&gt;Structural Errors&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;DeepSeek V3&lt;/td&gt;
&lt;td&gt;2.6s&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kimi&lt;/td&gt;
&lt;td&gt;4.9s&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Qwen2.5-14B (Mac M4)&lt;/td&gt;
&lt;td&gt;9.9s&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;STORM (DGX, 32B)&lt;/td&gt;
&lt;td&gt;19.6s&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Cloud wins on speed. But the local setup matched the cloud on reliability, while the 14B on a $599 Mac Mini held its own on quality.&lt;/p&gt;

&lt;p&gt;Reproduce It&lt;/p&gt;

&lt;p&gt;Full methodology, test datasets, and raw results are on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/YIQI-NUMBER1/stormengine" rel="noopener noreferrer"&gt;https://github.com/YIQI-NUMBER1/stormengine&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you've got a local setup, pull the repo and run the benchmarks. If you find errors I missed, open an issue — I genuinely want to know what breaks this.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>testing</category>
    </item>
    <item>
      <title>Running Qwen2.5-32B on a DGX Spark: 3 Weeks, 2,859 Tests, Zero Errors — Full Setup Guide</title>
      <dc:creator>Storm Engine Technology.</dc:creator>
      <pubDate>Tue, 02 Jun 2026 06:51:12 +0000</pubDate>
      <link>https://dev.to/yiqinumber1/running-qwen25-32b-on-a-dgx-spark-3-weeks-2859-tests-zero-errors-full-setup-guide-lh</link>
      <guid>https://dev.to/yiqinumber1/running-qwen25-32b-on-a-dgx-spark-3-weeks-2859-tests-zero-errors-full-setup-guide-lh</guid>
      <description>&lt;p&gt;Why This Setup&lt;/p&gt;

&lt;p&gt;If you're building agent pipelines, you already know the problem: one broken tool call at step 47, and your entire autonomous loop is toast. Cloud APIs have rate limits, and they don't care that your agent is running at 3 AM.&lt;br&gt;
I wanted to see if a local setup could deliver the one thing that matters most for agents: deterministic, structurally perfect output. Every time. Here's what I learned after three weeks.&lt;/p&gt;

&lt;p&gt;Hardware&lt;/p&gt;

&lt;p&gt;DGX Spark (GB10)&lt;br&gt;
128GB unified memory&lt;br&gt;
20-core ARM64&lt;br&gt;
Ubuntu 24.04 LTS&lt;/p&gt;

&lt;p&gt;Single machine, single model. No Kubernetes. Sitting in a residential room behind CGNAT, exposed via Cloudflare Tunnel.&lt;/p&gt;

&lt;p&gt;Model &amp;amp; Engine&lt;br&gt;
bash&lt;br&gt;
huggingface-cli download Qwen/Qwen2.5-32B-Instruct-AWQ&lt;/p&gt;

&lt;p&gt;python -m vllm.entrypoints.openai.api_server \&lt;br&gt;
  --model Qwen2.5-32B-Instruct-AWQ \&lt;br&gt;
  --served-model-name Qwen2.5-32B \&lt;br&gt;
  --host 0.0.0.0 --port 8000 \&lt;br&gt;
  --max-model-len 65536 \&lt;br&gt;
  --gpu-memory-utilization 0.9 \&lt;br&gt;
  --dtype auto \&lt;br&gt;
  --enforce-eager \&lt;br&gt;
  --enable-auto-tool-choice \&lt;br&gt;
  --tool-call-parser hermes&lt;/p&gt;

&lt;p&gt;Key flags explained:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;--enforce-eager&lt;/code&gt;: ARM64 can't handle CUDA graphs — this is mandatory, not optional&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;--max-model-len 65536&lt;/code&gt;: Full 64K context window for long agent loops&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;--gpu-memory-utilization 0.9&lt;/code&gt;: Leave 10% headroom for KV cache spikes&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;--tool-call-parser hermes&lt;/code&gt;: Qwen2.5 uses Hermes format for tool calls&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The AWQ 4-bit quantization is what makes this possible. 32B model at full precision would need ~64GB just for weights. Quantized, it's ~18GB, leaving plenty of room for KV cache in the 128GB unified memory pool.&lt;/p&gt;

&lt;p&gt;The Numbers&lt;/p&gt;

&lt;p&gt;Raw Performance&lt;/p&gt;

&lt;p&gt;Single-stream generation: 12.9 tok/s. Not going to win any speed contests. ARM64 and 32B parameters are a heavy lift.&lt;/p&gt;

&lt;p&gt;But throughput is a different story with vLLM's continuous batching:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;25 concurrent: 266 tok/s system throughput&lt;/li&gt;
&lt;li&gt;TTFT P50: 649ms&lt;/li&gt;
&lt;li&gt;TTFT P99 at 25 concurrent: 1,579ms&lt;/li&gt;
&lt;li&gt;TPOT median: 74ms&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;vLLM's prefix caching is doing the heavy lifting on TTFT — in agent loops, successive calls share system prompt context, and the cache hits keep first-token latency down.&lt;/p&gt;

&lt;p&gt;The Concurrency Cliff&lt;/p&gt;

&lt;p&gt;This was the most surprising finding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;30 concurrent: 100% success rate&lt;/li&gt;
&lt;li&gt;35 concurrent: 100% timeout rate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not gradual degradation. A hard wall. Memory bandwidth maxes out at ~32-33 concurrent requests, and the GPU memory simply can't serve more. If you're planning a DGX Spark deployment, plan for 30 concurrent max with zero headroom.&lt;/p&gt;

&lt;p&gt;Benchmark Results&lt;/p&gt;

&lt;p&gt;2,859 code generation tests via EvalScope across 7 sessions. Each test validates JSON structure, function call schema, output completeness, and timeout compliance.&lt;/p&gt;

&lt;p&gt;Structural errors: &lt;strong&gt;zero&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I ran the same 1,280 prompts against cloud APIs for comparison:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;Latency&lt;/th&gt;
&lt;th&gt;Errors&lt;/th&gt;
&lt;th&gt;Output (avg lines)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;STORM (DGX, 32B)&lt;/td&gt;
&lt;td&gt;19.6s&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;37&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeepSeek V3&lt;/td&gt;
&lt;td&gt;2.6s&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kimi&lt;/td&gt;
&lt;td&gt;4.9s&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;40&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mac M4 Pro (14B)&lt;/td&gt;
&lt;td&gt;9.9s&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;38&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;DeepSeek wins speed and verbosity. Kimi is fast but had format breaks. The Mac M4 with a 14B model was surprisingly competitive on quality.&lt;/p&gt;

&lt;p&gt;What's the Takeaway?&lt;/p&gt;

&lt;p&gt;For chat and real-time applications, cloud APIs win. They're faster, simpler, and you don't need to manage hardware.&lt;/p&gt;

&lt;p&gt;For agent pipelines where:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You're running long tool-calling loops&lt;/li&gt;
&lt;li&gt;A single malformed JSON breaks the entire flow&lt;/li&gt;
&lt;li&gt;Rate limits at unpredictable hours are unacceptable&lt;/li&gt;
&lt;li&gt;You want prompt data staying on your hardware&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;...local inference with the right configuration delivers something cloud APIs don't: &lt;em&gt;guaranteed output structure&lt;/em&gt;. Not once in 2,859 tests did the model break format. That's the product.&lt;/p&gt;

&lt;p&gt;Try It Yourself&lt;/p&gt;

&lt;p&gt;Everything is open source. Reproduce the setup, run the benchmarks, verify the numbers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/YIQI-NUMBER1/stormengine" rel="noopener noreferrer"&gt;GitHub (code + data + methodology)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://api.stormengine.cloud/static/bench_report.html" rel="noopener noreferrer"&gt;Benchmark report&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://api.stormengine.cloud" rel="noopener noreferrer"&gt;API endpoint&lt;/a&gt; (free tier for testing)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Questions about the DGX setup, vLLM tuning, or benchmark methodology? Drop a comment.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
    </item>
  </channel>
</rss>
