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!

Wrote that Boomers were choking America's economy. Their responses are revealing

https://fortune.com/2026/05/31/boomer-reaction-economy-feel-stuck-confused-angry-sad-insecure/
1•ourmandave•2m ago•0 comments

State Engineering for Agents

https://twitter.com/kleptobyte/status/2060973079140929823
2•Kleptobyte•23m ago•0 comments

CXL-ClusterSim: Modeling CXL-Based Disaggregated Memory

https://arxiv.org/abs/2605.27745
1•rbanffy•24m ago•0 comments

Dear Steve Lemay

https://ilyabirman.net/meanwhile/all/dear-steve-lemay/
1•exizt88•28m ago•0 comments

Review of the MoErgo Glove80 Keyboard

https://arslan.io/2024/04/22/review-of-the-moergo-glove80-keyboard/
1•akyuu•29m ago•0 comments

Show HN: TIL – a timeline file format with a spiral viewer and editor

https://til.rfy.nz
1•rellfy•29m ago•0 comments

Show HN: Monolith, live typed queries on real Postgres for Java (no JDBC)

https://github.com/singlr-ai/monolith
1•uday_singlr•31m ago•0 comments

A Brief-Ish History of SETI. Part VIII: Paradox? What Paradox?

https://www.universetoday.com/articles/a-brief-ish-history-of-seti-part-viii-paradox-what-paradox
1•tcp_handshaker•39m ago•0 comments

Go Hug an Open Source Maintainer (and Is Rsync Slop Now?)

https://techstackups.com/articles/the-rsync-thing-and-why-you-should-be-nice-to-open-source-maint...
1•ritzaco•40m ago•0 comments

Tell HN: Meta's AI support feature allows Instagram accounts to be stolen

6•parable•40m ago•1 comments

Mapa.ua – Ukraine War Map

https://mapa.ua/
1•airlabs-co•41m ago•0 comments

Can I just say f*** AI, f*** AI, f*** AI? [video]

https://www.youtube.com/shorts/0z7Q0Bg9TAY
1•tcp_handshaker•42m ago•1 comments

Show HN: Font Wizard Pro – a font manager for iPhone and iPad

https://apps.apple.com/us/app/font-wizard-pro-font-manager/id352966034
1•stalinkay•42m ago•0 comments

Simple systems are the best systems

https://jerodsanto.net/2026/05/simple-systems-are-the-best/
2•jerodsanto•46m ago•0 comments

Economic Growth and Community Well-Being Are Not Opposites

https://www.civicbrand.com/insights/articles/economic-growth-and-community-well-being-are-not-opp...
1•mooreds•47m ago•0 comments

Beyond the API: Why Critical Infrastructure Is Going Streaming

https://schematichq.com/blog/beyond-the-api-why-critical-infrastructure-is-going-streaming
2•mooreds•47m ago•0 comments

Tiendli – e-commerce, reservations and marketplace for Latam SMEs

https://tiendli.com
2•zuomy•50m ago•0 comments

Spaniel – OpenTelemetry viewer for local development (Postman for your traces)

https://github.com/zfogg/spaniel
1•zfogg•51m ago•0 comments

It's Not Just X. It's Y

https://mail.cyberneticforests.com/its-not-just-data-its-post-training/
21•mooreds•54m ago•2 comments

Linear CEO Responds to Corgi (YC S24) CEO on Grindmaxxing

https://twitter.com/karrisaarinen/status/2061139112426623054
3•hbcdbff•55m ago•0 comments

Atherton spent $145K to delay train electrification. The rest of us paid $400M

https://peninsulaforeveryone.org/blog/atherton-spent-145k-to-delay-caltrain-electrification-the-r...
76•mslate•56m ago•12 comments

Fish Sleep a Lot Like Us. (They Even Nap.)

https://www.nytimes.com/2026/05/27/science/fish-sleep-a-lot-like-us-they-even-nap.html
1•cainxinth•58m ago•0 comments

Ask HN: Do you use Cloudflare bot protection? If so, why do you use it?

2•Velocifyer•1h ago•0 comments

Agent-stack – one command to make any repo token-efficient for Claude Code

https://github.com/drmahdikazempour/agent-stack
1•mahdikaz•1h ago•0 comments

G7 Agrees on Shared Language Around Open-Source AI, Open Weights AI

https://www.phoronix.com/news/G7-On-Open-Source-AI
1•winter_blue•1h ago•0 comments

JavaScript Crossword

https://lyra.horse/fun/jscrossword/
3•marvinborner•1h ago•0 comments

Show HN: Pictolab (online HDR image editor)

https://pictolab.io/
2•ChadNauseam•1h ago•2 comments

What Is Code

https://martinfowler.com/articles/what-is-code.html
3•wapasta•1h ago•0 comments

Pixelnet – The social network for game developers

https://pixelnet.flarum.cloud
2•telui•1h ago•1 comments

The need for a socialist planned economy (2021)

https://www.marxist.ca/article/the-need-for-a-socialist-planned-economy
16•vhantz•1h ago•4 comments