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!

Bitcoin is great (for systemic theft of aid money)

https://www.ft.com/content/38d95298-8b9b-486a-96d3-0c6616972abb
1•JumpCrisscross•1m ago•0 comments

OpenAI: Luna Reserve

https://help.openai.com/en/articles/20001499-luna-reserve-in-codex-and-chatgpt-work
1•tosh•1m ago•0 comments

Freedom for Hacking!!1 - Renewing DMCA exemptions for software freedom

https://sfconservancy.org/news/2026/aug/27/dmca-renewal-submission-2026/
1•hn_acker•2m ago•0 comments

Show HN: Watermarks Remover: Clean LLM watermarks from text and files

https://github.com/guillaumemeyer/watermarks-remover
1•gmeyer•2m ago•0 comments

How Are You?

https://joshholtz.com/blog/2026/08/27/how-are-you.html
1•ricobecks•2m ago•1 comments

PerPageFax

https://www.perpagefax.com/
2•welsenesbros•7m ago•0 comments

Navigator n2: Frontier Computer Use at a Fraction of the Cost

https://yutori.com/n2
1•abhshkdz•7m ago•0 comments

South Korea leans toward military conscription for women

https://www.dw.com/en/south-korea-leans-toward-military-conscription-for-women/a-78547426
1•Teever•8m ago•0 comments

Narwhals document atlantification of East Greenland

https://www.science.org/doi/10.1126/sciadv.adr1424
2•croes•9m ago•0 comments

If you can't fix the models you use, fix your workflows

https://kolesnik.io/blog/fix-your-workflows
2•opwizardx•10m ago•0 comments

Single CRISPR Treatment Slashed LDL Cholesterol for a Year

https://www.nytimes.com/2026/08/28/science/an-experimental-single-time-treatment-slashed-choleste...
3•marojejian•10m ago•1 comments

The Machine Age Fund – Andreessen Horowitz

https://a16z.com/the-machine-age-fund/
2•thm•10m ago•0 comments

The teenage girls behind a $25 minimum wage fight in rural Alaska

https://19thnews.org/2026/08/nome-alaska-minimum-wage-november-ballot/
4•mooreds•10m ago•0 comments

The Download: a secretive antiaging drug and joining virtual power plants

https://www.technologyreview.com/2026/08/28/1143113/the-download-antiaging-drug-joining-virtual-p...
2•joozio•11m ago•0 comments

I Asked 100 Companies for My Data. I Got Deletion Notices Instead

https://www.wired.com/story/i-demanded-my-data-from-over-100-companies-deletion-notices-started-a...
3•speckx•11m ago•0 comments

PlaytestQuest – Discord Quests for indie game devs and players

https://playtestquest.com
1•firmgrove•12m ago•0 comments

Gobwas/glob: a complete engine rewrite and v1.0.0 is finally here

https://github.com/gobwas/glob
1•gobwas•12m ago•0 comments

I created an extensible JavaScript parser

https://github.com/xjslang/xjs
1•GonzaloCV•13m ago•0 comments

Columnist: OpenAI and Anthropic are ruining San Francisco

https://www.sfgate.com/local/article/open-ai-anthropic-ruining-sf-22404657.php
2•walrus01•13m ago•0 comments

Let's Talk Roadmap Planning: Can 9 Women Make One Baby in One Month?

https://honestroadmaps.substack.com/p/lets-talk-roadmap-planning-can-9
1•mooreds•13m ago•0 comments

How to Write a Good Requirement– Checklist

https://www.nasa.gov/reference/appendix-c-how-to-write-a-good-requirement/
1•sturza•13m ago•0 comments

Florida Attorney General: We're not settling with Meta, we're going to court

https://www.youtube.com/watch?v=xCoYVusz1U8
1•root-parent•13m ago•0 comments

From Designed to Evolved Software

https://eakman.dev/from-designed-to-evolved-software/
1•dayflyer•14m ago•0 comments

Su-śrotā – Scholar-grade Sanskrit ASR

https://huggingface.co/prathoshap/sushrota-sanskrit-asr
1•yarapavan•14m ago•1 comments

Show HN: ContextSwitch – Make your LLM chats provider agnostic

https://contextswitch-blue.vercel.app/
1•rajtilakjee•15m ago•0 comments

SambaNova's SN50 RDU for AI at Hot Chips 2026 – ServeTheHome

https://www.servethehome.com/sambanovas-sn50-rdu-for-ai-at-hot-chips-2026/
1•rbanffy•15m ago•0 comments

Show HN: Repobeats – self-hostable GitHub activity cards in Rust

https://repobeats.com/
1•AprilNEA•16m ago•0 comments

Nvidia's DLSS 5 has leaked, and modders are creating uncanny nightmares

https://www.xda-developers.com/nvidia-dlss-5-has-leaked-modders-are-already-creating-uncanny-vall...
2•kuuuzya•18m ago•0 comments

Show HN: The Million Dollar Homepage, but it gets printed on an iPhone skin

https://www.skinoftheyear.lol/
1•codemersdev•18m ago•2 comments

The cheapest accommodation in Paris is disappearing: Here's why

https://www.cnn.com/travel/paris-chambre-de-bonnes-heat-climate
2•mooreds•18m ago•0 comments