Show HN: GPTLint – an OSS standard for LLM-based code review

by transitivebson 4/29/2024, 11:47 PMwith 3 comments

by transitivebson 4/29/2024, 11:49 PM

AI code reviews are promising, BUT they're hard to control and currently all closed source.

That's why I built GPTLint.

It's an automated code review tool powered by both ASTs and LLMs – the best part is it's a 100% OSS standard that works w/ any LLM.

HN folks might be interested in checking out the built-in rules: https://gptlint.dev/rules and how it works: https://gptlint.dev/project/how-it-works

by chrisvxdon 4/30/2024, 12:19 AM

This is awesome. Nice one!

by mergebanditon 4/30/2024, 12:59 AM

feels like this could eliminate the bike shedding we used to waste cycles on before eslint / prettier