I just open-sourced AsyncReview, a DevinReview-inspired code review tool that uses an RLM-style approach to review large PRs without trying to fit everything into a single prompt.
It treats the repo as external state and lets the model search and revisit files as needed. This is still early and experimental, but it’s been useful for reviewing PRs that other tools tend to skip.
Happy to hear feedback or criticism.