How Bilibili Built an LLM‑Powered Assistant to Tackle Massive Data Tasks

This article explains Bilibili's implementation of a large‑language‑model based intelligent assistant, detailing the platform's five‑layer architecture, the huge volume of offline and real‑time jobs, common user issues like task failures and slowdowns, and how AI can help automate troubleshooting.

DataFunSummit
DataFunSummit
DataFunSummit
How Bilibili Built an LLM‑Powered Assistant to Tackle Massive Data Tasks

Introduction

This article shares Bilibili's practice of building an intelligent assistant based on large language models.

Background

Bilibili is a video‑sharing platform with massive data. Its big‑data platform supports many business lines, including AI and commerce.

The platform follows a “five‑layer integrated” architecture with storage‑compute separation: a distributed file system at the bottom, an intelligent scheduling layer, various compute engines such as Spark and Flink, client tools, real‑time data streams (Kafka), an OLAP engine (ClickHouse), plus custom tools and CI/CD pipelines.

Daily workload includes 270,000 offline tasks, about 20,000 ad‑hoc queries, and roughly 7,000 critical real‑time jobs. The support team receives thousands of inquiries weekly, each small team handling about three person‑days of queries, requiring dedicated staff to answer questions about task failures or slowdowns.

User Problems

For offline computation, users mainly ask two questions: why a task failed and why it slowed down.

Why tasks fail

Kernel defects, especially after kernel upgrades without sufficient testing.

Issues in dependent components; upgrades or bugs in shared resources cause failures.

Data quality problems.

Other reasons such as memory‑related issues.

Why tasks become slow

Hardware aging, e.g., disk wear leading to reduced read/write speed.

Resource scheduling pressure under massive user load and mixed deployment across departments.

Data skew or problematic data distribution.

Because diagnosing these failures and slowdowns is time‑consuming, Bilibili explores intelligent methods to assist in problem resolution.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

LLMBilibili
DataFunSummit
Written by

DataFunSummit

Official account of the DataFun community, dedicated to sharing big data and AI industry summit news and speaker talks, with regular downloadable resource packs.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.