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•11mo 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!

Peat – A typed functional language that compiles to JavaScript

https://peat-lang.fly.dev/
1•asiimo•54s ago•0 comments

Show HN: Host, share, promote and track release artifacts via your coding agent

https://jfrog.com/fly/
1•guyle•5m ago•0 comments

ASI-Evolve: AI Accelerates AI

https://arxiv.org/abs/2603.29640
1•foruhar•5m ago•0 comments

Show HN: Bor – Policy management for Linux desktops

https://getbor.dev/
1•eniac111•7m ago•0 comments

Toward an Open-Source Playbook for OpenClaw Deployment

https://autoclaw.sh
2•anuveyatsu•9m ago•0 comments

Amazon rolls out 1-hour, 3-hour delivery

https://www.cnbc.com/2026/03/17/amazon-rolls-out-1-hour-3-hour-delivery-in-latest-fast-shipping-t...
1•surprisetalk•11m ago•0 comments

Algebrica: A Mathematical Knowledge Base

https://algebrica.org/
2•surprisetalk•11m ago•0 comments

Think Tanks Have Defeated Democracy

https://letter.palladiummag.com/p/early-article-think-tanks-have-defeated
1•surprisetalk•11m ago•0 comments

Conflict is the art of checking underneath the rocks

https://www.avabear.xyz/p/conflict-is-the-art-of-checking-underneath
1•surprisetalk•11m ago•0 comments

Key evidence disappears from Tesla involved in crash

https://electrek.co/2026/04/13/tesla-norway-crash-evidence-stolen-network-card-missing/
4•doener•14m ago•0 comments

Show HN: Techno Kick

https://technokick.com
1•stagas•14m ago•0 comments

Show HN: Voight-Kampff Machine: Diagnostics of the "Is" vs. "Wish" Clash

https://zenodo.org/records/19538276
1•Weatherill•15m ago•1 comments

The exponential curve behind open source backlogs

https://armanckeser.com/writing/jellyfin-flow
2•armanckeser•16m ago•0 comments

The Usefulness of Useless Knowledge

https://timharford.com/2026/04/the-usefulness-of-useless-knowledge/
2•rpgbr•17m ago•0 comments

Absurd in Production: Durable Execution with Just Postgres

https://lucumr.pocoo.org/2026/4/4/absurd-in-production/
1•lapnito•18m ago•0 comments

The missing catalogue: why finding books in translation is still so hard

https://blogs.lse.ac.uk/impactofsocialsciences/2026/04/13/the-missing-catalogue-why-finding-books...
2•AusiasTsel•19m ago•0 comments

OpenAI Codex Telepathy feature flag: sidecar for passive screen-context memories

https://github.com/openai/codex/pull/17777/commits/da513220f971346718399012300665a93dfb8883
1•matthieu_bl•19m ago•0 comments

Ask HN: I quit my job over weaponized robots to start my own venture

7•barratia•23m ago•3 comments

Building a Real-Time Routing System for Payment Success at Cashfree Payments

https://tech.cashfree.com/building-a-real-time-routing-system-for-high-volume-payment-success-at-...
1•shritama_saha•24m ago•0 comments

Read the Friendly Manual

https://plo.fyi/blog/read-the-friendly-manual/
1•ploMP4•25m ago•0 comments

Ada Lovelace and the First Computer Algorithm

https://www.101computing.net/ada-lovelace-and-the-first-computer-algorithm/
1•birdculture•25m ago•0 comments

We Tracked Every Congressional Bill to Its Prediction Market

https://simplefunctions.dev/blog/legislation-tracker-congress-prediction-markets
1•patrickliu0077•26m ago•1 comments

China Imposes New Rules to Block Foreign Companies from 'Decoupling'

https://www.nytimes.com/2026/04/14/business/china-foreign-companies-supply-chain.html
2•thelastgallon•27m ago•0 comments

The Case Against Gameplay Loops

https://blog.joeyschutz.com/the-case-against-gameplay-loops/
3•coinfused•28m ago•1 comments

Optimizing Chained Strcmp Calls for Speed and Clarity

https://medium.com/@yair.lenga/optimizing-chained-strcmp-calls-for-speed-and-clarity-without-refa...
1•yairlenga•30m ago•1 comments

Architecture Catas – A collection of anti-patterns

https://github.com/Bellangelo/architecture-catas
3•bellangelo•30m ago•0 comments

Mastodon gets Sovereign Tech Agency funding

https://blog.joinmastodon.org/2026/04/sovereign-tech-agency-funding/
4•edent•32m ago•1 comments

Rubens Menin's 150 Years "Old" Port Wine

https://neofeed.com.br/finde/o-vinho-do-porto-very-very-old-de-rubens-menin/en/
1•Anon84•33m ago•0 comments

Computational 'time machine' shows solar and wind power on track for 2°C target

https://techxplore.com/news/2026-04-machine-solar-power-track-2c.html
1•geox•33m ago•0 comments

NimConf 2026: Dates Announced, Registrations Open

https://nim-lang.org/blog/2026/04/07/nimconf-2026.html
8•moigagoo•35m ago•0 comments