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
May 29, 2026 · Industry Insights

Why Traditional Coding Is Becoming Obsolete in the AI Era

The article analyzes how AI agents have transformed software engineering over the past three years, redefining programming from hand‑written code to prompt‑driven development, and argues that engineers must shift from writing code to orchestrating intelligent agents to stay relevant.

AIAgentic EngineeringAutomation
0 likes · 19 min read
Why Traditional Coding Is Becoming Obsolete in the AI Era
BirdNest Tech Talk
BirdNest Tech Talk
May 18, 2026 · Artificial Intelligence

Taming AI Coding Agents: A Powerful Development Workflow with Engineering Discipline

The article introduces Matt Pocock's open‑source "skills" collection for AI coding agents, shows how it embeds traditional engineering practices such as alignment, domain modeling, TDD, and architecture governance into reusable command sets, and walks through a complete partial‑refund feature implementation using these skills.

AI coding agentsArchitecture GovernanceSoftware engineering workflow
0 likes · 22 min read
Taming AI Coding Agents: A Powerful Development Workflow with Engineering Discipline
BirdNest Tech Talk
BirdNest Tech Talk
May 14, 2026 · Artificial Intelligence

Codex, Claude Code, Hermes Launch /goal Together – Coincidence or Autonomy Tipping Point?

In late April and early May 2026 three leading AI coding assistants—OpenAI's Codex CLI, Anthropic's Claude Code, and Nous Research's Hermes Agent—released a /goal command that shifts agents from simple Q&A tools to autonomous goal‑driven systems, prompting a detailed technical comparison and a re‑examination of the developer's role.

AI Agentsautonomous loopsbudget control
0 likes · 15 min read
Codex, Claude Code, Hermes Launch /goal Together – Coincidence or Autonomy Tipping Point?
BirdNest Tech Talk
BirdNest Tech Talk
Apr 22, 2026 · User Experience Design

Why wxeditor Redefines the WeChat Publishing Workflow for Creators

The article examines the tedious post‑writing workflow of WeChat public‑account articles and shows how wxeditor reorganizes the entire process—three‑pane editing, synchronized preview, theme management, enhanced code blocks, image handling, and auto‑saving—making it a must‑have tool for frequent creators.

MarkdownWeChateditor
0 likes · 10 min read
Why wxeditor Redefines the WeChat Publishing Workflow for Creators
BirdNest Tech Talk
BirdNest Tech Talk
Apr 20, 2026 · Artificial Intelligence

Can AI Agents Fully Automate Medium‑Complex GitHub Issues in 10 Minutes?

This article analyzes how the AutoResearch method pioneered by Andrej Karpathy was adapted to software development, detailing three key enhancements—multi‑agent cross‑review, a five‑dimensional scoring system, and feedback‑driven iteration—that enable a fully autonomous pipeline capable of completing a medium‑complexity issue in about ten minutes with a 9.0/10 code quality score.

AI AgentsGitHubauto code generation
0 likes · 18 min read
Can AI Agents Fully Automate Medium‑Complex GitHub Issues in 10 Minutes?
BirdNest Tech Talk
BirdNest Tech Talk
Mar 2, 2026 · Artificial Intelligence

45 Powerful Claude Code Tips to Supercharge Your AI‑Powered Development

This comprehensive guide walks you through 45 practical Claude Code techniques—from customizing the status bar and mastering slash commands to using Git worktrees, managing context, automating tasks with containers, and leveraging plugins—providing concrete examples, code snippets, and step‑by‑step workflows that let you harness the full potential of Claude Code in real‑world software development.

AI developmentAutomationClaude Code
0 likes · 65 min read
45 Powerful Claude Code Tips to Supercharge Your AI‑Powered Development
BirdNest Tech Talk
BirdNest Tech Talk
Feb 22, 2026 · Mobile Development

Deploy OpenClaw on Android via Termux and ADB – A Step‑by‑Step Guide

This guide walks through installing Termux, Ubuntu, and OpenClaw on a Xiaomi Android phone, configuring developer options, connecting via ADB, installing the burner‑phone skill, capturing screenshots, and attempting click actions, while highlighting limitations when click debugging is unavailable.

ADBAndroidOpenClaw
0 likes · 5 min read
Deploy OpenClaw on Android via Termux and ADB – A Step‑by‑Step Guide
BirdNest Tech Talk
BirdNest Tech Talk
Feb 19, 2026 · Artificial Intelligence

How to Automate Daily News Briefings with OpenClaw: Skill vs Prompt

This guide walks through two practical approaches—Skill and Prompt—to configure OpenClaw for automated RSS aggregation, AI‑driven filtering, summarization, and channel delivery, comparing their setup steps, code examples, advantages, limitations, and when to choose each method.

AI assistantAutomationOpenClaw
0 likes · 8 min read
How to Automate Daily News Briefings with OpenClaw: Skill vs Prompt
BirdNest Tech Talk
BirdNest Tech Talk
Feb 13, 2026 · Artificial Intelligence

Rebuilding a Go AI Assistant with Claude Code Agent Teams

The article walks through how the author refactored the Go‑based AI assistant GoClaw by leveraging Claude Code's Agent Teams feature, detailing the motivation, architecture comparison, configuration steps, team role assignments, and practical tmux integration to achieve a more modular and reliable agent module.

AI assistantAgent TeamsAutomation
0 likes · 10 min read
Rebuilding a Go AI Assistant with Claude Code Agent Teams