28 Jul
2026
28 Jul
'26
1:53 a.m.
On Mon, Jul 27, 2026 at 07:38:17PM +0200, Simon Jakobi via ghc-devs wrote:
Inspired by the recent discussion on the LLM policy, I'd like to try introducing LLM-generated code reviews in GHC, as an opt-in service.
My motivation:
* Catch issues before human reviewers spend time on them. * Reduce the number of bugs merged.
I appreciate this offer! I have been astonished by the bugs that LLM-generated code review has found in my code and the code of my colleagues. This could be a very useful service for GHC devs. Tom