DEV Community

Cover image for Kodus – An open source AI code review engine (AST and LLW, less noise)
Edvaldo Freitas for Kodus

Posted on

38 1 1

Kodus – An open source AI code review engine (AST and LLW, less noise)

Hey everyone,

LLMs alone aren't great at reviewing code—they produce noisy, irrelevant, or even incorrect comments far too often.

We open-sourced Kodus, our AI-powered code review platform built specifically to address this problem. Instead of relying purely on GPT models, we use a deterministic, AST-based rule engine to provide precise, structured context directly to the LLM. The result is a dramatically reduced noise rate, fewer hallucinations, and comments you can actually trust (and merge).

A quick rundown:

  • Hybrid approach (AST + GPT): Precise, deterministic context feeding into the LLM reduces false positives and irrelevant suggestions.

  • Self-hostable & Open Source: Run on your own infra/cloud—no code leakage, no data privacy concerns.

  • Customizable rule engine: Easily define and share context-specific review rules across your team and community.

We'd love your feedback, suggestions, or criticisms—especially if you've experienced frustration with purely GPT-based review tools.

https://github.com/kodustech/kodus-ai

Top comments (4)

Collapse
 
nevodavid profile image
Nevo David

Amazing work! This project seems very useful for code reviews.

Collapse
 
ed_dfreitas profile image
Edvaldo Freitas

hey @nevodavid , thanks!

Collapse
 
gvsakhil profile image
G.V.S Akhil

What are the supported languages? I dont see this in github repo as well as website homepage

Collapse
 
ed_dfreitas profile image
Edvaldo Freitas • Edited

@gvsakhil thanks for the feedback! yep, she supports any language.

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, cherished by the supportive DEV Community. Coders of every background are encouraged to bring their perspectives and bolster our collective wisdom.

A sincere “thank you” often brightens someone’s day—share yours in the comments below!

On DEV, the act of sharing knowledge eases our journey and forges stronger community ties. Found value in this? A quick thank-you to the author can make a world of difference.

Okay