Tagged articles
7 articles
Page 1 of 1
macrozheng
macrozheng
Apr 17, 2026 · Operations

Supercharge Parallel AI Development with Git WorkTree

This guide shows how to use Git WorkTree to let multiple AI assistants work on separate features of a takeout app simultaneously, avoiding file conflicts and simplifying merging by creating parallel work directories, with step‑by‑step commands and tips for conflict resolution.

AI CodingGitParallel Development
0 likes · 8 min read
Supercharge Parallel AI Development with Git WorkTree
Code Mala Tang
Code Mala Tang
Mar 28, 2026 · Operations

How Git Worktree Enables Parallel Agent‑Driven Development

This article explains a structured workflow that uses git worktree to run multiple independent worktrees for parallel agent execution, detailing the three‑step process, bottlenecks, and a bash orchestration script for managing front‑end and API worktrees in a multi‑repo environment.

GitParallel DevelopmentWorktree
0 likes · 9 min read
How Git Worktree Enables Parallel Agent‑Driven Development
AI Code to Success
AI Code to Success
Mar 16, 2026 · Artificial Intelligence

Boost Development Speed 60%: Parallel Tasks with Claude Code and Git Worktree

This guide explains how to combine Git worktree with Claude Code to run multiple independent bugs or features in parallel, showing concrete examples, templates, best‑practice tips, common pitfalls, and measurable time‑saving results for developers seeking faster, more efficient workflows.

AI coding assistantClaude CodeParallel Development
0 likes · 13 min read
Boost Development Speed 60%: Parallel Tasks with Claude Code and Git Worktree
Node.js Tech Stack
Node.js Tech Stack
Feb 22, 2026 · Operations

How Claude Code’s Native Git Worktree Support Enables Fully Parallel Multi‑Agent Workflows

Claude Code’s new CLI integration of Git Worktree lets multiple AI agents operate in isolated workspaces within the same repository, eliminating branch conflicts, enabling parallel code refactoring, large‑scale migrations, and even side‑by‑side model comparisons such as the “cyber cricket” test by Vue creator Yuxi Yu.

AI agentsCLIClaude Code
0 likes · 9 min read
How Claude Code’s Native Git Worktree Support Enables Fully Parallel Multi‑Agent Workflows
58 Tech
58 Tech
Dec 13, 2019 · Mobile Development

Refactoring the IM Module: Layered Architecture, Parallel Development and Business‑Line Splitting

This article describes the redesign of a large‑scale Android instant‑messaging (IM) module, detailing the shortcomings of the original architecture, the new three‑layer framework, the split‑converter for parallel business‑line development, component‑based UI design, and the design‑pattern techniques used to achieve a maintainable, extensible solution.

AndroidComponentizationDesign Patterns
0 likes · 16 min read
Refactoring the IM Module: Layered Architecture, Parallel Development and Business‑Line Splitting
Baidu App Technology
Baidu App Technology
Nov 23, 2019 · Frontend Development

Baidu's Large-Scale App Engineering Architecture and Tekes Platform

Senior Baidu engineer Guo Jin explains how the company tackles large‑scale front‑end challenges through a “big” engineering approach, using architectural splitting, componentization frameworks, advanced dependency tools, and the EasyBox solution—integrating MGIT, binary management, and a build system—while the Tekes platform automates version publishing and streamlines development across matrix products.

Build SystemParallel Developmentbinary management
0 likes · 11 min read
Baidu's Large-Scale App Engineering Architecture and Tekes Platform
Baidu App Technology
Baidu App Technology
Jul 8, 2019 · R&D Management

Scaling Parallel Development: Baidu App’s Journey to Component‑Based Architecture

Facing massive codebases, hundreds of developers, and rapid release cycles, Baidu App adopted a multi‑stage componentization strategy—spanning compile isolation, library standardization, runtime distribution, service layers, and degradation control—to improve parallel development, reduce complexity, and boost build speed and quality.

Build OptimizationComponentizationParallel Development
0 likes · 18 min read
Scaling Parallel Development: Baidu App’s Journey to Component‑Based Architecture