All Articles

143110 articles · Page 272 of 7156
Programmer1970
Programmer1970
May 25, 2026 · Backend Development

How a Full GC Spike Turned 50 ms P99 Latency into 3 s – Full Investigation

When a monitoring alarm showed the /api/order/create endpoint’s P99 latency jump from under 50 ms to over 3 s, the team traced the root cause to a Full GC storm caused by an unbounded static HashMap cache, using Arthas, heap dumps, MAT analysis, and finally applied both quick‑fix and permanent code changes to restore performance.

ArthasCaffeineEclipse MAT
0 likes · 8 min read
How a Full GC Spike Turned 50 ms P99 Latency into 3 s – Full Investigation
Cloud Architecture
Cloud Architecture
May 25, 2026 · Cloud Native

K8s Deletion Defense: Dual‑Ring Protection with Auth and Validation

The article analyzes the shortcomings of Kubernetes' native delete handling and presents a production‑grade double‑ring protection system that separates authorization and validation, adds buffering, auditing, and risk scoring, and provides detailed design, Go implementation, scaling, and observability guidelines for safe delete operations.

Admission WebhookDeletion ProtectionFinalizer
0 likes · 40 min read
K8s Deletion Defense: Dual‑Ring Protection with Auth and Validation
Old Zhang's AI Learning
Old Zhang's AI Learning
May 25, 2026 · Product Management

Boost Feishu CLI with Claude Code: Create Diagrams and PPTs in One Command

The article shows how the open‑source Feishu CLI, now integrated with Claude Code, lets users generate editable whiteboard diagrams, mind maps, cheat‑sheets, UI mockups and PPT slides directly inside Feishu documents using simple commands, streamlining documentation and collaboration for product managers, architects and developers.

AI agentClaude CodeFeishu CLI
0 likes · 9 min read
Boost Feishu CLI with Claude Code: Create Diagrams and PPTs in One Command
Smart Workplace Lab
Smart Workplace Lab
May 25, 2026 · Artificial Intelligence

AI Champion Handbook – Transforming AI from a Toy to Organizational Leverage

The guide defines the AI Champion role as the internal catalyst who turns AI from a personal toy into a stable productivity lever, outlines six core responsibilities, required capabilities, success and failure case studies, and provides a detailed weekly‑to‑monthly practice framework for enterprise AI transformation.

AI ChampionAI adoptionAI governance
0 likes · 10 min read
AI Champion Handbook – Transforming AI from a Toy to Organizational Leverage
Smart Workplace Lab
Smart Workplace Lab
May 25, 2026 · Industry Insights

Frontier Firms Scale AI Agents: Organizational Redesign Beats Individual Skills

Recent reports from Microsoft, PwC, Gartner and others show AI agents moving from experiment to production, with organizational system redesign delivering more than twice the value of individual skills, while adoption gaps, skill premiums and controlled job‑reshaping risks shape the emerging landscape.

AI agentsAdoption GapFrontier Firm
0 likes · 7 min read
Frontier Firms Scale AI Agents: Organizational Redesign Beats Individual Skills
Machine Heart
Machine Heart
May 25, 2026 · Artificial Intelligence

EdgeRazor Delivers 15× Faster Decoding on PC & Mobile, Solving Low-Bit Collapse

EdgeRazor, an open‑source framework from Nanjing University and Microsoft AI, uses mixed‑precision quantization‑aware distillation to compress large language models to as low as 1.58‑bit, achieving up to 15× faster decoding on PC and mobile, 10× fewer training tokens, and 7× model size reduction while preserving benchmark performance.

Edge DeploymentLLM QuantizationModel Compression
0 likes · 12 min read
EdgeRazor Delivers 15× Faster Decoding on PC & Mobile, Solving Low-Bit Collapse
Machine Heart
Machine Heart
May 25, 2026 · Industry Insights

Why a Top AI Coding Engineer Walked Away from DeepMind—and Declined the Acquisition Bonus

Ronak Malde, a core AI‑coding engineer who helped launch Codeium, the Windsurf IDE and the SWE‑1 agentic coding model, left DeepMind after Google’s $2.4 billion licensing deal, rejecting the acquisition money and sharing three hard‑won lessons about choosing the right research mountain, moving fast through focused planning, and the tight‑knit nature of Silicon Valley’s AI talent network.

AI codingAgentic CodingDeepMind
0 likes · 6 min read
Why a Top AI Coding Engineer Walked Away from DeepMind—and Declined the Acquisition Bonus
JD Retail Technology
JD Retail Technology
May 25, 2026 · Artificial Intelligence

How Adaptive Semantic IDs Enable Precise and Generalizable Generative Retrieval

The article introduces the SA²CRQ framework, which adaptively allocates semantic ID length and transfers residual knowledge to resolve head‑item ID collisions and tail‑item generalization gaps in large‑scale e‑commerce generative retrieval, achieving stable gains on both industrial and public datasets.

Adaptive QuantizationLong-tail DistributionResidual Knowledge Transfer
0 likes · 19 min read
How Adaptive Semantic IDs Enable Precise and Generalizable Generative Retrieval
ITPUB
ITPUB
May 25, 2026 · Operations

Why Manually Pulling Server Logs Is Inefficient: Comparing ELK, EFK, and PLG Stacks

The article compares popular log‑collection stacks—ELK/Elastic Stack, EFK with Fluent Bit, and the PLG solution (Promtail + Loki + Grafana)—detailing their components, deployment scenarios, and trade‑offs such as indexing strategy, storage options, and integration with Kubernetes for observability.

