BirdNest Tech Talk
Author

BirdNest Tech Talk

Author of the rpcx microservice framework, original book author, and chair of Baidu's Go CMC committee.

153
Articles
0
Likes
824
Views
0
Comments
Recent Articles

Latest from BirdNest Tech Talk

100 recent articles max
BirdNest Tech Talk
BirdNest Tech Talk
Aug 30, 2026 · R&D Management

AI Generates Code Fast, You Understand Slow: Closing the Gap with /understand

The article explores the growing gap between AI's rapid code generation and developers' slow comprehension, detailing the risks of unread AI code and introducing the /understand tool that creates interactive, line-anchored explanations to help engineers truly own AI-generated changes.

AI-assisted codingAI-generated codecode comprehension
0 likes · 12 min read
AI Generates Code Fast, You Understand Slow: Closing the Gap with /understand
BirdNest Tech Talk
BirdNest Tech Talk
Aug 25, 2026 · Backend Development

Go database/sql Tutorial: 39 Practical Lessons from Core to ORMs & Tools

This practical Go database/sql tutorial covers 39 lessons spanning core concepts like connection pools, transactions, and isolation levels, compares ORMs (GORM, Bun, XORM) and lightweight tools (sqlx, sqlc, Squirrel), and addresses logging, migration, testing, and production practices using modernc.org/sqlite for runnable examples.

Database MigrationGoORM
0 likes · 5 min read
Go database/sql Tutorial: 39 Practical Lessons from Core to ORMs & Tools
BirdNest Tech Talk
BirdNest Tech Talk
Aug 2, 2026 · Artificial Intelligence

Which LLM Builds the Best Web Gomoku Game? A Comparative Test of the Latest Models

The author prompts six recent large language models to create a web‑based Gomoku game and compares the results across four dimensions—AI opponent, execution method, visual design, and engineering rigor—revealing that Opus 5 and gpt‑5.6‑sol deliver the most complete solutions while deepseek‑v4‑pro and glm‑5.2 excel at quick, single‑file prototypes, and MiniMax‑M3, despite its polished UI, fails at human‑vs‑AI play.

AI comparisonGomokuLLM
0 likes · 13 min read
Which LLM Builds the Best Web Gomoku Game? A Comparative Test of the Latest Models
BirdNest Tech Talk
BirdNest Tech Talk
Jul 7, 2026 · Artificial Intelligence

Avoid the Loop Trap: Designing Effective Claude Code Loops

The article explains how Claude Code defines a loop as an agent repeatedly executing work until a termination condition is met, categorizes loops by trigger, termination, primitives, and task type, and provides concrete guidance for turn‑based, goal‑driven, timed, and proactive loops while showing how to control token usage and maintain code quality.

AI loopsAgentic ProgrammingAuto Mode
0 likes · 11 min read
Avoid the Loop Trap: Designing Effective Claude Code Loops
BirdNest Tech Talk
BirdNest Tech Talk
Jul 6, 2026 · Artificial Intelligence

How to Quickly Learn and Master AI‑Generated Projects with the /teach Skill

The article explains why traditional code‑review methods are inefficient for AI‑generated projects and presents a three‑skill workflow—/teach, /insight-diagram, and /architecture-diagram—demonstrated on the open‑source Zero coding agent to turn codebases into lasting, self‑contained learning courses and professional diagrams.

AIArchitecture DiagramSkill
0 likes · 21 min read
How to Quickly Learn and Master AI‑Generated Projects with the /teach Skill
BirdNest Tech Talk
BirdNest Tech Talk
Jul 3, 2026 · Artificial Intelligence

Detecting Code Smells with an AI ‘Smell’ Skill: My Scan of a Fresh Open‑Source Project

The article explains the origin of the term “code smell,” expands the classic catalog to over 50 modern smells, and demonstrates how the AI‑powered /smell skill automatically scans a sizable Go project (Gitlawb/zero), identifies issues such as God objects, long files, and hidden performance hotspots, then generates a prioritized refactoring roadmap.

AI analysisGocode smell
0 likes · 14 min read
Detecting Code Smells with an AI ‘Smell’ Skill: My Scan of a Fresh Open‑Source Project
BirdNest Tech Talk
BirdNest Tech Talk
Jul 2, 2026 · Artificial Intelligence

How Autoreview Turns AI Code Review into an Unskippable Quality Gate

Autoreview is an AI‑driven skill that automatically reviews code before a PR, addressing volume, blind‑spot, and boredom problems by repeatedly running until the code is clean, using a Scope Governor, multi‑engine panels, and strict isolation to enforce quality without manual bottlenecks.

AI code reviewCI workflowScope Governor
0 likes · 16 min read
How Autoreview Turns AI Code Review into an Unskippable Quality Gate
BirdNest Tech Talk
BirdNest Tech Talk
Jun 30, 2026 · Operations

Building VXLAN Probes with evr: Monitoring Edge Routers Without Agents

The article explains how Baidu’s open‑source evr tool leverages VXLAN VTEP reflection to monitor Edge Virtual Routers from a single side, detailing packet construction, payload encoding, raw‑socket handling, BPF filtering, ECMP coverage, and practical configuration for reliable loss, latency, and bit‑flip detection.

BPFECMPVXLAN
0 likes · 19 min read
Building VXLAN Probes with evr: Monitoring Edge Routers Without Agents