frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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!

Sting's eye-watering fortune that his 6 kids won't be inheriting

https://www.hellomagazine.com/us/900095/sting-eye-watering-fortune-kids-will-not-inherit/
1•wslh•11s ago•0 comments

AI evaluation startup Braintrust confirms breach

https://techcrunch.com/2026/05/06/ai-evaluation-startup-braintrust-confirms-breach-tells-every-cu...
2•zachdotai•1m ago•0 comments

ReleaseJet – the release notes tool for repos with many customers

https://github.com/makisp/releasejet
1•PaulHoule•4m ago•0 comments

Omega-3 supplements may be linked to faster cognitive decline in seniors

https://medicalxpress.com/news/2026-05-omega-supplements-linked-faster-cognitive.html
1•brandonb•4m ago•0 comments

VirtualGL

https://virtualgl.org
1•NexRebular•5m ago•0 comments

SQLite Is a Library of Congress Recommended Storage Format

https://sqlite.org/locrsf.html
1•whatisabcdefgh•6m ago•0 comments

Show HN: I wrote a flight simulator in my own programming language

https://github.com/navid-m/flightsim
1•pizza_man•6m ago•0 comments

AI, Computer Literacy, and the New Divide

https://blog.vaxry.net/articles/2026-aiIsABitDifferent
2•tertle950•7m ago•0 comments

Rails Security, AI, and IBB

https://tenderlovemaking.com/2026/05/06/rails-security-ai-and-ibb/
1•riffraff•8m ago•0 comments

Firm solar and storage costs fall to $54/MWh, says IRENA

https://www.pv-magazine.com/2026/05/06/firm-solar-and-storage-costs-fall-to-54-mwh-says-irena/
2•epistasis•8m ago•0 comments

Solod v0.1: Go ergonomics, practical stdlib, native C interop

https://antonz.org/solod-v0-1/
1•jicea•9m ago•0 comments

"Would It Matter If I Told You I'm Pope Leo?"

https://www.thelettersfromleo.com/p/would-it-matter-if-i-told-you-im
1•pella•13m ago•1 comments

CSG: Why the Largest Military IPO in European History Is Combusting

https://hntrbrk.com/csg/
2•yread•14m ago•0 comments

It's time to test all adults for lipoprotein(a)

https://www.lipidjournal.com/article/S1933-2874(26)00126-1/fulltext
1•brandonb•18m ago•1 comments

Claude Code wire trace reveals 13,000 words base prompt

https://twitter.com/dominiek/status/2052119211644760473
3•dominiek•18m ago•1 comments

Agile Is Dead. Long Live Agile

https://amoebaunlimited.substack.com/p/agile-is-dead-long-live-agile
3•bryanking•20m ago•0 comments

CrustAI – Private local AI assistant

https://github.com/DaveSimoes/CrustAI
2•DaveHN_2026•21m ago•0 comments

Over 3k Datacentres planned for 2026 global map

https://roboticforce.io/datacentermap
3•cdnsteve•21m ago•0 comments

Show HN: A website designed to be not readable by AI

http://eyes.onlytech.boo/
1•vednig•22m ago•0 comments

UI Hostility

2•morpheos137•24m ago•0 comments

Making Julia as Fast as C++

https://flow.byu.edu/posts/julia-c++
1•d_tr•28m ago•0 comments

Terminal coding agent for DeepSeek V4

https://github.com/Hmbown/DeepSeek-TUI
2•doener•28m ago•0 comments

Kestrel: Open-source sovereign AI agent framework

https://github.com/KestrelSovereignAI/kestrel-sovereign
1•Gabriela_OS_TX•28m ago•0 comments

Nvidia's Status as the Biggest Company Could Could End Soon

https://www.inc.com/moses-jeanfrancois/nvidia-alphabet-worlds-biggest-company/91341371
1•donsupreme•32m ago•0 comments

All the demons hiding in your AIs

https://drtompollak.substack.com/p/all-the-demons-hiding-in-your-ais
1•IvanLudvig•33m ago•0 comments

Connectors Now on Grok Web

https://x.ai/news/grok-connectors
1•surprisetalk•34m ago•0 comments

Show HN: I built an open source background agent inspired by Ramp Inspect

https://github.com/jvaill/Kill-The-Backlog
1•jvaill•36m ago•0 comments

All one-byte program names in Nixpkgs

https://gist.github.com/samestep/2365535dc9afd10458b918919d7c2383
2•sestep•36m ago•0 comments

Show HN: Naval Strike – simultaneous turn-based fleet combat in the browser

https://navalstrike.app
1•pinchydev•37m ago•0 comments

Ask HN: Terafab – Smart move or insane financial risk?

1•imheretolearn•37m ago•0 comments