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!

Every Package Is Installed

https://fzakaria.com/2026/09/24/every-package-is-already-installed
1•ghuntley•14s ago•0 comments

Perch: Semantic Code Linting with Jev

https://github.com/lakeday-org/perch
1•handfuloflight•1m ago•0 comments

Is indirect prompt injection still a big threat as models get more advanced?

https://realarcherl.github.io/posts/prompt_injection/
1•ArcherL•7m ago•0 comments

AI/ML Engineer

https://docs.google.com/forms/d/e/1FAIpQLSdrsnW2CpvYDBRZnS91cL4nXgnvi1mwQSYqF6IhvGPImaLKYw/viewform
1•lets_talk•20m ago•0 comments

We Built Safety into Muse

https://research.meta.ai/blog/security-and-safety-for-ai-agents-our-approach-with-muse
1•AnhTho_FR•22m ago•0 comments

Micron Technology sucessfully demonstrates first 512GB DDR5 RDIMM module

https://investors.micron.com/news/press-release/2026/Micron-Advances-Memory-Innovation-With-the-W...
1•peter_d_sherman•25m ago•0 comments

September's ozone hole biggest in 20 years, warning signs appeared months ago

https://www.rnz.co.nz/news/science-and-technology/1572285/september-s-ozone-hole-biggest-in-20-ye...
2•colinprince•25m ago•0 comments

Collaborative Editing in Wordgard

https://marijnhaverbeke.nl/blog/collaborative-editing-wordgard.html
3•fagnerbrack•29m ago•1 comments

Plan Mode Is Dead

https://www.aymannadeem.com/artificial/intelligence,/developer/tools/2026/09/24/plan-mode-is-dead...
1•jmvldz•31m ago•0 comments

Power your agents: Gemini 3.8 Live with Live Avatar is now generally available

https://cloud.google.com/blog/products/ai-machine-learning/gemini-3-8-live-with-live-avatar-is-no...
1•planteur•35m ago•0 comments

What I Found Out About Organ Donation Shocked Me

https://www.nytimes.com/2026/09/18/opinion/organ-donation-system-ethics-trust.html
2•Alien1Being•35m ago•3 comments

Scalable Subagents

https://github.com/ringlochid/oh-my-subagents
1•ringlochid•36m ago•0 comments

We Built a City of 10k AI Researchers

https://lab.cloud/society/
1•simonpure•41m ago•0 comments

Congestion pricing funds $5M program for overnight truck deliveries in NYC

https://gothamist.com/news/congestion-pricing-funds-5-million-program-for-overnight-truck-deliver...
1•geox•43m ago•0 comments

Show HN: I built 11 Sudoku variants – killer cage generation was the hard part

https://iqiqgame.com/tags/sudoku
1•fang3651•45m ago•1 comments

Side-Channel Leakage from the File-Notification System

https://inoti.fyi/
1•xiaoyu2006•48m ago•1 comments

Learning to Discover Interesting Mathematics

https://arxiv.org/abs/2609.28603
1•E-Reverance•50m ago•0 comments

Research into file-notification attacks on Linux

https://lwn.net/Articles/1096431/
1•xiaoyu2006•51m ago•0 comments

FDA panel endorses first-of-a-kind cancer blood test from Grail

https://apnews.com/article/grail-test-cancer-fda-dna-8fc5480be365b59c450043daa38cad30
1•gmays•53m ago•0 comments

Government considers £11 monthly UK broadband fee to fund BBC TV

https://www.ispreview.co.uk/index.php/2026/09/government-considers-11-monthly-uk-broadband-fee-to...
1•ksec•1h ago•1 comments

Show HN: Today I deployed this Durable Chat application and was impressed

https://durable-chat-template.netly.workers.dev/PghOYV3NHew0fYlhGAUZB
1•DinakarS•1h ago•0 comments

AICore: Exploring an adaptive control layer for heterogeneous PCs

https://github.com/7-hello007/AICore-Showcase
1•Kenny9892•1h ago•0 comments

Scaling Laws for Neural Language Models (first "scaling laws" paper from 2020)

https://arxiv.org/abs/2001.08361
2•thoughtpeddler•1h ago•0 comments

Bad examples can override agent skill files

https://codecut.ai/agent-skills-bad-session-history/
2•khuyentran1401•1h ago•0 comments

Search and Recommender Engines AI

https://github.com/alopatenko/LLMSearchRecommender
1•pltig•1h ago•0 comments

Ask HN: Who is smarter than you that you listen to what they have to say?

1•SMAAART•1h ago•3 comments

Using AI to Contribute to Open Source

https://www.visidata.org/blog/2026/ai/
1•pietroppeter•1h ago•1 comments

Show HN: Apple Ads as Infra as Code

https://github.com/picubedllc/terraform-provider-appleads
1•irdz•1h ago•0 comments

Supreme Court's emergency rulings imposing institutional costs

https://thehill.com/regulation/court-battles/6110805-justice-jackson-critiques-scotus-emergency-d...
1•Alien1Being•1h ago•0 comments

Show HN: Zchyoom - Live-ish Shinkansen Map

https://traingo.nyoom.io
2•qmarchi•1h ago•2 comments