May 2025 Summaries
9 posts from Nebius
Filter
Month:
Year:
Post Summaries
Back to Blog
Model distillation is a technique in machine learning where a smaller, more efficient "student" model is trained to replicate the behavior of a larger "teacher" model, enabling faster and cheaper deployment while maintaining comparable performance. This tutorial demonstrates the process using Nebius AI Studio, where a grammar-correcting model is distilled from a large Qwen3-235B-A22B model to a smaller Qwen3-4B model. Through the use of batched LLM generation, LoRA adapters for fine-tuning, and Nebius AI Studio's streamlined workflow, the tutorial showcases creating a dataset from a C4-200M dataset, fine-tuning, and deploying the model. The distilled model, evaluated using JFLEG dataset and DeepSeek-R1, achieves comparable accuracy to a larger baseline Qwen3-14B model, while operating more efficiently and with reduced token consumption. This approach highlights the potential of model distillation to make advanced AI techniques accessible and cost-effective without extensive infrastructure or expertise.
May 30, 2025
6,398 words in the original blog post.
On May 5, 2025, an outage occurred in the S3 service within the eu-north1 region due to increased migration traffic and unexpected program behavior, leading to CPU resource exhaustion in the YDB database's thread pool. This caused a buffer overflow in the storage group, which was misinterpreted as an 'out of space' issue, misleading the SRE team and rendering the database inoperable. The incident resulted in a total service unavailability for clients using S3 object storage in the region from 15:30 to 17:00 UTC, although no data was lost. The root cause was traced to a flaw in the thread pool's automatic configuration system, which mismanaged CPU allocation due to its measurement approach. The issue was compounded by the absence of backpressure on buffer writing and the presence of long-running tasks in the batch pool, which blocked short-running tasks. Recovery involved manual traffic rerouting and database reconfiguration, with service fully restored by 17:50 UTC. To prevent future occurrences, corrective measures include disabling automatic pool size configuration, enhancing alert systems, and implementing code changes to better manage resource allocation and task execution.
May 23, 2025
840 words in the original blog post.
Recent improvements to the Nebius AI Cloud have enhanced its observability features, providing users with advanced monitoring metrics through both the web console and API, and the inclusion of out-of-the-box Grafana dashboards. These updates, which allow the upload of custom metrics and logs, are designed to improve visibility and performance management of AI clusters, which are inherently complex and prone to higher failure rates due to their scale. The enhancements aim to increase efficiency, reliability, and quick troubleshooting by offering detailed monitoring of every component within an AI cluster, from compute to networking and storage. The AI Cloud now includes two primary services: Monitoring, which visualizes performance metrics, and Logging, storing information about system events, both of which are crucial for making AI model development more transparent and predictable. The pre-configured Grafana dashboards facilitate effortless visualization of performance data and service logs, and the new logging feature supports the storage and visualization of custom logs. These changes are part of an ongoing effort to make the cloud more transparent and cost-effective, reducing idle compute capacity and optimizing resource utilization, with further enhancements planned to continue improving the platform's observability capabilities.
May 15, 2025
957 words in the original blog post.
SWE-rebench is a newly introduced LLM benchmark specifically designed for the software engineering domain to address the challenges of static benchmarks losing relevance due to rapid progress in language models and potential memorization of benchmark data during training. This benchmark aims to provide a standardized evaluation pipeline with fixed scaffolding, frequent updates using data from live open-source repositories, and explicit tracking of data contamination linked to model release dates. By focusing on these aspects, SWE-rebench seeks to enhance the transparency, reproducibility, and focus on core model capabilities in evaluating software engineering LLMs, offering a fairer comparison across different systems. The benchmark's leaderboard and methodology are accessible at swe-rebench.com, facilitating a clearer understanding of model performance.
May 14, 2025
144 words in the original blog post.
Alibaba's newly released Qwen3 family of open-source AI models is making waves in the AI community due to its impressive performance and versatility. These models, including the flagship Qwen3-235B-A22B and the smaller Qwen3-32B, excel in benchmark tests against other leading models and offer a range of sizes to fit different hardware capabilities. The Qwen3 models are distinguished by their Apache 2.0 license, allowing greater flexibility for developers, and they feature a unique "hybrid thinking mode" for dynamic performance adjustments. The efficient architecture of Qwen3, notably its mixture-of-experts (MoE) model, allows for high performance on single nodes, promising cost-effective deployment. Additionally, the models offer significant multilingual support, catering to a global audience across 119 languages and dialects. Deploying these models on Nebius AI Cloud using the SkyPilot and SGLang stack is straightforward, making cutting-edge AI accessible to developers with basic Python skills. The combination of performance, licensing flexibility, and deployment ease positions Qwen3 as a strong contender in the open-source AI landscape, encouraging creative applications across various industries.
May 13, 2025
2,275 words in the original blog post.
Deploying Meta's Llama 4 models on Nebius AI Cloud offers a cost-effective and privacy-centric alternative to commercial APIs, particularly for handling large-scale queries or sensitive data. The setup leverages SkyPilot and SGLang to streamline deployment and optimize resources while maintaining high throughput and efficient memory usage. Llama 4's open-weight models, Scout and Maverick, perform competitively against proprietary options, with Scout suited for single-node deployments and Maverick requiring a multi-node setup. This approach provides flexible customization, including API key authentication and HTTPS encryption, and is compatible with OpenAI API-based tools, enabling integration with the broader ecosystem. Benchmarking reveals that, despite communication overheads in multi-node setups, Scout excels in throughput and latency, making it a practical choice for most applications. This deployment strategy empowers smaller teams to utilize cutting-edge AI capabilities with predictable costs and enhanced data privacy, democratizing access to advanced AI technologies previously limited to large corporations.
May 08, 2025
3,516 words in the original blog post.
Nebius is actively expanding its partnerships and technological offerings, prominently collaborating with Meta, NVIDIA, and various research institutions to enhance their AI cloud infrastructure and support innovation in AI-native startups. The company's cloud platform is leveraged by clients like vLLM and Brave Software for optimizing AI model serving and privacy-focused browser features, respectively. Nebius also supports research initiatives, such as Quantori's molecular generation project and offers a Research credits program utilized by prestigious universities like Stanford and USC. They have introduced new features like Audit Logs to improve security and compliance and have updated technical documentation to guide users in managing resources, networks, and data storage efficiently. Their AI Lift program, in partnership with NVIDIA Inception, provides cloud credits and technical support to accelerate the growth of AI startups, while new guides and articles on topics like Kubernetes clusters and container orchestration continue to expand their educational resources.
May 07, 2025
730 words in the original blog post.
The text discusses the development and evaluation of different critic models to improve software engineering agents, focusing on regression-based and reasoning (chain-of-thought) critics. Regression-based critics, while beneficial, have limitations such as vulnerability to adversarial examples and limited capacity for adaptive reasoning. Reasoning critics, trained using reinforcement learning, aim to address these by evaluating agent trajectories with chain-of-thought reasoning, potentially making them more robust to out-of-distribution inputs. The study explores various training methods, including precision-prioritizing and balanced training, and finds that precision-prioritizing critics often perform better, particularly in scenarios where avoiding false positives is crucial. The text also highlights the potential of reasoning critics to generalize better to different environments and policies, though challenges remain in achieving oracle-level performance due to incomplete trajectory information. The authors propose further research into execution-based validation and process supervision using RL-trained models as promising avenues for enhancing critic performance.
May 01, 2025
6,313 words in the original blog post.
Introduction Model Context Protocol (MCP) is an open protocol designed to standardize how applications provide context to large language models (LLMs), similar to how USB-C standardizes connections for devices. MCP enables LLMs to interact with various data sources and tools through a unified system, facilitating modular and scalable integration without hard-coding. Its architecture consists of hosts, clients, and servers, allowing for dynamic interaction using a client-server model. Core components include a protocol layer for message exchange and a transport layer supporting multiple protocols, such as HTTP and JSON-RPC. MCP's structured message types—Requests, Results, Errors, and Notifications—ensure clear communication, while its real-time connection lifecycle maintains robust and manageable interactions. MCP addresses integration challenges in AI system design by providing a vendor-neutral interface that simplifies swapping models, upgrading tools, and managing context flow, enhancing security and compliance. Platforms like Nebius AI Studio support MCP by offering powerful LLMs for real-time inference, exemplified by projects like Hugging Face's Tiny Agents, which demonstrate MCP's ability to streamline the development of agentic applications with a focus on tool access and function calling.
May 01, 2025
1,631 words in the original blog post.