
Is anyone watching DevHunt?
Is anyone actually watching DevHunt or ProductHunt or are these websites just a loop of startup people voting on themselves?
https://devhunt.org/

Is anyone actually watching DevHunt or ProductHunt or are these websites just a loop of startup people voting on themselves?
https://devhunt.org/
Started with our own review queue. Most of the code in a PR is generated now, so PRs land faster and bigger than anyone reads properly. First thing that goes is context outside the diff. Nobody opens the other repo to see who calls the function you just changed. Skim, approve.
So we automated that part. It resolves the symbols the diff touches, walks the callers through a code graph, and pulls in how your repos connect: routes, queues, shared tables, package deps. Sub-agents for architecture, security, logic, tests. One review comes out.
Weak spots: GitHub only, no benchmark, noise tuning needs work. Free tier is one repo crawl plus your first reviews, no card.
If you try it: what fraction of the findings would you have acted on?