The Cost of Human-Centric Tools in LLM Workflows

3 bckmn 4 7/13/2025, 3:37:22 PM joshbeckman.org ↗

Comments (4)

zdw · 5h ago
Having used multiple code review tools (Gerrit, Phabricator), GitHub's code review is frankly one of the worst UX's for humans to use for this purpose (go try to review a rebased patchset, or have to wade through the inefficient use of space in the UI), so I'm not surprised AI has trouble with it as well.
bckmn · 4h ago
Agreed. I think this is why we’re seeing a lot of new wrappers being built like Graphite.
jacobegold · 3h ago
a lot? what are the other ones?
bckmn · 2h ago
In exploring `gh` CLI extensions recently I found at least 2 devoted to being a better PR review interface. I've also seen [Trag](https://usetrag.com/) and others pop up.