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!

Mr

https://dynamickamarenka.app/
1•Tabul_a_rasa•1m ago•0 comments

How Hungary became the best at solar [video]

https://www.youtube.com/watch?v=HqpTN5PZLow
1•thelastgallon•1m ago•0 comments

Re: Security versus Privacy

https://moonwriting.blog/re-security-versus-privacy
1•lylo•3m ago•0 comments

UEFA vows World Cup boycott as Concacaf, AFC reject FIFA private equity plan

https://www.espn.com/soccer/story/_/id/49488584/uefa-boycott-all-fifa-competitions-protest-world-...
1•Bluestein•5m ago•0 comments

Gamma-Ray Burst

https://en.wikipedia.org/wiki/Gamma-ray_burst
1•simonebrunozzi•5m ago•0 comments

EFF Guide to Recording Law Enforcement

https://www.eff.org/deeplinks/2026/07/eff-guide-recording-law-enforcement
1•Jimmc414•5m ago•0 comments

Colorimeter 3nh CR4501 RAL Hack

https://github.com/hallko1234/cr4501-ral-hack
1•Jimmc414•6m ago•0 comments

Energizing a vacuum-tube flip-flop module from a 1948 IBM system

https://www.righto.com/2026/07/ibm-604-trigger-tube-module.html
2•Jimmc414•6m ago•1 comments

Baba Is Solved by Fable 5 and GPT-5.6 Sol, but at what cost?

https://quesma.com/blog/baba-is-bench/
1•stared•7m ago•1 comments

The Moat Is Not the Kernel Hook

https://sanctuaryprotocol.ai/2026/07/31/the-moat-is-not-the-kernel-hook.html
1•ConcSanc•8m ago•0 comments

Building a Linux filesystem module in almost pure Rust

https://www.zerofs.net/blog/linux-filesystem-module-in-rust/
1•pierrebarre•9m ago•0 comments

Exact, parallel 2D Delaunay triangulation for int32 coordinates

https://github.com/morishuz/delaunay32
1•oryx1729•11m ago•0 comments

Curiosity Rover Finds "Sea of Polygons" on Martian Surface

https://nautil.us/curiosity-rover-finds-sea-of-polygons-on-martian-surface-1283236
2•Brajeshwar•12m ago•0 comments

Designing for disconnection: edge patterns cloud habits get wrong

https://www.iotforall.com/designing-for-the-edge-disconnection
1•jonzu•14m ago•0 comments

FBI gets voter's IP address in new fraud probe tactic

https://www.axios.com/2026/07/31/fbi-voter-ip-address-investigation
2•sailfast•14m ago•0 comments

Lightweight Video Editor for Mac, 182x lighter than Capcut

https://lightweightvideoeditor.com
1•astonfred•15m ago•0 comments

Ask HN: Give Me Your Earworm

1•t-3•15m ago•1 comments

Pi Is a Nice Agent

https://resolve.works/articles/pi-is-a-really-nice-agent/
2•monneyboi•16m ago•0 comments

Nothing Is Easy When You're an LLM: The Flat Latency Problem

https://aidoses.substack.com/p/nothing-is-easy-when-youre-an-llm
1•ryanrad•16m ago•0 comments

The Conductor Developer

https://martinfowler.com/rachels-ramblings/conductor-developer.html
1•speckx•17m ago•0 comments

The Empty Field That Wasn't: GPS, OTAD and Two Decades of Encrypted Broadcasts

https://sjmurdoch.github.io/gps-special-messages/
2•exiguus•17m ago•0 comments

Mirror Mirror: Mirror your PC screen to your phone over your local network

https://github.com/maco30001/Mirror-Mirror
1•maco3000•17m ago•0 comments

Write in Markdown, serve it dynamic

https://en.andros.dev/blog/3f1244d2/write-in-markdown-serve-it-dynamic/
2•andros•17m ago•0 comments

A task completion protocol for coding agents in AGENTS.md

https://craftedbytes.dev/posts/task-completion-protocol/
1•gemyago•18m ago•0 comments

Y2K Will Be Quite Okay

https://www.filfre.net/2026/07/y2k-will-be-quite-okay/
1•doppp•18m ago•0 comments

Disrupting a Criminal Scam Operation

https://openai.com/index/disrupting-malicious-uses-of-ai-criminal-scam-operation/
1•swolpers•20m ago•0 comments

Show HN: I built a local-first planner that puts your task inside calendar event

https://apps.apple.com/ph/app/zesfy-to-do-list-reminders/id6479947874
2•zesfyapp•22m ago•0 comments

How to Spot AI Writing

https://www.economist.com/culture/2026/07/30/how-to-spot-ai-writing
1•rimeice•23m ago•0 comments

An API for MoQ: provision your own isolated relays

https://blog.cloudflare.com/moq-relays/
1•englishm•25m ago•1 comments

The Mac Calendar Google never built

https://horacal.app/
1•chrkl•25m ago•0 comments