Earlier quoted context omitted.
I'm assuming it's vibe coded, but it's a code smell I've noticed is specific to vibe coded projects. AIs tend to have a debilitating phobia of any kind of exception. Claude especially will throw try/except and weird coersion everywhere in the code. This bites you because it hides legitimate errors, even when the program is in such an unrecoverable state that it doesn't make logical sense to continue. It becomes impos…
Bro. I didn't had money fo claude code to review my codebase so i build this. And you are saying that i use claude code or anyother tools fot this. NOT GONNA LIE. I FORMATTED THE CODE FROM AI TO BE BREAKPROOF SO IN SOME CASES IT MAY LOOK AI GENERATED BUT ITS MOSTLY MY CODE WITH SOME AI TWEAKS.NOTHING MORE.
Show HN: I canceled my AI code reviewer and wrote a free local one
21–30 of 39 posts
Re: Show HN: I canceled my AI code reviewer and wrote a free local one
#22Earlier quoted context omitted.
Are other things wrong? I'd be wary to shame people's work without doing legwork to getting evidence to support your claim, otherwise you risk passing as someone just seeking attention and upvotes, riding on the tides of HN anti-AI sentiment. Which is valid for vote farming just to be clear, I'd just respect you less if this was the case.
I mean, my original post is just asking why it's in there. Maybe I'm missing something, so I asked. That isn't "shaming" their work. > otherwise you risk passing as someone just seeking attention and upvotes This isn't Reddit.
Re: Show HN: I canceled my AI code reviewer and wrote a free local one
#23Re: Show HN: I canceled my AI code reviewer and wrote a free local one
#24Og: https://news.ycombinator.com/item?id=49219370
Especially with a few commits just renaming the project and removing the roadmap.
Re: Show HN: I canceled my AI code reviewer and wrote a free local one
#25Thought this looked familiar. A repost likely by the same person. Og: https://news.ycombinator.com/item?id=49219370 Especially with a few commits just renaming the project and removing the roadmap.
Re: Show HN: I canceled my AI code reviewer and wrote a free local one
#26Re: Show HN: I canceled my AI code reviewer and wrote a free local one
#27Earlier quoted context omitted.
Bro. I didn't had money fo claude code to review my codebase so i build this. And you are saying that i use claude code or anyother tools fot this. NOT GONNA LIE. I FORMATTED THE CODE FROM AI TO BE BREAKPROOF SO IN SOME CASES IT MAY LOOK AI GENERATED BUT ITS MOSTLY MY CODE WITH SOME AI TWEAKS.NOTHING MORE.
Why are you yelling? Makes me think the flagged and dead post is deserving and I'm wasting my time defending your project here.
Re: Show HN: I canceled my AI code reviewer and wrote a free local one
#28Can you share some highlights of what it can do? (I’m just asking the agent to review the pr usually)
Re: Show HN: I canceled my AI code reviewer and wrote a free local one
#29How is this different from bandit, python black that have differential flags?
Re: Show HN: I canceled my AI code reviewer and wrote a free local one
#30Earlier quoted context omitted.
I wanna make it standard for developers before making pre commit. We are local focused , no data stored of anyone and provide lightning fast analysis for now. Later we are gonna make ai integartion for better output. THANKS BUDDY FOR THAT FEEDBACK.
However other tools like gitlab sast, python black, and others have differential flags that only scan for changed files. Worst case on a precommit that can be wired to pass only git changed files to be reviewed. Not for criticism, but is this targeting that “air gapped” git diff scanning area?