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!

Dotty – a TUI to navigate all your dotfiles from anywhere in one command

https://github.com/RiccardoCataldi/dotty
2•telesio•1m ago•0 comments

Organic Thinking: The Philosopher's Salon

https://mrmarket.bearblog.dev/organic-thinking-the-philosophers-salon/
2•mrmarket•2m ago•0 comments

Decentralized Medical Records

2•SERSI-S•3m ago•0 comments

Corporate America Is Starting to Ration AI as Cost Skyrockets

https://www.wsj.com/tech/ai/corporate-america-is-starting-to-ration-ai-as-cost-skyrockets-1eb99d7a
2•1vuio0pswjnm7•4m ago•0 comments

Keeping the Cursor App Stable

https://cursor.com/blog/app-stability
2•ankitg12•6m ago•0 comments

Show HN: CPU model for fact-checking, summarizing, explaining text locally

https://github.com/kouhxp/fftext
1•mrkn1•7m ago•0 comments

Software Companies Are Making Weird Physical Objects Now. Here's Why

https://www.inc.com/connor-jewiss/software-companies-are-making-weird-physical-objects-now-heres-...
1•connorjewiss•10m ago•0 comments

Four Privacy Enforcement Priorities Emerge Among States

https://news.bloomberglaw.com/privacy-and-data-security/four-privacy-enforcement-priorities-emerg...
1•1vuio0pswjnm7•11m ago•0 comments

More State Data Laws Signal Companies to Act on AI and Privacy

https://news.bloomberglaw.com/us-law-week/more-state-data-laws-signal-companies-to-act-on-ai-and-...
1•1vuio0pswjnm7•13m ago•0 comments

Missouri cut Dolly Parton's book program because lawmakers don't know its value

https://www.kansascity.com/opinion/opn-columns-blogs/mara-rose-williams/article315939545.html
1•petethomas•13m ago•0 comments

New York City-style air conditioning rules for London rejected by City Hall

https://www.mylondon.news/news/zone-1-news/new-york-city-style-air-34021627
1•susam•15m ago•0 comments

Is AI putting graduates out of work already?

https://www.economist.com/finance-and-economics/2026/05/13/is-ai-putting-graduates-out-of-work-al...
2•wyclif•16m ago•0 comments

Autonomous LLM Agent Worms

https://arxiv.org/abs/2605.02812
1•ankitg12•16m ago•0 comments

Open-source spectre haunts the AI feast

https://www.reuters.com/commentary/breakingviews/open-source-spectre-haunts-ai-feast-2026-05-28/
1•petethomas•19m ago•0 comments

Computer Chronicles – Concurrent CP/M [video]

https://www.youtube.com/watch?v=w9EHc80HY4U
2•ofrzeta•19m ago•1 comments

Spec Kit on a brownfield codebase: setup and first impressions

https://hubreb.github.io/blog/spec-kit-brownfield-setup
1•rh2•21m ago•0 comments

AI Researchers, Ask Yourself These 6 Questions to Strengthen Your Moral Muscles

https://www.lesswrong.com/posts/w4ynu8L57dJP29p5c/ai-researchers-ask-yourself-these-6-questions-t...
1•yurivish•21m ago•0 comments

The Critical State of Cyberspace

https://www.jstor.org/content/pdf/oa_chapter_edited/jj.40494811.19?acceptTC=true&coverpage=false&...
1•praalhans•21m ago•1 comments

Meet the UK's Own LeBron James

https://www.bbc.com/news/articles/c99ll5z1vvpo
1•RickJWagner•22m ago•0 comments

Marknote 1.6.0

https://carlschwan.eu/2026/05/30/marknote-1.6.0/
2•jandeboevrie•25m ago•0 comments

Tinnitus – Nature Reviews Disease Primers

https://www.nature.com/articles/s41572-026-00702-0
1•itchingsphynx•30m ago•0 comments

Aliens

https://www.whitehouse.gov/aliens/
4•mxschumacher•31m ago•2 comments

A Famous Math Problem Stumped Humans for 80 Years. AI Just Cracked It

https://www.wsj.com/tech/ai/ai-math-solves-erdos-problem-openai-c4029e84
1•ktr•32m ago•1 comments

Building an Agent with the Cline SDK

https://packagemain.tech/p/building-an-agent-with-the-cline-sdk
2•der_gopher•38m ago•0 comments

Have we ever been so tribal?

https://clueful.co/tribal
1•skadamat•40m ago•0 comments

Lunacy: A Lua JIT Written in Rust

https://redvice.org/2026/lunacy/
3•fanf2•40m ago•0 comments

Proposed new US funding rules: We can cancel any grant at any time

https://arstechnica.com/science/2026/05/the-office-of-management-and-budget-tries-again-to-crippl...
41•mhalle•40m ago•15 comments

LLMShare: Attackers are turning AI chatbot pages into malware delivery platforms

https://pushsecurity.com/blog/llmshare-malvertising-campaign
1•croes•1h ago•0 comments

CQL: Categorical Databases

https://categoricaldata.net/
2•noworriesnate•1h ago•0 comments

Edgar Morin Has Died

https://www.france24.com/en/france/20260530-french-intellectual-and-inventor-of-cinema-verite-edg...
3•jmague•1h ago•0 comments