EFKELKGrafana
0 likes · 5 min read
Why Manually Pulling Server Logs Is Inefficient: Comparing ELK, EFK, and PLG Stacks
Su San Talks Tech
Su San Talks Tech
May 25, 2026 · Artificial Intelligence

CC GUI: The Open‑Source 3.3k‑Star Companion that Brings Claude Code and Codex Directly into IntelliJ IDEA

CC GUI is a free MIT‑licensed IntelliJ IDEA plugin that wraps Claude Code and Codex CLI agents into a full visual workspace, offering dual‑engine switching, context‑aware dialogue, embedded diff, token tracking, plan mode and other features while comparing favorably to the lightweight ACP approach and other JetBrains AI agents.

AI coding assistantClaude CodeCodeX
0 likes · 11 min read
CC GUI: The Open‑Source 3.3k‑Star Companion that Brings Claude Code and Codex Directly into IntelliJ IDEA
Baidu Geek Talk
Baidu Geek Talk
May 25, 2026 · Artificial Intelligence

RenderFlow: Agentic Code Delivery for Baidu’s Vertical Search Rendering Service

The article presents RenderFlow, a system that integrates LLM‑generated code into Baidu’s search result rendering pipeline by building a generate‑execute‑feedback‑repair‑publish loop, detailing its architecture, multi‑round repair mechanism, quality safeguards, and the resulting reduction of delivery cycles from days to minutes across nearly a thousand scenarios.

LLMagentic deliverycode generation
0 likes · 23 min read
RenderFlow: Agentic Code Delivery for Baidu’s Vertical Search Rendering Service
Baidu Geek Talk
Baidu Geek Talk
May 25, 2026 · Artificial Intelligence

Accelerating Multimodal Model Training: LoongForge's DP Load‑Balancing Optimization Explained

The article analyzes how data‑parallel (DP) load imbalance hampers large‑scale multimodal model training, details LoongForge's two‑stage adaptive data‑reallocation method that builds a precise compute‑cost model and dynamically redistributes samples, and presents experimental results showing up to 10% throughput gains on massive DP clusters.

DP load balancingData ParallelDistributed Training
0 likes · 16 min read
Accelerating Multimodal Model Training: LoongForge's DP Load‑Balancing Optimization Explained
DataFunSummit
DataFunSummit
May 25, 2026 · Big Data

How Hisense Built an AI‑Ready Multimodal Data Platform: Storage, Governance, and Development

This article details Hisense's journey to create an AI‑ready multimodal data platform, covering the challenges of integrating diverse business systems, the shift from a Hadoop‑based architecture to a cloud‑native data lake, the JuData governance and development platform, and six practical scenarios that demonstrate unified ingestion, metadata management, rule‑based quality control, intelligent asset retrieval, and future AI‑driven DataOps capabilities.

AI platformData GovernanceData Lake
0 likes · 23 min read
How Hisense Built an AI‑Ready Multimodal Data Platform: Storage, Governance, and Development
Ops Community
Ops Community
May 25, 2026 · Operations

How to Pinpoint Disk I/O Bottlenecks on Linux with iostat and blktrace

This guide walks you through a step‑by‑step, non‑disruptive workflow for diagnosing high disk I/O on Linux servers using built‑in tools such as vmstat, iostat, iotop, pidstat, lsof and the low‑level tracer blktrace, then shows how to interpret the data, identify common root causes, apply targeted fixes, and verify improvements with fio benchmarks and continuous monitoring.

Disk I/Oblktracefio
0 likes · 26 min read
How to Pinpoint Disk I/O Bottlenecks on Linux with iostat and blktrace
HyperAI Super Neural
HyperAI Super Neural
May 25, 2026 · Artificial Intelligence

CVEvolve: Zero‑Code Autonomous Discovery of Scientific Image‑Processing Algorithms

CVEvolve, a no‑code autonomous agent framework from ANL, leverages large‑language‑model agents to discover, evaluate, and iterate scientific image‑processing algorithms without any programming, and demonstrates superior performance on X‑ray fluorescence registration, Bragg‑peak detection, and diffraction‑image segmentation compared with traditional baselines.

CVEvolveLLM agentsautonomous discovery
0 likes · 13 min read
CVEvolve: Zero‑Code Autonomous Discovery of Scientific Image‑Processing Algorithms
Tencent Technical Engineering
Tencent Technical Engineering
May 25, 2026 · Artificial Intelligence

vLLM Deep Dive: Continuous Batching and Paged Attention for Fast LLM Inference

This article walks through a two‑month source‑code study of vLLM, explaining how token‑level scheduling, continuous batching, and the Paged Attention mechanism reshape tensor dimensions to turn large‑model inference into a compute‑bound, high‑throughput process while managing GPU memory efficiently.

Continuous BatchingFlashAttentionGPU Optimization
0 likes · 29 min read
vLLM Deep Dive: Continuous Batching and Paged Attention for Fast LLM Inference
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
May 25, 2026 · Industry Insights

The 3 Management Habits Behind Frequent Safety Accidents

Frequent safety incidents often stem from three entrenched management habits—treating safety as a separate project, vague responsibility without clear ownership, and focusing only on accident counts instead of early‑warning trends—each of which can be restructured with concrete, data‑driven processes.

Data‑Driven SafetyIncident PreventionSafety Management
0 likes · 8 min read
The 3 Management Habits Behind Frequent Safety Accidents