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!

LLMs are the worlds most powerful autocomplete

https://alfredvc.no/blog/intro-what-is-an-llm
1•alfredvc•24s ago•0 comments

Your Rust Clippy Config Should Be Stricter

https://emschwartz.me/your-clippy-config-should-be-stricter/
1•emschwartz•34s ago•0 comments

Software Developers Are Replacing Software Engineers

https://newsletter.productdriven.com/p/software-developers-are-replacing
1•spo81rty•47s ago•0 comments

Anthropic could raise a new $50B round at a valuation of $900B

https://techcrunch.com/2026/04/29/sources-anthropic-could-raise-a-new-50b-round-at-a-valuation-of...
1•ZeidJ•1m ago•0 comments

A.I. Bots Told Scientists How to Make Biological Weapons

https://www.nytimes.com/2026/04/29/us/ai-chatbots-biological-weapons.html
1•wslh•1m ago•1 comments

The crystals that wiped out an HIV medication, almost overnight [video]

https://www.youtube.com/watch?v=ksn5yrsC3Wg
1•FridayoLeary•3m ago•0 comments

Chloe vs. History

https://www.youtube.com/channel/UCZB1r1In9RfE7tpVrYgcjLQ
1•WheelsAtLarge•7m ago•0 comments

Transcomputational Problem

https://en.wikipedia.org/wiki/Transcomputational_problem
1•jonbaer•8m ago•0 comments

Naval Ravikant: Apple is dead, SaaS is next, you have 18 months

https://twitter.com/mustufa4socials/status/2049518414377480218
1•jbredeche•10m ago•0 comments

Glitch Image Generator

https://blog.adafruit.com/2026/04/29/glitch-image-generator
1•omer_k•10m ago•0 comments

USDA rejects women picked for soybean board, appoints men instead

https://www.reuters.com/world/americas/trump-administration-rejects-women-picked-soybean-board-ap...
4•petethomas•10m ago•1 comments

Show HN: Yiitap – AI-native Notion-style block editor

https://github.com/pileax-ai/yiitap
1•pileax•12m ago•2 comments

Ask HN: Do you think AI will end up like dotcom?

1•dicksent•16m ago•0 comments

Rivian allows you to disable all internet connectivity

https://rivian.com/support/article/can-i-disable-all-data-collection-from-my-vehicle
1•Cider9986•18m ago•1 comments

Amazon chips no longer just a side dish, they're a $20B biz

https://www.theregister.com/2026/04/29/amazon_chips_20b_business/
3•omer_k•18m ago•0 comments

Claude AI agent admits: “I violated every principle” after wiping firm database

https://www.theguardian.com/technology/2026/apr/29/claude-ai-deletes-firm-database
1•ZeidJ•24m ago•2 comments

Why Solid State Batteries Short

https://hackaday.com/2026/04/27/why-solid-state-batteries-short/
1•omer_k•25m ago•1 comments

Trustworthy and Valuable Partnership

1•loveTech•25m ago•0 comments

PostgreSQL and the OOM Killer: Why We Use Strict Memory Overcommit

https://www.ubicloud.com/blog/postgresql-and-the-oom-killer-why-we-use-strict-memory-overcommit
1•lfittl•26m ago•0 comments

BioAge's pill aimed at reducing heart risks significantly reduced inflammation

https://www.statnews.com/2026/04/21/bioage-drug-inflammation-cardiovascular-risks/
1•warbaker•31m ago•0 comments

NASA chief hints at campaign to make Pluto a planet again

https://www.scientificamerican.com/article/nasa-chief-jared-isaacman-hints-at-campaign-to-make-pl...
2•1659447091•33m ago•0 comments

My friends left me because I told them I was a furry

4•PhiPawWolf•34m ago•17 comments

Heard some people like wheels? [video]

https://www.youtube.com/watch?v=srPz8TRpZ_8
1•mizzao•35m ago•0 comments

What Can We Gain by Losing Infinity?

https://www.quantamagazine.org/what-can-we-gain-by-losing-infinity-20260429/
1•pseudolus•35m ago•0 comments

TSRX: TypeScript extension for building declarative UIs in an agentic era

https://tsrx.dev/
1•luispa•36m ago•0 comments

The workouts of Formula 1 drivers might help computer users with 'tech neck'

https://apnews.com/article/computer-neck-pain-racing-drivers-exercises-2f4dee37c7e7cfbbdff237cf70...
1•1659447091•39m ago•0 comments

AdOps Auditor – AI-powered campaign naming convention auditor for GAM/SFMC/DOOH

https://www.adopsauditor.com/
1•InfinteOven•41m ago•0 comments

Google Releases Branded yarmulkes

https://twitter.com/samsheffer/status/2049505564359565760
2•cramsession•42m ago•0 comments

pacquet: the official pnpm rewrite in Rust

https://github.com/pnpm/pacquet
1•bpierre•42m ago•0 comments

Knee surgery for cartilage damage does not benefit patients, study suggests

https://www.theguardian.com/science/2026/apr/29/knee-surgery-cartilage-damage-patients-study
1•littlexsparkee•42m ago•0 comments