May 8, 2026

Git ready for this bot drama?

Show HN: Git for AI Agents

A lifesaver for runaway coding bots — but the comments instantly turned into a "why not just use Git?" fight

TLDR: A new tool wants to keep a full history of what an AI coding assistant changed, so humans can finally see who broke what and why. Commenters were split between calling it a smart safety net and roasting it as a flashy remake of tools that already exist.

A new Hacker News project called re_gent is pitching itself as version history for AI coding assistants — basically, a way to see what the bot changed, which instruction caused it, and eventually roll things back when the machine goes full chaos mode. In plain English: if your AI helper wrecks your code and you’re left muttering, “it was working five minutes ago,” this tool wants receipts.

But the real show was in the comments, where admiration quickly collided with classic internet skepticism. One camp was instantly sold. “This is brilliant,” wrote one commenter, already asking how broadly it could work. Another gave it the cautious parent review: cool idea, but now comes the hard part — can it handle side features, branching work, cleanup, and all the messy real-world stuff? That mood was basically: love the concept, prove it survives contact with reality.

Then came the spicy backlash. The hottest jab was a brutally simple one: why are all these “X for agents” tools acting like the original X doesn’t already exist? In this case, X is Git, the long-time tool people already use to track code changes. Another commenter basically said, uh, agents can already use Git and even search old chat sessions if you tell them to. Translation: some readers saw invention, others saw reinvention with a shinier label.

So yes, the product is about audit trails for AI. But the comments turned it into something juicier: a referendum on whether AI needs brand-new tools, or whether people are just forgetting the old ones while adding extra drama to the workflow.

Key Points

  • The article introduces re_gent as a tool for tracking AI agent activity with git-like auditability.
  • It automatically records every tool call and exposes history through commands such as `rgt log`, `rgt blame`, and `rgt show`.
  • The tool links code changes to specific prompts, sessions, timestamps, tool calls, and diffs.
  • A planned `rgt rewind` feature is described as a way to restore any previous step, but it is marked as coming soon.
  • The storage model uses a `.regent/` directory with BLAKE3 content-addressed objects, session refs, a SQLite index, and a DAG of step records.

Hottest takes

"This is brilliant" — radial_symmetry
"None of these X-for-agents seem to motivate why they don’t use X" — keybored
"Agents can use git FWIW" — embedding-shape
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.