<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Bitdeer AI Cloud]]></title><description><![CDATA[Bitdeer's GPU Cloud is powered by NVIDIA DGX™ H100, specifically designed for large-scale HPC and AI workloads. 35x faster AI training, 20% more cost efficiency and reduce 50% in latency.]]></description><link>https://www.bitdeer.ai/en/blog/</link><image><url>https://www.bitdeer.ai/en/blog/favicon.png</url><title>Bitdeer AI Cloud</title><link>https://www.bitdeer.ai/en/blog/</link></image><generator>Ghost 5.82</generator><lastBuildDate>Thu, 30 Jul 2026 10:44:39 GMT</lastBuildDate><atom:link href="https://www.bitdeer.ai/en/blog/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[How Can AI GPU Computing Optimize AI Workflows? A Full-Lifecycle Guide from Model Training to Agent Deployment]]></title><description><![CDATA[Explore the GPU resources, deployment strategies, and cost controls needed to scale AI from development and training to inference and agent deployment.]]></description><link>https://www.bitdeer.ai/en/blog/how-can-ai-gpu-computing-optimize-ai-workflows-a-full-lifecycle-guide-from-model-training-to-agent-deployment/</link><guid isPermaLink="false">6a605ea1b019420001ada026</guid><dc:creator><![CDATA[Taylor Ye]]></dc:creator><pubDate>Wed, 22 Jul 2026 06:20:32 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/07/blog-powering-end-to-end-ai-workflows-EN.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/07/blog-powering-end-to-end-ai-workflows-EN.png" alt="How Can AI GPU Computing Optimize AI Workflows? A Full-Lifecycle Guide from Model Training to Agent Deployment"><p>AI workflows are undergoing a massive shift: moving from <em>&quot;can we get this model to run?&quot;</em> to <em>&quot;can we reliably deploy it to production?&quot;</em> Today, developers face challenges that extend far beyond model selection and inference code. Enterprise engineering teams must now piece together a sustainable pipeline that seamlessly integrates data processing, model training, inference serving, Agent orchestration, runtime monitoring, and security controls.</p><p>This shifting landscape is exactly why AI GPU computing is back in the spotlight. When most AI projects stall between the demo and production phases, the issue is rarely whether the model can be called. The real hurdles are compute stability, environment replication, inference cost management, and service reliability under high concurrency. GPUs have evolved past being mere hardware accelerators for training large models, they now dictate training cycles, inference latency, and maximum concurrent capacity, directly shaping the cost structure of enterprise AI at scale.</p><h2 id="why-do-ai-workflows-depend-more-on-gpu-computing-now"><strong>Why Do AI Workflows Depend More on GPU Computing Now?</strong></h2><p>Traditional cloud computing primarily serves general-purpose workloads like websites, databases, CRMs, and API gateways, relying heavily on CPUs for business logic and request scheduling. <strong>AI workloads</strong> are fundamentally different. Their core computation shifts toward matrix multiplication, tensor operations, attention mechanisms, embedding generation, and multimodal data processing. While GPUs may assist with vector-related tasks in massive vector computing or accelerated retrieval scenarios, not all vector databases and Approximate Nearest Neighbor (ANN) search implementations inherently require GPU acceleration.</p><p>This shift is driving the architecture upgrade of<a href="https://www.bitdeer.ai/en/blog/traditional-data-centers-vs-ai-data-centers-how-infrastructure-is-evolving-to-support-ai-at-scale/"> <strong><u>AI data centers</u></strong></a>. These facilities are built around GPUs or specialized AI accelerators, requiring low-latency, high-bandwidth interconnect networks, high-throughput storage, and tight synergy between compute, networking, and storage. In short, bottlenecks in AI workflows are rarely isolated code issues&#x2014;they are systemic architectural challenges.</p><p>Throughout the AI lifecycle, different stages place starkly different demands on GPU compute architecture:</p><ul><li><strong>Model Training:</strong> Highly sensitive to GPU VRAM capacity, compute throughput, multi-GPU interconnect bandwidth (such as NVLink), and long-term stability under heavy workloads.</li><li><strong>Model Inference:</strong> Prioritizes low latency, high concurrency, throughput per second (Tokens/s), and cost efficiency per request.</li><li><strong>Agent Deployment:</strong> Demands &quot;always-on&quot; continuous availability, permission isolation, high availability for tool-calling interfaces, and robust retry mechanisms.</li></ul><h2 id="what-role-does-ai-gpu-computing-play-in-the-workflow"><strong>What Role Does AI GPU Computing Play in the Workflow?</strong></h2><p>GPUs are uniquely suited for AI because the core computations of modern neural networks are inherently parallelizable. Operations like matrix multiplication, convolutions, attention calculations, and gradient updates during training can be broken down into millions of similar, smaller computational tasks executed simultaneously. While CPUs excel at complex control logic, GPUs are built for high-throughput parallel execution.</p><p>However, when selecting GPU resources for production environments, enterprises cannot look at the theoretical raw performance of a single card in isolation. Practical production environments require evaluating whether the model fits comfortably within VRAM, whether multi-GPU communication is fast enough, whether storage can continuously feed data without bottlenecks, and whether containers, drivers, CUDA versions, and frameworks are fully compatible. Teams must also consider if the inference service scales dynamically with traffic, and whether task states, logs, access permissions, and billing remain manageable.</p><p>Furthermore, high-density GPU systems are also redefining infrastructure requirements. Using GB200 NVL72 discussed in<a href="https://www.bitdeer.ai/en/blog/modern-gpu-cooling-for-ai-from-airflow-to-cold-plate-systems/"> <strong><u>modern GPU cooling design</u></strong></a> as an example, a single rack can integrate 72 Blackwell GPUs and 36 Grace CPUs. Each GPU consumes more than 1,000 watts at peak load and uses a hybrid cooling architecture led by cold-plate liquid cooling with air cooling as support. In some public specifications, liquid cooling accounts for about 115 kW of an approximately 132 kW rack power profile, while air cooling accounts for about 17 kW. This more accurately reflects the power, cooling, and rack engineering capabilities required by high-density AI GPU systems.</p><h2 id="how-does-gpu-computing-optimize-the-ai-lifecycle"><strong>How Does GPU Computing Optimize the AI Lifecycle?</strong></h2><h3 id="1-development-prototype-validation-flexible-gpu-virtual-machines"><strong>1. Development &amp; Prototype Validation: Flexible GPU Virtual Machines</strong></h3><p>At this stage, teams rarely need massive GPU clusters. The priorities are fast startup times, environment consistency, and strict cost control. By leveraging <a href="https://www.bitdeer.ai/en/services/virtual-machine?ref=bitdeer.ai"><u>GPU Virtual Machine (VM) instances</u></a>, developers can quickly spin up environments pre-configured with PyTorch, TensorFlow, CUDA, JupyterLab, or common inference frameworks. This allows teams to rapidly test data pipelines, RAG architectures, model APIs, and Agent logic while eliminating local environment discrepancies, helping enterprises validate AI concepts faster.</p><h3 id="2-model-training-fine-tuning-scalable-distributed-tasks"><strong>2. Model Training &amp; Fine-Tuning: Scalable Distributed Tasks</strong></h3><p>As models grow larger and datasets expand, the demands on VRAM capacity, compute throughput, network interconnects, and storage I/O scale exponentially. The value of dedicated <a href="https://www.bitdeer.ai/en/services/ai-training?ref=bitdeer.ai"><u>distributed training task</u></a> management lies in transforming experimental code into a structured engineering workflow. It automates job submission, resource allocation, health monitoring, log tracking, access control, and cost governance minimizing hidden expenses caused by training failures, environment drift, and idle compute resources.</p><h3 id="3-inference-model-serving-highly-elastic-serverless-endpoints"><strong>3. Inference &amp; Model Serving: Highly Elastic Serverless Endpoints</strong></h3><p>Once a model enters the serving phase, the objective shifts toward achieving low latency, high concurrency, stable APIs, hot-swappable models, and predictable per-call costs. Utilizing <a href="https://www.bitdeer.ai/en/services/ai-inference?ref=bitdeer.ai"><u>Model Serverless Endpoints</u></a> allows developers to consume text generation, image generation, and visual comprehension models directly via APIs. Compared to building and maintaining an inference cluster from scratch, this approach is ideal for rapid feature validation and scales seamlessly alongside business growth.</p><p><strong>4. Agent Deployment &amp; Orchestration: High-Availability Cloud Runtimes</strong></p><p>During Agent deployment, the infrastructure needs to support more than model calls. It also needs tool connections, access control, log tracing, and background execution. It is worth noting that the base deployment of Agent orchestration or cloud runtime environments such as OpenClaw usually does not require a GPU. A stable CPU VM can handle always-on operation, tool integration, and background tasks. The value of GPUs is more often reflected in the underlying model inference, embedding generation, or multimodal workloads. Relying on a local laptop to run Agents over the long term can create risks such as shutdown interruptions, complex environment configuration, and API key exposure. With<a href="https://www.bitdeer.ai/en/blog/why-your-openclaw-should-run-in-the-cloud-not-on-your-laptop/"> <strong><u>OpenClaw cloud deployment</u></strong></a>, teams can place cloud instances, model configuration, communication tool integration, and background execution in a more stable environment.</p><h2 id="what-architecture-should-different-ai-workloads-choose"><strong>What Architecture Should Different AI Workloads Choose?</strong></h2><p>Different stages of an AI workflow should not use the same resource strategy. Development validation is well suited for GPU virtual machines; high-performance training or dedicated inference is better suited for bare metal; reproducible deployment is better suited for container services; rapid inference integration is better suited for an AI model library and Serverless Models; large-scale training is better suited for distributed training jobs; and business automation is better suited for an AI Agent platform.</p><p>This layered selection is more important than simply pursuing the highest-spec GPU. What enterprises truly need is an upgrade path that can move step by step from prototype to training, inference, and Agent automation. In the early stage, teams can validate model and business assumptions with lighter resources. After entering production, they can gradually introduce dedicated GPUs, containerized deployment, distributed training, and Agent workflows.</p>
<!--kg-card-begin: html-->
<table style="border:none;border-collapse:collapse;table-layout:fixed;width:468pt"><colgroup><col><col><col></colgroup><tbody><tr style="height:0pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">AI Workflow Stage</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Core Technical Demands</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Recommended GPU / Compute Architecture</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Development, Validation &amp; Prototyping</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Rapid environment provisioning, high cost sensitivity</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">GPU Virtual Machine (VM) Instances</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">High-Performance / Large-Scale Training</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Massive VRAM, high-bandwidth interconnects, maximum throughput</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">GPU Bare Metal Servers / Distributed Training Tasks</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Reproducible &amp; Elastic Deployment</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Rapid horizontal scaling, microservices architecture</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">GPU Container Services (Kubernetes)</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Rapid Inference Integration</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Zero infrastructure overhead, on-demand API calls, low latency</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Serverless Models / Model Studio</span></p></td></tr><tr style="height:0pt"><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Automated Agent Production</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Persistent background execution, extensive tool integration</span></p></td><td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:12pt;font-family:Arial,sans-serif;color:#1f1f1f;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">CPU VMs (for Orchestration) + Elastic GPU Backend (for Inference)</span></p></td></tr></tbody></table>
<!--kg-card-end: html-->
<h2 id="how-does-bitdeer-ai-cloud-support-the-end-to-end-ai-workflow"><strong>How Does Bitdeer AI Cloud Support the End-to-End AI Workflow?</strong></h2><p>Bitdeer AI Cloud is structured around the complete AI lifecycle. It supports development through deployment and provides two major capability groups: GPU Cloud Services and AI Studio &amp; AI Solutions.</p><p>At the infrastructure layer, Bitdeer AI Cloud provides virtual machines, bare metal, and container services. At the training layer, it provides distributed training job capabilities to help teams manage training jobs, monitor status, and review logs. At the inference layer, Model Studio and Serverless Models allow developers to call models through APIs. At the application layer, the AI Agent platform further connects model capabilities to enterprise tools and business processes.</p><p>For teams tackling cutting-edge workloads, Bitdeer AI Cloud provides high-performance infrastructure featuring <a href="https://www.bitdeer.ai/en/services/bare-metal/gb200?ref=bitdeer.ai"><u>NVIDIA GB200 NVL72 clusters</u></a>. These systems are purpose-built to handle massive distributed training, real-time inference, multi-agent AI ecosystems, high-performance computing (HPC) simulations, and large-scale data analytics. For engineering teams requiring ultra-dense GPU deployments, ultra-low latency networking, and advanced liquid-cooling infrastructure, these clusters deliver the stability, power, and efficiency needed for production-grade AI applications.</p><h2 id="conclusion"><strong>Conclusion</strong></h2><p>The meaning of AI GPU computing has expanded from accelerating model training to supporting the full AI lifecycle. From development validation to training and fine-tuning, from inference services to Agent deployment, and then to monitoring, scaling, and cost optimization, GPU cloud platforms are increasingly determining whether AI projects can truly enter production.</p><p>The next stage of AI competition will not be only a competition in model capability. It will also be a competition in infrastructure efficiency. Enterprises need more than larger GPUs. They need a workflow architecture that allows compute, models, deployment, and Agents to scale together.</p><p>Bitdeer AI Cloud serves as the unified gateway for this architectural transition. It enables your teams to start lean with prototype development and smoothly transition into sustainable, production-grade AI workflows, turning isolated experiments into resilient, revenue-generating business systems.</p>]]></content:encoded></item><item><title><![CDATA[Day 0 Availability: Build Smarter Retrieval for Agents with NVIDIA Nemotron 3 Embed on Bitdeer AI Model Studio]]></title><description><![CDATA[NVIDIA Nemotron 3 Embed brings frontier retrieval accuracy to practical enterprise deployment.]]></description><link>https://www.bitdeer.ai/en/blog/nvidia-nemotron-3-embed/</link><guid isPermaLink="false">6a574cc8b019420001ad9feb</guid><dc:creator><![CDATA[Evelyn Xiong]]></dc:creator><pubDate>Thu, 16 Jul 2026 16:03:01 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/07/NVIDIA-Nemotron-3-Ultra-EMBED_draft-1_new-logo-lockup.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/07/NVIDIA-Nemotron-3-Ultra-EMBED_draft-1_new-logo-lockup.png" alt="Day 0 Availability: Build Smarter Retrieval for Agents with NVIDIA Nemotron 3 Embed on Bitdeer AI Model Studio"><p>When an AI agent gives a wrong answer, it&#x2019;s easy to blame the model&apos;s reasoning. But in production agentic systems, the failure often happens one step earlier&#x2014;with retrieval. If the retrieval layer misses the right passage, code file, policy, or customer-specific record, the downstream agent starts from the wrong context and no amount of reasoning power can recover from a bad starting point.</p><p>And agents retrieve constantly. They decompose tasks into multiple queries, rewrite queries until the right data surfaces, search memory, and inspect code often dozens of times within a single task. Every weak retrieval adds turns, tokens, latency, and hallucination risk. As enterprises move from simple semantic search to retrieval-driven AI systems, retrieval quality has become the control point for accuracy, cost, and trust.</p><p>Today, <a href="http://huggingface.co/blog/nvidia/nemotron-3-embed-wins-rteb?ref=bitdeer.ai"><strong>NVIDIA Nemotron 3 Embed</strong></a><strong> 8B</strong> and <strong>NVIDIA Nemotron 3 Embed 1B</strong> are available on <a href="https://www.bitdeer.ai/en/home?ref=bitdeer.ai">Bitdeer AI Model Studio</a>, bringing production-ready open embedding models for RAG, enterprise search, code retrieval, and agentic workflows. You can immediately deploy the models through Bitdeer AI Model Studio&#x2019;s serverless inference platform, built for secure, scalable enterprise AI.</p><h2 id="what-is-nvidia-nemotron-3-embed"><strong>What is NVIDIA Nemotron 3 Embed?</strong></h2><p><a href="http://huggingface.co/blog/nvidia/nemotron-3-embed-wins-rteb?ref=bitdeer.ai">Nemotron 3 Embed</a> is a collection of open embedding models designed for enterprise and ISV teams building retrieval systems for enterprise search and emerging agentic workflows. The launch pairs two models on a single, practical accuracy-efficiency curve:</p><ul><li><strong>Nemotron 3 Embed 8B</strong> &#x2014; a frontier-quality embedding model designed to establish the accuracy ceiling across major retrieval benchmarks. The model topped the RTEB leaderboard overall across both open and closed embedding models.</li><li><strong>Nemotron 3 Embed 1B</strong> &#x2014; an efficient embedding model designed to retain more than 95% of the 8B model&apos;s accuracy through pruning, distillation, and quantization-aware training (QAT), built for high-volume production workloads that need strong accuracy with substantially better throughput and serving efficiency.</li></ul><p>The design philosophy: use the 8B model where maximum retrieval quality matters, and the 1B model where high-volume workloads demand efficiency. Together, they let teams improve retrieval quality without impractical compute tradeoffs.</p><h2 id="key-specifications"><strong>Key Specifications</strong></h2>
<!--kg-card-begin: html-->
<table cellspacing="0" cellpadding="0" class="t1">
<tbody>
<tr>
<td valign="top" class="td1">
<p class="p1">Property</p>
</td>
<td valign="top" class="td1">
<p class="p1">Details</p>
</td>
</tr>
<tr>
<td valign="top" class="td2">
<p class="p1"><b>Models</b><b></b></p>
</td>
<td valign="top" class="td2">
<p class="p1">Nemotron 3 Embed 8B / Nemotron 3 Embed 1B (nemotron-3-embed-8b / nemotron-3-embed-1b)</p>
</td>
</tr>
<tr>
<td valign="top" class="td3">
<p class="p1"><b>Architecture</b><b></b></p>
</td>
<td valign="top" class="td3">
<p class="p1">Transformer (Ministral-3-3B-Instruct-2512 based pruned model)</p>
</td>
</tr>
<tr>
<td valign="top" class="td3">
<p class="p1"><b>Modalities</b><b></b></p>
</td>
<td valign="top" class="td3">
<p class="p1">Text-only input and output, including code (multimodal planned for a future release)</p>
</td>
</tr>
<tr>
<td valign="top" class="td1">
<p class="p1"><b>Context Length</b><b></b></p>
</td>
<td valign="top" class="td1">
<p class="p1">32K tokens</p>
</td>
</tr>
<tr>
<td valign="top" class="td4">
<p class="p1"><b>Quantization</b><b></b></p>
</td>
<td valign="top" class="td4">
<p class="p1">8B: BF16 &#xB7; 1B: BF16 &amp; NVFP4</p>
</td>
</tr>
<tr>
<td valign="top" class="td3">
<p class="p1"><b>Openness</b><b></b></p>
</td>
<td valign="top" class="td3">
<p class="p1">Open model weights, datasets, training recipes, and fine-tuning guidance</p>
</td>
</tr>
<tr>
<td valign="top" class="td3">
<p class="p1"><b>NVIDIA Technology</b><b></b></p>
</td>
<td valign="top" class="td3">
<p class="p1">NeMo Retriever Library, NVIDIA NIM, NeMo AutoModel, NVIDIA Model Opt</p>
</td>
</tr>
<tr>
<td valign="top" class="td1">
<p class="p1"><b>Supported GPUs</b><b></b></p>
</td>
<td valign="top" class="td1">
<p class="p1">H100, RTX Pro 6000 Blackwell, GB200</p>
</td>
</tr>
</tbody>
</table>
<!--kg-card-end: html-->
<h2 id="why-retrieval-quality-now-decides-agent-quality"><strong>Why Retrieval Quality Now Decides Agent Quality</strong></h2><p>Most enterprise retrieval stacks face a set of hard tradeoffs:</p><ul><li><strong>Accuracy vs. cost.</strong> Better retrieval usually means paying more per query.</li><li><strong>Accuracy vs. model size.</strong> Larger embedding models can improve retrieval quality, but they are harder to serve at scale.</li><li><strong>Latency vs. recall.</strong> Production systems need fast query response, but high-quality retrieval often means searching large volumes of content.</li><li><strong>Openness vs. production readiness.</strong> Open models can be customized, but teams still need tested deployment paths, quantization support, and enterprise-grade serving.</li></ul><p>This tradeoff is most visible in agentic systems. Multi-turn agents retrieve repeatedly for planning, memory, code, and tool-use context. Weak retrieval increases turn count, token usage, hallucination risk, and user frustration. Strong retrieval reduces irrelevant context and keeps agents grounded. For retrieval to become a default agent capability, embedding models need to feel almost as easy to use as file search: fast, inexpensive, accurate, and available without major compute tradeoffs.</p><p>Nemotron 3 Embed addresses these tradeoffs head-on:</p><p><strong>Frontier accuracy for retrieval agents.</strong> Nemotron 3 Embed models deliver frontier retrieval accuracy across enterprise search, RAG, code retrieval, and agentic retrieval workflows. Nemotron 3 Embed 8B tops the RTEB leaderboard over other open and closed embedding models, and is designed to achieve the highest agentic retrieval accuracy with the fewest tokens used among open embedding models.&#xA0;</p><p><strong>Efficiency without impractical compute tradeoffs.</strong> Nemotron 3 Embed 1B retains more than 95% of the 8B model&apos;s accuracy through pruning, distillation, and quantization-aware training, and NVFP4 support on NVIDIA Blackwell doubles throughput. This makes semantic search fast and inexpensive enough for agents to retrieve constantly, almost like file search. On NVIDIA Blackwell GPUs, the NVFP4 version delivers 2x higher throughput while retaining 99% of BF16 accuracy.</p><p><strong>Open and transparent, from weights to recipes.</strong> Nemotron 3 Embed ships with open model weights, datasets, training recipes, optimization techniques, and fine-tuning guidance. Teams can inspect how the model was built, fine-tune it for domain-specific retrieval, and deploy it with full control over their data and infrastructure: no black box, no lock-in.&#xA0;</p><h2 id="enterprise-use-cases"><strong>Enterprise Use Cases</strong></h2><p><strong>Agentic retrieval.</strong> Give agents a stronger retrieval layer for multi-turn planning, tool use, memory, and repeated lookup loops. Nemotron 3 Embed supports query decomposition where an agent breaks one user request into multiple retrieval queries and query rewriting, where an agent reformulates a query multiple times until the right data is retrieved.</p><p><strong>RAG and enterprise search.</strong> Ground copilots and RAG pipelines in the right enterprise context documents, knowledge bases, and policies with frontier retrieval accuracy that reduces irrelevant context and wasted tokens downstream.</p><p><strong>Code retrieval.</strong> Retrieve relevant source files, functions, and implementation examples for developer copilots and software engineering agents. With text and code embedding in one model, engineering teams can power code search and coding-agent context from a single retrieval layer.</p><h2 id="run-nemotron-3-embed-via-api-on-bitdeer-ai-model-studio"><strong>Run Nemotron 3 Embed via API on Bitdeer AI Model Studio</strong></h2><p>You can run Nemotron 3 Embed on <a href="https://account.bitdeer.com/en/sign_in?method=3&amp;service=https://www.bitdeer.ai/auth&amp;ref=bitdeer.ai">Bitdeer AI Model Studio</a>, our serverless inference platform designed to make access to advanced foundation models simple and scalable. With a unified API, Model Studio allows developers and enterprises to start using models quickly without managing underlying infrastructure, reducing deployment complexity and time to value.</p><p>Bitdeer AI is a preferred<a href="https://www.nvidia.com/en-us/data-center/gpu-cloud-computing/partners/?ref=bitdeer.ai"> NVIDIA Cloud Partner</a>, certified to ISO/IEC 27001:2022 and SOC2 Type I &amp; Type II, providing the secure, compliant, high-performance, and enterprise-grade infrastructure that production retrieval and agentic AI deployments require. Run your embedding workloads at the precision and scale your business requires, on Bitdeer AI&apos;s purpose-built GPU fleet.</p><h2 id="get-started"><strong>Get Started</strong></h2><ol><li>Log in to <a href="https://www.bitdeer.ai/en/model/explore?ref=bitdeer.ai">Bitdeer AI Model Studio</a></li><li>Locate <strong>NVIDIA Nemotron 3 Embed 8B</strong> or <strong>NVIDIA Nemotron 3 Embed 1B</strong> in the model list</li></ol><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/07/image--5-.png" class="kg-image" alt="Day 0 Availability: Build Smarter Retrieval for Agents with NVIDIA Nemotron 3 Embed on Bitdeer AI Model Studio" loading="lazy" width="2000" height="759" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/07/image--5-.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/07/image--5-.png 1000w, https://www.bitdeer.ai/en/blog/content/images/size/w1600/2026/07/image--5-.png 1600w, https://www.bitdeer.ai/en/blog/content/images/2026/07/image--5-.png 2000w" sizes="(min-width: 720px) 720px"></figure><ol start="3"><li>Generate an API key and start making embedding API calls</li></ol><blockquote><strong>NVIDIA Nemotron 3 Embed 1B:</strong></blockquote><blockquote>curl -v --location &apos;<a href="https://api-inference.bitdeer.ai/v1/embeddings?ref=bitdeer.ai">https://api-inference.bitdeer.ai/v1/embeddings</a>&apos; --data &apos;{&quot;model&quot;:&quot;nvidia/Nemotron-3-Embed-1B-BF16&quot;,&quot;input&quot;:&quot;The cat danced gracefully under the moonlight, its shadow twirling like a silent partner.&quot;}&apos; --header &apos;Authorization: Bearer &lt;API_KEY&gt;&apos;</blockquote><blockquote><strong>NVIDIA Nemotron 3 Embed 8B</strong></blockquote><blockquote>curl -v --location &apos;<a href="https://api-inference.bitdeer.ai/v1/embeddings?ref=bitdeer.ai">https://api-inference.bitdeer.ai/v1/embeddings</a>&apos; --data &apos;{&quot;model&quot;:&quot;nvidia/Nemotron-3-Embed-8B-BF16&quot;,&quot;input&quot;:&quot;The cat danced gracefully under the moonlight, its shadow twirling like a silent partner.&quot;}&apos; --header &apos;Authorization: Bearer &lt;API_KEY&gt;&apos;</blockquote><h2 id="conclusion"><strong>Conclusion</strong></h2><p>Retrieval is becoming the control point of enterprise AI,&#xA0; the layer that decides whether agents stay grounded or go off course, and whether every reasoning cycle is spent on the right context or wasted on the wrong one. NVIDIA Nemotron 3 Embed brings frontier retrieval accuracy to practical enterprise deployment: an 8B model that sets the accuracy ceiling, a 1B model that carries that quality into high-volume production, and full openness from weights to recipes. With Day-0 availability on Bitdeer AI Model Studio, you can start building higher-quality RAG, search, and agentic retrieval systems today with better context, fewer wasted tokens, and more grounded AI systems.</p>]]></content:encoded></item><item><title><![CDATA[From Prompt to Production: What It Really Takes to Build AI That Works]]></title><description><![CDATA[The shift from AI as a standalone tool to AI as an integrated component of governed, production-grade systems is underway across every sector. 
]]></description><link>https://www.bitdeer.ai/en/blog/from-prompt-to-production/</link><guid isPermaLink="false">6a573dbcb019420001ad9fb5</guid><category><![CDATA[AI Applications]]></category><dc:creator><![CDATA[Evelyn Xiong]]></dc:creator><pubDate>Wed, 15 Jul 2026 09:12:36 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/07/From-Prompt-to-Production-4.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/07/From-Prompt-to-Production-4.png" alt="From Prompt to Production: What It Really Takes to Build AI That Works"><p><em>Authors: Eric Si, Evelyn Xiong</em></p><h2 id="the-two-kinds-of-ai-nobody-talks-about-together">The Two Kinds of AI Nobody Talks About Together</h2><p>AI has already made several decisions on your behalf today, most of them without you noticing. The sequence your feed showed you. Whether a transaction cleared. None of those involved a chat interface. They operated as embedded decision systems, integrated into existing infrastructure, acting in real time.&#xA0;</p><p>Then there is the AI that has become visible: a text box waiting for a question, a tool you interact with deliberately. Both categories are real and both create value. But they represent fundamentally different levels of complexity, risk, and organizational readiness to build.&#xA0;</p><p>Most public conversation focuses on the second type. Most durable enterprise value is being built with the first.&#xA0;</p><h2 id="five-technologies-worth-understanding-right-now">Five Technologies Worth Understanding Right Now</h2><p>The AI landscape is expanding faster than most organizations can track. New model architectures, deployment patterns, and tooling categories emerge constantly, and the full list of technologies reshaping business operations goes well beyond what any single piece can cover. What follows are five capabilities I consider foundational to serious enterprise AI deployments right now. They are not the only ones worth understanding, not by a wide margin, but they are the ones I come back to most when thinking about what it actually takes to move from prototype to production. Think of them as sequential building blocks: each one extends the reach of the last.</p><p><strong>Generative AI. </strong>This is where most enterprise deployments begin. It produces text, code, summaries, and structured content on demand. In practice it almost always means a working draft that a person reviews before anything goes anywhere. The human review step is not a limitation to be removed. It is the right design for high-stakes output, and organizations that treat it as temporary tend to learn why it was there.&#xA0;</p><p><strong>Retrieval-Augmented Generation (RAG).</strong> General-purpose models are trained on general knowledge. They have no awareness of your organization&apos;s policies, products, or procedures. RAG solves this by retrieving relevant documents at inference time rather than relying on what was baked into training. The difference between a system that fabricates a plausible answer and one that cites the correct policy is not about which model you licensed. It is a data architecture decision.&#xA0;</p><p><strong>AI Agents</strong>. An agent shifts AI from answering to acting. Given a goal and available tools, it plans and executes through to completion. A system that describes available flights is not an agent. A system that searches availability, checks your calendar, completes the booking, and sends a confirmation is an agent. The difference is architectural, not cosmetic.</p><p><strong>Multimodal AI.</strong> When AI can work across images, scanned documents, audio, and video, entirely new workflows become automatable. An invoice arrives as a photograph. The system reads it, extracts line items, matches them to budget codes, and routes to the right approver with no manual data entry. That removed step is where operational leverage compounds.</p><p><strong>AI Governance</strong>. Governance is undervalued early and recognized as essential after the first serious incident. The controls, audit mechanisms, and accountability structures governing an AI system are not friction on deployment. They are what makes it possible to grant AI more authority over time without increasing risk. Organizations that treat governance as optional tend to find out why it is not. Each successive capability gives the system more autonomy to act. Governance is what earns the right to grant it.</p><h2 id="what-is-actually-inside-an-ai-system">What Is Actually Inside an AI System</h2><p>When an AI system fails, the instinct is to blame the model: buy a better one or switch vendors. That is the wrong diagnosis most of the time, and an expensive one to act on. A production AI system has at least five distinct layers, and failure can come from any of them.</p><p><strong>Interface layer</strong>: What users see. It is designed to appear simple, which means everything complex is hidden behind it. Apparent simplicity is not evidence of underlying simplicity.&#xA0;</p><p><strong>Orchestration layer:</strong> The decision engine behind every interaction. It determines whether a message needs a search, whether prior context is relevant, or whether a tool should be called. Invisible in normal use, but it governs how the entire system behaves.&#xA0;</p><p><strong>Knowledge layer</strong>: Where the system draws its understanding of your organization. A sophisticated model working from outdated or poorly structured data will consistently produce poor outputs. This is the most common source of failure in enterprise AI, and reliably the last place teams look.&#xA0;</p><p><strong>Tools layer</strong>: Without tools, AI can only advise. With tools, it sends messages, updates records, and triggers downstream systems. Agentic capability lives here, as do the consequences when something misfires.&#xA0;</p><p><strong>Human oversight layer:</strong> Where accountability is defined and enforced. For routine tasks, AI drafts and a human approves. For consequential decisions involving medical, financial, or legal exposure, a person must sign off before any action is taken. A well-designed system treats this layer as mandatory. When something goes wrong, the right question is not which model to replace. It is which layer broke, and why.</p><h2 id="the-progression-from-assistant-to-agent">The Progression from Assistant to Agent</h2><p>AI deployments vary widely in capability and in the consequences of failure. Four stages help frame the difference, because the risk profile escalates meaningfully at each step.</p><p><strong>Stage one: AI assistant.</strong> Responds when asked. No autonomy, nothing happens without a prompt. This is where most organizations start, and where many stay.</p><p><strong>Stage two: AI workflow.</strong> Activates when an event occurs, not when a user asks. An invoice arrives; the system extracts data, classifies the expense, checks it against budget, and routes it for approval. Humans are involved at decision points, not every step.</p><p><strong>Stage three: AI agent</strong>. Receives a goal and determines its own path. Identify strong candidates, review backgrounds, draft outreach, flag anything worth a second look. The objective is given once. The agent works out the steps.</p><p><strong>Stage four: multi-agent system</strong>. Multiple specialized agents working in coordination: research, compliance, handoffs, oversight, planning. This architecture scales in ways a single-agent system cannot, and it is already in production in certain industries.</p><p>The distance between stages carries real consequences. A flawed summary costs minutes to fix. An agent that sends erroneous communications to thousands of customers, misroutes a payment, or cancels a booking without authorization is not making an error. It is creating a business incident with financial, legal, and reputational impact.&#xA0;</p><p>Before deploying at stage three or four, any organization should answer five questions honestly: Is the system&apos;s reasoning reliable enough for this specific task? What sensitive data will it access, and does it need all of it? Which systems can it reach, and should it reach them? Which decisions require human approval before action? And if something goes wrong, is the audit trail sufficient to reconstruct what happened? These are not compliance formalities. They are the engineering questions that separate a production-grade system from a well-dressed prototype.</p><h2 id="the-skills-that-compound-over-time">The Skills That Compound Over Time</h2><p>When AI can produce competent output at near-zero marginal cost, routine output loses scarcity value. Judgment gains it: domain expertise, contextual reasoning, the ability to take responsibility for a decision. Those are precisely what AI does not supply.&#xA0;</p><p>The professionals positioned well in AI-augmented organizations are not those who have adopted the most tools. They are those who understand their domain well enough to recognize when AI output is wrong. Eight skills tend to compound in this environment:</p><p><strong>Problem decomposition</strong>. Taking an ambiguous situation and breaking it into steps a system can reliably follow. This matters at every level of AI system design, from how instructions are written to how workflows are sequenced.</p><p><strong>Workflow design.</strong> Knowing which steps to automate, which to augment, and which to keep under direct human control. Where humans stay in the loop is a design decision with real consequences, not a default to leave unexamined.</p><p><strong>Critical evaluation.</strong> Treating AI output as a starting point, not a conclusion. Every serious AI platform includes an accuracy caveat for good reason. Professionals who internalize it hold an edge over those who do not.</p><p><strong>Data literacy.</strong> Understanding where information comes from, how it was structured, and when it becomes unreliable. The quality ceiling of any AI system is set by its data, regardless of how capable the model is.</p><p><strong>Risk awareness.</strong> Thinking through failure modes before they occur. Practitioners with operational AI experience develop intuition for where gaps tend to appear, and that intuition has real market value.</p><p><strong>Cross-functional communication.</strong> Making complex systems legible to people who did not build them. Every AI system eventually needs to be governed or operated by someone outside the technical team.</p><p><strong>Governance thinking. </strong>Asking not only what a system can do, but who is accountable when it errs, what data it should access, and whether access controls are actually calibrated to the real risk.&#xA0;</p><p><strong>Continuous learning.</strong> The tools and models in use today will look different within two years. Frameworks for understanding systems carry forward. Fluency with any particular tool&apos;s interface does not.</p><h2 id="the-scarcest-resource-in-ai-deployment">The Scarcest Resource in AI Deployment</h2><p>What remains scarce is not only infrastructure, such as GPU compute, but also the judgment to design AI systems that hold up in production: knowing where to place intelligence within a workflow, where to keep humans accountable, what failure looks like before it happens, and how to build something that performs inside a real organization rather than only in a controlled demonstration.&#xA0;</p><p>To bridge this gap, Bitdeer AI provides tiered resource services for complex AI workflows. The bottom layer is compute, where GPU clusters and data centers form the foundation for all upper-layer functionalities to operate. The middle layer is the AI Cloud, enabling enterprises to host and scale models without the need to manage their own hardware. The top layer is the model application layer, where AI applications connect to live systems and execute multi-step processes.</p><p>The shift from AI as a standalone tool to AI as an integrated component of governed, production-grade systems is underway across every sector. Organizations that build strong system design practices early will hold an advantage that is difficult to replicate.&#xA0;</p>]]></content:encoded></item><item><title><![CDATA[How Bitdeer AI Simplifies GPU Cloud Infrastructure for Global AI Teams]]></title><description><![CDATA[As AI workloads grow more complex, scalable infrastructure becomes critical. Learn how Bitdeer AI simplifies GPU cloud infrastructure for AI training, inference, and deployment.]]></description><link>https://www.bitdeer.ai/en/blog/how-bitdeer-ai-simplifies-gpu-cloud-infrastructure-for-global-ai-teams/</link><guid isPermaLink="false">6a545481b019420001ad9fa3</guid><category><![CDATA[Cloud Computing & GPUs]]></category><dc:creator><![CDATA[Taylor Ye]]></dc:creator><pubDate>Mon, 13 Jul 2026 03:13:49 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/07/a-simple-way-to-scale-ai-infrastructure-blog-EN.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/07/a-simple-way-to-scale-ai-infrastructure-blog-EN.png" alt="How Bitdeer AI Simplifies GPU Cloud Infrastructure for Global AI Teams"><p>AI development is no longer limited by model performance alone. For developers and technical leaders, the real production challenge is whether an idea can move from a notebook or small-scale experiment into a secure, repeatable, and scalable<a href="https://www.bitdeer.ai/en/pricing/gpu-compute?ref=bitdeer.ai"> <strong><u>GPU</u></strong></a> cloud environment. Large language model (LLM) training, fine-tuning, Retrieval-Augmented Generation (RAG), batch inference, and low-latency model serving each place distinct demands on VRAM, storage throughput, networking fabric, runtime consistency, access control, and cost visibility. When these infrastructure elements are an afterthought, teams encounter volatile GPU utilization, sluggish deployment cycles, and spiraling operational costs as workloads scale.</p><p>At<a href="https://www.bitdeer.ai/?ref=bitdeer.ai"> <strong><u>Bitdeer AI</u></strong></a>, we see the bottleneck as infrastructure orchestration: acquiring suitable GPUs infrastructure, maintain high-speed cluster interconnectivity, continuously feed accelerators via high-throughput storage, manage deterministic runtime environments, and deliver predictable compute for workloads that may scale from a single prototype to distributed production. Our mission is to simplify the infrastructure layer, allowing teams to spend less time managing compute environments and more time building core AI applications.</p><h2 id="why-ai-gpu-infrastructure-became-harder-to-operate"><strong>Why AI GPU Infrastructure Became Harder to Operate</strong></h2><p>Taking AI workloads to production requires far more than raw compute power. It requires a coordinated system of GPU capacity, CPU orchestration, memory bandwidth, storage throughput, network performance, scheduling discipline, security, and operational control. The gap between a local proof of concept (PoC) and a production AI cloud environment often becomes visible only when teams begin to scale.</p><h3 id="gpu-cloud-availability-vs-workload-matching"><strong>GPU Cloud Availability vs. Workload Matching</strong></h3><p>The primary challenge is not just sourcing GPUs, but precisely matching accelerator configurations to specific workloads. Training, fine-tuning, batch inference, and real-time serving have wildly different requirements for VRAM capacity, throughput, latency, and utilization. Choosing infrastructure before defining workload patterns often forces teams to pay a premium for idle capacity or face unstable delivery due to under-provisioned compute.</p><h3 id="cluster-networking-and-data-flow"><strong>Cluster Networking and Data Flow</strong></h3><p>Modern AI rarely runs as an isolated single-card task. Distributed training relies heavily on fast parameter exchange (via efficient cluster interconnects), fast checkpointing, and storage systems capable of continuously feeding the GPUs. Conversely, inference serving requires orchestrating request routing, dynamic batching, and model serving without letting the network become a bottleneck. The core challenge is not just owning GPUs, but making multiple components operate seamlessly as a unified compute system.</p><h3 id="power-density-cooling-and-reliability"><strong>Power Density, Cooling, and Reliability</strong></h3><p>AI infrastructure also changes the power equation. High-density GPU clusters cannot be planned as if power delivery, cooling, and<a href="https://www.bitdeer.ai/en/blog/traditional-data-centers-vs-ai-data-centers-how-infrastructure-is-evolving-to-support-ai-at-scale/"> <strong><u>AI data center design</u></strong></a> are background concerns.In our infrastructure roadmap, we plan to aggressively expand our IT load dedicated to AI computing, backed by a broader global power infrastructure strategy. For developers, the operational takeaway is clear: reliable AI cloud capacity depends as much on power availability and thermal readiness as it does on the raw accelerator count.accelerator count.</p><h2 id="what-%E2%80%9Csimplifying-ai-infrastructure%E2%80%9D-actually-means"><strong>What &#x201C;Simplifying AI Infrastructure&#x201D; Actually Means</strong></h2><p>Simplifying infrastructure does not mean hiding critical technical decisions. Rather, it means stripping away repetitive setup overhead while preserving the controls that truly matter in production: environment consistency, resource elasticity, workload observability, and the ability to transition from development to deployment without rebuilding the tech stack every single time.</p><h3 id="accelerated-environment-provisioning"><strong>Accelerated Environment Provisioning</strong></h3><p>AI teams should not have to manually stitch together drivers, frameworks, access rules, and runtime dependencies every time they test a workload. A mature GPU cloud workflow bypasses this friction via reproducible environments, making experiments highly portable and production readiness predictable.</p><h3 id="elastic-gpu-cloud-capacity"><strong>Elastic GPU Cloud Capacity</strong></h3><p>AI compute demands are inherently non-linear. A prototype might require minimal compute, a training job might require a massive cluster for a short burst, and inference serving must scale dynamically with traffic. The true value of cloud GPU infrastructure lies in enabling teams to right-size resources around workload phases, rather than forcing projects to conform to fixed hardware constraints.</p><h3 id="workflow-level-orchestration"><strong>Workflow-Level Orchestration</strong></h3><p>As workloads scale, orchestration becomes the hallmark of infrastructure quality. Containerized tasks, model artifacts, data placement, observability, and deployment pipelines must flow smoothly under reproducible operational controls. Efficient orchestration minimizes friction between research, engineering, and MLOps, the exact gap where AI delivery typically slows down.</p><h2 id="how-we-transform-infrastructure-into-an-ai-cloud-platform"><strong>How We Transform Infrastructure Into an AI Cloud Platform</strong></h2><p>At Bitdeer AI, we view GPU cloud infrastructure as an integrated production system, not a fragmented catalog of isolated compute instances. Bitdeer AI Cloud delivers turnkey GPU cloud infrastructure for both training and inference, helping teams align compute choices with the technical DNA of their AI projects. Our goal is to eliminate setup friction, clarify deployment pathways, and bring compute design into lockstep with AI delivery.</p><h3 id="gpu-cloud-for-training"><strong>GPU Cloud for Training</strong></h3><p>AI training is hyper-sensitive to VRAM capacity, data throughput, and distributed coordination. We help teams think across the entire training lifecycle: how data reaches the GPUs, how jobs scale across nodes, how environments maintain absolute consistency, and how engineers smoothly transition from experimentation to reproducible production pipelines.</p><h3 id="inference-model-serving-and-model-studio"><strong>Inference, Model Serving, and Model Studio</strong></h3><p>Inference introduces an entirely different set of infrastructure challenges, shifting the focus to responsiveness, concurrency, endpoint stability, and the ability to rapidly evaluate models before application integration. Model Studio supports this shift by simplifying model access and offering API-driven inference workflows, allowing teams to evaluate and integrate models with minimal operational overhead.</p><h3 id="security-cost-predictability-and-operational-fit"><strong>Security, Cost Predictability, and Operational Fit</strong></h3><p>For enterprise AI, technical performance alone is insufficient. Teams require workload isolation, reproducible access controls, cost visibility, clear resource planning, and cloud consumption models that align with how AI systems are actually built. These elements become critical as models transition from internal pilots to customer-facing or business-critical services.</p><h2 id="who-benefits-the-most"><strong>Who Benefits the Most?</strong></h2><p>This infrastructure paradigm delivers maximum value to organizations ready to move beyond isolated experimentation:</p><h3 id="teams-transitioning-from-research-to-production"><strong>Teams Transitioning from Research to Production</strong></h3><p>Engineering teams that need a clear, managed path from notebooks and early-stage experiments to reproducible training jobs and controlled deployment environments. Their core question is not just GPU access, but maintaining continuity across experimentation, validation, and release.</p><h3 id="ai-product-teams-operating-high-scale-inference"><strong>AI Product Teams Operating High-Scale Inference</strong></h3><p>Product teams focused on sustained service performance, cost visibility, and the flexibility to scale model capacity without re-architecting the entire system. An AI cloud platform becomes invaluable when it makes inference endpoints easier to evaluate, run, and scale.</p><h3 id="global-teams-building-agentic-and-multimodal-workflows"><strong>Global Teams Building Agentic and Multimodal Workflows</strong></h3><p>AI agents, multimodal pipelines, and complex enterprise workflows place immense pressure on<a href="https://www.bitdeer.ai/en/blog/ai-infrastructure-building-the-backbone-for-ai-agents/"> <strong><u>AI infrastructure</u></strong></a>, compute availability, and system orchestration. Because these workloads frequently combine inference, retrieval, tool calling, and model serving, the underlying GPU infrastructure, orchestration layer, and API design become core components of the application architecture itself.</p><h2 id="the-takeaway-production-grade-ai-demands-systems-not-just-gpus"><strong>The Takeaway: Production-Grade AI Demands Systems, Not Just GPUs</strong></h2><p>The central question is no longer whether AI teams need accelerators. They do. The more important question is whether the surrounding infrastructure makes those accelerators easier to use, easier to scale, and easier to connect to real deployment requirements.</p><h3 id="what-ai-teams-should-evaluate"><strong>What AI Teams Should Evaluate</strong></h3><p>When evaluating an AI cloud platform, teams should look beyond headline GPU availability. Factors like accelerator fit, memory bandwidth, interconnect strategy, storage throughput, orchestration models, inference workflows, security posture, operational visibility, and power-aware infrastructure planning will ultimately dictate how fast an AI system achieves production readiness.</p><h3 id="where-bitdeer-ai-fits"><strong>Where Bitdeer AI Fits</strong></h3><p>Our focus at<a href="https://www.bitdeer.ai/?ref=bitdeer.ai"> <strong><u>Bitdeer AI</u></strong></a> is to make this complex stack accessible through<a href="https://www.bitdeer.ai/?ref=bitdeer.ai"> <strong><u>Bitdeer AI Cloud</u></strong></a>, <a href="https://www.bitdeer.ai/en/services/ai-inference?ref=bitdeer.ai"><strong><u>Model Studio</u></strong></a>, and continued engagement with the<a href="https://www.bitdeer.ai/en/blog/nvidia-gtc-2026-the-inference-inflection-and-the-rise-of-agentic-ai-factories/"> <strong><u>NVIDIA ecosystem</u></strong></a>. We are not trying to reduce AI infrastructure to a buzzword.We are here to eliminate avoidable setup friction, empowering developers and enterprises to transition from experimentation to production with predictable performance, rigorous deployment discipline, and a clear path to scale.</p>]]></content:encoded></item><item><title><![CDATA[From AI Hype to Real Deployment: What Enterprises Are Actually Struggling With]]></title><description><![CDATA[Businesses now face rising AI costs, deployment gaps, and scaling challenges. Explore practical strategies to move from AI pilots to production and unlock real business value.]]></description><link>https://www.bitdeer.ai/en/blog/from-ai-hype-to-real-deployment-what-enterprises-are-actually-struggling-with/</link><guid isPermaLink="false">6a4214bbb019420001ad9f90</guid><category><![CDATA[AI Applications]]></category><category><![CDATA[AI Trends & Industry News]]></category><dc:creator><![CDATA[Taylor Ye]]></dc:creator><pubDate>Mon, 29 Jun 2026 07:04:39 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/06/from-early-ai-wins-to-enterprise-scale-deployment-EN--1-.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/06/from-early-ai-wins-to-enterprise-scale-deployment-EN--1-.png" alt="From AI Hype to Real Deployment: What Enterprises Are Actually Struggling With"><p>Over the past year, artificial intelligence has rapidly transitioned from experimentation to real-world deployment. What was once considered an exploratory capability is now being embedded into core business processes across industries. Yet, despite the acceleration in model capabilities, a more fundamental challenge is emerging.</p><p>The question is no longer whether AI works.</p><p>It is whether organizations can make it work at scale.</p><p>In a recent roundtable hosted by Bitdeer AI, discussions with Singapore AI-native companies, business leaders , and technology experts revealed a consistent pattern: while AI capabilities are advancing quickly, deployment maturity is lagging behind. The gap between potential and execution is now the defining constraint.</p><h2 id="where-ai-is-delivering-real-value"><strong>Where AI Is Delivering Real Value</strong></h2><p>AI adoption today is increasingly driven by measurable improvements in quality and efficiency, rather than experimentation or curiosity. The strongest traction can be observed in domains where outputs are structured, repeatable, and directly tied to performance metrics.</p><p>In areas such as software development, customer support, and sales operations, AI has already demonstrated tangible productivity gains. In one example discussed, AI-enabled sales workflows significantly outperformed traditional approaches, with individual contributors achieving markedly higher output (&#x201C;20X more efficient&#x201D;) . While such figures should be interpreted cautiously, they illustrate a broader trend: AI is amplifying individual productivity in ways that were previously unattainable.</p><p>This pattern is even more pronounced in data-intensive environments. In auditing workflows, traditional human processes are inherently constrained by time and cognitive bandwidth, often capturing only a fraction of potential issues . By contrast, AI systems can process entire datasets and identify patterns across documents at scale. The result is not merely faster execution, but fundamentally deeper coverage.</p><p>However, adoption is not uniform. In creative domains such as image generation, human oversight remains critical, as off-the-shelf model outputs often fall short of production-grade expectations. This uneven distribution of value highlights an important principle: AI adoption does not happen everywhere at once&#x2014;it concentrates first in areas where value is both immediate and measurable.</p><h2 id="a-new-model-of-execution"><strong>A New Model of Execution</strong></h2><p>AI is not only changing what companies build&#x2014;it is changing how they build.</p><p>Traditional product development cycles, often measured in months, are being replaced by rapid iteration loops measured in weeks. Teams are prioritizing speed over perfection, launching &#x201C;good enough&#x201D; solutions early and refining them based on real-world feedback.</p><p>This shift is enabled by AI&#x2019;s ability to lower the cost of experimentation. Building and testing new workflows is no longer prohibitively expensive, allowing organizations to iterate more aggressively and adapt more quickly. The implication is significant. Competitive advantage is no longer determined solely by planning or strategy, but by execution speed and adaptability.</p><p>Beyond operational efficiency, AI is increasingly being positioned as a driver of business value and market positioning.</p><p>One particularly notable trend discussed was the role of AI in pre-IPO transformation. Some companies are actively integrating AI capabilities prior to listing, using it to strengthen their narrative and enhance perceived growth potential (&#x201C;AI transformation&#x2026; higher valuation&#x201D;) . In this context, AI becomes more than a tool&#x2014;it becomes part of the company&#x2019;s identity.</p><p>This signals a broader evolution in how AI is perceived:</p><p>It is no longer just an operational upgrade. It is a strategic asset.</p><h2 id="the-organizational-constraint"><strong>The Organizational Constraint</strong></h2><p>Despite clear success in specific use cases, scaling AI across organizations remains challenging. At the organizational level, the barrier is rarely technical &#x2014; it is structural. But even where alignment is achieved, a second and often more persistent challenge emerges as systems move into production.</p><p>AI initiatives are often driven from the top down, with leadership recognizing the strategic importance of adoption. However, this top-down momentum is frequently misaligned with incentives at other levels of the organization. Middle management may resist changes that reduce their operational control, while employees may perceive AI as a threat rather than an enabler.</p><p>This misalignment creates a familiar pattern: organizations successfully launch pilot projects but struggle to extend them into production. AI remains siloed, rather than becoming an integrated capability. Even in organizations where alignment exists, deployment introduces a different set of challenges.</p><h2 id="from-models-to-systems-cost-as-the-dominant-constraint"><strong>From Models to Systems: Cost as the Dominant Constraint</strong></h2><p>Another key insight from the discussion is that AI deployment is not simply about selecting the right model. It is an ongoing engineering discipline that requires iteration, evaluation, and system design.</p><p>Teams described a progression that reflects increasing maturity: initial experimentation with prompting evolves into structured evaluation frameworks, followed by investment in context engineering, workflow orchestration, and ultimately model optimization. This process is rarely linear. Instead, it is characterized by continuous experimentation and refinement .</p><p>In this context, the role of engineering shifts. The challenge is no longer to make AI work in isolation, but to make it reliable, consistent, and scalable within production environments. Context management, memory design, and workflow integration become as important as the model itself. Among all these challenges, cost emerges as the most significant constraint.</p><p>Token consumption scales with usage, and for AI-native companies, costs can escalate rapidly. What begins as a manageable expense during experimentation can quickly become unsustainable at scale.</p><p>To address this, organizations are adopting increasingly sophisticated strategies. Rather than relying on a single model or provider, they are building hybrid architectures that balance performance and cost. Complex reasoning tasks are routed to high-performance models, while repetitive or well-defined workflows are handled by fine-tuned local models. In parallel, some teams are exploring edge deployment to reduce dependency on centralized infrastructure.</p><p>At the same time, optimization efforts extend beyond model selection. Teams are actively managing context length, compressing inputs, and building abstraction layers to avoid vendor lock-in. These approaches reflect a broader shift: AI deployment is increasingly a problem of cost-efficient orchestration.</p><h2 id="what-enterprises-need-next"><strong>What Enterprises Need Next</strong></h2><p>As AI systems become more complex, enterprises increasingly require infrastructure that is designed not just for experimentation, but for long-term operational scalability.</p><p>In practice, organizations are no longer managing a single model or workflow. Production AI environments often involve multiple models, varying workload types, hybrid deployment architectures, and continuously evolving cost-performance tradeoffs. This introduces a new operational challenge: orchestrating AI systems efficiently across compute, inference, storage, and deployment layers.</p><p>This is where AI-native cloud platforms are beginning to play a more important role.</p><p>Platforms such as Bitdeer AI are designed to help enterprises address these emerging deployment requirements through integrated GPU infrastructure, scalable inference environments, and flexible model deployment workflows.&#xA0;</p><p>Rather than treating AI as a standalone application layer, the focus shifts toward enabling production-ready AI systems that can adapt to changing workload demands, cost constraints, and deployment strategies.</p><p><strong>For example, with </strong><a href="https://www.bitdeer.ai/en?ref=bitdeer.ai" rel="noreferrer"><strong>Bitdeer AI</strong></a><strong> Cloud, businesses and AI teams can:</strong></p><ul><li><strong>Scale GPU resources flexibly</strong> for training, inference, embeddings, and automation workloads as demand changes.</li><li><strong>Support different deployment needs</strong> across cloud, dedicated infrastructure, and hybrid environments, with options such as bare metal, VM-based GPU services, and containerized workspaces.</li><li><strong>Improve infrastructure efficiency</strong> as token usage and inference demand grows, with better visibility into usage, costs, budgets, and resource allocation.</li><li><strong>Access and deploy open-source models more easily</strong> through flexible model workflows, API-based access, and integrated compute environments.</li><li><strong>Build AI agent workflows</strong> that connect business data, APIs, MCP tools, knowledge bases, and operational rules to support use cases such as customer support, document processing, reporting, knowledge search, and workflow automation.</li><li><strong>Operate AI workloads with stronger control</strong>, including managed databases, private network isolation, access controls, monitoring, and role-based management</li></ul><p>In this way, Bitdeer AI Cloud helps businesses move beyond raw GPU capacity toward a more complete AI cloud environment &#x2014; one that supports model development, deployment, and workflow automation from experimentation to production.</p><h2 id="conclusion"><strong>Conclusion</strong></h2><p>The evolution of AI has reached a point where access to models is no longer the differentiating factor. The competitive landscape is now defined by an organization&#x2019;s ability to deploy, scale, and optimize AI effectively.</p><p>Success will depend on the ability to align organizational incentives, manage cost structures, and build systems that can evolve alongside rapidly advancing technology.</p><p>In this new phase, the question is not who has the best model.It is who can make AI work in the real world.</p>]]></content:encoded></item><item><title><![CDATA[Bitdeer AI Wins "AI Cloud Platform of the Year" in 2026 AI Breakthrough Awards, Recognized as a Global Leader in AI Cloud Infrastructure]]></title><description><![CDATA[Bitdeer AI today announced it has been the winner of “AI Cloud Platform of the Year” in 2026 AI Breakthrough Awards.]]></description><link>https://www.bitdeer.ai/en/blog/bitdeer-ai-wins-ai-cloud-platform-of-the-year-2026-award/</link><guid isPermaLink="false">6a3d4a6bb019420001ad9f5f</guid><category><![CDATA[Company News]]></category><dc:creator><![CDATA[Evelyn Xiong]]></dc:creator><pubDate>Fri, 26 Jun 2026 00:10:00 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/06/Image.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/06/Image.png" alt="Bitdeer AI Wins &quot;AI Cloud Platform of the Year&quot; in 2026 AI Breakthrough Awards, Recognized as a Global Leader in AI Cloud Infrastructure"><p><strong>SINGAPORE, 26 June, 2026 </strong>&#x2014; <a href="https://www.bitdeer.ai/en?ref=bitdeer.ai"><u>Bitdeer AI</u></a>, part of Bitdeer Technologies Group (NASDAQ: BTDR) and a preferred NVIDIA Cloud Partner, today announced it has been the winner of &#x201C;AI Cloud Platform of the Year&#x201D; in 2026 AI Breakthrough Awards. The award is presented by <a href="https://aibreakthroughawards.com/?ref=bitdeer.ai"><u>AI Breakthrough</u></a>, a leading market intelligence organization that recognizes the top companies, technologies and products in the global AI market today. The prestigious accolade recognizes Bitdeer AI&#x2019;s architectural breakthrough in delivering a fully integrated, full-stack AI cloud environment optimized for enterprise-scale generative AI and production workloads.</p><p>As enterprises transition from localized AI experimentation to global production, traditional cloud architectures are fracturing under the weight of fragmented workflows, capacity shortages, and volatile pricing. Bitdeer AI solves these structural challenges through a fundamentally different approach: a vertically integrated <strong>&quot;</strong>AI Factory<strong>&quot;</strong> model. By owning and operating its high-performance data center infrastructure, Bitdeer AI eliminates third-party dependencies, optimizing performance directly from the physical facility and silicon level up through the core application software.</p><p>This ground-up ownership unlocks a highly unified, high-velocity software ecosystem. The Bitdeer AI cloud platform removes the friction of traditional deployment by bridging the entire AI lifecycle into a singular environment, spanning distributed training, multi-cluster scheduling, an expansive optimized model library, and serverless inference APIs.</p><p>By operating a completely integrated stack, Bitdeer AI delivers distinct enterprise advantages that redefine the AI cloud category:</p><ul><li><strong>Seamless Workflow Velocity:</strong> Eliminates the need to stitch together fragmented services, allowing organizations to move from raw data to fine-tuning and sustained inference within a single, cohesive platform.</li><li><strong>Uncompromised Flexibility &amp; Control:</strong> Grants developers granular control over their compute environments, offering a seamless choice between Bare Metal instances for maximum raw performance or Virtual Machines (VMs) for rapid, elastic scaling.</li><li><strong>Structural Cost Stability:</strong> By eliminating the margins associated with third-party infrastructure hosting, Bitdeer AI passes unprecedented price-performance leadership and transparent cost structures directly to users.</li><li><strong>Deep Silicon Optimization:</strong> As a preferred NVIDIA Cloud Partner, Bitdeer AI deeply integrates NVIDIA&#x2019;s hardware and enterprise software stack. Controlling the physical data center allows Bitdeer AI to optimize power density and cooling specifically for next-generation NVIDIA architectures, granting clients guaranteed capacity and day-0 access to the latest software and model capabilities.</li></ul><p>&quot;Bitdeer AI has built one of the most complete and capable full-stack AI cloud platforms available today, combining high-performance GPU infrastructure with an enterprise-ready AI development environment,&quot; said Steve Johansson, Managing Director, AI Breakthrough.&#xA0;</p><p>&quot;We are honored to receive this recognition from AI Breakthrough for the second consecutive year,&quot; said Retainna Lin, VP of Bitdeer AI Cloud. &quot;The winners of the next era of AI will be determined by execution speed and infrastructure reliability. At Bitdeer AI, we have engineered a full-stack cloud platform that compresses the journey from raw GPU compute to live production. We are building the foundational operating layer for global AI deployment.&quot;</p><p>Looking ahead, as the AI landscape shifts from experimentation into a mature phase defined by global production, Bitdeer AI is positioned to serve as the industry&apos;s foundational architecture. Moving forward, the company is executing on a multi-phase strategy to scale its unified cloud ecosystem globally&#x2014;expanding its footprint of sustainable, proprietary &quot;AI Factories&quot; to meet regional growth and strict data residency requirements, deepening its integration with NVIDIA to support next-generation architectures alongside day-0 model and software releases, and continuously evolving its platform features into the definitive, full-stack operating layer for enterprise AI at scale.</p><h3 id="forward-looking-statements"><strong>Forward-Looking Statements</strong></h3><p>This press release may contain forward-looking statements regarding Bitdeer AI&#x2019;s anticipated future performance, market opportunities, and business strategies. These statements are based on current beliefs, assumptions, and expectations, and are subject to risks and uncertainties that could cause actual results to differ materially. Bitdeer AI disclaims any obligation to update or revise these forward-looking statements to reflect future events or developments, except as required by law.</p>]]></content:encoded></item><item><title><![CDATA[Day 0 Experience Frontier-Reasoning with NVIDIA Nemotron 3 Ultra on Bitdeer AI Model Studio]]></title><description><![CDATA[NVIDIA Nemotron 3 Ultra is now live on Bitdeer AI Model Studio, an open frontier reasoning model purpose-built or long-running autonomous agents.]]></description><link>https://www.bitdeer.ai/en/blog/nvidia-nemotron3ultra/</link><guid isPermaLink="false">6a1e727ab019420001ad9eb8</guid><category><![CDATA[AI Applications]]></category><category><![CDATA[AI Trends & Industry News]]></category><category><![CDATA[Company News]]></category><dc:creator><![CDATA[Evelyn Xiong]]></dc:creator><pubDate>Thu, 04 Jun 2026 13:00:12 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/06/Copy-of-agentic-ai-nemotron-3-ultra-tech-blog-social-1920x1080-1.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/06/Copy-of-agentic-ai-nemotron-3-ultra-tech-blog-social-1920x1080-1.png" alt="Day 0 Experience Frontier-Reasoning with NVIDIA Nemotron 3 Ultra on Bitdeer AI Model Studio"><p>As autonomous agents take on increasingly complex, long-running tasks, from orchestrating multi-week coding projects to synthesizing hundreds of research sources in real time, the demands placed on the underlying reasoning model have fundamentally changed. Speed, depth of reasoning, and the ability to sustain context across extended sessions are no longer optional. They are the baseline for any model serious about agentic work.</p><p>Today, we are delighted to announce that <a href="https://blogs.nvidia.com/blog/nvidia-gtc-taipei-computex-2026-news/?ncid=ref-spo-448428%23nemotron-3-ultra&amp;ref=bitdeer.ai">NVIDIA Nemotron&#x2122; 3 Ultra</a> is available at launch on <a href="https://www.bitdeer.ai/en/home?ref=bitdeer.ai">Bitdeer AI Model Studio</a>. As the flagship of the NVIDIA Nemotron family, Nemotron 3 Ultra is an&#xA0;open frontier reasoning model purpose-built or long-running autonomous agents. Designed to be smaller, faster, and lower cost for agent workflows, it delivers up to 5x faster inference and up to 30% lower cost while maintaining frontier-level reasoning capabilities for coding, deep research, and enterprise automation.</p><h3 id="what-is-nvidia-nemotron-3-ultra">What is NVIDIA Nemotron 3 Ultra?</h3><p>NVIDIA Nemotron 3 Ultra is an open frontier-reasoning model built for long-running autonomous agents. It is optimized for agent orchestration, complex reasoning, coding, and deep research workloads where speed, cost efficiency, and sustained reasoning depth matter as much as raw intelligence. Unlike traditional chat-focused models Nemotron 3 Ultra is designed for workflows that span hundreds of turns, multiple tools, and extended executive cycles&#x2014;delivering up to 5x faster inference and up to 30% lower cost for agentic workloads</p><p>Post-trained for agent harnesses, Nemotron 3 Ultra sustains reasoning depth across the hardest calls &#x2014; architectural decisions across week-long autonomous coding sessions, synthesis across hundreds of contradictory research sources, or verification of chip designs across thousands of interdependent constraints.</p><p>Fully open, Nemotron 3 Ultra can be fine-tuned for any domain and deployed on any infrastructure, giving enterprises the flexibility to maintain data control while benefiting from frontier-class intelligence.</p><h3 id="key-specifications">Key Specifications</h3>
<!--kg-card-begin: html-->
<table cellspacing="0" cellpadding="0" style="border-collapse: collapse">
<tbody>
<tr>
<td valign="top" style="width: 131.0px; height: 12.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><b><span class="Apple-converted-space">&#xA0;</span>Property</b><b></b></font></p>
</td>
<td valign="top" style="width: 301.0px; height: 12.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><b><span class="Apple-converted-space">&#xA0;</span>Details</b><b></b></font></p>
</td>
</tr>
<tr>
<td valign="top" style="width: 131.0px; height: 11.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><b><span class="Apple-converted-space">&#xA0;</span>Architecture</b><b></b></font></p>
</td>
<td valign="top" style="width: 301.0px; height: 11.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><span class="Apple-converted-space">&#xA0;</span>Hybrid Mamba-Transformer Mixture of Experts (MoE)</font></p>
</td>
</tr>
<tr>
<td valign="top" style="width: 131.0px; height: 12.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><b><span class="Apple-converted-space">&#xA0;</span>Model Size</b><b></b></font></p>
</td>
<td valign="top" style="width: 301.0px; height: 12.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><span class="Apple-converted-space">&#xA0;</span>550B total parameters, 55B active</font></p>
</td>
</tr>
<tr>
<td valign="top" style="width: 131.0px; height: 12.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><b><span class="Apple-converted-space">&#xA0;</span>Context Length</b><b></b></font></p>
</td>
<td valign="top" style="width: 301.0px; height: 12.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><span class="Apple-converted-space">&#xA0;</span>Up to 1M tokens</font></p>
</td>
</tr>
<tr>
<td valign="top" style="width: 131.0px; height: 11.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><b><span class="Apple-converted-space">&#xA0;</span>Model I/O</b><b></b></font></p>
</td>
<td valign="top" style="width: 301.0px; height: 11.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><span class="Apple-converted-space">&#xA0;</span>Text in, Text out</font></p>
</td>
</tr>
<tr>
<td valign="top" style="width: 131.0px; height: 26.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><b><span class="Apple-converted-space">&#xA0;</span>Token Budget</b><b></b></font></p>
</td>
<td valign="top" style="width: 301.0px; height: 26.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><span class="Apple-converted-space">&#xA0;</span>Supported &#x2014; Helps manage reasoning token generation for efficient task completion.</font></p>
</td>
</tr>
<tr>
<td valign="top" style="width: 131.0px; height: 11.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><b><span class="Apple-converted-space">&#xA0;</span>Accuracy</b><b></b></font></p>
</td>
<td valign="top" style="width: 301.0px; height: 11.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #000000 #000000 #000000 #000000; padding: 4.0px 4.0px 4.0px 4.0px">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; -webkit-hyphens: auto"><font face="Arial" size="3" color="#000000" style="font: 11.0px Arial; font-variant-ligatures: common-ligatures; color: #000000"><span class="Apple-converted-space">&#xA0;</span>Leading accuracy on <a href="https://artificialanalysis.ai/articles/nvidia-nemotron-3-ultra-launch-announced?ref=bitdeer.ai"><font color="#0000ff" style="font-variant-ligatures: common-ligatures; color: #0000ff"><u>Artificial Analysis Intelligence Index</u><u></u></font></a></font></p>
</td>
</tr>
</tbody>
</table>
<!--kg-card-end: html-->
<h3 id="why-faster-and-lower-cost-agent-reasoning-matters">Why Faster and Lower-Cost Agent Reasoning Matters?</h3><p>Most production agentic systems are not bottlenecked by a single model call &#x2014; they are bottlenecked by the cumulative cost of many. A coding agent planning a complex refactor, a research agent cross-referencing hundreds of sources, or an enterprise agent triaging thousands of alerts all depend on how quickly the model can complete each reasoning cycle. Throughput is not just a hardware metric; it is a direct multiplier on how much an agent can accomplish within any given time budget.</p><p>Nemotron 3 Ultra addresses this at the architectural level:</p><p><strong>Fastest Task Completion.</strong> Ultra&apos;s Hybrid Mamba-Transformer MoE architecture delivers the highest token throughput in NVIDIA&#x2019;s published comparisons against leading open frontier baselines, enabling more reasoning cycles per time budget. Multi-Token Prediction (MTP) further reduces generation time for long sequences by predicting multiple future tokens in a single forward pass, and NVFP4 precision, optimized specifically for <a href="https://www.nvidia.com/en-us/data-center/technologies/blackwell-architecture/?ref=bitdeer.ai">NVIDIA Blackwell GPUs</a>, delivers significant inference speedup versus FP8 while maintaining accuracy.</p><p><strong>Leading Accuracy.</strong> Latent MoE enables Ultra to call four experts for the inference cost of just one, improving intelligence and generalization with no added compute cost. Multi-environment reinforcement learning training across a broad set of agentic environments gives the model robust tool calling, reasoning, and instruction-following capabilities. The 1M token context window retains conversation history and plan states across long-running agent sessions, and enables cross-document reasoning at a scale that shorter-context models cannot match.</p><p><strong>Fully Open.</strong> Ultra is released with open weights under NVIDIA&apos;s open-model license, trained on NVIDIA-generated high-quality synthetic data that is fully open, and accompanied by published development techniques and recipes, giving researchers and enterprises full transparency and the flexibility to customize or build on top of the model.</p><h3 id="enterprise-use-cases">Enterprise Use Cases</h3><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/06/Copy-of-press-agentic-ai-nemotron-3-ultra-launch-corp-blog-1920x1080.png" class="kg-image" alt="Day 0 Experience Frontier-Reasoning with NVIDIA Nemotron 3 Ultra on Bitdeer AI Model Studio" loading="lazy" width="1920" height="1080" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/06/Copy-of-press-agentic-ai-nemotron-3-ultra-launch-corp-blog-1920x1080.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/06/Copy-of-press-agentic-ai-nemotron-3-ultra-launch-corp-blog-1920x1080.png 1000w, https://www.bitdeer.ai/en/blog/content/images/size/w1600/2026/06/Copy-of-press-agentic-ai-nemotron-3-ultra-launch-corp-blog-1920x1080.png 1600w, https://www.bitdeer.ai/en/blog/content/images/2026/06/Copy-of-press-agentic-ai-nemotron-3-ultra-launch-corp-blog-1920x1080.png 1920w" sizes="(min-width: 720px) 720px"></figure><p><em>Source: NVIDIA</em></p><p><strong>Programming and Coding Agents. </strong>Coding agents built on Ultra plan, code, test, debug, and iterate end-to-end across large codebases. Ultra handles the hard reasoning calls: architectural planning, complex multi-file refactors, and error recovery, sustaining coherent reasoning across sessions that can span days or weeks.</p><p><strong>Deep Research and Search.</strong> Research agents search, evaluate, cross-reference, and synthesize across hundreds of sources in sustained parallel loops. Ultra handles final synthesis, the step where contradictions must be resolved, gaps must be identified, and novel hypotheses proposed with the depth and consistency that frontier reasoning demands.</p><p><strong>Enterprise Workflow Agents.</strong> Agents built for enterprise workflows automate operations across industries in persistent, tool-using loops: triaging thousands of security alerts, ingesting and interpreting regulatory filings, orchestrating clinical trial operations. Ultra handles the complex reasoning steps within these workflows, where errors in judgment have real downstream consequences.</p><p><strong>EDA and Chip Design.</strong> Chip design agents autonomously generate RTL from specifications, verify designs across thousands of constraints, and orchestrate workflows from design to manufacturing sign-off. Ultra handles verification, failure analysis, and cross-block dependency resolution &#x2014; the reasoning-intensive operations that define the quality of the final design.</p><h3 id="supported-agentic-frameworks">Supported Agentic Frameworks</h3><p>Nemotron 3 Ultra integrates with leading open agent frameworks out of the box &#x2014; from single-command deployment with <a href="https://www.nvidia.com/en-us/ai/nemoclaw/?_bt=804567865336&amp;_bk=nvidia%2520nemoclaw&amp;_bm=e&amp;_bn=g&amp;_bg=197993095849&amp;gad_source=1&amp;gad_campaignid=23744621431&amp;gbraid=0AAAAAD4XAoHJlAs2gYgE_EdVnjPVeUFoI&amp;gclid=Cj0KCQjw2_TQBhCnARIsAF3-XhzwPCEYsRcowtjrzNq5BoC5taNd2_tKPUhDwrJzXXL9mmMemFvmzoYaAkT2EALw_wcB&amp;ref=bitdeer.ai">NVIDIA NemoClaw </a>to tested cookbooks for the most popular coding and orchestration platforms. It is also packaged as an <a href="https://developer.nvidia.com/nim?sortBy=developer_learning_library%252Fsort%252Ffeatured_in.nim%253Adesc%252Ctitle%253Aasc&amp;ref=bitdeer.ai">NVIDIA NIM microservice,</a> making it deployable across data center and cloud environments without modification.</p><h3 id="run-nemotron-3-ultra-via-api-on-bitdeer-ai-model-studio">Run Nemotron 3 Ultra Via API on Bitdeer AI Model Studio</h3><p>You can run Nemotron 3 Ultra on <a href="https://account.bitdeer.com/en/sign_in?method=3&amp;service=https%3A%2F%2Fwww.bitdeer.ai%2Fauth&amp;ref=bitdeer.ai">Bitdeer AI Model Studio</a>, our serverless inference platform designed to make access to advanced foundation models simple and scalable.With a unified API, Model Studio allows developers and enterprises to start using models quickly without managing underlying infrastructure, reducing deployment complexity and time to value.</p><p>Bitdeer AI is a preferred <a href="https://www.nvidia.com/en-us/data-center/gpu-cloud-computing/partners/?ref=bitdeer.ai">NVIDIA Cloud Partner,</a> certified to ISO/IEC 27001:2022 and SOC2 Type I &amp; Type II, providing the secure, compliant, high-performance, and enterprise-grade infrastructure that production agentic AI deployments require. Run your models at the precision and scale your business requires, on Bitdeer AI&apos;s purpose-built GPU fleet.</p><h3 id="get-started">Get Started</h3><ol><li>Log in to <a href="https://www.bitdeer.ai/en/model/explore?ref=bitdeer.ai">Bitdeer AI Model Studio</a></li><li>Locate <strong>NVIDIA</strong> <strong>Nemotron 3 Ultra</strong> in the model list</li><li>Generate an API key and start making API calls</li></ol><p>This streamlined workflow enables rapid integration of frontier reasoning capabilities into applications and agent systems.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/06/image-1.png" class="kg-image" alt="Day 0 Experience Frontier-Reasoning with NVIDIA Nemotron 3 Ultra on Bitdeer AI Model Studio" loading="lazy" width="2000" height="1013" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/06/image-1.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/06/image-1.png 1000w, https://www.bitdeer.ai/en/blog/content/images/size/w1600/2026/06/image-1.png 1600w, https://www.bitdeer.ai/en/blog/content/images/size/w2400/2026/06/image-1.png 2400w" sizes="(min-width: 720px) 720px"></figure><h3 id="conclusion">Conclusion</h3><p>NVIDIA Nemotron 3 Ultra raises the bar for what open frontier models can deliver in production. Combining frontier-class intelligence with up to 5x faster inference and up to 30% lower cost, Ultra is designed specifically for the demands of long-running autonomous agents. With a 1M - token context window, open weights, open training recipes, and&#xA0; With day-0 availability on Bitdeer AI Model Studio, organizations can move quickly from experimentation to production while maintaining performance, flexibility, and economics&#xA0;required for large-scale agentic AI.</p>]]></content:encoded></item><item><title><![CDATA[Bring MultiModal Reasoning to Production with NVIDIA Nemotron 3 Nano Omni on Bitdeer AI Cloud]]></title><description><![CDATA[As AI agents evolve beyond text and into real-world workflows, the ability to understand information and reason across multiple modalities is becoming essential.]]></description><link>https://www.bitdeer.ai/en/blog/bring-omni-modal-understanding-to-production-with-nvidia-nemotron-3-nano-omni-on-bitdeer-ai-cloud/</link><guid isPermaLink="false">69eefae4b019420001ad9e7b</guid><category><![CDATA[AI Applications]]></category><dc:creator><![CDATA[Taylor Ye]]></dc:creator><pubDate>Tue, 28 Apr 2026 16:02:18 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/04/NVIDIA-Nemotron-3-Nano-Omni-en--1-.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/NVIDIA-Nemotron-3-Nano-Omni-en--1-.png" alt="Bring MultiModal Reasoning to Production with NVIDIA Nemotron 3 Nano Omni on Bitdeer AI Cloud"><p>As AI agents evolve beyond text and into real-world workflows, the ability to understand information and reason across multiple modalities is becoming essential. From video and audio to documents and UI screens, modern agentic systems require models that can reason across modalities with accuracy, efficiency, and enterprise readiness.&#xA0;</p><p>Today, we&#x2019;re delighted to announce that <a href="https://developer.nvidia.com/blog/nvidia-nemotron-3-nano-omni-powers-multimodal-agent-reasoning-in-a-single-efficient-open-model?ref=bitdeer.ai">NVIDIA Nemotron&#x2122; 3 Nano Omni</a> is available at launch on our Bitdeer AI Model Studio. As part of the broader <a href="https://www.nvidia.com/en-us/ai-data-science/foundation-models/nemotron/?ref=bitdeer.ai">NVIDIA Nemotron</a> family, it represents a new step forward in open, production-ready multimodal reasoning models.</p><h2 id="what-is-nvidia-nemotron-3-nano-omni"><strong>What is NVIDIA Nemotron 3 Nano Omni</strong></h2><p>NVIDIA Nemotron 3 Nano Omni is an open multimodal foundation model designed for production agentic AI. It unifies reasoning across video, audio, images, documents, charts, and text in a single model&#x2014;eliminating the need for fragmented multimodal pipelines.</p><p>By consolidating perception and reasoning into one system, Nemotron 3 Nano Omni simplifies agent development, reduces orchestration complexity, improves efficiency and scalability, and delivers leading multimodal accuracy. Built with open weights, datasets, and recipes, it enables developers and enterprises to customize, deploy, and operate multimodal agents with full control and flexibility.</p><h3 id="key-specifications"><strong>Key Specifications:</strong></h3><p><strong>&#x25CF;&#xA0; Model Size</strong>: 30B A3B</p><p>&#x25CF;&#xA0; <strong>Modalities: </strong>Input (text, image, video, audio), Output (text).</p><p>&#x25CF;&#xA0; <strong>Architecture</strong>: Hybrid Mixture of Experts (MoE) with Transformer-Mamba design</p><p>&#x25CF;&#xA0; <strong>VIsion Encoder</strong>: CRADIO v4-H</p><p>&#x25CF;&#xA0; <strong>Audio ENcoder: </strong>Parakeet</p><p>&#x25CF;&#xA0; <strong>Context Length: </strong>256k</p><p>&#x25CF;&#xA0; &#xA0;&#xA0;&#xA0; <strong>Optimizations:</strong></p><ul><ul><li>Conv3D fortemporal video reasoning</li><li>Efficient Video Sampling (EVS) for lower inference cost</li></ul></ul><p>&#x25CF;&#xA0; &#xA0;&#xA0;&#xA0;<strong> Quantization</strong>: FP8, NVFP4</p><h2 id="why-a-unified-multimodal-model-matters"><strong>Why a Unified Multimodal Model Matters</strong></h2><p>Many enterprise AI systems still rely on stitched-together pipelines across vision, speech, OCR, and reasoning models. This approach introduces higher latency from repeated inference passes, increased operational complexity, and fragmented context across modalities.</p><p>Nemotron 3 Nano Omni addresses this by acting as a multimodal perception and reasoning layer within agent systems&#x2014;enabling a unified perception &#x2192; reasoning &#x2192; action loop.</p><h2 id="enterprise-use-cases"><strong>Enterprise use cases</strong></h2><p><strong>Customer Service Agent:</strong> A customer service agent operates in a highly multimodal environment. It analyzes recorded customer interactions, including audio and speech transcriptions. It reasons over screen recordings of customer sessions and images such as screenshots of errors or invoices. At the same time, it reads documents like knowledge&#x2011;base articles, policies, and CRM history. Nemotron 3 Nano Omni unifies all of these signals so the agent understands not just what the customer said, but what they experienced and what the business rules allow&#x2014;enabling accurate, context&#x2011;aware resolution.</p><p><strong>Financial Analyst Agent</strong>: Financial analysis depends on more than text alone. This agent reasons across documents like financial filings and earnings transcripts, images such as charts and scanned reports, audio and speech from earnings calls, and video from investor presentations. Nemotron 3 Nano Omni ties together what executives say, how numbers are presented visually, and what the underlying documents show&#x2014;producing grounded insights rather than surface&#x2011;level summaries.</p><p><strong>Computer Use Agent</strong>: The computer use agent is one of the clearest demonstrations of unified multimodality. It analyzes video and images from screen recordings to understand UI state over time, interprets instructions and system audio cues, and reads documents like task instructions and validation policies. Nemotron 3 Nano Omni enables the agent to see the interface, understand intent, read constraints, and take the correct action&#x2014;all within one reasoning loop. This collapses when perception and decision&#x2011;making are split across models.</p><p><strong>Media and Entertainment Agent:</strong> Media workflows depend on more than transcripts alone. This agent reasons across video content, dialogue, on-screen text, and visual scene changes to support richer video and speech analysis. Nemotron 3 Nano Omni can generate dense captions that capture not just what is said, but what appears and happens on screen, while also improving video search and summarization across large content libraries. This helps media teams turn raw footage into searchable, contextualized, and production-ready assets more efficiently.</p><h2 id="run-nemotron-3-nano-omni-via-api-on-bitdeer-ai-model-studio"><strong>Run Nemotron 3 Nano Omni Via API on Bitdeer AI Model Studio</strong></h2><p>You can run Nemotron 3 Nano Omni on Bitdeer AI Model Studio, our serverless inference platform designed to make access to advanced foundation models simple and scalable. With a straightforward API, Model Studio allows developers and enterprises to start using models quickly without managing underlying infrastructure, reducing deployment complexity and time to value. </p><p>This makes it easier to integrate multimodal reasoning capabilities into applications and agentic workflows, while benefiting from a more flexible and efficient path from experimentation to production in just a few steps.</p><h2 id="get-started"><strong>Get Started</strong></h2><ol><li>Log in to Bitdeer AI<a href="https://www.bitdeer.ai/en/model/explore?ref=bitdeer.ai"> </a><a href="https://www.bitdeer.ai/en/model/explore?ref=bitdeer.ai">Model Studio</a></li><li>Locate <a href="https://www.bitdeer.ai/en/model/explore/mo-d7o6c8vq7u0c73ca6img?ref=bitdeer.ai" rel="noreferrer">Nemotron 3 Nano Omni</a> in the model list</li><li>Generate API key and start making API calls</li></ol><p>This streamlined workflow enables rapid integration of multimodal reasoning into applications and agent systems.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/image-5.png" class="kg-image" alt="Bring MultiModal Reasoning to Production with NVIDIA Nemotron 3 Nano Omni on Bitdeer AI Cloud" loading="lazy" width="2000" height="1006" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/04/image-5.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/04/image-5.png 1000w, https://www.bitdeer.ai/en/blog/content/images/size/w1600/2026/04/image-5.png 1600w, https://www.bitdeer.ai/en/blog/content/images/2026/04/image-5.png 2000w" sizes="(min-width: 720px) 720px"></figure><h2 id="conclusion"><strong>Conclusion</strong></h2><p>NVIDIA Nemotron 3 Nano Omni makes multimodal AI more practical for real-world deployments. Instead of managing multiple models and pipelines, teams can focus on building agentic applications, automating workflows, and delivering better user experiences.</p><p>With availability on Bitdeer AI Model Studio, organizations can move from experiment to production faster&#x2014;turning multimodal AI into measurable business impact.</p>]]></content:encoded></item><item><title><![CDATA[Why Your OpenClaw Should Run in the Cloud, Not on Your Laptop]]></title><description><![CDATA[Learn why running OpenClaw in the cloud improves reliability, security, and scalability, with guidance on model selection and real-world use cases.]]></description><link>https://www.bitdeer.ai/en/blog/why-your-openclaw-should-run-in-the-cloud-not-on-your-laptop/</link><guid isPermaLink="false">69e0909eb019420001ad9e49</guid><dc:creator><![CDATA[Yimian Ma]]></dc:creator><pubDate>Fri, 17 Apr 2026 06:00:05 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/04/run-ai-agent-with-confidence-EN.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/run-ai-agent-with-confidence-EN.png" alt="Why Your OpenClaw Should Run in the Cloud, Not on Your Laptop"><p>OpenClaw has surpassed 290,000 stars on GitHub, making it one of the most popular open-source AI Agent frameworks of 2026. A growing number of developers and tech enthusiasts are experimenting with deploying their own AI assistants locally.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-34197edf-31ce-4307-b91c-32c3838aeffc.png" class="kg-image" alt="Why Your OpenClaw Should Run in the Cloud, Not on Your Laptop" loading="lazy" width="1600" height="1156" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/04/data-src-image-34197edf-31ce-4307-b91c-32c3838aeffc.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/04/data-src-image-34197edf-31ce-4307-b91c-32c3838aeffc.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-34197edf-31ce-4307-b91c-32c3838aeffc.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>However, local deployment presents significant challenges in practice: service interruptions when the machine shuts down, complex environment configuration, API key security risks, and more &#x2014; all of which severely limit the continuous availability of an AI Agent.</p><p>Deploying OpenClaw to the cloud addresses these issues at their root. This article examines the key advantages of cloud deployment, provides guidance on selecting the right large language model, and demonstrates real-world use cases for OpenClaw.</p><h2 id="what-is-openclaw"><strong>What Is OpenClaw?</strong></h2><p><a href="https://github.com/openclaw/openclaw?ref=bitdeer.ai"><u>OpenClaw</u></a> is an open-source personal AI Agent framework built with TypeScript. Its core capabilities include:</p><ul><li><strong>24/7 Autonomous Operation</strong>: A built-in heartbeat mechanism proactively monitors tasks and takes action without requiring continuous user intervention</li><li><strong>50+ Platform Integrations</strong>: Supports WhatsApp, Telegram, Discord, Slack, Gmail, GitHub, and other major platforms for unified cross-platform management</li><li><strong>Model Flexibility</strong>: Compatible with cloud-based LLMs such as Claude, GPT, and Grok, as well as local models via Ollama / vLLM</li><li><strong>Extensible Skills System</strong>: Skills are defined using Markdown + YAML, with 100+ pre-built skills available on <a href="https://docs.openclaw.ai/skills?ref=bitdeer.ai">ClawHub</a></li><li><strong>Privacy-First Design</strong>: All data is stored locally by default, with the memory system based on local Markdown files</li></ul><p>Unlike traditional chatbots, OpenClaw features contextual memory, proactive behavior, and tool invocation capabilities &#x2014; functioning more as a persistent AI collaborator than a simple Q&amp;A interface.</p><h2 id="cloud-deployment-vs-local-deployment"><strong>Cloud Deployment vs. Local Deployment</strong></h2><p>While OpenClaw supports local installation, cloud deployment offers clear advantages for users who require stability and continuous availability.</p>
<!--kg-card-begin: html-->
<table style="border:none;border-collapse:collapse;"><colgroup><col width="135"><col width="234"><col width="240"></colgroup><tbody><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><br></td><td style="border-bottom:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Local Deployment</span></p></td><td style="border-bottom:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Cloud Deployment (Bitdeer AI Cloud)</span></p></td></tr><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Uptime</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Stops when the machine shuts down</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Runs 24/7 continuously</span></p></td></tr><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Environment Setup</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Manual dependency and compatibility management</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Standardized images, ready to use</span></p></td></tr><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Cost Model</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Upfront hardware investment + ongoing electricity</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Pay-as-you-go, no charge when stopped</span></p></td></tr><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Security</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">API keys stored on local device</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Isolated cloud environment, keys secured server-side</span></p></td></tr><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Network Quality</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Limited by local network conditions</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Enterprise-grade network, stable and low-latency</span></p></td></tr><tr style="height:32.25pt"><td style="border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Multi-Device Access</span></p></td><td style="border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Restricted to the host machine</span></p></td><td style="border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Access from any device via Telegram / Web</span></p></td></tr></tbody></table>
<!--kg-card-end: html-->
<p>Local deployment is suitable for short-term testing, while cloud deployment is what enables an AI Agent to deliver continuous, reliable service. An assistant that needs to be always available requires an environment that is always online.</p><h3 id="deployment-cost"><strong>Deployment Cost</strong></h3><p>Running OpenClaw does not require GPU resources. A basic CPU virtual machine instance (2 cores / 4GB RAM / 20GB SSD) is sufficient for stable operation. At this configuration, Bitdeer AI Cloud&apos;s on-demand pricing is approximately <strong>$0.0363/hour (around $26/month)</strong> &#x2014; providing a 24/7 online AI assistant environment at a fraction of typical infrastructure costs.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-bd62b406-c5da-4b77-a8d8-94c3b2bae50e.png" class="kg-image" alt="Why Your OpenClaw Should Run in the Cloud, Not on Your Laptop" loading="lazy" width="1600" height="916" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/04/data-src-image-bd62b406-c5da-4b77-a8d8-94c3b2bae50e.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/04/data-src-image-bd62b406-c5da-4b77-a8d8-94c3b2bae50e.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-bd62b406-c5da-4b77-a8d8-94c3b2bae50e.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>Bitdeer AI Cloud, as an NVIDIA Preferred Cloud Service Provider, offers compute resources spanning multiple generations of NVIDIA GPUs including H100, H200, B200, and GB200. For Agent deployment scenarios like OpenClaw, a CPU-only instance is all that&apos;s needed. For advanced use cases such as model fine-tuning or local inference, GPU instances are available for seamless scaling. Virtual machine instances are billed on-demand &#x2014; for detailed pricing, refer to the <a href="https://www.bitdeer.ai/en/pricing/gpu-compute?ref=bitdeer.ai"><u>GPU Compute Pricing</u></a> page.</p><p>Model inference is handled via API calls and billed per token. Bitdeer AI Cloud provides multi-vendor inference services covering text generation and other task types. For detailed inference pricing, refer to the <a href="https://www.bitdeer.ai/en/pricing/ai-models?ref=bitdeer.ai"><u>AI Models Pricing</u></a> page.</p><h2 id="model-selection-guide"><strong>Model Selection Guide</strong></h2><p>One of OpenClaw&apos;s core strengths is model flexibility &#x2014; it is not locked into any single LLM provider. Bitdeer AI Cloud currently offers 40+ models from 10+ providers, spanning text generation, visual understanding, reasoning, and image generation. All APIs are OpenAI-compatible, making model switching nearly effortless.</p><p>Below are representative text generation models suitable for OpenClaw, with pricing reference:</p>
<!--kg-card-begin: html-->
<table style="border:none;border-collapse:collapse;"><colgroup><col width="92"><col width="119"><col width="133"><col width="266"></colgroup><tbody><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Provider</span></p></td><td style="border-bottom:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Model</span></p></td><td style="border-bottom:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Input / Output (per 1M tokens)</span></p></td><td style="border-bottom:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Recommended Use Cases</span></p></td></tr><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">DeepSeek</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">DeepSeek-V3.2</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$0.28 / $0.42</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Code generation, technical reasoning &#x2014; best overall value</span></p></td></tr><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Qwen</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Qwen3-235B-A22B</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$0.22 / $0.88</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">MoE architecture, lowest input cost, multilingual support</span></p></td></tr><tr style="height:44.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Moonshot AI</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Kimi-K2.5</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$0.60 / $3.00</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Conversational AI, long-context comprehension, strong overall capability</span></p></td></tr><tr style="height:32.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Zhipu AI</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">GLM-5</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$1.00 / $3.20</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Flagship general conversation and knowledge Q&amp;A</span></p></td></tr><tr style="height:32.25pt"><td style="border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">MiniMax AI</span></p></td><td style="border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">MiniMax-M2.5</span></p></td><td style="border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">$0.30 / $1.20</span></p></td><td style="border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Reasoning model for complex logic and multi-step inference</span></p></td></tr></tbody></table>
<!--kg-card-end: html-->
<h3 id="scenario-based-recommendations"><strong>Scenario-Based Recommendations</strong></h3><ul><li><strong>Best overall value</strong> &#x2014; DeepSeek-V3.2, with the lowest combined input/output cost among flagship models and industry-leading code and reasoning capabilities</li><li><strong>Long-context input scenarios</strong> (e.g., document analysis, email summarization) &#x2014; Qwen3-235B-A22B, with input pricing as low as $0.22 per million tokens</li><li><strong>Deep conversational AI</strong> &#x2014; Kimi-K2.5, with excellent language comprehension for high-quality conversational output</li><li><strong>Ultra-low cost</strong> &#x2014; The platform also offers lightweight models such as Gemma and Ministral, with input pricing starting at $0.02 per million tokens for high-frequency, low-complexity tasks</li></ul><p>For the full model catalog and interactive demos, visit <a href="https://www.bitdeer.ai/en/model/explore?ref=bitdeer.ai"><u>Bitdeer Model Explore</u></a>.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-4ce5c568-f2ac-466e-a35a-001059f63a02.png" class="kg-image" alt="Why Your OpenClaw Should Run in the Cloud, Not on Your Laptop" loading="lazy" width="1600" height="916" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/04/data-src-image-4ce5c568-f2ac-466e-a35a-001059f63a02.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/04/data-src-image-4ce5c568-f2ac-466e-a35a-001059f63a02.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-4ce5c568-f2ac-466e-a35a-001059f63a02.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>OpenClaw integrates with Bitdeer&apos;s model service entirely through its configuration file &#x2014; users simply enter their API key and model name in openclaw.json, and OpenClaw handles all API communication automatically with no additional code required. All Bitdeer model APIs are OpenAI REST-compatible, allowing OpenClaw to recognize and invoke them directly.</p><p>API keys can be generated in the Bitdeer AI Cloud console under <a href="https://www.bitdeer.ai/en/model/apikeys?ref=bitdeer.ai"><u>API Keys</u></a>.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-a987a9d8-953d-4af8-acb7-30ea135efacc.png" class="kg-image" alt="Why Your OpenClaw Should Run in the Cloud, Not on Your Laptop" loading="lazy" width="1600" height="762" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/04/data-src-image-a987a9d8-953d-4af8-acb7-30ea135efacc.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/04/data-src-image-a987a9d8-953d-4af8-acb7-30ea135efacc.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-a987a9d8-953d-4af8-acb7-30ea135efacc.png 1600w" sizes="(min-width: 720px) 720px"></figure><h2 id="deployment-guide"><strong>Deployment Guide</strong></h2><p>Bitdeer AI has published a comprehensive deployment tutorial covering everything from creating a cloud instance and installing OpenClaw to configuring model connections and integrating with Telegram. For the full step-by-step guide, refer to:</p><p><a href="https://www.bitdeer.ai/en/blog/installing-and-configuring-openclaw-on-bitdeer-ai-cloud/"><u>Installing and Configuring OpenClaw on Bitdeer AI Cloud</u></a></p><p>The deployment process can be summarized in five steps:</p><ol><li><strong>Create a Cloud Instance</strong> &#x2014; Provision a virtual machine on Bitdeer AI Cloud</li><li><strong>Install OpenClaw</strong> &#x2014; Run the official one-line installation script</li><li><strong>Configure Models</strong> &#x2014; Enter your Bitdeer AI API key and specify the LLM</li><li><strong>Connect Telegram</strong> &#x2014; Pair with a Telegram Bot for mobile access</li><li><strong>Run in Background</strong> &#x2014; The service runs continuously 24/7 with no manual maintenance required</li></ol><h2 id="real-world-use-cases"><strong>Real-World Use Cases</strong></h2><p>Once deployed, OpenClaw delivers practical value across multiple dimensions. Below are several representative use cases:</p><h3 id="personal-productivity"><strong>Personal Productivity</strong></h3><ul><li>Connect to Gmail to automatically read emails, extract action items, and send daily digests on a set schedule</li><li>Integrate with Google Calendar to create and manage events directly through conversation</li><li>Perform real-time multilingual translation across English, Chinese, Japanese, Korean, and more</li></ul><h3 id="research-and-analysis"><strong>Research and Analysis</strong></h3><ul><li>Execute web searches, read page content, and generate structured summaries</li><li>Extract key points and summaries from any given URL</li><li>Conduct multi-step research with comparative analysis and structured report output</li></ul><h3 id="code-generation-and-execution"><strong>Code Generation and Execution</strong></h3><ul><li>Generate and execute code in a sandboxed environment, returning results directly</li><li>Support for Python, JavaScript, and other mainstream languages for data processing and scripting</li><li>Combine web search capabilities with code generation to automatically reference documentation and produce runnable solutions</li></ul><p>These capabilities are powered by OpenClaw&apos;s skills system. Over 100 pre-built skills are available on <a href="https://docs.openclaw.ai/skills?ref=bitdeer.ai"><u>ClawHub</u></a> for immediate use. For custom skill development, refer to the <a href="https://docs.openclaw.ai/tools/creating-skills?ref=bitdeer.ai"><u>OpenClaw Skills Documentation</u></a>.</p><h2 id="conclusion"><strong>Conclusion</strong></h2><p>As a fully featured open-source AI Agent framework, OpenClaw &#x2014; combined with Bitdeer AI Cloud&apos;s infrastructure and model inference services &#x2014; provides a stable, secure, and always-online AI assistant solution.</p>
<!--kg-card-begin: html-->
<table style="border:none;border-collapse:collapse;"><colgroup><col width="198"><col width="407"></colgroup><tbody><tr style="height:19.5pt"><td style="border-bottom:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Requirement</span></p></td><td style="border-bottom:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Solution</span></p></td></tr><tr style="height:20.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">24/7 AI assistant availability</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Deploy on Bitdeer AI Cloud</span></p></td></tr><tr style="height:20.25pt"><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Flexible model selection</span></p></td><td style="border-bottom:solid #000000 0.416667pt;border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Bitdeer AI inference service with multi-vendor model switching</span></p></td></tr><tr style="height:19.5pt"><td style="border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Low deployment barrier</span></p></td><td style="border-top:solid #000000 0.416667pt;vertical-align:top;padding:4pt 8pt 4pt 8pt;overflow:hidden;overflow-wrap:break-word;"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:8pt;"><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">One-line install script + comprehensive deployment tutorial</span></p></td></tr></tbody></table>
<!--kg-card-end: html-->
<h3 id="get-staarted"><strong>Get Staarted</strong></h3><ul><li><a href="https://www.bitdeer.ai/en/instance/server?ref=bitdeer.ai">Sign up for Bitdeer AI Cloud</a></li><li><a href="https://www.bitdeer.ai/en/blog/installing-and-configuring-openclaw-on-bitdeer-ai-cloud/">View the full deployment tutorial</a></li><li><a href="https://github.com/openclaw/openclaw?ref=bitdeer.ai">Visit the OpenClaw GitHub repository</a></li><li><a href="https://www.bitdeer.ai/en/docs/center?ref=bitdeer.ai">Bitdeer AI Documentation Center</a></li></ul><p></p><p><em>Note:Pricing for models and GPU resources is subject to change. Please refer to the platform for the most up-to-date pricing.</em></p>]]></content:encoded></item><item><title><![CDATA[Getting Started with NemoClaw on Bitdeer AI Cloud]]></title><description><![CDATA[Deploy secure, production-ready AI agents in minutes with NVIDIA NemoClaw on Bitdeer AI Cloud. NemoClaw on Bitdeer AI Cloud brings together secure agent execution with scalable infrastructure and high-performance inference. ]]></description><link>https://www.bitdeer.ai/en/blog/getting-started-with-nemoclaw-on-bitdeer-ai-cloud/</link><guid isPermaLink="false">69d744f8185fb200015b8f9c</guid><category><![CDATA[AI Applications]]></category><dc:creator><![CDATA[Johan Sim]]></dc:creator><pubDate>Fri, 10 Apr 2026 06:10:05 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/04/en.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/en.png" alt="Getting Started with NemoClaw on Bitdeer AI Cloud"><p>Deploy secure, production-ready AI agents in minutes with NVIDIA NemoClaw on Bitdeer AI Cloud. In this guide, you&#x2019;ll learn how to quickly set up a fully sandboxed environment and run powerful models like Moonshot AI&#x2019;s Kimi K2.5 through Bitdeer AI&#x2019;s high-performance inference endpoints.</p><h2 id="what-youll-build"><strong>What You&apos;ll Build</strong></h2><p>By the end of this guide, you&apos;ll have:</p><ul><li>A secure, sandboxed AI agent running on Bitdeer AI Cloud</li><li>Access to powerful models like Kimi K2.5 through Bitdeer AI&apos;s inference API</li><li>Full network policy controls and monitoring capabilities</li></ul><h2 id="why-nemoclaw-on-bitdeer-ai"><strong>Why NemoClaw on Bitdeer AI?</strong></h2><p>NemoClaw on Bitdeer AI Cloud brings together secure agent execution with scalable infrastructure and high-performance inference. While sandboxed execution with Landlock, seccomp, and network isolation is handled within the NemoClaw and OpenShell framework, Bitdeer AI Cloud can provide the underlying compute environment, enabling on-demand scaling of CPU and GPU resources with usage-based pricing. Our platform also delivers access to optimized inference endpoints for running leading models, along with network-level controls to help manage how agents interact with external services, ensuring both flexibility and operational control.</p><h2 id="prerequisites"><strong>Prerequisites</strong></h2><p><strong>NemoClaw System Requirements Minimum: </strong>4+ vCPU, 16 GB RAM, 40 GB of free disk space, and Ubuntu 22.04 LTS.</p><p><strong>One Bitdeer AI Cloud Requirements</strong></p><ul><li>Active <a href="https://www.bitdeer.ai/en/instance/server?ref=bitdeer.ai"><u>Bitdeer AI Cloud </u></a>account</li><li>API key from Bitdeer AI Cloud (for inference)</li></ul><p><strong>Bitdeer AI Instance: </strong>Select<strong> g4a.xlarge (</strong>4 vCPU, 16 GB RAM<strong>)</strong></p><p><strong>Important:</strong> The sandbox image is approximately 2.4 GB compressed. For instances with 16 GB RAM, you&apos;ll have sufficient memory for smooth operation.</p><h2 id="software-dependencies"><strong>Software Dependencies</strong></h2><ul><li>Node.js 20 or later</li><li>npm 10 or later</li><li>Docker (installed and running)</li><li>OpenShell CLI (installed by NemoClaw)</li></ul><h3 id="11-create-virtual-machine"><strong>1.1 Create Virtual Machine</strong></h3><p>1. Log in to your <a href="https://www.bitdeer.ai/en?ref=bitdeer.ai" rel="noreferrer">Bitdeer AI Cloud</a> account</p><p>2. Navigate to <strong>Virtual Machine</strong> services</p><p>3. Click <strong>Create Instance</strong> and select:</p><p><strong>Instance Type:</strong> <strong>g4a.xlarge</strong> (4 vCPU, 16 GB RAM)</p><p><strong>Storage:</strong> 40 GB SSD minimum</p><p><strong>OS:</strong> Ubuntu 22.04 LTS</p><p><strong>Region:</strong> Choose nearest to your location</p><p>4. Complete the order and wait for instance provisioning</p><p>5. Once running, note the public IP address</p><h3 id="12-access-your-instance"><strong>1.2 Access Your Instance</strong></h3><p>Connect via SSH:</p><pre><code class="language-bash">ssh ubuntu@&lt;your-instance-ip&gt;
</code></pre>
<h2 id="step-2-install-docker"><strong>Step 2: Install Docker</strong></h2><p>NemoClaw requires Docker as the container runtime:</p><pre><code class="language-bash"># Update package index
sudo apt-get update

