Category: Kodus
-

How to build an engine for AI Code Review – Part 1
Introduction This post is for you if you want to build an internal code review tool for your team and don’t know where to start. Or if you’re just curious and want to understand how a tool like this works behind the scenes. I’m going to open up how Kody, our open source code review…
-

The infrastructure layer for humans and AI to ship production-grade software
AI makes writing code 10× faster. Shipping got 100× harder. The first wave of generative AI tools transformed how developers write code. Cursor, GitHub Copilot, and Windsurf made generation orders of magnitude faster. But writing code is just one step in the development lifecycle. Once written, it still has to pass through linters, CI, security…