» Tag
git
30 postsLoom: A Git-Based Coordination Layer for Multiple AI Coding Agents
Loom adds git-based worktree isolation and intent leases so AI coding agents surface conflicts before they burn tokens, not after.
PyTorch-style training loop teaches the LLM harness, not the model
An open-source framework trains an LLM's prompts, tools, and repair loop with a PyTorch-style loop while freezing the model itself, using git as the ledger.
Merging Concurrent Agent Patches by Base Commit, Not Arrival Time
A deterministic merge protocol for concurrent AI coding agent patches, using base commit hashes, diff digests, and hunk ownership instead of arrival time.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comBugs in ArDD's git worktrees you could only find by running it
How running ArDD's git worktree flow in practice exposed subtle bugs invisible from reading code, and the fix that made failures safe.
Inside Claude Code's Multi-Agent Orchestration System
Claude Code's AgentTool orchestrates sync, async, fork, teammate and remote agents via git worktree isolation for reliable parallel AI coding.
Git worktrees don't isolate AI coding agents, despite the hype
Git worktrees share refs, config, stash and hooks with the parent repo, making them unsafe as an isolation boundary for AI coding agents.
Solving the Polyrepo Problem for AI Coding Agents
How git worktrees and task-scoped workspaces fix the single-repo limitation of AI coding agents working across polyrepo codebases, via the Orbit prototype.
Entire Launches Distributed Git Network for AI Coding Agents
Entire unveils a distributed Git mirror network sitting in front of GitHub, hitting 570K clones/hour and 586 pushes/sec, with the backend going open source.
Git Log for Your Infrastructure: Including Your AI Agent's Config
Statedrift securely records your Linux infrastructure and detects changes.
Fractal: Coding Agents in a Tree Structure
Fractal organizes autonomous agent loops into a tree structure. Users can control the processes effectively.