rs545837
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I was curious in improving code reviews because they still suck, so researching on a triage layer that you can attach to your local LLMs/api calls for better code reviews. Most review tools dump a PR diff into a model…
- Inspect – Semantic code review. Entity graphs + LLMs (inspect.ataraxy-labs.com)
-
I've been thinking about where codebases are heading as agents write more of the code. Right now the pipeline is: agent writes code, opens a PR, another agent or human reviews it, CI runs all 4000 tests, someone clicks…