360 Zhihui Cloud Developer
Author

360 Zhihui Cloud Developer

360 Zhihui Cloud is an enterprise open service platform that aims to "aggregate data value and empower an intelligent future," leveraging 360's extensive product and technology resources to deliver platform services to customers.

372
Articles
0
Likes
877
Views
0
Comments
Recent Articles

Latest from 360 Zhihui Cloud Developer

100 recent articles max
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 30, 2025 · Cloud Native

How HBox Boosts GPU Utilization with Multi‑Pool and NUMA‑Aware Scheduling

The HBox scheduling platform tackles large‑scale AI cluster challenges by introducing a three‑pool resource model, priority‑based preemptive scheduling, network‑topology and NUMA‑aware dispatch, and GPU virtualization techniques like MIG and vGPU, dramatically improving GPU utilization, SLA guarantees, and overall cluster efficiency.

AI clustersGPU SchedulingGPU virtualization
0 likes · 24 min read
How HBox Boosts GPU Utilization with Multi‑Pool and NUMA‑Aware Scheduling
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 15, 2025 · Databases

How TiDB Achieves Multi‑Datacenter High Availability with Multi‑Raft and TiCDC

This article explains TiDB's distributed, financial‑grade high‑availability architecture, covering single‑cluster same‑zone multi‑datacenter deployment, cross‑cluster DTS synchronization, underlying Raft and label mechanisms, configuration examples, performance trade‑offs, and real‑world monitoring results on the HULK cloud platform.

TiCDCTiDBdistributed database
0 likes · 16 min read
How TiDB Achieves Multi‑Datacenter High Availability with Multi‑Raft and TiCDC
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 28, 2025 · Operations

How the GC Agent System Enables Intelligent, Scalable Cloud‑Native Monitoring

The article details the design, core components, and implementation of the GC Agent System—a modular, cloud‑native monitoring platform that uses natural‑language interaction, dual‑mode execution, intent recognition, and secure multi‑tenant authentication to provide real‑time observability and automated fault diagnosis for enterprise IT environments.

Agent architectureLLM Orchestrationcloud-native
0 likes · 19 min read
How the GC Agent System Enables Intelligent, Scalable Cloud‑Native Monitoring
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 20, 2025 · Artificial Intelligence

How DeepAgent Redefines AI Agents with Memory Folding and ToolPO

This article breaks down the DeepAgent paper, explaining its novel "main model + auxiliary model" architecture, the memory‑folding mechanism that compresses long‑context reasoning, and the ToolPO reinforcement strategy that enables efficient tool discovery and usage.

AI agentsReinforcement learningToolPO
0 likes · 8 min read
How DeepAgent Redefines AI Agents with Memory Folding and ToolPO
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Oct 24, 2025 · Artificial Intelligence

7 Essential Agent Design Patterns for Building Autonomous AI Systems

This article explains the fundamental differences between workflows and agents, introduces seven core design patterns—including three workflow patterns and four agent patterns—provides Python examples using Ollama, and shows how to combine these patterns to create robust, autonomous AI applications.

AI agentsAutonomous SystemsLLM
0 likes · 30 min read
7 Essential Agent Design Patterns for Building Autonomous AI Systems
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Oct 14, 2025 · Databases

When DeleteRange Becomes a Performance Killer in RocksDB

This article explains how overusing RocksDB's DeleteRange for bulk file deletions can cause severe get latency spikes and uncontrolled memory growth, analyzes the underlying range tombstone mechanisms, and shares a practical optimization that replaces DeleteRange with regular deletes.

DeleteRangeRange TombstoneRocksDB
0 likes · 9 min read
When DeleteRange Becomes a Performance Killer in RocksDB