# Install Docker (service starts automatically)
sudo apt-get install -y docker.io

# Add user to docker group
sudo usermod -aG docker $USER
</code></pre>
<p><strong>Important:</strong> Log out and log back in for group changes to take effect:</p>
<pre><code class="language-bash">exit
ssh ubuntu@&lt;your-instance-ip&gt;
</code></pre>
<p>Verify Docker installation:</p>
<pre><code class="language-bash">docker --version
docker run hello-world
</code></pre>
<h2 id="step-3-get-bitdeer-ai-api-key"><strong>Step 3: Get Bitdeer AI API Key</strong></h2><p>Before installing NemoClaw, obtain your Bitdeer AI API key:</p><p>1. Log in to Bitdeer AI Cloud</p><p>2. Navigate to <a href="https://www.bitdeer.ai/en/model/explore?ref=bitdeer.ai" rel="noreferrer"><strong>Models</strong> </a>&#x2192; <strong>API Keys</strong></p><p>3. Click <strong>Generate API Key</strong></p><p>4. Copy the generated key and save it securely</p><p><strong>&#x26A0; Security Warning:</strong> Never commit API keys to version control or share them publicly.</p><h2 id="step-4-install-and-configure-nemoclaw"><strong>Step 4: Install and Configure NemoClaw</strong></h2><p>Download and run the NemoClaw installer, which includes an interactive wizard for configuring your Bitdeer AI inference endpoint:</p><pre><code class="language-bash">curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash
</code></pre>
<p><strong>During the Installation Wizard</strong></p><p>When prompted, configure Bitdeer AI as your inference provider:</p><pre><code>[2/7] Configuring inference (NIM)
&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;

