AutoMedia/テクノロジー・デスク
テクノロジー・デスクに戻る
テクノロジー・デスク解説ソフトウェア & サービス

The team behind continuous batching says your idle GPUs should be running inference, not sitting dark

Every GPU cluster has dead time。仕組みや利用者への影響まで整理しておきたい動きだ。 Training jobs finish, workloads shift and hardware sits dark while power and cooling costs。

AutoMedia Desk
2026/03/14 14:02
20分
更新 2026/03/14 14:11
VentureBeat
T

The team behind continuous batching says your idle GPUs should be running inference, not sitting dark

ビジュアル準備中
  • Every GPU cluster has dead time
  • Training jobs finish, workloads shift and hardware sits dark while power and cooling costs keep running
  • 続報では対象範囲や具体的な運用条件がどこまで明らかになるかを追いたい

Every GPU cluster has dead time. Training jobs finish, workloads shift and hardware sits dark while power and cooling costs keep running. For neocloud operators, those empty cycles are lost margin. The obvious workaround is spot GPU markets — renting spare capacity to whoever needs it. But spot instances mean the cloud vendor is still the one doing the renting, and engineers buying that capacity are still paying for raw compute with no inference stack attached. FriendliAI's answer is different: run inference directly on the unused hardware, optimize for token throughput, and split the revenue with the operator. FriendliAI was founded by Byung-Gon Chun, the researcher whose paper on continuous batching became foundational to vLLM, the open source inference engine used across most production deployments today. Chun spent over a decade as a professor at Seoul National University studying efficient execution of machine learning models at scale. That research produced a paper called , which introduced continuous batching. The technique processes inference requests dynamically rather than waiting to fill a fixed batch before executing. It is now industry standard and is the core mechanism inside vLLM. This week, FriendliAI is launching a new platform called InferenceSense. Just as publishers use Google AdSense to monetize unsold ad inventory, neocloud operators can use InferenceSense to fill unused GPU cycles with paid AI inference workloads and collect a share of the token revenue. The operator's own jobs always take priority — the moment a scheduler reclaims a GPU, InferenceSense yields. "What we are providing is that instead of letting GPUs be idle, by running inferences they can monetize those idle GPUs," Chun told VentureBeat. How a Seoul National University lab built the engine inside vLLM Chun founded FriendliAI in 2021, before most of the industry had shifted attention from training to inference. The company's primary product is a dedicated inference endpoint service for AI startups and enterprises running open-weight models. FriendliAI also appears as a deployment option on Hugging Face alongside Azure, AWS and GCP, and currently supports more than 500,000 open-weight models from the platform. InferenceSense now extends that inference engine to the capacity problem GPU operators face between workloads. How it works InferenceSense runs on top of Kubernetes, which most neocloud operators are already using for resource orchestration. An operator allocates a pool of GPUs to a Kubernetes cluster managed by FriendliAI — declaring which nodes are available and under what conditions they can be reclaimed. Idle detection runs through Kubernetes itself. "We have our own orchestrator that runs on the GPUs of these neocloud — or just cloud — vendors," Chun said. "We definitely take advantage of Kubernetes, but the software running on top is a really highly optimized inference stack." When GPUs are unused, InferenceSense spins up isolated containers serving paid inference workloads on open-weight models including DeepSeek, Qwen, Kimi, GLM and MiniMax. When the operator's scheduler needs hardware back, the inference workloads are preempted and GPUs are returned. FriendliAI says the handoff happens within seconds. Demand is aggregated through FriendliAI's direct clients and through inference aggregators like OpenRouter. The operator supplies the capacity; FriendliAI handles the demand pipeline, model optimization and serving stack. There are no upfront fees and no minimum commitments. A real-time dashboard shows operators which models are running, tokens being processed and revenue accrued. Why token throughput beats raw capacity rental Spot GPU markets from providers like CoreWeave, Lambda Labs and RunPod involve the cloud vendor renting out its own hardware to a third party. InferenceSense runs on hardware the neocloud operator already owns, with the operator defining which nodes participate and setting scheduling agreements with FriendliAI in advance. The distinction matters: spot markets monetize capacity, InferenceSense monetizes tokens. Token throughput per GPU-hour determines how much InferenceSense can actually earn during unused windows. FriendliAI claims its engine delivers two to three times the throughput of a standard vLLM deployment, though Chun notes the figure varies by workload type. Most competing inference stacks are built on Python-based open source frameworks. FriendliAI's engine is written in C++ and uses custom GPU kernels rather than Nvidia's cuDNN library. The company has built its own model representation layer for partitioning and executing models across hardware, with its own implementations of speculative decoding, quantization and KV-cache management. Since FriendliAI's engine processes more tokens per GPU-hour than a standard vLLM stack, operators should generate more revenue per unused cycle than they could by standing up their own inference service. What AI engineers evaluating inference costs should watch For AI engineers evaluating where to run inference workloads, the neocloud versus hyperscaler decision has typically come down to price and availability. InferenceSense adds a new consideration: if neoclouds can monetize idle capacity through inference, they have more economic incentive to keep token prices competitive. That is not a reason to change infrastructure decisions today — it is still early. But engineers tracking total inference cost should watch whether neocloud adoption of platforms like InferenceSense puts downward pressure on API pricing for models like DeepSeek and Qwen over the next 12 months. "When we have more efficient suppliers, the overall cost will go down," Chun said. "With InferenceSense we can contribute to making those models cheaper."

