Show HN: Baag – Easily run multiple AI coding agents on the same project

Hacker News - AI
Jul 26, 2025 00:16
pranav7
1 views
hackernewsaidiscussion

Summary

Baag is a simple CLI utility designed to streamline the process of running multiple AI coding agents on the same project by managing git worktrees, addressing workflow friction caused by traditional git branches. It supports various AI models and development environments, making it easier for developers to coordinate parallel coding tasks. This tool highlights the growing need for efficient project management solutions as collaborative AI coding becomes more common.

I realised I was working on more parallel tasks with coding agents, but git branches became a huge bottleneck. Tried Git Butler but it just complicated things further. Found git worktrees as a solution but the git API was a bit too complicated for day to day. So thought I'll vibe-code this simple CLI utility to manage the process. It technically works with any setup – claude/codex/gemini + cursor/vim/whatever. Just manages git worktrees inside your repo and sets up your dev environment how you like it. Nothing fancy, just something I built to scratch my own itch. Figured others might have the same workflow friction too, so thought I'll share it here Comments URL: https://news.ycombinator.com/item?id=44690070 Points: 2 # Comments: 1

Related Articles

Should You Migrate Your Documentation System – and Is It AI-Ready?

Hacker News - AIJul 26

The article discusses considerations for migrating documentation systems to ensure they are compatible with AI tools, emphasizing the importance of structured, accessible, and well-maintained content. It highlights that AI-ready documentation can improve searchability, automation, and integration with AI-driven solutions, making it crucial for organizations aiming to leverage AI technologies effectively.

Meta Appoints ChatGPT Co-Creator Shengjia Zhao as Head of New Superintelligence Lab

Analytics InsightJul 26

Meta has appointed Shengjia Zhao, a co-creator of ChatGPT, to lead its newly established Superintelligence Lab. This move signals Meta's commitment to advancing cutting-edge AI research and competing with industry leaders in the race toward artificial general intelligence. Zhao's leadership is expected to accelerate Meta's development of powerful AI systems, potentially shaping the future direction of the field.

I built a modular AI soul system in 100 days – tone simulation and persona sync

Hacker News - AIJul 26

The article details the creation of a modular AI "soul" system called Toneforest, developed in 100 days to enable dynamic tone simulation and persona synchronization in AI agents. This system allows AI to adapt its communication style and personality to different contexts, suggesting new possibilities for more personalized and context-aware AI interactions. The project highlights advancements in modular AI design, potentially influencing future development of emotionally intelligent and adaptive AI systems.