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!

Humiliating IIS servers for fun and jail time

https://mll.sh/humiliating-iis-servers-for-fun-and-jail-time/
1•denysvitali•33s ago•0 comments

DNS Query Duplication

https://www.potaroo.net/ispcol/2026-06/dups.html
1•caminanteblanco•1m ago•0 comments

Among the large new rockets Amazon was counting on, only Europe has delivered

https://arstechnica.com/space/2026/06/amid-launch-bottleneck-amazon-has-hundreds-of-satellites-wa...
1•logickkk1•2m ago•0 comments

Writing as Species-Being

https://philosophyofwriting.substack.com/p/writing-as-species-being
1•herbertl•3m ago•0 comments

Peter Thiel's 'Dialog' network was super-secret. A data leak changed that

https://san.com/cc/peter-thiels-dialog-network-was-super-secret-a-data-leak-changed-that/
1•lorecore•3m ago•0 comments

Show HN: oh-my-reddit – beautiful reddit threads, live in your terminal

https://github.com/renatoworks/oh-my-reddit
1•renatoworks•9m ago•0 comments

Chimera Linux: Clang/LLVM, FreeBSD coreutils, dinit, musl Libc

https://chimera-linux.org/
1•hxorr•16m ago•1 comments

Transfigure αLPHA is live – Yes, moar AI CAD

http://xfgr.ai
1•itstransfigure•16m ago•1 comments

Show HN: Reticle – The map your infrastructure operators deserve

https://reticleops.com/
1•mannders•17m ago•0 comments

Native Coding Agent Optimized for Local LLM and DeepSeek v4 with Vector Memory

https://code.intellios.ai
1•coolwulf•17m ago•0 comments

Show HN: The Oct Programming Language for scientific programming

https://github.com/yuechen-li-dev/oct
1•YuechenLi•19m ago•0 comments

Show HN: The Ruby AI Newsletter

https://rubyai.beehiiv.com/p/ruby-ai-news-june-16th-2026
1•activefx•19m ago•0 comments

Static Types and Shovels

https://carefully.understood.systems/blog-2026-06-10-static-type-shovel.html
1•birdculture•20m ago•0 comments

Tokdiet a local proxy that cuts LLM token spend ~70% without quality loss

https://github.com/agiwhitelist/tokdiet
1•agiwhitelist•22m ago•1 comments

Stolen French fries are spicier than justice: How covert larceny enhances taste

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

Ireland ready to restrict social media for children even without EU agreement

https://www.irishtimes.com/politics/2026/06/16/ireland-ready-to-restrict-social-media-for-childre...
4•piltdownman•26m ago•2 comments

Reinventing the Renaissance

https://drb.ie/article/reinventing-the-renaissance/
2•Petiver•27m ago•0 comments

Show HN: Numax - a portable runtime for distributed apps

https://github.com/GianIac/numax
3•gianiac•28m ago•1 comments

Milky Way's black hole is quiet, scientists found evidence of its missing wind

https://www.cnn.com/2026/06/16/science/milky-way-sagittarius-a-black-hole-wind
2•1659447091•28m ago•0 comments

Digital Printing of Arabic: explaining the problem

https://digitalorientalist.com/2017/08/21/digital-printing-of-arabic-explaining-the-problem/
4•a_t48•31m ago•0 comments

Construction Starts on JetZero's Greensboro Assembly Site – Aviation Week

https://aviationweek.com/aerospace/manufacturing-supply-chain/construction-starts-jetzeros-greens...
2•rbanffy•32m ago•0 comments

Show HN: Private Markets SEC Filings Index

https://search.stillhousedata.com
3•lemonlym•34m ago•0 comments

Mozilla Added Google Play Integrity to Firefox for Android

https://bugzilla.mozilla.org/show_bug.cgi?id=2046154
6•summm•34m ago•0 comments

A Corner on a Country Road

https://worldsensorium.com/a-corner-on-a-country-road/
2•dnetesn•36m ago•0 comments

Andrew Ng ships Open CoWorker desktop AI agent

https://github.com/andrewyng/aisuite
4•Gaishan•37m ago•1 comments

Synaxi-predict: I'm trying to predict token cost before it happens

https://github.com/BeadW/synaxi-predict
1•beadw•37m ago•1 comments

Firefox 152 understands 'Sssh!'

https://www.theregister.com/software/2026/06/16/firefox-152-understands-sssh/5256390
3•Bender•37m ago•0 comments

The UK's Teen Social Media Ban Is Political Theater, Not Child Safety Policy

https://www.techdirt.com/2026/06/16/the-uks-teen-social-media-ban-is-political-theater-not-child-...
21•hn_acker•38m ago•8 comments

On The Architectural Complexity of Neural Networks

https://arxiv.org/abs/2605.04325
1•lamename•38m ago•0 comments

Python dev saved from disaster by intuition...and AI

https://www.theregister.com/ai-and-ml/2026/06/16/python-dev-saved-from-disaster-by-intuitionand-a...
2•Bender•38m ago•1 comments