Inference options:
  1) NVIDIA Endpoints (recommended)
  2) OpenAI
  3) Other OpenAI-compatible endpoint  &#x2190; Select this
  4) Anthropic
  5) Other Anthropic-compatible endpoint
  6) Google Gemini

Choose [1]: 3

OpenAI-compatible base URL: https://api-inference.bitdeer.ai/v1
Other OpenAI-compatible endpoint API key: &lt;paste-your-bitdeer-api-key&gt;

Other OpenAI-compatible endpoint model []: nvidia/NVIDIA-Nemotron-3-Super-120B-A12B
# or: moonshotai/Kimi-K2.5
</code></pre>
<p>The wizard will:</p><ul><li>Install Node.js 20+ if not present</li><li>Install npm packages</li><li>Set up the NemoClaw CLI</li><li>Configure Bitdeer AI as your inference provider</li><li>Save your API key securely to ~/.nemoclaw/credentials.json</li><li>Create your first sandbox</li></ul><p><strong>Post-Installation Summary</strong></p><p>After installation completes, you should see:</p><pre><code>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;
Sandbox      my-bitdeer-agent (Landlock + seccomp + netns)
Model        nvidia/NVIDIA-Nemotron-3-Super-120B-A12B (Bitdeer AI Endpoint)
&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;
Run:         nemoclaw my-bitdeer-agent connect
Status:      nemoclaw my-bitdeer-agent status
Logs:        nemoclaw my-bitdeer-agent logs --follow
&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;

