frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: CodeAnt AI – AI Code Reviewer, that understand code and dependencies

https://www.youtube.com/watch?v=uprOvRUUudQ
3•Amartya_jha•1y ago
Over the last year, we’ve been building CodeAnt AI, working closely with engineering teams struggling with code review quality and speed.

Manual code reviews are slow and repetitive. Reviews today mostly look at what changed — not what the change actually impacts. With more AI-written code, it's getting worse: bigger PRs, faster cycles, less team context.

We wanted to rethink how code reviews are done: → Build structured knowledge of the codebase → Understand infra and dependency changes → Analyze blast radius automatically at PR time

What CodeAnt AI Does (Technical Overview)

Repository Indexing and Graph Building:

When a repo is added, we index the entire codebase and build Abstract Syntax Trees (ASTs).

We map upstream and downstream dependencies across files, functions, types, and modules.

We run custom lightweight language servers for multiple languages to support:

go_to_definition to find symbol declarations

find_all_references to locate usage points

fetch_signatures and fetch_types for richer semantic context

Pull Request Analysis:

When a PR is created:

We detect the diff.

We pull relevant upstream/downstream context for any changed symbols.

We gather connected function definitions, usage sites, interfaces, and infra files touched.

The LLM invokes the language servers (almost like a developer navigating manually) to reason over this structured context, not just the raw diff.

Code Quality Analysis:

Along with AI reasoning, we layer traditional static checks inside PRs:

Detecting duplicate code patterns

Finding dead, unused code blocks

Flagging overly complex functions

Goal: Make linting + AI suggestions seamless, without needing separate tools.

Security and Infrastructure Context:

We maintain an internal curated database of application security issues, mapped to OWASP and CWE.

We run Infrastructure-as-Code (IaC) security checks across:

Terraform, Kubernetes, Docker, CloudFormation, Ansible

You can optionally connect cloud accounts (AWS, GCP, Azure):

We scan your live cloud infra for misconfigurations

We pull cloud resource context into PRs (e.g., when a Terraform PR changes a live VPC rule, we show the potential blast radius).

We monitor End-of-Life (EOL) libraries and third-party package vulnerabilities by scanning the National Vulnerability Database (NVD) every 20 minutes and flagging at PR time.

In short: We try to automate how an experienced developer would actually review a change: → Understand the code structure → Understand where it’s used → Understand how infra/cloud gets affected → Catch quality, security, and complexity issues before merge — without needing extra dashboards or tools.

Teams using CodeAnt AI have reported 50%+ faster code reviews while finding deeper and more actionable problems earlier.

Would love feedback from the HN community — both technical and critical are welcome.

Thanks for checking it out!

Show HN: AI Hack Watchline and Dataset for AI Hacking Incidents (JSON/RSS)

https://aihackwatch.com
1•Satinel•48s ago•0 comments

Catalan's constant is irrational (proof with the help of AI)

https://arxiv.org/abs/2609.04176
1•amichail•1m ago•0 comments

Grit your teeth and ship it

https://www.seangoedecke.com/grit-your-teeth-and-ship-it/
1•mrkd•2m ago•0 comments

As I Remember London (By DHH)

https://world.hey.com/dhh/as-i-remember-london-e7d38e64
1•behnamoh•2m ago•0 comments

Show HN: A 3D Mac window switcher with browser tab support and search

https://betterwindowswitcher.com
1•julien_dev•6m ago•0 comments

Show HN: Real Jev decisions on a simulated robot fleet – $24.57 per million

https://github.com/robokrunch/jev-physical-ai
1•chorylee•6m ago•0 comments

One-Electron Universe

https://en.wikipedia.org/wiki/One-electron_universe
2•pella•6m ago•0 comments

Reviving Old Places in Macedonia with AI

https://www.gocemitevski.com/reviving-old-places-in-macedonia-with-ai/
1•sepokroce•7m ago•0 comments

Show HN: Simple Mass Downloader – Bulk Download Files in Chrome

https://www.simplemassdownloader.com
1•yiyiyayo•7m ago•0 comments

Emacs: Spacious-Padding Version 0.9.0

https://protesilaos.com/codelog/2026-09-20-emacs-spacious-padding-0-9-0/
1•dalvrosa•8m ago•0 comments

What's been going on in w64devkit the past year

https://nullprogram.com/blog/2026/09/20/
1•dalvrosa•8m ago•0 comments

I embedded 200k+ open source icons in the browser

https://iconsdb.app
2•haxzie•8m ago•1 comments

ChatGPT now knows what you do on other websites via ad collector

https://www.buchodi.com/chatgpt-now-knows-what-you-do-on-other-websites-via-ad-collector/
3•lmbbuchodi•15m ago•0 comments

Singapore Is Paying People to Put Down Their Phones and Read Books

https://www.gadgetreview.com/singapore-is-paying-people-to-put-down-their-phones-and-read-books
2•geox•16m ago•0 comments

Pirate Face Rescues LLM Models from Deletion

https://pirateface.co/
2•skepticalgenius•18m ago•0 comments

Ask HN: What is one plausible path to 'AI extinction'?

1•GodelNumbering•18m ago•1 comments

Karen Nikoghosyan Is Building AI Operating Layers for Multichannel Commerce

1•darius88•19m ago•0 comments

There's a high chance of devices being sold with GrapheneOS preinstalled in 2027

https://grapheneos.social/@GrapheneOS/117299954135808210
1•Cider9986•19m ago•0 comments

Show HN: Chesslm – Tiny chess model trained on Stockfish

https://github.com/skorotkiewicz/chesslm
1•modinfo•20m ago•0 comments

First AI bot appears on Starcraft Ladder, wins against progamer

https://tl.net/forum/brood-war/646339-bot-on-ladder
1•maloga•21m ago•1 comments

Show HN: Quick commerce coverage map of India

https://darkstoremap.in/
1•ghoshbishakh•24m ago•0 comments

Sherline Tools Is Going Out of Business

https://toolguyd.com/sherline-tools-shutting-down-usa-production/
25•tliltocatl•24m ago•1 comments

Psiphon

https://forge.psiphon.ca/en/what-is-psiphon
1•Bluestein•25m ago•0 comments

If You Knew God Exists, Wouldn't You Become a Priest?

https://joecmarshall.com/posts/if-you-knew-god-exists-wouldnt-you-become-a-priest/
11•webappsecperson•28m ago•15 comments

Show HN: Wattai.dev – Free Decision Intelligence

https://wattai.dev/
2•namanvyas•28m ago•0 comments

Real attackers don't think in bug bounty scopes

https://rushter.com/blog/security-bb-and-scopes/
2•f311a•29m ago•0 comments

Show HN: I got Claude Code and Codex to argue about my code

https://github.com/chen-985211/cleancode
1•Tide-N•30m ago•0 comments

RubyLLM: What's New in 2.0

https://rubyllm.com/whats-new-in-2-0/
1•ksec•30m ago•0 comments

Over 10 years later, Gabe Newell's advice to devs still holds up

https://www.pcgamer.com/gaming-industry/game-development/over-10-years-later-gabe-newells-advice-...
1•Brajeshwar•32m ago•0 comments

Google knows you – does AI?

https://www.scanora.ai
1•davinciyaner•33m ago•0 comments