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!

What did SFFA vs. Harvard reveal about admissions?

https://sorting-machine.pages.dev/
1•StrageMusik•2m ago•0 comments

Trump's plan for Europe is falling apart

https://www.ft.com/content/23041bb7-4647-4efe-b790-b763d270fb72
1•petethomas•2m ago•0 comments

Success may not matter if you aren't doing what you love

https://12gramsofcarbon.com/p/founders-guide-success-may-not-matter
1•theahura•3m ago•0 comments

Show HN: Microphone – Talk out your side-project ideas, then test them with ads

https://www.trie.dev/
1•Kriptering•3m ago•0 comments

Show HN: I MitM'd Plex to make remote streaming suck less

https://github.com/inhumantsar/plex-proxy/
1•inhumantsar•3m ago•0 comments

As We May Think – Vannevar Bush (1945)

https://web.archive.org/web/20120822124246/http://www.theatlantic.com/magazine/archive/1945/07/as...
1•embedding-shape•3m ago•0 comments

Groupchatty – Real time chat while using Codex and Claude

https://error.workos.com/redirect-uri-invalid?invalid_redirect_uri=https%253A%252F%252Fgroupchatt...
1•svapnil•5m ago•0 comments

Meta on course to become America's next big cloud provider

https://www.theregister.com/ai-and-ml/2026/07/14/zucks-ai-ambitions-put-meta-on-course-to-become-...
2•galaxyLogic•8m ago•0 comments

Trump invested crypto gains in stocks and bonds, filings show

https://www.reuters.com/legal/government/trump-invested-crypto-gains-stocks-bonds-filings-show-20...
2•petethomas•11m ago•0 comments

Show HN: Made a Free LLM Router

https://www.flexinference.com
2•Aperswal•11m ago•0 comments

AI Model Co-Design: Hardware-Friendly LLM Design

https://developer.nvidia.com/blog/ai-model-co-design-hardware-friendly-llm-design/
2•ashvardanian•13m ago•0 comments

The Political Economy of Diversity, Equity, and Inclusion

https://osf.io/preprints/socarxiv/5tgcs_v1
2•gmays•16m ago•0 comments

Turn your singing voice into printable notes (in the browser)

https://om-intelligence.ch/projects/vocal-notation/vocal-notation.html
2•busssard•18m ago•1 comments

Scams Were Awful. Then They Got AI

https://www.rstreet.org/commentary/scams-were-already-awful-then-they-got-ai/
2•antondd•19m ago•0 comments

Ask HN: What are the best free ePub books to read?

3•smalltorch•22m ago•0 comments

Web Scraper Sets $1M 'Bug Bounty' as Industry Scrutinized

https://www.bloomberg.com/news/articles/2026-07-10/web-scraper-sets-1-million-bug-bounty-as-indus...
2•petethomas•22m ago•0 comments

Show HN: The New Cyborgs Don't Have Implants

https://www.bulaev.net/p/the-new-cyborgs-dont-have-implants
2•sbulaev•22m ago•0 comments

A Hitchhiker's Guide on Distributed Training of Deep Neural Networks (2020)

https://www.sciencedirect.com/science/article/abs/pii/S0743731518308712
2•measurablefunc•25m ago•0 comments

Customer auth for AI voice agents

https://www.ringd.dev/
2•georgekats•27m ago•1 comments

Human Canaries: Remembering the Munitionettes

https://www.historytoday.com/archive/great-debates/human-canaries-remembering-munitionettes
2•Thevet•35m ago•0 comments

Long term memory cortex for agents that maintains tensions

https://github.com/mavaali/daftari
2•mavaali•37m ago•0 comments

ETTrace: Local Mobile Performance Flamegraph

https://www.emergetools.com/flamegraph
2•gmays•40m ago•0 comments

Zig creator calls Bun's Claude Rust rewrite 'unreviewed slop'

https://www.theregister.com/devops/2026/07/14/zig-creator-calls-buns-claude-rust-rewrite-unreview...
6•joebuckwilliams•42m ago•1 comments

Tachyon: An AI Screen-Aware Tutor

https://heybraza.com
2•orakulus•44m ago•0 comments

Show HN: FixBugs – Reproduce production bugs and verify fixes

https://fixbugs.ai
8•kirtivr•46m ago•1 comments

Deceptive Grounding: Entity Attribution Failure in Clinical RAG

https://arxiv.org/abs/2607.09349
2•sbulaev•47m ago•0 comments

What are Forward Deployed Engineers, and why are they so in demand? (2025)

https://newsletter.pragmaticengineer.com/p/forward-deployed-engineers
11•saisrirampur•50m ago•2 comments

UBS Global Wealth Report 2026 [pdf]

https://www.visualcapitalist.com/wp-content/uploads/2026/07/global-wealth-report-en-2026.pdf
4•karakoram•51m ago•0 comments

Cursor Forgets What You Did 20 Minutes Ago. So I Built a System to Fix That

https://medium.com/powermindai/cursor-kept-forgetting-what-we-talked-about-20-minutes-ago-so-i-bu...
2•taylorazul-ai•51m ago•0 comments

Falling Behind: How Skills Shortages Threaten Future Jobs [pdf]

https://cew.georgetown.edu/wp-content/uploads/cew-falling_behind-fr.pdf
2•toomuchtodo•52m ago•0 comments