BirdNest Tech Talk
Author

BirdNest Tech Talk

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

129
Articles
0
Likes
11
Views
0
Comments
Recent Articles

Latest from BirdNest Tech Talk

100 recent articles max
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.

EditorMarkdownUser Experience
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.

ADBAndroidMobile Automation
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
BirdNest Tech Talk
BirdNest Tech Talk
Feb 11, 2026 · Artificial Intelligence

How GoClaw Reimagines OpenClaw: A Go‑Powered AI Assistant Architecture

This article provides an in‑depth technical analysis of GoClaw, a Go‑based personal AI assistant that mirrors OpenClaw's design while introducing a more robust agent loop, reflective reasoning, extensible skill system, sophisticated error handling, and multi‑provider failover, complete with code excerpts, architecture diagrams, and performance trade‑offs.

AI AssistantError HandlingGo
0 likes · 19 min read
How GoClaw Reimagines OpenClaw: A Go‑Powered AI Assistant Architecture
BirdNest Tech Talk
BirdNest Tech Talk
Jan 27, 2026 · Artificial Intelligence

What Makes Claude Code Tick? A Deep Dive into Subagents, Skills, MCP, Slash Commands, Hooks, and Plugins

The article breaks down Claude Code’s six building blocks—Subagents, Skills, Model Context Protocol (MCP), Slash Commands, Hooks, and Plugins—detailing their characteristics, execution methods, programmability, complexity, autonomy, use cases, customization difficulty, persistence, and integration patterns, and concludes with a comparative matrix and key distinctions.

AI agentsClaude CodeModel Context Protocol
0 likes · 9 min read
What Makes Claude Code Tick? A Deep Dive into Subagents, Skills, MCP, Slash Commands, Hooks, and Plugins
BirdNest Tech Talk
BirdNest Tech Talk
Jan 25, 2026 · Frontend Development

Create Professional Videos with Just a Chat: Remotion AI Skills + Claude Code

This article shows how developers can generate full‑featured tutorial or marketing videos in minutes by combining Remotion’s AI Skills with Claude Code, covering installation, project setup, natural‑language prompts, code generation, customization options, real‑world use cases, and the broader impact on development workflows.

AI video generationAutomationClaude Code
0 likes · 10 min read
Create Professional Videos with Just a Chat: Remotion AI Skills + Claude Code
BirdNest Tech Talk
BirdNest Tech Talk
Jan 24, 2026 · Artificial Intelligence

How to Build an AI Comic‑Generating Agent with LangGraphGo and Skills

This article walks through constructing a multi‑step AI comic‑generation agent using the LangGraphGo framework and the GoSkills plugin system, covering architecture design, declarative tool definitions, automatic configuration discovery, parameter conversion, code implementation, common pitfalls, best practices, and performance optimizations.

AI agentsGoSkillsLLM tool integration
0 likes · 22 min read
How to Build an AI Comic‑Generating Agent with LangGraphGo and Skills