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.

363
Articles
0
Likes
1.4k
Views
0
Comments
Recent Articles

Latest from Wukong Talks Architecture

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

Understanding MySQL InnoDB Locks: Types, Queries, and Common Pitfalls

This article explains InnoDB's lock mechanisms—including table, intention, row, GAP, next‑key, and auto‑increment locks—shows how to inspect them via performance_schema tables, demonstrates lock behavior under different isolation levels with concrete SQL examples, and clarifies lock compatibility rules.

Gap LockInnoDBIsolation Levels
0 likes · 20 min read
Understanding MySQL InnoDB Locks: Types, Queries, and Common Pitfalls
Wukong Talks Architecture
Wukong Talks Architecture
May 26, 2026 · Artificial Intelligence

How TiDB Built Loop: A Team‑Focused Agent Collaboration Workspace

TiDB’s engineering team created Loop, a team‑oriented workspace that lets multiple AI agents cooperate like colleagues, addressing coordination problems such as broken context, manual state sync, overlapping work, and long‑task stability, and now offers a beta for early adopters.

AI collaborationLoopTeam Workspace
0 likes · 4 min read
How TiDB Built Loop: A Team‑Focused Agent Collaboration Workspace
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.

IndexLATERALMySQL
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 agentsHermes AgentOpenClaw
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 CodeGstackOpen Source
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