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!

Face ID Search

https://www.faceidsearch.com/en
1•bellamoon544•34s ago•0 comments

URLSession to Electrons: how networking works under the hood

https://blog.jacobstechtavern.com/p/urlsession-to-electrons
1•jakey_bakey•2m ago•0 comments

Show HN: Affordable Survey Software

https://www.survser.com/
1•pkundr•3m ago•0 comments

DuckDB/DuckLake multi-user in the browser with Read/Write and WebSocket notify

https://ducklake-with-vgi.query-farm.services/
1•rustyconover•4m ago•0 comments

TanStack NPM Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack

https://socket.dev/blog/tanstack-npm-packages-compromised-mini-shai-hulud-supply-chain-attack
1•croes•9m ago•1 comments

Why should you have a data room? A stage-by-stage guide

https://vastpoint.substack.com/p/eng-why-should-you-have-a-data-room
1•kaku05ac•9m ago•0 comments

Lies, damned lies, and Elastic's benchmarks

https://www.gouthamve.dev/lies-damned-lies-and-elastics-benchmarks/
1•shutty•12m ago•0 comments

Loki Patera

https://en.wikipedia.org/wiki/Loki_Patera
1•DanielKehoe•14m ago•0 comments

SIEM and SoC: A Guide for Security Leaders in 2026

https://threatcrush.com/blog/siem-and-soc
1•buffer_overlord•14m ago•0 comments

EU Cloud Comparison Matrix

https://eualternative.eu/eu-cloud-comparison/
1•sparkling•17m ago•0 comments

Show HN: A benchmark where LLMs make memes from current news

https://memebench.net
2•max-azendorf•19m ago•0 comments

HDMI 2.1 Display Stream Compression (DSC) Ready for Amdgpu Linux Driver

https://www.phoronix.com/news/HDMI-2.1-DSC-AMDGPU-FRL
2•WithinReason•25m ago•0 comments

GitLab CI Functions

https://docs.gitlab.com/ci/functions/
1•yla92•26m ago•0 comments

The Jevons Paradox and the Future of Software Development

https://igorstechnoclub.com/the-jevons-paradox-and-the-future-of-software-development/
1•Igor_Wiwi•29m ago•0 comments

Rich [Sutton's] Slogans

http://incompleteideas.net/rlai.cs.ualberta.ca/RLAI/richsprinciples.html
1•atomicnature•29m ago•0 comments

Nikola Tesla's Lost Laboratory in Manhattan

https://www.untappedcities.com/nikola-teslas-lost-laboratory-manhattan/
2•geox•32m ago•0 comments

How to Use Adobe QR Code Generator to Create Branded QR Codes Fast

https://www.tycoonstory.com/adobe-qr-code-generator/
2•chiyabu•33m ago•1 comments

Aadhaar Seeding Process and Benefits – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/aadhar-seeding.aspx
1•saumyaraut11•34m ago•0 comments

LCC: Toward a Unified Theory of Consistency in Message-Passing Systems

https://arxiv.org/abs/2605.09114
1•withinboredom•38m ago•0 comments

Now Is the Perfect Time to Change Sudo

1•sinsudo•40m ago•1 comments

The Modern React Stack Explained for 2026

https://jsdev.space/react-stack-2026/
1•javatuts•41m ago•0 comments

Apple updated 12 years old devices with data retention fix

https://support.apple.com/en-us/127114
2•nar001•41m ago•0 comments

Cheap Missiles, Not Drones, Will Win the Next Air War

https://warontherocks.com/cogs-of-war/cheap-missiles-not-drones-will-win-the-next-air-war/
1•throwawayffffas•42m ago•0 comments

Netanyahu, Israeli Pm, boasting he can easily paint anyone as a monster

https://twitter.com/FurkanGozukara/status/2053965645427966313
2•juliusceasar•42m ago•0 comments

Metagraph: A New Architecture for Array Computation (2011) [pdf]

https://web.archive.org/web/20150913004044/https://conference.scipy.org/scipy2011/slides/wang_met...
3•tosh•44m ago•0 comments

SimulateTransaction runs sync inside Tokio; Anza closed as out-of-scope

https://github.com/NullRabbitLabs/nullrabbit-advisories/blob/main/NR-2026-001/NR-2026-001-agave-r...
2•simonmorley•51m ago•0 comments

Show HN: RipStop – Git guardrails to reduce impact if your code agent goes wild

https://github.com/jonverrier/RipStop
2•Jonverrier•52m ago•1 comments

Music has scales / raagas. What about storytelling in movies and prestige shows?

https://arc.quanten.co/archetype
3•phaedrus044•57m ago•1 comments

Trump-style war on windmills spreads across Europe

https://www.politico.eu/article/trump-style-anti-windmill-crusade-surges-in-europe/
5•leonidasrup•1h ago•1 comments

Show HN: Java/Spring Boot Idempotency Library

https://github.com/josipmusa/idempotency4j
1•anaq42•1h ago•0 comments