HackerTrans
TopNewTrendsCommentsPastAskShowJobs

addcn

no profile record

Submissions

DevCon Fall 2025 – Tracking AI generated code with Git [video]

youtube.com
2 points·by addcn·6 miesięcy temu·0 comments

Show HN: Tracking AI Code with Git AI

usegitai.com
6 points·by addcn·8 miesięcy temu·4 comments

comments

addcn
·4 miesiące temu·discuss
Yeah. Great callout. You basically need signal all the way to production. Did it get nuked during a code review? Is it still running 2 mo later? How many incidents were caused by this code?

This is tough though because enterprises go absolutely ballistic over “training on our data” - which is understandable, but will also hold us back.
addcn
·4 miesiące temu·discuss
This reduces down to the problem of summarization - a quite difficult one. At commit time it’s difficult to know what questions readers will have. You can get close but never all the way there.

Pre AI when engineers couldn’t find the answer in commit messages or documentation they would ask the author “why” and that human would “compute” the summary on demand.

I think that’s what I expect to do with these agent sessions - I don’t want more markdown, I want to ask it questions on demand. Git AI (https://github.com/git-ai-project/git-ai) uses the prompts that way. I think that model will win out. Save sessions. Read/ask questions relevant to the current agent’s work.

On asking peers. This is regrettably on the way out today - I’ll ask engineers about complex code they generated and they can’t give good answers. I think it’s because it all happened so fast — they didn’t sit with the problem for 48 hours. So even if they steered the agent thoughtfully it’s hard to remember all the decisions they made a week later.
addcn
·5 miesięcy temu·discuss
love the shout but git-ai is decidedly not trying to replace the SCMs. there are teams building code review tools (commercial and internal) on top of the standard and I don't think it'll be long before GitHub, GitLab and the usual suspects start supporting it since folks the community have already been hacking it into Chrome extensions - this one got play on HN last week https://news.ycombinator.com/item?id=46871473
addcn
·8 miesięcy temu·discuss
Interesting idea. We are exploring a Git AI MCP now. Hopefully a lot of this data can raise the agent’s IQ a few points.
addcn
·10 miesięcy temu·discuss
Feel like there’s a ton of interesting things ahead for SCM — want to see more of those proposals.

For example…had to build my own tool to extend git blame and track the AI generated code in our repository and save prompts:

https://github.com/acunniffe/git-ai