this post was submitted on 27 Jul 2023
17 points (100.0% liked)

Programming

13097 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

Was digging through a project at work today where some guy in 2014 made 100+ commits in a single day and the only one that had a comment said "upgrading to v4.0".

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (3 children)

I feel like this might be a good case for LLMs.. Auto git commit suggestions based on the diff.

[–] [email protected] 5 points 1 year ago

There are already some attempts but I don't think it will work, harmful even. Best case scenario, the AI can understand the code as well as a senior engineer from another company. All they can know without the context is what was changed, which is useless. We need the reason why the commit was made, not what was changed. The info is not there in the first place for the AI to try to extract.

[–] [email protected] 3 points 1 year ago

@CanadianNomad @lucas Awesome idea, yeah I can totally see that working well :)