Wukong Talks Architecture
Author

Wukong Talks Architecture

Explaining distributed systems and architecture through stories. Author of the "JVM Performance Tuning in Practice" column, open-source author of "Spring Cloud in Practice PassJava", and independently developed a PMP practice quiz mini-program.

360
Articles
0
Likes
870
Views
0
Comments
Recent Articles

Latest from Wukong Talks Architecture

100 recent articles max
Wukong Talks Architecture
Wukong Talks Architecture
May 14, 2026 · Databases

How to Cut a Production MySQL 8.0 LATERAL Query from 3 s to 0.8 s

The article walks through diagnosing a slow MySQL 8.0 query that scans 77,724 rows and performs a costly filesort, then rewrites it with a LATERAL join and a new index, reducing execution time to about 0.75 seconds on 30 k rows while explaining the differences between ordinary subqueries and LATERAL, and highlighting the need for deterministic ordering when timestamps duplicate.

LATERALexecution planindex
0 likes · 8 min read
How to Cut a Production MySQL 8.0 LATERAL Query from 3 s to 0.8 s
Wukong Talks Architecture
Wukong Talks Architecture
May 1, 2026 · Databases

How We Monitored and Optimized Databases During a New‑Old System Switch (Part 1)

During a high‑traffic migration where QPS peaked over 10,000, the team used DBDoctor to perform full‑stack database monitoring, pinpoint long‑running transactions and slow SQL, apply index recommendations, and achieve cost reductions of up to 246 000 times, demonstrating rapid, data‑driven performance optimization.

DBDoctorDatabase MonitoringIndex Recommendation
0 likes · 9 min read
How We Monitored and Optimized Databases During a New‑Old System Switch (Part 1)
Wukong Talks Architecture
Wukong Talks Architecture
Apr 23, 2026 · Artificial Intelligence

Hermes Agent’s Self‑Improving Architecture vs OpenClaw: A Deep Technical Comparison

The article dissects the fundamental design philosophies of Hermes Agent and OpenClaw, explains how Hermes achieves autonomous skill creation and memory management, and presents a detailed side‑by‑side comparison of their ability sources, learning loops, context efficiency, core value and security considerations.

AI agentsAgent ArchitectureHermes Agent
0 likes · 7 min read
Hermes Agent’s Self‑Improving Architecture vs OpenClaw: A Deep Technical Comparison
Wukong Talks Architecture
Wukong Talks Architecture
Apr 10, 2026 · R&D Management

How GStack Turns One Developer into a Full‑Scale Software Team

GStack, an open‑source AI‑driven virtual software factory created by Y Combinator CEO Garry Tan, transforms Claude Code into a role‑based development team, offering 30+ slash commands that automate the entire product lifecycle—from requirement gathering to release—enabling a single developer to achieve the productivity of a twenty‑person team.

Claude CodeOpen Sourcegstack
0 likes · 13 min read
How GStack Turns One Developer into a Full‑Scale Software Team
Wukong Talks Architecture
Wukong Talks Architecture
Apr 8, 2026 · Artificial Intelligence

How to Switch Claude Code to DeepSeek for Faster, Cheaper AI Coding

This step‑by‑step guide shows how to configure Claude Code to use DeepSeek’s Anthropic‑compatible API, replace the default model, optimize costs with mixed model strategies, secure your API key, and troubleshoot common connection issues, enabling a seamless, cost‑effective AI development workflow.

AI model integrationAPI ConfigurationClaude Code
0 likes · 7 min read
How to Switch Claude Code to DeepSeek for Faster, Cheaper AI Coding
Wukong Talks Architecture
Wukong Talks Architecture
Mar 31, 2026 · Industry Insights

What the Claude Code Source Map Leak Reveals About AI Tool Security and Competition

A recent open‑source mishap exposed the entire TypeScript codebase of Anthropic’s Claude Code CLI via an oversized source‑map file, revealing internal APIs, telemetry, encryption modules and unreleased features, sparking community analysis, security concerns, and competitive ripples in the AI‑coding tool market.

AI programming toolsAnthropicClaude Code
0 likes · 7 min read
What the Claude Code Source Map Leak Reveals About AI Tool Security and Competition
Wukong Talks Architecture
Wukong Talks Architecture
Mar 5, 2026 · Databases

Unifying Card and Coin Payments: KaiwuDB’s Dual‑Mode Solution for Amusement Parks

This article presents a detailed technical case study of using KaiwuDB’s multi‑model database to unify card‑based and coin‑based payment processing in amusement parks, covering architecture, schema design, SQL implementations, offline handling, cross‑model analytics, hot‑cold data tiering, visualization, monitoring, security, and high‑availability strategies.

Amusement ParkDual-Mode PaymentsKaiwuDB
0 likes · 42 min read
Unifying Card and Coin Payments: KaiwuDB’s Dual‑Mode Solution for Amusement Parks