logoalt Hacker News

menno-dot-aitoday at 6:10 PM1 replyview on HN

This is great! My team started using Go last year so I fed this article to set off a fleet of agents on our Go codebase and generate a report out w/ code samples based on it. Ended up with a pretty good little document to present on Monday :)


Replies

graynktoday at 7:51 PM

Why do you need AI agents for this?

You either catch and enforce it with a linter (e.g. https://golangci-lint.run/docs/linters/configuration/#revive) (in which case you don't need AI to tell you the current state, you just add the same config to all projects) or you don't enforce it (because everyone will forget unless it's automated)

show 1 reply