3 pointsby saba-ch2 hours ago2 comments
  • saba-ch2 hours ago
    There are a lot of code review tools popping up lately.

    People assume these tools are very complex, while some might be, building one you can use on day to day basis is pretty simple and straightforward.

    In this post I will take you through the whole process

  • othmanosxan hour ago
    Building a code review agent is easy, yes, but building a code review tool for humans is not that easy, been working on my own for a while.
    • saba-chan hour ago
      Yeah, not only complex but very expensive at scale, you would want to preindex or heavily delegate to smaller models.