Readit News logoReadit News
dkamm commented on Show HN: A GitHub Action that quizzes you on a pull request   github.com/dkamm/pr-quiz... · Posted by u/dkamm
donatj · 7 months ago
See, I think this is a good idea even for reviewing non-agentic human-written PRs!

We've got a huge LGTM problem where people approve PRs they clearly don't understand.

Recently we had a bug in some code of an employee that got laid off. The people who reviewed it are both still with the company, but neither of them could explain what the code did.

That triggered this angry tweet

https://x.com/donatj/status/1945593385902846118

dkamm · 7 months ago
Could definitely be used for human PRs too! Though I'm sure companies would love to track the reviewer scores
dkamm commented on Show HN: A GitHub Action that quizzes you on a pull request   github.com/dkamm/pr-quiz... · Posted by u/dkamm
frenchie4111 · 7 months ago
Next week on HN... Show HN: A GitHub Action that uses AI to answer PR quizzes
dkamm · 7 months ago
Cluely 2.0
dkamm commented on Show HN: A GitHub Action that quizzes you on a pull request   github.com/dkamm/pr-quiz... · Posted by u/dkamm
sunrunner · 7 months ago
> AI Agents are starting to write more code. How do we make sure we understand what they're writing?

This is a good question, but also how do we make sure that humans understand the code that _other humans_ have (supposedly) written? Effective code review is hard as it implies that the reviewer already has their own mental model about how a task could/would/should have been done, or is at the very least building their own mental model at reading-time and internally asking 'Does this make sense?'.

Without that basis code review is more like a fuzzy standards compliance, which can still be useful, but it's not the same as review process that works by comparing alternate or co-operatively competing models, and so I wonder how much of that is gained through a quiz-style interaction.

dkamm · 7 months ago
I imagine the quizzer could ask better questions along those lines with better context engineering (taking entire repo contents, design docs, discussions, etc and compressing those into a mental model). I just took the PR code changes and comments, so there's a lot of improvements that could be made there.
dkamm commented on Ask HN: What is your favorite CS paper?    · Posted by u/lainon
dkamm · 9 years ago
"On non-computable functions" - Tibor Rado.

Proof that the busy beaver function is not computable.

http://computation4cognitivescientists.weebly.com/uploads/6/...

u/dkamm

KarmaCake day36August 25, 2017View Original