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!

Clojure 1.13 adds support for checked keys

https://clojure.org/news/2026/07/02/clojure-1-13-alpha1
1•FelipeCortez•44s ago•0 comments

PHPStorm Lite

https://phpstorm.dev/light-mode
1•dmitrijbelikov•3m ago•0 comments

Show HN: Vulns in production OSS, at $6–7 per full codebase scan

https://medium.com/@fergallardogalaviz/30-confirmed-vulnerabilities-in-production-oss-at-6-7-per-...
1•fergallardo•4m ago•0 comments

Show HN: A tracker and synthesizer in your web browser

https://playrowbot.com
1•stets•4m ago•0 comments

Private Credit Is Making Bets on Consumer Debt at a Precarious Time

https://www.bloomberg.com/news/features/2026-06-28/private-credit-is-fueling-buy-now-pay-later-gr...
1•petethomas•5m ago•0 comments

Removing Idle Uploads

https://blog.catbox.moe/post/821058172332769280/removing-idle-uploads
1•Cider9986•6m ago•0 comments

Mathematics in the Age of AI

https://www.quantabooks.org/kevin-hartnett-on-mathematics-in-the-age-of-ai/
1•digital55•10m ago•0 comments

Germany charges Nord Stream suspect with attacking pipeline on behalf of Ukraine

https://www.reuters.com/world/europe/germany-charges-nord-stream-suspect-with-war-crime-complicit...
1•miguelazo•10m ago•0 comments

Help investigate if California's new data broker opt-out tool works

https://calmatters.org/economy/technology/2026/06/help-us-investigate-data-privacy-california/
3•indynz•10m ago•0 comments

Scientists Make Cells That Feed, Grow and Reproduce

https://www.smithsonianmag.com/smart-news/scientists-say-theyve-made-cells-that-feed-grow-and-rep...
1•worik•12m ago•0 comments

Fed's Warsh plans to harness better economic data within a year

https://www.reuters.com/business/feds-warsh-plans-harness-better-economic-data-within-year-2026-0...
1•petethomas•14m ago•0 comments

Zuckerberg says AI agent development going slower than expected

https://www.reuters.com/business/zuckerberg-says-ai-agent-development-going-slower-than-expected-...
4•cwwc•14m ago•1 comments

Karja – A privacy first, local AI powered superapp

https://karja.app/
1•hsaikia•15m ago•1 comments

AI CV Radar – ranks jobs against your CV and auto-fills applications

https://ai-cv-radar.vercel.app/
1•kistlak•16m ago•0 comments

Ask HN: Favorite Life Quote

2•chistev•17m ago•0 comments

Spotify Confirms Streaming Fraud After Kalshi Trader Cries Foul

https://www.wired.com/story/spotify-streaming-manipulation-prediction-markets-polymarket-kalshi/
3•galleywest200•17m ago•0 comments

Show HN: Fastest Enterprise AI Gateway

https://github.com/maximhq/bifrost
2•aanthonymax•18m ago•0 comments

Show HN: How much of your index fund is companies you don't want to own?

https://sylph.fyi/
3•chibg10•19m ago•0 comments

The Graduate-School Dropout Toppling China's Academic Stars

https://www.wsj.com/science/the-graduate-school-dropout-toppling-chinas-academic-stars-3c1e5d86
2•PLenz•20m ago•0 comments

Show HN: BYOTag – Build your own Claude tag alternative in 3 API calls

https://www.buildyourownclaudetag.dev/
3•iacguy•20m ago•0 comments

Programming the immune system with timed local drug delivery

https://link.springer.com/article/10.1007/s13346-026-02176-9
2•boas•21m ago•2 comments

We need an accounting system for cognitive debt

https://raw.githubusercontent.com/MikaeI/cognizance/refs/heads/main/we_need_an_accounting_system_...
3•mikaelaast•21m ago•0 comments

AI #175: The Fable Continues

https://thezvi.substack.com/p/ai-175-the-fable-continues
2•paulpauper•22m ago•0 comments

When 2+2=5

https://arstechnica.com/security/2026/06/ai-browsers-can-be-lulled-into-a-dream-world-where-guard...
4•noashavit•23m ago•0 comments

RemotePower: Small Improvements, Big Difference

https://github.com/tyxak/remotepower
2•tyxak•23m ago•0 comments

The Physics of Memory (a.k.a. Can JavaScript ECS?)

https://www.dmurph.com/posts/2026/06/ecs_vs_oop_benchmark/ecs_vs_oop_benchmark.html
2•birdculture•23m ago•0 comments

Blink If You're Human

https://dynomight.substack.com/p/blink
1•paulpauper•24m ago•0 comments

Microsoft launches its own AI deployment company with $2.5B commitment

https://techcrunch.com/2026/07/02/microsoft-launches-its-own-ai-deployment-company-with-2-5-billi...
1•builtbystef•24m ago•0 comments

When is it time to grow up?

https://www.infinitescroll.us/p/when-is-it-time-to-grow-up
1•paulpauper•24m ago•0 comments

CHackerBlog Released – How it was made with AI

https://cimons.com/article/how-this-blog-was-created-with-ai
1•etcimon•26m ago•0 comments