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!

Studying the Role of Sandboxing for AI Control

https://www.lesswrong.com/posts/6wo4weeujruLXrnsT/studying-the-role-of-sandboxing-for-ai-control
1•joozio•1m ago•0 comments

Show HN: Worldle Game, but Multiplayer Version

https://landfall.manojvivek.workers.dev
1•manojvivek•4m ago•0 comments

Instagram, Ritz-Carlton, Bourbon

https://www.marginpoints.com/issues/instagram-ritz-carlton-bourbon
2•historian1066•6m ago•0 comments

How to Prepare for Chat Control

https://homehack.nl/how-to-prepare-for-chat-control/
2•speckx•9m ago•0 comments

See How Trump's Truth Social Posts Move Stocks

https://www.wsj.com/politics/policy/see-how-trumps-truth-social-posts-move-stocks-5ee3611b
3•thm•10m ago•1 comments

OpenEvidence is bribing spouses of CMI and Genentech leadership

3•mdpartner•13m ago•0 comments

Chessperiment – Create and play custom chess variants in the browser

https://chessperiment.app/en
1•ItzMassel•13m ago•0 comments

Ancient Princesses Were Weapon-Wielding Badasses, Scientists Discover

https://www.404media.co/ancient-princesses-were-weapon-wielding-badasses-scientists-discover/
2•Brajeshwar•14m ago•0 comments

Show HN: RL Environment for Sheep Hearding

https://github.com/midhunharikumar/sheepdog-rl
1•blackboattech•16m ago•0 comments

Show HN: Textcaster, a feeds-native social timeline you can self-host

https://textcaster.app
1•rmdes•19m ago•0 comments

Nvidia's CMP 170HX Full Compute and Memory (80GB) may be unlockable via exploit

https://old.reddit.com/r/LocalLLaMA/comments/1uxqccx/psa_nvidias_cmp_170hx_full_compute_and_memor...
1•qingcharles•20m ago•0 comments

Renovate or Rebuild? Architectural techniques for the million euro tradeoff

https://www.youtube.com/watch?v=8ScSAh0hu0I
1•RebootStr•20m ago•0 comments

Cyberchase: For Parents and Teachers

https://www.pbs.org/parents/shows/cyberchase
2•lioeters•22m ago•0 comments

Anthropic runs like Wile E. Coyote into the brick wall of consciousness research

https://www.theintrinsicperspective.com/p/anthropic-runs-like-wile-e-coyote
3•paulpauper•23m ago•0 comments

Greatest Failures of Orson Welles

https://www.honest-broker.com/p/the-10-greatest-failures-of-orson
1•paulpauper•24m ago•0 comments

Time Is Always Different

https://www.overcomingbias.com/p/this-time-is-always-different
1•paulpauper•24m ago•0 comments

A Few Notes on the Origins of 'Pitmaston Pine Apple'

https://orchardnotes.com/2026/06/04/a-few-notes-on-the-origins-of-pitmaston-pine-apple/
1•wawayanda•25m ago•0 comments

Child's next teacher could be a sex robot

https://gizmodo.com/your-childs-next-teacher-could-be-a-sex-robot-2000787284
2•mikelgan•27m ago•1 comments

Pere Ubu Meets X: The Man with the X-Ray Eyes

https://cinemasojourns.com/2026/07/18/pere-ubu-meets-x-the-man-with-the-x-ray-eyes/
2•jjgreen•27m ago•0 comments

Model Routing Is Simple. Until It Isn't

https://huggingface.co/blog/ibm-research/model-routing-is-simple-until-it-isnt
2•gmays•27m ago•0 comments

Heresy

https://paulgraham.com/heresy.html
19•appreciatorBus•30m ago•7 comments

If you don't have MCP for your app/service – you're missing out

https://old.reddit.com/r/SaaS/comments/1uzhus8/if_you_dont_have_mcp_for_your_saas_youre_missing/
1•astashov•30m ago•0 comments

Email Patch Review Tool for Thunderbird

https://mccd.space/posts/26-07-18/3-patch-review-tool-for-thunderbird
1•WhyNotHugo•34m ago•0 comments

Show HN: Talon – a self-hosted harness for long-lived AI agents

https://github.com/dylanneve1/talon
1•claudiusthebot•37m ago•0 comments

Young adults are poor despite every metric which suggests otherwise

https://xcancel.com/i/article/2077113148524417439
28•like_any_other•41m ago•32 comments

Amp – Subscriptions at Last

https://ampcode.com/news/subscriptions
1•monty5811•41m ago•0 comments

Netflix Paid $587M for Ben Affleck's AI Startup InterPositive

https://variety.com/2026/film/news/netflix-paid-587-million-ben-affleck-ai-interpositive-1236815111/
3•andsoitis•42m ago•0 comments

Show HN: I made a LeetCode tracker that looks like Hacker News

https://leet150.vercel.app/
1•joudbitar•44m ago•0 comments

Show HN: OpenCareLoop - Solve your family's health, one loop at a time.

https://karankurani.github.io/OpenCareLoop/
1•BIackSwan•44m ago•0 comments

DOOMQL – Game Engine in SQL

https://github.com/petergpt/doomql
2•andsoitis•45m ago•0 comments