Blog

Welcome to openYuanrong team's technical blog! Here we gather in-depth technical sharing about distributed computing, Serverless architecture, AI infrastructure, and other fields.

Article Categories

(blog-quickstart)=

Quickstart

Quickly get started with openYuanrong and start your distributed computing journey! This article will take you through the core concepts and basic usage of openYuanrong, helping you get started quickly through simple examples.

📅 2026-03-17 ⏱️ 8 minutes 🏷️ Quickstart Guide

(blog-architecture)=

Core Architecture

In-depth analysis of openYuanrong's core technical concepts, understanding how to simplify complex distributed clusters into a standalone programming experience.

📅 2026-01-28 ⏱️ 12 minutes 🏷️ Architecture Design

Continue to explore openYuanrong's core architecture design, revealing how it achieves high-performance distributed computing.

📅 2026-01-31 ⏱️ 15 minutes 🏷️ Architecture Design

As a general-purpose Serverless distributed computing engine, openYuanrong fully considers multi-tenant isolation from the beginning. It supports multiple tenants sharing the same cluster, while deploying FunctionProxy and DataWorker components as DaemonSets, achieving node-level resource sharing and effectively accelerating cold start efficiency for tenant workloads.

📅 2026-03-16 ⏱️ 13 minutes 🏷️ Architecture Design

(blog-functionsystem)=

Function System

Understand in depth how openYuanrong implements dynamic function scheduling in large-scale distributed environments, supporting rapid elastic scaling and cross-node migration of function instances.

📅 2026-02-25 ⏱️ 10 minutes 🏷️ Function System

(blog-datasystem)=

Data System

Learn how openYuanrong data system achieves high-performance data sharing through heterogeneous distributed multi-level caching.

📅 2026-02-26 ⏱️ 11 minutes 🏷️ Data System

Explore how openYuanrong data stream eliminates redundant copying and transfer overhead in traditional message middleware.

📅 2026-03-16 ⏱️ 9 minutes 🏷️ Data System

Learn in depth how openYuanrong serves as the KV backend for TransferQueue, relying on distributed heterogeneous object multi-level caching capabilities oriented to the Ascend platform, accelerating veRL's sample transfer link, achieving 3-4 times improvement in data transfer efficiency and 40% improvement in RL end-to-end performance.

📅 2026-04-07 ⏱️ 14 minutes 🏷️ Data System

(blog-agent)=

Agent

As AI Agent applications move from personal assistants to enterprise-grade production deployment, how to enable JiuwenSwarm to break through single-machine limitations and achieve enterprise-grade elasticity and reliability while maintaining the existing programming experience is the core engineering problem that openYuanrong aims to solve. This article explores how to perform distributed transformation of JiuwenSwarm based on openYuanrong, achieving a smooth evolution from single-machine deployment to cluster-based operation for AI Agents.

📅 2026-05-25 ⏱️ 12 minutes 🏷️ Agent

The non-determinism of Agent applications brings unique operational characteristics and challenges such as high dynamism, insecurity, and long sessions, which traditional K8s container microservice technology systems struggle to meet. openYuanrong, with its distributed kernel philosophy similar to a standalone OS, naturally supports Agent instance auto-elasticity, secure sandbox isolation, session-affinity scheduling, and distributed fault tolerance, providing matching distributed infrastructure for enterprise-grade large-scale Agent applications.

📅 2026-05-08 ⏱️ 18 minutes 🏷️ Agent

openJiuwen and openYuanrong have bridged the full chain between Agent Runtime, openYuanrong, RL training framework (verl), and Ascend computing power. Each real execution trajectory produced by an Agent is structured as learnable samples, directly entering the GRPO training loop, completing inference and training on Ascend environments, achieving an automated closed-loop path from "execution trajectory" to "policy update".

📅 2026-04-08 ⏱️ 15 minutes 🏷️ Agent

(blog-paper)=

Paper

We design, implement, and evaluate YuanRong, the first production general-purpose serverless platform with a unified programming interface, multi-language runtime, and a distributed computing kernel for cloud-based applications.

📅 2024-08-04 ⏱️ 30 minutes 🏷️ Paper