A few days ago I heard from colleagues about an interesting open-source project: Orca, it’s an agent IDE for agentic coding that lets you work on several tasks at the same time in an efficient way. It is based on the idea of git worktree (a separate copy of the repository), which lets agents avoid conflicts when they make changes for different tasks at the same time.