[INFO]  === Installation complete ===
</code></pre>
<p>If nemoclaw is not found after installation, run:</p><pre><code class="language-bash">source ~/.bashrc
# or for zsh users:
source ~/.zshrc
</code></pre>
<p>Verify installation:</p><pre><code class="language-bash">nemoclaw --version
</code></pre>
<h2 id="step-5-connect-and-chat-with-your-agent"><strong>Step 5: Connect and Chat with Your Agent</strong></h2><p><strong>5.1 Connect to the Sandbox</strong></p><pre><code class="language-bash">nemoclaw my-bitdeer-agent connect
</code></pre>
<p>You&apos;ll enter the sandbox shell:</p><pre><code>sandbox@my-bitdeer-agent:~$
</code></pre>
<p><strong>5.2 Interactive TUI Mode</strong></p><p>Launch the OpenClaw TUI for interactive chat:</p><pre><code class="language-bash">openclaw tui
</code></pre>
<p>Send test messages and verify responses.</p><p><strong>5.3 CLI Mode</strong></p><p>For programmatic access or long outputs, use the CLI:</p><pre><code class="language-bash">openclaw agent --agent main --local -m &quot;Hello, how can you help me today?&quot; --session-id test
</code></pre>
<p>To exit the sandbox shell:</p><pre><code class="language-bash">exit
</code></pre>
<h2 id="whats-next"><strong>What&apos;s Next?</strong></h2><p>Now that you have your NemoClaw agent running on Bitdeer AI Cloud, here are some ways to extend it:</p><ul><li><strong>Connect to Telegram</strong></li></ul><p>Enable mobile access to your agent:</p><pre><code class="language-bash">nemoclaw my-bitdeer-agent telegram-setup
</code></pre>
<ul><li><strong>Try Different Models</strong></li></ul><p>Experiment with other available models through Bitdeer AI Model Studio:</p><pre><code class="language-bash">openshell inference set --provider openai --model zai-org/GLM-5
</code></pre>
<ul><li><strong>Monitor Activity</strong></li></ul><p>Launch the OpenShell TUI to watch your agent in action:</p><pre><code class="language-bash">openshell tui
</code></pre>
<ul><li><strong>Customize Security</strong></li></ul><p>Define custom network policies to control what your agent can access.</p><h2 id="conclusion">Conclusion</h2><p>With NemoClaw running on Bitdeer AI Cloud, deploying secure, production-ready AI agents becomes both practical and scalable. By combining NemoClaw&#x2019;s sandboxed execution and policy framework with Bitdeer AI&#x2019;s flexible infrastructure and optimized inference endpoints, you can move from setup to real-world usage in just a few steps. Whether you are experimenting with AI agents or building toward production, Bitdeer AI Cloud offers a reliable environment to run, scale, and manage your workloads with confidence.</p><p></p><h3 id="resources"><strong>Resources</strong></h3><p><strong>Documentation:</strong></p><ul><li><a href="https://docs.nvidia.com/nemoclaw/latest/?ref=bitdeer.ai" rel="noreferrer">NemoClaw Docs</a></li><li><a href="https://docs.nvidia.com/openshell/latest/?ref=bitdeer.ai" rel="noreferrer">OpenShell Docs</a></li><li><a href="https://www.bitdeer.ai/en/instance/server?ref=bitdeer.ai" rel="noreferrer">Bitdeer AI Cloud</a></li></ul><p><strong>Community &amp; Support:</strong></p><ul><li><a href="https://github.com/NVIDIA/NemoClaw?ref=bitdeer.ai" rel="noreferrer">NemoClaw GitHub</a></li><li><a href="NemoClaw Discord" rel="noreferrer">NemoClaw Discord</a></li><li><a href="https://www.bitdeer.ai/en/contact?ref=bitdeer.ai" rel="noreferrer">Bitdeer AI Support</a></li></ul><p></p>]]></content:encoded></item><item><title><![CDATA[​​From Safer Runtime to Scalable Agent Deployment with NVIDIA OpenShell on Bitdeer AI Cloud]]></title><description><![CDATA[Explore how NVIDIA OpenShell enables secure, scalable AI agents with stronger privacy and control, and run safer AI agents on Bitdeer AI Cloud.]]></description><link>https://www.bitdeer.ai/en/blog/from-safer-runtime-to-scalable-agent-deployment-with-nvidia-openshell-on-bitdeer-ai-cloud/</link><guid isPermaLink="false">69ce1da1185fb200015b8f76</guid><category><![CDATA[AI Applications]]></category><dc:creator><![CDATA[Taylor Ye]]></dc:creator><pubDate>Mon, 06 Apr 2026 05:58:08 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/04/en-blog.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/en-blog.png" alt="&#x200B;&#x200B;From Safer Runtime to Scalable Agent Deployment with NVIDIA OpenShell on Bitdeer AI Cloud"><p>Recently, the emergence of OpenClaw drew attention to a growing demand for a new class of AI systems. Often referred to as &#x201C;claws,&#x201D; these systems represent long-running, autonomous, self-evolving agents that can plan and execute multi-step workflows with limited user intervention. Unlike traditional AI assistants, claws are not limited to single-turn interactions. They can access local files, interact with applications and external tools, and dynamically orchestrate sub-agents to break down complex tasks. More importantly, they are able to continuously refine strategies, decide where tasks should be executed, and optimize outcomes over time.</p><p>At the same time, this evolution introduces new challenges. As agents are granted broader access to data, tools, and infrastructure, concerns around security, privacy, and governance become significantly more critical. Questions around access control, data flow, model usage, and execution boundaries are no longer theoretical, but essential for deploying these systems safely in production.</p><p>To address the growing need for safer and more controllable agent execution, at NVIDIA GTC 2026, NVIDIA introduced<a href="https://www.nvidia.com/en-us/ai/nemoclaw/?ref=bitdeer.ai"> <u>NVIDIA NemoClaw</u></a> for OpenClaw, an open source stack that adds privacy and security controls to long-running, autonomous agents. Built on<a href="https://developer.nvidia.com/nemo-agent-toolkit?ref=bitdeer.ai"> <u>NVIDIA Agent Toolkit</u></a>, NemoClaw serves as an integration layer that enables OpenClaw agents to run within the newly introduced<a href="https://docs.nvidia.com/openshell/index.html?ref=bitdeer.ai"> <u>NVIDIA OpenShell</u></a> runtime, combining open models such as<a href="https://www.nvidia.com/en-us/ai-data-science/foundation-models/nemotron/?ref=bitdeer.ai"> <u>NVIDIA Nemotron</u></a> with controlled execution environments to make always-on agents safer and more practical to deploy.</p><h2 id="nvidia-openshell-powering-safer-agent-execution-for-nemoclaw"><strong>NVIDIA OpenShell: Powering Safer Agent Execution for NemoClaw</strong></h2><p><a href="https://developer.nvidia.com/blog/run-autonomous-self-evolving-agents-more-safely-with-nvidia-openshell/?ref=bitdeer.ai"><u>NVIDIA OpenShell</u></a> is an open<u>-</u>source runtime designed to make autonomous AI agents safer and more practical to deploy.&#xA0; It addresses this by acting as a control layer between the agent and the underlying infrastructure, governing how the agent executes, what it can access, and where inference is routed.</p><p>Instead of relying solely on prompts or built-in guardrails inside the agent, OpenShell enforces policies at the runtime level. It helps bridge the gap between experimentation and production by allowing developers to deploy autonomous, self-evolving agents with clearer boundaries around privacy, security, and infrastructure access.</p><h2 id="how-openshell-is-built-for-safer-agents"><strong>How OpenShell Is Built for Safer Agents</strong></h2><p>OpenShell uses a gateway to manage one or more isolated sandboxes where agents run. To understand how it works, it helps to look at it from two complementary angles: core components and protection layers. The components describe how the system is structured and managed, while the protection layers describe where policy enforcement is applied.</p><ul><li>The gateway acts as the control plane, coordinating sandbox lifecycle, authentication, providers, and policy management.</li><li>The sandbox is the isolated runtime where the agent runs. The policy engine enforces constraints across filesystem, network, and process behavior.</li><li>The privacy router governs inference routing, helping keep sensitive context under tighter control and directing model traffic according to defined privacy and cost policies.</li></ul><p>These components enforce control across four protection layers: filesystem, network, process, and inference. Filesystem and process controls are locked when the sandbox is created, while network and inference controls can be updated at runtime. Together, this gives OpenShell a defense-in-depth model that supports long-running agents while maintaining clearer privacy, security, and governance boundaries.</p><p>To better understand how OpenShell enables safer autonomous agents, it helps to look at how its architecture is structured. The diagram below illustrates the key components that work together to govern execution, enforce policy, and control inference.&#xA0;</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-f91bcc4d-2f8e-46b3-83f7-3fab56dafaca.png" class="kg-image" alt="&#x200B;&#x200B;From Safer Runtime to Scalable Agent Deployment with NVIDIA OpenShell on Bitdeer AI Cloud" loading="lazy" width="1600" height="972" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/04/data-src-image-f91bcc4d-2f8e-46b3-83f7-3fab56dafaca.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/04/data-src-image-f91bcc4d-2f8e-46b3-83f7-3fab56dafaca.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/04/data-src-image-f91bcc4d-2f8e-46b3-83f7-3fab56dafaca.png 1600w" sizes="(min-width: 720px) 720px"></figure><p><em>OpenShell&#x2019;s architecture for safer autonomous agents, illustrating the core components: the sandbox, the policy engine, and the privacy router</em></p><h2 id="deploy-ai-agent-workloads-with-bitdeer-ai-cloud"><strong>Deploy AI Agent Workloads with Bitdeer AI Cloud</strong></h2><p>Bitdeer AI Cloud is among the first NVIDIA Cloud Partners (NCPs) in Asia Pacific available as a model provider in the region, helping developers support the model deployment and inference behind OpenShell-based agent workloads</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/image-3.png" class="kg-image" alt="&#x200B;&#x200B;From Safer Runtime to Scalable Agent Deployment with NVIDIA OpenShell on Bitdeer AI Cloud" loading="lazy" width="2000" height="1071" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/04/image-3.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/04/image-3.png 1000w, https://www.bitdeer.ai/en/blog/content/images/size/w1600/2026/04/image-3.png 1600w, https://www.bitdeer.ai/en/blog/content/images/2026/04/image-3.png 2000w" sizes="(min-width: 720px) 720px"></figure><p>Bitdeer AI Cloud provides access to a wide range of high-performance NVIDIA AI infrastructure, including<a href="https://www.nvidia.com/en-us/data-center/gb200-nvl72/?ref=bitdeer.ai"> <u>NVIDIA GB200 NVL72</u></a>,<a href="https://www.nvidia.com/en-us/data-center/hgx/?ref=bitdeer.ai"> <u>NVIDIA HGX H200</u></a>. Workloads can be deployed across multiple GPU configurations, with built-in support for load balancing and dynamic scaling to optimize performance, cost, and availability.</p><p>This enables developers to power the model deployment and inference required by agent workloads with the performance and reliability needed for production.</p><p><strong>How to Get Started</strong></p><p>Running models with Bitdeer AI Cloud is straightforward.&#xA0; Start building on<a href="http://build.nvidia.com/?ref=bitdeer.ai"> build.nvidia.com</a>, deploy to Bitdeer AI Cloud:</p><p>First, select a model from the NVIDIA model catalog, such as<a href="https://build.nvidia.com/moonshotai/kimi-k2.5/deploy.?ref=bitdeer.ai"> <u>Kimi K2.5</u></a> or Nemotron 3 Super, and navigate to the Deploy section.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/image-1.png" class="kg-image" alt="&#x200B;&#x200B;From Safer Runtime to Scalable Agent Deployment with NVIDIA OpenShell on Bitdeer AI Cloud" loading="lazy" width="2000" height="1030" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/04/image-1.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/04/image-1.png 1000w, https://www.bitdeer.ai/en/blog/content/images/size/w1600/2026/04/image-1.png 1600w, https://www.bitdeer.ai/en/blog/content/images/2026/04/image-1.png 2000w" sizes="(min-width: 720px) 720px"></figure><p>Then, under Partner Endpoints, choose Bitdeer AI as your model provider. This allows the underlying model deployment and inference for agent workloads to be powered by Bitdeer AI Cloud, backed by scalable, production-grade NVIDIA AI infrastructure.</p><p>Once selected, you can proceed with deployment using serverless endpoints or dedicated GPU-backed infrastructure, depending on your workload requirements.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/04/image-2.png" class="kg-image" alt="&#x200B;&#x200B;From Safer Runtime to Scalable Agent Deployment with NVIDIA OpenShell on Bitdeer AI Cloud" loading="lazy" width="2000" height="1032" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/04/image-2.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/04/image-2.png 1000w, https://www.bitdeer.ai/en/blog/content/images/size/w1600/2026/04/image-2.png 1600w, https://www.bitdeer.ai/en/blog/content/images/2026/04/image-2.png 2000w" sizes="(min-width: 720px) 720px"></figure><p>From there, OpenShell-based agents can leverage this setup to execute tasks, call tools, and operate within controlled environments, while running on scalable, production-grade compute.</p><p>By combining NVIDIA OpenShell&#x2019;s secure runtime with Bitdeer AI&#x2019;s infrastructure, developers can:</p><ul><li>Run long-running agents on dedicated, high-performance GPU clusters</li><li>Scale workloads without managing underlying infrastructure</li><li>Maintain stronger control over privacy, security, and inference routing</li></ul><p>This integration bridges the gap between agent development and real-world deployment, making it easier to move from experimentation to scalable production systems.</p><h2 id="closing-thoughts"><strong>Closing Thoughts</strong></h2><p>What stood out at NVIDIA GTC 2026 is that AI is shifting from prompt-based interactions to long-running, autonomous systems. As token consumption continues to grow, it is increasingly driven by agents themselves, reasoning over longer contexts, coordinating tools, and executing tasks over time.</p><p>This evolution brings new requirements beyond model performance. It becomes equally important how agents are executed, how data is governed, and how systems remain controlled in production environments. NVIDIA OpenShell reflects this shift by introducing a runtime layer designed for safer and more structured agent execution.</p><p>While OpenShell introduces a safer runtime layer for agent execution, Bitdeer AI Cloud serves as a model provider, delivering the scalable compute foundation needed to support real-world deployment of these systems. By providing scalable, high-performance AI compute, we aim to support developers in building and operating long-running agents within environments that prioritize privacy, security, and reliability.</p><p>&#xA0;</p><p><strong>Resource:</strong></p><ol><li>NVIDIA<u> </u>Developer Guide:<a href="https://docs.nvidia.com/openshell/latest/about/overview.html?ref=bitdeer.ai">&#xA0;</a> <a href="https://docs.nvidia.com/openshell/latest/about/overview.html?ref=bitdeer.ai"><u>https://docs.nvidia.com/openshell/latest/about/overview.html</u></a></li><li>NVIDIA blog: https://developer.nvidia.com/blog/run-autonomous-self-evolving-agents-more-safely-with-nvidia-openshell/</li></ol>]]></content:encoded></item><item><title><![CDATA[NVIDIA GTC 2026: The Inference Inflection and the Rise of Agentic AI Factories]]></title><description><![CDATA[Explore NVIDIA GTC 2026 keynote highlights and how Bitdeer AI Cloud powers NVIDIA OpenShell as an integrated inference provider for agent deployment.]]></description><link>https://www.bitdeer.ai/en/blog/nvidia-gtc-2026-the-inference-inflection-and-the-rise-of-agentic-ai-factories/</link><guid isPermaLink="false">69c243c568d90b0001fa6fe8</guid><category><![CDATA[AI Trends & Industry News]]></category><category><![CDATA[AI Applications]]></category><dc:creator><![CDATA[Tey Rui Jie]]></dc:creator><pubDate>Tue, 24 Mar 2026 08:12:18 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/03/first-nvidia-nemoclaw-provider-in-apac-EN.png" medium="image"/><content:encoded><![CDATA[<h3 id="key-highlights"><strong>Key Highlights</strong></h3><ul><li>The Inference Inflection: GTC keynote explained massive shift in compute demand as AI moves from pre-training to real-time agentic inference.</li><li>The<a href="https://www.nvidia.com/en-us/data-center/technologies/rubin/?ref=bitdeer.ai"> <u>NVIDIA Vera Rubin Platform</u></a>: A &quot;generational leap&quot; featuring seven new chips (including<a href="https://www.nvidia.com/en-us/data-center/vera-cpu/?ref=bitdeer.ai"> <u>NVIDIA Vera CPU</u></a> and NVIDIA Rubin GPU) and five specialized racks designed to power the world&#x2019;s largest AI factories.</li><li>Disaggregated Inference: The newly integrated<a href="https://www.nvidia.com/en-us/data-center/lpx/?ref=bitdeer.ai"> <u>NVIDIA Groq 3 LPX rack</u></a> unites with the Vera Rubin platform to deliver up to 35x higher inference throughput per megawatt.</li></ul><img src="https://www.bitdeer.ai/en/blog/content/images/2026/03/first-nvidia-nemoclaw-provider-in-apac-EN.png" alt="NVIDIA GTC 2026: The Inference Inflection and the Rise of Agentic AI Factories"><p>The &quot;Moment of Claws&quot;: NVIDIA is driving the next AI inflection point through<a href="https://docs.nvidia.com/openshell/index.html?ref=bitdeer.ai"> <u>NVIDIA OpenShell,</u></a> an open-source runtime that enables autonomous agents to reason and act safely within isolated sandboxes.</p><h3 id="the-1-trillion-inference-inflection"><strong>The $1 Trillion Inference Inflection</strong></h3><p>At GTC 2026, the keynote underscored the massive shift from pre-training models to real-time execution, Huang revealed a staggering jump in the demand for AI infrastructure</p><p>The doubling of demand is driven by the era of agentic AI&#x2014;systems that plan tasks, run tools, and validate results. Computing is no longer retrieval-based; it is growing from generative, to reasoning-oriented and finally agentic. Now, as AI Agents begin to perform different tasks through iterative processes of planning, breaking down tasks, reasoning and reflecting, the burst of inference compute demand has grown by roughly<a href="https://blogs.nvidia.com/blog/gtc-2026-news/?ref=bitdeer.ai"> <u>1,000,000x in just two years</u></a>.</p><h3 id="vera-rubin-the-foundation-of-the-ai-factory"><strong>Vera Rubin: The Foundation of the AI Factory</strong></h3><p>NVIDIA launched the Vera Rubin platform, a supercomputer where multiple racks work together as one massive, coherent system to maximize <u>t</u>okens per watt.</p><ul><li>NVIDIA Groq 3 LPX Rack: Marks a milestone in accelerated computing by enabling disaggregated inference. While the Rubin GPU handles the prefill, decode attention, and generating massive KV cache, the NVIDIA Groq LPU manages the low-latency decode phase, providing up to 10x more revenue opportunity for trillion-parameter models.</li><li>Vera CPU Rack: The world&#x2019;s first processor purpose-built for agentic AI. It delivers results twice as efficiently and 50% faster than traditional CPUs. With 88 custom Olympus cores and 1.5TB of LPDDR5X memory, it provides the single-threaded performance required for agents to run code and validate results.</li><li><a href="https://nvidianews.nvidia.com/news/nvidia-launches-bluefield-4-stx-storage-architecture-with-broad-industry-adoption?ref=bitdeer.ai">NVIDIA</a>&#xA0; <a href="https://nvidianews.nvidia.com/news/nvidia-launches-bluefield-4-stx-storage-architecture-with-broad-industry-adoption?ref=bitdeer.ai"><u>BlueField-4 STX Rack</u></a>: An AI-native storage infrastructure<u> </u>that treats data as &quot;Context Memory.&quot; Using the<a href="https://developer.nvidia.com/networking/doca?ref=bitdeer.ai"> <u>NVIDIA DOCA Memos&#x2122; framework</u></a>, it boosts inference throughput by up to 5x for long-context reasoning</li></ul><h3 id="nvidia-openshell-enabling-the-moment-of-claws"><strong>NVIDIA OpenShell: Enabling the &quot;Moment of Claws&quot;</strong></h3><p>In early 2026, the emergence of OpenClaw drew attention to the demand for autonomous agents capable of executing multi-step workflows. By enabling agents to interact with local files and external tools, frameworks like OpenClaw illustrated a shift toward persistent, execution-oriented systems.</p><p>To support the safe deployment of these SOTA agents, NVIDIA is celebrating the &#x201C;moment of claws&#x201D; with NVIDIA OpenShell, an open-source runtime designed to govern how agents execute.</p><p>We&#x2019;re also working with NVIDIA on<a href="https://www.nvidia.com/nemoclaw?ref=bitdeer.ai"> <u>NVIDIA NemoClaw</u></a> &#x2014; an open source stack that simplifies running OpenClaw always-on assistants, more safely, with a single command. As part of the NVIDIA Agent Toolkit, it installs the NVIDIA OpenShell runtime&#x2014;a secure environment for running autonomous agents, and open source models like<a href="https://developer.nvidia.com/nemotron?ncid=pa-srch-goog-599191&amp;_bt=797127771541&amp;_bk=nvidia+nemotron&amp;_bm=p&amp;_bn=g&amp;_bg=194751055082&amp;gad_source=1&amp;gad_campaignid=23551395576&amp;gbraid=0AAAAAD4XAoGmJfKE4w2qyi2jQz5MY-SLa&amp;gclid=Cj0KCQjwmunNBhDbARIsAOndKpmxfYwV4wZZwublo2vQVn5Tm5IgcadyFiRgsbaILMgf3Mzkuyy27HoaAvjDEALw_wcB&amp;ref=bitdeer.ai"> <u>NVIDIA Nemotron</u></a>.</p><p>NVIDIA OpenShell sits between the agent and the infrastructure, running any coding agent&#x2014;OpenClaw, Claude Code, Cursor, or Codex&#x2014;in an isolated sandbox with zero code changes. Every action is policy-enforced at the infrastructure layer, ensuring privacy and security for long-running agentic workflows.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/03/image.png" class="kg-image" alt="NVIDIA GTC 2026: The Inference Inflection and the Rise of Agentic AI Factories" loading="lazy" width="1466" height="652" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/03/image.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/03/image.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/03/image.png 1466w" sizes="(min-width: 720px) 720px"></figure><p><em>Source: NVIDIA GTC 2026 Keynote</em></p><p>In tandem with these global advancements, Bitdeer AI is leading the charge for secure agentic infrastructure in the Asia Pacific region. Developers and enterprises can now find Bitdeer AI featured on build.nvidia.com as a provider for the infrastructure necessary to run the underlying &quot;brains&quot; of these agents.</p><p>We are also proud to highlight that <a href="https://www.bitdeer.ai/en/model/explore/mo-d6psr309pjks73dh7hcg?ref=bitdeer.ai"><u>Nemotron 3 Super</u></a> is available on our platform. As the best-performing open model for OpenClaw, Nemotron 3 Super provides the high-level reasoning and planning capabilities required to fuel complex autonomous workflows.</p><p><strong>Start building your own safe autonomous agent today directly from build.nvidia.com:</strong></p><ol><li>Access NVIDIA OpenShell on <a href="http://build.nvidia.com/?ref=bitdeer.ai"><u>build.nvidia.com</u></a>.</li><li>Seamlessly integrate frontier open model endpoints from Bitdeer AI to power your long-running agents.</li></ol><p>Powered by<a href="https://www.nvidia.com/en-us/data-center/gb200-nvl72/?ref=bitdeer.ai"> <u>NVIDIA GB200 NVL72</u></a> systems deployed in our state-of-the-art AI data centers, Bitdeer AI Cloud delivers the high-performance infrastructure required to run autonomous, self-evolving agents in NVIDIA OpenShell at scale. By combining secure runtime governance with high-performance AI cloud, we empower developers to build the next generation of AI with stronger privacy and infrastructure reliability</p><p></p><p></p><p><em>Source: </em><a href="https://blogs.nvidia.com/blog/gtc-2026-news/?ref=bitdeer.ai"><em><u>https://blogs.nvidia.com/blog/gtc-2026-news/</u></em></a></p>]]></content:encoded></item><item><title><![CDATA[Build and Run Agentic AI with NVIDIA Nemotron 3 Super on Bitdeer AI Model Studio]]></title><description><![CDATA[Bitdeer AI Model Studio now supports NVIDIA-Nemotron-3-Super-120B-A12B, bringing a new open model for advanced reasoning, long-context understanding, and agentic AI development to the platform.]]></description><link>https://www.bitdeer.ai/en/blog/build-and-run-agentic-ai-with-nvidia-nemotron-3-super-on-bitdeer-ai-model-studio/</link><guid isPermaLink="false">69b5071c68d90b0001fa6fc5</guid><category><![CDATA[AI Applications]]></category><dc:creator><![CDATA[Taylor Ye]]></dc:creator><pubDate>Sat, 14 Mar 2026 07:18:30 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/03/NVIDIA-Nemotron-3-Super-120B-A12B-Now-Live-on-Bitdeer-AI-Model-Studio.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/03/NVIDIA-Nemotron-3-Super-120B-A12B-Now-Live-on-Bitdeer-AI-Model-Studio.png" alt="Build and Run Agentic AI with NVIDIA Nemotron 3 Super on Bitdeer AI Model Studio"><p>Bitdeer AI <a href="https://www.bitdeer.ai/en/model/explore?ref=bitdeer.ai"><u>Model Studio</u></a> now supports NVIDIA-Nemotron-3-Super-120B-A12B, bringing a new open model for advanced reasoning, long-context understanding, and agentic AI development to the platform.</p><p>Designed for complex multi-agent applications, Nemotron 3 Super combines strong reasoning accuracy with high compute efficiency. Developers can now explore and run this model on Bitdeer AI&#x2019;s high performance NVIDIA GPU infrastructure, making it easier to experiment, deploy, and scale demanding AI workloads.</p><h2 id="what-is-nvidia-nemotron-3-super"><strong>What is NVIDIA Nemotron 3 Super</strong></h2><p>NVIDIA Nemotron 3 Super, part of the Nemotron 3 family of open models, is optimized for complex multi-agent applications. NVIDIA-Nemotron-3-Super-120B-A12B is a 120B-parameter model built on a hybrid Mamba-Transformer Mixture-of-Experts (MoE) architecture, activating only 12B parameters during inference. This design delivers strong performance on complex reasoning tasks while remaining efficient enough for production-scale deployment.</p><p>What makes this model particularly notable is its focus on agentic workloads. Rather than being optimized only for general chat, Nemotron 3 Super is built for scenarios where models need to reason across long contexts, call tools accurately, and support multi-step task execution.</p><h3 id="key-specifications"><strong>Key Specifications:</strong></h3><ul><li><strong>Model Size</strong>: 120B total parameters with 12B active parameters during inference.</li><li><strong>Architecture</strong>: Hybrid Mamba-2 + SSM + Transformer with Mixture-of-Experts (MoE) routing.</li><li><strong>Context Length</strong>: Supports up to 1M tokens for long-context reasoning.</li><li><strong>Accuracy</strong>: Leading accuracy on the Artificial Analysis Intelligence Index within its model size category.</li><li><strong>Minimum GPU Requirement</strong>: 2&#xD7; H100-80GB</li><li><strong>Multilingual Support</strong>: English, French, German, Italian, Japanese, Spanish, Chinese</li></ul><h3 id="key-architecture-innovations"><strong>Key architecture innovations</strong></h3><p>Agentic AI systems require models capable of advanced reasoning, coding, and long-context analysis, while remaining efficient enough to operate continuously at production scale.</p><p>However, multi-agent workflows introduce additional complexity. Compared with traditional chat interactions, these systems generate significantly more tokens as agents repeatedly exchange conversation history, tool outputs, and intermediate reasoning steps across multiple turns. Over long tasks, this expanded context can increase inference costs and introduce challenges such as communication overhead and context drift.</p><p>To address these requirements, Nemotron 3 Super is built around several key architectural design principles.</p><ul><li>First, the hybrid Mamba-Transformer architecture improves the model&#x2019;s ability to process long sequences efficiently while retaining the reasoning strengths of transformer layers.</li><li>Second, the Mixture-of-Experts routing mechanism dynamically selects specialized expert networks for each task, enabling higher performance without proportionally increasing inference cost.</li><li>Third, the model is designed as a fully open model stack, including open weights, training datasets, and training recipes. This allows developers to customize and fine-tune the model on their own infrastructure while maintaining control over data privacy and security.</li></ul><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/03/data-src-image-bef098f7-85bc-4877-b466-fccc74d6a2bf.png" class="kg-image" alt="Build and Run Agentic AI with NVIDIA Nemotron 3 Super on Bitdeer AI Model Studio" loading="lazy" width="1696" height="313" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/03/data-src-image-bef098f7-85bc-4877-b466-fccc74d6a2bf.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/03/data-src-image-bef098f7-85bc-4877-b466-fccc74d6a2bf.png 1000w, https://www.bitdeer.ai/en/blog/content/images/size/w1600/2026/03/data-src-image-bef098f7-85bc-4877-b466-fccc74d6a2bf.png 1600w, https://www.bitdeer.ai/en/blog/content/images/2026/03/data-src-image-bef098f7-85bc-4877-b466-fccc74d6a2bf.png 1696w" sizes="(min-width: 720px) 720px"></figure><p><em>A layer pattern diagram showing repeating blocks of Mamba-2/MoE pairs interleaved with attention layers</em></p><p><em>Source: </em><a href="https://developer.nvidia.com/blog/introducing-nemotron-3-super-an-open-hybrid-mamba-transformer-moe-for-agentic-reasoning/?ref=bitdeer.ai" rel="noreferrer"><em>NVIDIA</em></a></p><p>Together, these capabilities make Nemotron 3 Super particularly well suited for building complex multi-agent systems and enterprise AI workflows. And Nemotron 3 Super is optimized for tool calling, multi-step reasoning, and agent orchestration. These capabilities are essential for emerging AI agent systems, where models must interact with external tools, APIs, and data sources to complete tasks.</p><h3 id="benchmark-performance"><strong>Benchmark performance</strong></h3><p>Nemotron 3 Super delivers leading accuracy across several agentic and reasoning benchmarks while maintaining high throughput efficiency. The model demonstrates strong capabilities in instruction following, coding, tool use, and long-context reasoning.</p><p>The benchmark results below highlight its performance across key agentic evaluation tasks.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/03/data-src-image-8ab1ddd9-3c76-4160-b4f7-e9a667db4cc1.png" class="kg-image" alt="Build and Run Agentic AI with NVIDIA Nemotron 3 Super on Bitdeer AI Model Studio" loading="lazy" width="1152" height="432" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/03/data-src-image-8ab1ddd9-3c76-4160-b4f7-e9a667db4cc1.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/03/data-src-image-8ab1ddd9-3c76-4160-b4f7-e9a667db4cc1.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/03/data-src-image-8ab1ddd9-3c76-4160-b4f7-e9a667db4cc1.png 1152w" sizes="(min-width: 720px) 720px"></figure><p><em>A chart comparing Nemotron 3 Super accuracy on key benchmarks against similarly sized open models.</em></p><p>Source: <a href="https://developer.nvidia.com/blog/introducing-nemotron-3-super-an-open-hybrid-mamba-transformer-moe-for-agentic-reasoning/?ref=bitdeer.ai"><u>NVIDIA</u></a>&#xA0;</p><h2 id="enterprise-use-cases"><strong>Enterprise use cases</strong></h2><p>Nemotron 3 Super is designed for complex enterprise AI applications, particularly those that involve multi-agent reasoning and large knowledge contexts. These capabilities make the model well suited for a variety of industry use cases where advanced reasoning and scalable AI workflows are required. Below are several representative examples&#xFF1A;&#xA0;</p><p><strong>Software Development:</strong>&#xA0;</p><p>With strong coding and tool-calling capabilities, as well as the ability to work across large codebases, Nemotron 3 Super can support end-to-end software development workflows, including code generation, automated debugging, and testing.</p><p><strong>Deep Research and Search:</strong>&#xA0;</p><p>Nemotron 3 Super has demonstrated strong performance in enterprise research workflows, with capabilities well suited for comprehensive report generation and precise factual recall. This makes it a strong fit for literature review, competitive intelligence, and research automation.</p><p>Cybersecurity: High-accuracy tool calling enables autonomous agents to select the appropriate tools more reliably, reducing execution errors in high-stakes environments such as security operations and automated cybersecurity workflows.</p><p><strong>Financial Services:</strong>&#xA0;</p><p>Nemotron 3 Super can process large volumes of financial reports and long-context documents in a single workflow, helping analyst agents maintain context over extended tasks and improving both efficiency and analytical accuracy.</p><h1 id="run-nemotron-3-super-via-api-on-bitdeer-ai-model-studio"><strong>Run Nemotron 3 Super via API on Bitdeer AI Model Studio</strong></h1><p>Bitdeer AI Model Studio is a serverless inference platform where you can immediately access and run foundation models like Nemotron 3 Super through a simple API.&#xA0;</p><p><strong>Step 1: Select the Model</strong></p><p>Log in to Bitdeer AI <a href="https://www.bitdeer.ai/en/model/explore?ref=bitdeer.ai"><u>Model Studio</u></a> , locate NVIDIA-Nemotron-3-Super-120B-A12B in the model list, and start using it for your AI workloads, priced at&#xA0; $0.30/M in &#xB7;$0.80/M out.&#xA0;</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/03/--------2-.png" class="kg-image" alt="Build and Run Agentic AI with NVIDIA Nemotron 3 Super on Bitdeer AI Model Studio" loading="lazy" width="1600" height="900" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/03/--------2-.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/03/--------2-.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/03/--------2-.png 1600w" sizes="(min-width: 720px) 720px"></figure><h3 id="step-2-generate-an-api-key"><strong>Step 2: Generate an API Key</strong></h3><p>Before using the model, you need an API key. Go to API Keys in the left navigation panel and click Generate API Key.&#xA0;</p><h3 id="step-3-call-the-model-via-api"><strong>Step 3: Call the Model via API</strong></h3><p>Once the API key is created, you can call the model using the Bitdeer AI inference API by including your API key in the request header.</p><p>With Model Studio and API access, developers can quickly start experimenting with Nemotron 3 Super and integrate the model into their AI applications.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/03/data-src-image-f7cf047f-20a8-4a79-83ad-d26b8b02d638.png" class="kg-image" alt="Build and Run Agentic AI with NVIDIA Nemotron 3 Super on Bitdeer AI Model Studio" loading="lazy" width="2000" height="1012" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/03/data-src-image-f7cf047f-20a8-4a79-83ad-d26b8b02d638.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/03/data-src-image-f7cf047f-20a8-4a79-83ad-d26b8b02d638.png 1000w, https://www.bitdeer.ai/en/blog/content/images/size/w1600/2026/03/data-src-image-f7cf047f-20a8-4a79-83ad-d26b8b02d638.png 1600w, https://www.bitdeer.ai/en/blog/content/images/2026/03/data-src-image-f7cf047f-20a8-4a79-83ad-d26b8b02d638.png 2048w" sizes="(min-width: 720px) 720px"></figure><h2 id="conclusion"><strong>Conclusion</strong></h2><p>With strong reasoning capabilities, long-context support, and an efficient hybrid architecture, NVIDIA-Nemotron-3-Super-120B-A12B provides a powerful foundation for building advanced AI applications. From complex reasoning and coding tasks to large-scale knowledge processing and agentic workflows, the model enables developers to tackle demanding workloads with greater efficiency and flexibility.&#xA0;</p><p>Ready to experience NVIDIA-Nemotron-3-Super-120B-A12B in action? Explore the model on Bitdeer AI Model Studio and see how it can accelerate your next AI applications.</p>]]></content:encoded></item><item><title><![CDATA[Installing and Configuring OpenClaw on Bitdeer AI Cloud]]></title><description><![CDATA[Deploy OpenClaw on Bitdeer AI Cloud with this step-by-step guide. Build AI agents with web search, code execution, and Telegram integration.]]></description><link>https://www.bitdeer.ai/en/blog/installing-and-configuring-openclaw-on-bitdeer-ai-cloud/</link><guid isPermaLink="false">698199f468d90b0001fa6f55</guid><category><![CDATA[AI Applications]]></category><category><![CDATA[AI Trends & Industry News]]></category><dc:creator><![CDATA[Cyrus Cao]]></dc:creator><pubDate>Tue, 03 Feb 2026 10:30:59 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/02/blog-run-openclaw-on-bitdeer-ai-cloud-EN-1.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/blog-run-openclaw-on-bitdeer-ai-cloud-EN-1.png" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud"><p>OpenClaw is a powerful AI agent framework that enables you to build intelligent assistants with multiple capabilities, including web search, code execution, and integration with various AI models. With Bitdeer AI Cloud, OpenClaw can be deployed online with flexible resource allocation and usage-based pricing, making it easier to run AI agents without long-term hardware constraints.</p><p> In this guide, we&apos;ll walk through the complete process of deploying OpenClaw on Bitdeer AI Cloud and configuring it to work with Telegram for an interactive AI assistant experience.</p><h2 id="prerequisites"><strong>Prerequisites</strong></h2><p>Before getting started, ensure you have:</p><ul><li>A Bitdeer AI Cloud account</li><li>Basic knowledge of Linux command line</li><li>A Telegram account for bot integration</li></ul><h2 id="step-1-setting-up-bitdeer-ai-cloud-instance"><strong>Step 1: Setting Up Bitdeer AI Cloud Instance</strong></h2><h3 id="ordering-a-virtual-machine"><strong>Ordering a Virtual Machine</strong></h3><p>First, navigate to the Bitdeer AI Cloud platform and place an order for a virtual machine instance.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-4b830819-9a5c-49e1-b708-1a1bc3b22440.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="825" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-4b830819-9a5c-49e1-b708-1a1bc3b22440.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-4b830819-9a5c-49e1-b708-1a1bc3b22440.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-4b830819-9a5c-49e1-b708-1a1bc3b22440.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>Select an appropriate instance configuration based on your needs. For OpenClaw, we recommend:</p><ul><li><strong>CPU</strong>: At least 2 cores</li><li><strong>RAM</strong>: Minimum 4GB</li><li><strong>Storage</strong>: At least 20GB SSD</li><li><strong>OS</strong>: Ubuntu 20.04 or later</li></ul><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-a24b321d-5e3f-4bbf-b16f-a2bc7e0861ef.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="834" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-a24b321d-5e3f-4bbf-b16f-a2bc7e0861ef.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-a24b321d-5e3f-4bbf-b16f-a2bc7e0861ef.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-a24b321d-5e3f-4bbf-b16f-a2bc7e0861ef.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>Once your order is confirmed, wait for the instance to be provisioned.</p><h3 id="accessing-your-instance"><strong>Accessing Your Instance</strong></h3><p>After the instance is ready, you&apos;ll see it in your dashboard with a &quot;Running&quot; status.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-80f720b7-9156-45a1-b5d7-649c7803a6d1.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="778" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-80f720b7-9156-45a1-b5d7-649c7803a6d1.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-80f720b7-9156-45a1-b5d7-649c7803a6d1.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-80f720b7-9156-45a1-b5d7-649c7803a6d1.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>Connect to your instance using SSH:</p><pre><code class="language-shell">ssh username@your-instance-ip
</code></pre>
<h2 id="step-2-installing-openclaw"><strong>Step 2: Installing OpenClaw</strong></h2><h3 id="quick-installation"><strong>Quick Installation</strong></h3><p>OpenClaw provides a simple one-line installation script that handles all dependencies automatically:</p><pre><code class="language-bash">curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard
</code></pre>
<figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-f9776657-d4f6-4064-8791-a85a32d1c8b9.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="1291" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-f9776657-d4f6-4064-8791-a85a32d1c8b9.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-f9776657-d4f6-4064-8791-a85a32d1c8b9.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-f9776657-d4f6-4064-8791-a85a32d1c8b9.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>This command will:</p><ul><li>Install all required system dependencies</li><li>Set up Node.js environment</li><li>Install OpenClaw</li></ul><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-dc6e18c3-5fcd-4c3d-b636-ec8c9353b0ee.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="1291" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-dc6e18c3-5fcd-4c3d-b636-ec8c9353b0ee.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-dc6e18c3-5fcd-4c3d-b636-ec8c9353b0ee.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-dc6e18c3-5fcd-4c3d-b636-ec8c9353b0ee.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>Once the installation is completed, verify it:</p><pre><code class="language-bash">openclaw --version
</code></pre>
<figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-f1521c56-f5c6-4bf5-ab38-57b7f7b2913b.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="1291" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-f1521c56-f5c6-4bf5-ab38-57b7f7b2913b.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-f1521c56-f5c6-4bf5-ab38-57b7f7b2913b.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-f1521c56-f5c6-4bf5-ab38-57b7f7b2913b.png 1600w" sizes="(min-width: 720px) 720px"></figure><p><strong>&#x1F4A1; Tip:</strong> If you encounter openclaw: <em>command not found</em>, you may need to source your <em>.bashrc</em> file for the current session or update your PATH:</p><blockquote>
<pre><code class="language-bash">source ~/.bashrc
# Or manually add to PATH if necessary
export PATH=&quot;$HOME/.npm-global/bin:$PATH&quot;&quot;
</code></pre>
</blockquote>
<h2 id="step-3-configuring-openclaw"><strong>Step 3: Configuring OpenClaw</strong></h2><h3 id="initial-setup"><strong>Initial Setup</strong></h3><p>Run the OpenClaw setup wizard to initialize your environment:</p><pre><code class="language-bash">openclaw setup
</code></pre>
<figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-ef45ae7d-1320-4715-9063-0e67e5b55eb9.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="1213" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-ef45ae7d-1320-4715-9063-0e67e5b55eb9.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-ef45ae7d-1320-4715-9063-0e67e5b55eb9.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-ef45ae7d-1320-4715-9063-0e67e5b55eb9.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>This will create the basic configuration structure for OpenClaw.</p><h3 id="configuring-ai-models"><strong>Configuring AI Models</strong></h3><p>After the setup completes, edit the OpenClaw configuration file to add your AI model settings:</p><pre><code class="language-bash">vim ~/.openclaw/openclaw.json
</code></pre>
<figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-31495117-b78f-478e-b0d2-bc1aaa599f44.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="1291" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-31495117-b78f-478e-b0d2-bc1aaa599f44.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-31495117-b78f-478e-b0d2-bc1aaa599f44.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-31495117-b78f-478e-b0d2-bc1aaa599f44.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>Update the configuration with your preferred models:</p><pre><code class="language-json">{
  &quot;agents&quot;: {
    &quot;defaults&quot;: {
      &quot;model&quot;: {
        &quot;primary&quot;: &quot;bitdeerai/moonshotai/Kimi-K2.5&quot;
      },
      &quot;workspace&quot;: &quot;/home/ubuntu/.openclaw/workspace&quot;
    }
  },
  &quot;models&quot;: {
    &quot;mode&quot;: &quot;merge&quot;,
    &quot;providers&quot;: {
      &quot;bitdeerai&quot;: {
        &quot;baseUrl&quot;: &quot;https://api-inference.bitdeer.ai/v1&quot;,
        &quot;apiKey&quot;: &quot;your-api-key-here&quot;,
        &quot;api&quot;: &quot;openai-completions&quot;,
        &quot;models&quot;: [
          {
            &quot;id&quot;: &quot;moonshotai/Kimi-K2.5&quot;,
            &quot;name&quot;: &quot;Kimi-K2.5&quot;
          }
        ]
      }
    }
  }
}
</code></pre>
<figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-ec72eaae-e769-4e7e-b456-55dafc9592ca.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="777" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-ec72eaae-e769-4e7e-b456-55dafc9592ca.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-ec72eaae-e769-4e7e-b456-55dafc9592ca.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-ec72eaae-e769-4e7e-b456-55dafc9592ca.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>You can find more details in model card here:</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-7a9bc1c2-8ddf-4484-b4e6-6eb32637a70d.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="758" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-7a9bc1c2-8ddf-4484-b4e6-6eb32637a70d.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-7a9bc1c2-8ddf-4484-b4e6-6eb32637a70d.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-7a9bc1c2-8ddf-4484-b4e6-6eb32637a70d.png 1600w" sizes="(min-width: 720px) 720px"></figure><h3 id="getting-bitdeer-ai-cloud-api-key"><strong>Getting Bitdeer AI Cloud API Key</strong></h3><p>To obtain your API key from Bitdeer AI Cloud:</p><ol><li>Log in to your <a href="https://www.bitdeer.ai/en/instance/server?ref=bitdeer.ai" rel="noreferrer">Bitdeer AI Cloud</a> account</li><li>Navigate to the <a href="https://www.bitdeer.ai/en/model/apikeys?ref=bitdeer.ai" rel="noreferrer">API Keys</a> section in Models</li><li>Click &quot;Generate API Key&quot;</li><li>Copy the generated API key and save it securely</li></ol><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-fe2377cc-9ceb-4935-aff2-3c8baefb056d.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="724" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-fe2377cc-9ceb-4935-aff2-3c8baefb056d.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-fe2377cc-9ceb-4935-aff2-3c8baefb056d.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-fe2377cc-9ceb-4935-aff2-3c8baefb056d.png 1600w" sizes="(min-width: 720px) 720px"></figure><p><strong>&#x26A0;&#xFE0F; Important:</strong> Keep your API keys secure and never commit them to version control.</p><h3 id="verify-model-configuration"><strong>Verify Model Configuration</strong></h3><p>After configuring your models, verify that they are properly set up by listing available models:</p><pre><code class="language-bash">openclaw models list
</code></pre>
<figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-da9865e9-a94f-4abe-bcda-358a1092004d.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="1291" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-da9865e9-a94f-4abe-bcda-358a1092004d.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-da9865e9-a94f-4abe-bcda-358a1092004d.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-da9865e9-a94f-4abe-bcda-358a1092004d.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>This command will display configured models and their availability.</p><h3 id="onboarding-process"><strong>Onboarding Process</strong></h3><p>Complete the onboarding process to finalize your OpenClaw service:</p><pre><code class="language-bash">openclaw onboard --flow quickstart
</code></pre>
<figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-596d7eda-4c65-447f-97b5-ae7547826eec.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="959" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-596d7eda-4c65-447f-97b5-ae7547826eec.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-596d7eda-4c65-447f-97b5-ae7547826eec.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-596d7eda-4c65-447f-97b5-ae7547826eec.png 1600w" sizes="(min-width: 720px) 720px"></figure><h3 id="setting-up-telegram-channel"><strong>Setting Up Telegram Channel</strong></h3><p>During the onboarding process, select Telegram as your communication channel and provide your bot token.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-95564d25-f365-45ff-a6f6-85eebcf440d5.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="959" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-95564d25-f365-45ff-a6f6-85eebcf440d5.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-95564d25-f365-45ff-a6f6-85eebcf440d5.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-95564d25-f365-45ff-a6f6-85eebcf440d5.png 1600w" sizes="(min-width: 720px) 720px"></figure><p>After completing the onboarding process, the OpenClaw service will automatically start and run in the background.</p><h3 id="accessing-openclaw-control-panel-optional"><strong>Accessing OpenClaw Control Panel (Optional)</strong></h3><p>If you want to access the OpenClaw control panel via web interface, you can set up an SSH tunnel and access it using the gateway token.</p><p>First, find your gateway token in the configuration file:</p><pre><code class="language-bash">cat ~/.openclaw/openclaw.json
</code></pre>
<p>Look for the gateway configuration section:</p><pre><code class="language-json">{
  &quot;gateway&quot;: {
    &quot;mode&quot;: &quot;local&quot;,
    &quot;auth&quot;: {
      &quot;mode&quot;: &quot;token&quot;,
      &quot;token&quot;: &quot;your-gateway-token&quot;
    },
    &quot;port&quot;: 18789
  }
}
</code></pre>
<p>Create an SSH tunnel from your local machine to access the OpenClaw control panel:</p><pre><code class="language-bash"># Run this on your local machine
ssh -L 18789:localhost:18789 username@your-instance-ip
</code></pre>
<p>Then open your browser and navigate to:</p><pre><code>http://localhost:18789?token=your-gateway-token
</code></pre>
<p>Use the gateway token from your configuration file to authenticate.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-5b2405c0-14c3-46b7-8aca-09fd4e86b3ce.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="959" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-5b2405c0-14c3-46b7-8aca-09fd4e86b3ce.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-5b2405c0-14c3-46b7-8aca-09fd4e86b3ce.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-5b2405c0-14c3-46b7-8aca-09fd4e86b3ce.png 1600w" sizes="(min-width: 720px) 720px"></figure><h2 id="step-4-pairing-with-telegram"><strong>Step 4: Pairing with Telegram</strong></h2><h3 id="connect-your-telegram-chat"><strong>Connect Your Telegram Chat</strong></h3><p>After the OpenClaw service is running with Telegram integration enabled, you need to pair your Telegram chat:</p><ol><li>Open Telegram and find your bot</li><li>Send /start command to initiate the conversation</li><li>The bot will respond with a pairing code</li><li>Enter the pairing code in your OpenClaw terminal:</li></ol><pre><code class="language-bash">openclaw pairing approve telegram &lt;pairing-code&gt;
</code></pre>
<figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-b29f98d9-6de1-4251-8e05-e757e52370b1.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1600" height="953" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-b29f98d9-6de1-4251-8e05-e757e52370b1.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-b29f98d9-6de1-4251-8e05-e757e52370b1.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-b29f98d9-6de1-4251-8e05-e757e52370b1.png 1600w" sizes="(min-width: 720px) 720px"></figure><h3 id="interactive-chat"><strong>Interactive Chat</strong></h3><p>Once paired, you can start chatting with your AI assistant:</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-eef248eb-8b14-469c-bb5f-2dd4a9bac7b8.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="1180" height="1482" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-eef248eb-8b14-469c-bb5f-2dd4a9bac7b8.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/02/data-src-image-eef248eb-8b14-469c-bb5f-2dd4a9bac7b8.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-eef248eb-8b14-469c-bb5f-2dd4a9bac7b8.png 1180w" sizes="(min-width: 720px) 720px"></figure><p>The bot can:</p><ul><li>Answer questions using the configured AI model</li><li>Perform web searches</li><li>Execute code snippets (with proper sandboxing)</li><li>Handle file uploads and processing</li><li>Maintain conversation context</li></ul><h3 id="using-telegram-commands"><strong>Using Telegram Commands</strong></h3><p>OpenClaw provides several built-in commands:</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-2b5d8f2f-1d0d-459e-a514-39342264a078.png" class="kg-image" alt="Installing and Configuring OpenClaw on Bitdeer AI Cloud" loading="lazy" width="954" height="836" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/02/data-src-image-2b5d8f2f-1d0d-459e-a514-39342264a078.png 600w, https://www.bitdeer.ai/en/blog/content/images/2026/02/data-src-image-2b5d8f2f-1d0d-459e-a514-39342264a078.png 954w" sizes="(min-width: 720px) 720px"></figure><p>Common commands include:</p><ul><li>/start - Initialize the bot</li><li>/help - Show available commands</li><li>/status - Check bot status</li></ul><h2 id="conclusion"><strong>Conclusion</strong></h2><p>You now have a fully functional OpenClaw AI assistant running on <a href="https://www.bitdeer.ai/en/instance/server?ref=bitdeer.ai" rel="noreferrer">Bitdeer AI Cloud</a> with Telegram integration. This setup provides you with a powerful, customizable AI agent that can assist with various tasks while maintaining security and performance.</p><p>The combination of Bitdeer AI Cloud&apos;s reliable infrastructure and OpenClaw&apos;s flexible framework creates an ideal environment for building and deploying intelligent assistants. As you become more familiar with the platform, you can explore advanced features like:</p><ul><li>Advanced agent skills</li><li>Integration with other channels</li></ul><p>Happy building!</p><p></p><p>*<strong>Security Note:</strong>  Apply appropriate access controls for sensitive actions.</p><h2 id="additional-resources"><strong>Additional Resources</strong></h2><ul><li><a href="https://bitdeer.ai/en/docs/center?ref=bitdeer.ai"><u>Bitdeer AI Cloud Documentation</u></a></li><li><a href="https://github.com/openclaw/openclaw?ref=bitdeer.ai"><u>OpenClaw GitHub Repository</u></a></li></ul>]]></content:encoded></item><item><title><![CDATA[Hack to Hire Episode 2: Turning Real-World Business Friction into AI-Driven Workflows]]></title><description><![CDATA[What happens when AI meets real business pressure? Hack to Hire episode 2 explores real-world systems, diving into prototype details and their implications for enterprise workflows.]]></description><link>https://www.bitdeer.ai/en/blog/hack-to-hire-episode-2-turning-real-world-business-friction-into-ai-driven-workflows/</link><guid isPermaLink="false">697c731b68d90b0001fa6f37</guid><category><![CDATA[AI Applications]]></category><dc:creator><![CDATA[Taylor Ye]]></dc:creator><pubDate>Fri, 30 Jan 2026 09:30:28 GMT</pubDate><media:content url="https://www.bitdeer.ai/en/blog/content/images/2026/01/blog-hack-to-hire-episode-2--2-.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.bitdeer.ai/en/blog/content/images/2026/01/blog-hack-to-hire-episode-2--2-.png" alt="Hack to Hire Episode 2: Turning Real-World Business Friction into AI-Driven Workflows"><p>Hack to Hire 2 has concluded earlier, but the use cases developed during the event continue to stand out. Rather than focusing on experimental models or theoretical benchmarks, the hackathon produced concrete system designs that address persistent business challenges across supply chains, retail operations, and document-heavy industries.</p><p>Built within a limited timeframe, these projects demonstrated how AI when paired with the right infrastructure and system architecture can be embedded directly into operational workflows. Even after the event, the use cases remain relevant as practical references for how enterprises can translate AI capabilities into real business value. In the following article, we will take a closer look at these prototype cases and further explore their practical applications and value.</p><h2 id="use-case-1-market-supplier-intelligence-for-sustainable-supply-chains"><strong>Use Case 1: Market &amp; Supplier Intelligence for Sustainable Supply Chains</strong></h2><h3 id="background"><strong>Background</strong></h3><p>In the textile manufacturing supply chain, sustainability and supplier quality are no longer secondary concerns. Decision-makers must continuously assess compliance, performance, and risk across a large and evolving supplier base. However, relevant data is often distributed across internal records, supplier submissions, external documents, and public news sources.</p><h3 id="technical-business-challenges"><strong>Technical &amp; Business Challenges</strong></h3><p>The primary challenge lies in fragmentation. Supplier information exists in multiple formats and systems, making it difficult to establish a unified, up-to-date view. As a result, sustainability compliance checks and quality assessments are largely manual, delaying critical decisions and increasing operational risk.</p><h3 id="solution-architecture"><strong>Solution Architecture</strong></h3><p>The proposed solution consolidates supplier data, documents, and external information through a centralized data pipeline. Within the system architecture, Bitdeer AI Cloud provides the virtual machine environment and data processing layer used to run ETL workflows, host the analytical dashboard, and support AI-driven insight generation.</p><p>Structured data is stored centrally, while AI models analyze supplier attributes to produce quality scores and contextual recommendations. The dashboard presents these insights in a unified view, enabling more informed and timely supplier management decisions</p><h3 id="outcome"><strong>Outcome</strong></h3><p>The prototype illustrates how AI-supported analytics can transform supplier evaluation from manual reviews into a more systematic and insight-driven process, particularly valuable for sustainability-focused supply chains.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/01/data-src-image-bdf01072-ef7f-400d-aae9-9d03cdfb8989.png" class="kg-image" alt="Hack to Hire Episode 2: Turning Real-World Business Friction into AI-Driven Workflows" loading="lazy" width="1594" height="710" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/01/data-src-image-bdf01072-ef7f-400d-aae9-9d03cdfb8989.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/01/data-src-image-bdf01072-ef7f-400d-aae9-9d03cdfb8989.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/01/data-src-image-bdf01072-ef7f-400d-aae9-9d03cdfb8989.png 1594w" sizes="(min-width: 720px) 720px"></figure><h2 id="use-case-2-retail-store-intelligence-for-planogram-execution"><strong>Use Case 2: Retail Store Intelligence for Planogram Execution</strong></h2><h3 id="background-1"><strong>Background</strong></h3><p>Retail ground staff spend significant time executing product placement according to predefined planograms. Store managers must oversee large teams, while brand and product managers often lack direct visibility into how products are ultimately displayed on the shop floor.</p><h3 id="challenges"><strong>Challenges</strong></h3><p>Manual reporting and visual checks are time-consuming and inconsistent. Without a structured feedback mechanism, it is difficult to assess execution quality or scale oversight across multiple stores.</p><h3 id="solution-architecture-1"><strong>Solution Architecture</strong></h3><p>The system digitizes the planogram workflow from instruction to verification. Product placement requirements are recorded and distributed to ground staff via a centralized interface. After execution, staff upload photos through a mobile web browser.</p><p>Within the architecture, Bitdeer AI Cloud hosts the operational dashboard and supports model inference used to analyze uploaded images. The results are automatically recorded and aggregated, allowing managers to review execution status and performance without manual follow-up.</p><h3 id="outcome-1"><strong>Outcome</strong></h3><p>By combining visual evidence with automated reporting, the solution improves transparency across retail operations and reduces the manual burden on both frontline staff and management.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/01/data-src-image-3421defc-a99b-4b6e-8112-635ef60b316c.png" class="kg-image" alt="Hack to Hire Episode 2: Turning Real-World Business Friction into AI-Driven Workflows" loading="lazy" width="1598" height="540" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/01/data-src-image-3421defc-a99b-4b6e-8112-635ef60b316c.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/01/data-src-image-3421defc-a99b-4b6e-8112-635ef60b316c.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/01/data-src-image-3421defc-a99b-4b6e-8112-635ef60b316c.png 1598w" sizes="(min-width: 720px) 720px"></figure><h2 id="use-case-3-automated-tender-document-intelligence-for-smes"><strong>Use Case 3: Automated Tender Document Intelligence for SMEs</strong></h2><h3 id="background-2"><strong>Background</strong></h3><p>Singapore&#x2019;s construction industry issues thousands of government tenders each year, many consisting of hundreds of pages of documentation. For SMEs, participating in these tenders is critical but resource-intensive.</p><h3 id="challenges-1"><strong>Challenges</strong></h3><p>Tender documents are typically received via email and reviewed manually. Processing a single tender can take several days, placing heavy strain on small quality assurance teams and increasing the risk of missed deadlines or errors.</p><h3 id="solution-architecture-2"><strong>Solution Architecture</strong></h3><p>The proposed pipeline automates tender intake and evaluation. Incoming emails trigger document processing workflows that extract, analyze, and assess tender requirements. AI and Retrieval-Augmented Generation (RAG) techniques reference internal document repositories such as certificates and project histories to perform eligibility checks.</p><p>Bitdeer AI Cloud provides the execution environment for these automated workflows, hosting the virtual machines that run document processing, AI inference, and the dashboard used to visualize results and audit pipeline actions</p><h3 id="outcome-2"><strong>Outcome</strong></h3><p>The prototype demonstrates how AI-enabled automation can significantly shorten tender review cycles, helping SMEs respond more efficiently and compete more effectively in high-volume tender environments.</p><figure class="kg-card kg-image-card"><img src="https://www.bitdeer.ai/en/blog/content/images/2026/01/data-src-image-afd50bd5-88dc-4e14-b092-31de06281e45.png" class="kg-image" alt="Hack to Hire Episode 2: Turning Real-World Business Friction into AI-Driven Workflows" loading="lazy" width="1596" height="540" srcset="https://www.bitdeer.ai/en/blog/content/images/size/w600/2026/01/data-src-image-afd50bd5-88dc-4e14-b092-31de06281e45.png 600w, https://www.bitdeer.ai/en/blog/content/images/size/w1000/2026/01/data-src-image-afd50bd5-88dc-4e14-b092-31de06281e45.png 1000w, https://www.bitdeer.ai/en/blog/content/images/2026/01/data-src-image-afd50bd5-88dc-4e14-b092-31de06281e45.png 1596w" sizes="(min-width: 720px) 720px"></figure><h2 id="infrastructure-as-an-enabler-not-the-focus"><strong>Infrastructure as an Enabler, Not the Focus</strong></h2><p>Across all three use cases, Bitdeer AI Cloud functions as the underlying execution layer that supports data pipelines, AI inference, and dashboard deployment. By providing a consistent and flexible runtime environment, teams were able to focus on workflow design and problem-solving rather than infrastructure setup.</p><p>This separation between infrastructure and application logic proved critical in enabling rapid iteration within the hackathon timeframe.</p><h2 id="lasting-takeaways">Lasting Takeaways</h2><p>The solutions developed through Hack to Hire demonstrate more than short term experimentation. They provide concrete examples of how AI can be operationalized when designed around real business workflows rather than isolated models or theoretical prototypes.</p><p>Across all use cases, a consistent pattern emerges. Real value is created when AI is embedded into end to end processes and supported by infrastructure that enables rapid iteration and reliable execution. In this context, Bitdeer AI is positioned as a vertically integrated AI cloud platform that unifies AI data center infrastructure with a comprehensive AI cloud layer, providing built in tools that support the full AI lifecycle from development and training to deployment and production operations. Together, these projects illustrate a pragmatic path for enterprises adopting AI by focusing on workflow integration, operational impact, and measurable outcomes.</p>]]></content:encoded></item></channel></rss>