何が起きたか

Every GPU cluster has dead time VentureBeat が報じた内容からは、今回の動きが単発の告知ではなく、利用者や事業者の判断材料として位置づけられていることがうかがえる。現時点では公開された情報の範囲で整理しつつ、今後の追加情報を待つ必要がある。

背景

サービスやプラットフォームの変更は、UIの変化だけでなく、利用者の行動や開発元の運用にも波及しうる。 Training jobs finish, workloads shift and hardware sits dark while power and cooling costs keep running そのため、発表内容だけを見るのではなく、既存の仕組みや競合する選択肢との違いも確認しておきたい。

なぜ重要か

利用者には日々の使い勝手の変化として現れ、事業者には運用やサポート体制の見直しを促す。 今回のテーマは、機能や制度の変更そのものよりも、それが現場の行動や意思決定にどう影響するかが重要になる。

読者への影響

利用者にとっては日々の使い勝手の変化として現れ、企業側にとってはサポートや運用設計の見直しにつながる可能性がある。 導入時の利便性だけではなく、継続利用時の負担や制約も確認したい。

製品を選ぶ読者、導入を判断する担当者、関連サービスを開発する事業者では、見るべきポイントがそれぞれ異なるため、用途ごとに論点を分けて理解することが重要だ。

業界への示唆

サービス分野では、仕様変更が利用者の行動や事業者の運用コストに連鎖しやすい。今回のテーマも、UI上の変化だけでなく、プラットフォームの方針や品質管理の方向性を示している可能性がある。 単発の発表や数値の変化として終わらせず、関連企業の動きや今後の追随が出るかどうかまで見ていく必要がある。

元記事から読み取れること

For neocloud operators, those empty cycles are lost margin。

The obvious workaround is spot GPU markets — renting spare capacity to whoever needs it。

元記事から読み取れる情報を整理すると、今回の発表は単なる話題性だけでなく、運用条件や価格、導入範囲の見直しに結びつく可能性がある。 報道ベースで状況を追う際には、発表直後の注目度だけでなく、数日から数週間のうちに具体的な利用条件や影響範囲がどう確定していくかを見る必要がある。

特に企業発表や調査会社の見通しは、後続の説明や追加データによって受け止め方が変わるため、初報と続報を分けて確認したい。

判断のポイント

サービスの変化を見る際は、告知文面だけでなく、実際にどの画面や導線で影響が出るのか、運用上の制約が増えるのかを確認したい。 公開時点で分からない部分があっても、後続の説明や利用条件の更新で評価が変わる可能性があるため、現段階では論点を分けて見ておくのが妥当だ。

今後の焦点

続報では対象範囲や具体的な運用条件がどこまで明らかになるかを追いたい。 加えて、続報を追う際には、対象範囲が拡大するのか、正式提供に向けて条件が変わるのか、競合他社が同様の対応を見せるのかという観点も重要になる。

一次発表だけでは見えにくい実運用面の変化が、後から評価を左右することは少なくない。 読者としては、次の更新や追加説明が出た時点で、今回の整理と照らし合わせて評価を更新していく姿勢が求められる。

続報では、対象ユーザー、導入時期、具体的な利用シーン、競合サービスとの違いを確認したい。

Premiumプレミアム限定
関連記事