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: HTMLDrive – serve HTML files from your Google Drive

https://html-drive.com
1•debamitro•37s ago•0 comments

Show HN: Fence – Jiminy Cricket for AI coding agents

1•andriosr•1m ago•0 comments

Designing tech to have good etiquette

https://caseorganic.substack.com/p/sit-siri
1•SLHamlet•2m ago•0 comments

Review code line by line is like review movies frame by frame

https://bsky.app/profile/metaessen.bsky.social/post/3mq33yrxeh22a
1•lilerjee•2m ago•0 comments

Type-safe Django fork – Django-CFG

https://djangocfg.com/
1•Onavo•2m ago•0 comments

Emerging evidence links tire pollution to Alzheimer's risk

https://www.eurekalert.org/news-releases/1134924
1•ndsipa_pomu•3m ago•0 comments

Manna (2003)

https://marshallbrain.com/manna1
1•Curiositry•3m ago•0 comments

I found 3 self-contradictions in the Agentic Commerce Protocol spec

https://github.com/baseballcubs99x-dev/acp-check
1•JBIRMING199•4m ago•0 comments

Trump renews Greenland threats at NATO summit

https://www.cnbc.com/2026/07/07/trump-nato-summit-greenland-us-troops-europe.html
1•tcp_handshaker•5m ago•0 comments

Incentives Drive Everything

https://yusufaytas.com/incentives-drive-everything
1•Curiositry•6m ago•0 comments

Managed Agents in Gemini API: background tasks, remote MCP and more

https://twitter.com/GoogleAIStudio/status/2074533418004591077
1•pretext•8m ago•0 comments

A dummy/debug app that runs a web server and prints environment variables

https://github.com/whalesalad/docker-debug
1•mooreds•8m ago•0 comments

Show HN: ComplyLedge – Clean, normalized OSHA enforcement data via API

https://complyledge.com
1•infinito25•9m ago•0 comments

Why we're moving Wire off Cloudflare Durable Objects

https://usewire.io/why-wire/architecture-benchmark/
1•jitpal•9m ago•0 comments

2026 French cybersecurity startup radar

https://www.wavestone.com/en/insight/2026-french-cybersecurity-startup-radar/
1•mooreds•10m ago•0 comments

Why AI Agents Forget by Design

https://stantyan.com/blog/why-ai-agents-forget/
1•stantyan•11m ago•0 comments

Conversing with antiquity: Agentic AI partner for expanding historical research

https://deepmind.google/science/workflows/conversing-with-antiquity/
1•pretext•12m ago•0 comments

Former Microsoft engineer shrinks Notepad down to size

https://www.theregister.com/os-platforms/2026/06/30/former-microsoft-engineer-shrinks-notepad-dow...
1•vintagedave•13m ago•1 comments

Are you ready for what it takes to stop ghost guns?

https://www.theverge.com/tech/960802/3d-printed-gun-laws-ghost-guns
1•aarvin_roshin•15m ago•0 comments

Linus Torvalds on "99% of our code is written by AI" claims

https://xcancel.com/IntCyberDigest/status/2069512370217488423
1•Topfi•16m ago•0 comments

Stanford's new freshman curriculum illustrates what's wrong with college

https://www.hottakes.space/p/stanfords-new-freshman-curriculum
2•barry-cotter•16m ago•0 comments

Kennel 1.0.0 – Native Desktop App for Managing AI CLI Agents

https://github.com/eranif/kennel
1•SableDb•18m ago•0 comments

Insert token to continue, says AI. Yeah, about that...

https://www.theregister.com/columnists/2026/07/06/insert-token-to-continue-says-ai-yeah-about-tha...
1•Bender•18m ago•0 comments

Midtown Manhattan skyscraper evacuated over fears is on verge of collapse

https://www.dailymail.com/news/article-15959605/midtown-manhattan-building-collapse-evacuation.html
2•Bender•19m ago•2 comments

Markdown Now Has a UTI in Apple's Version 27 OSes

https://developer.apple.com/documentation/uniformtypeidentifiers/uttype-swift.struct/markdown
3•Brajeshwar•19m ago•2 comments

UK guts planning red tape so datacenters can bypass the neighbors faster

https://www.theregister.com/on-prem/2026/07/07/uk-guts-planning-red-tape-so-datacenters-can-bypas...
2•Bender•19m ago•0 comments

Off By: Exploiting a Use-After-Free in the Linux Kernel

https://blog.exodusintel.com/2026/06/08/off-by-exploiting-a-use-after-free-in-the-linux-kernel/
1•Tomte•20m ago•0 comments

The American Dream starts now

https://trumpaccounts.gov/
2•TuringNYC•20m ago•0 comments

Why does WhatsApp drain so much phone battery?

https://manualdousuario.net/en/whatsapp-battery-drain/
3•rpgbr•20m ago•0 comments

Let AI Burn

https://www.wheresyoured.at/let-ai-burn/
6•crescit_eundo•20m ago•0 comments