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!

Framework Laptop 13 Pro: Major Upgrades and Linux Front and Center

https://boilingsteam.com/framework-laptop-13-pro-announced/
3•ekianjo•6m ago•0 comments

How Elon Musk Used SpaceX to Benefit Himself and His Businesses

https://www.nytimes.com/2026/04/24/technology/elon-musk-spacex-loans.html
1•1vuio0pswjnm7•6m ago•0 comments

Starting Sandboxes in Parallel

https://www.tensorlake.ai/blog/starting-1000-sandboxes-in-parallel?trk=feed_main-feed-card_feed-a...
1•gk1•7m ago•0 comments

M5Stack CardputerZero Powered by Raspberry Pi CM0 Launching on Kickstarter Soon

https://www.hackster.io/news/m5stack-unveils-the-cardputerzero-an-all-in-one-pocket-sized-gadget-...
1•Lwrless•9m ago•0 comments

Show HN: SVG Fitter – Rust+WASM Vectorizer

https://svg.axk.sh
1•xlii•9m ago•0 comments

AI Is Cannibalizing Human Intelligence

https://www.wsj.com/tech/ai/is-ai-smarter-than-humans-cyborg-956e0f0e
1•1vuio0pswjnm7•11m ago•0 comments

New Apple support doc: "If you're asked to confirm that you're an adult"

https://support.apple.com/en-us/125662
1•CharlesW•14m ago•0 comments

Bangladesh's gig workers are stuck in gas lines as Iran-U.S. war strains supply

https://restofworld.org/2026/gulf-war-oil-supply/
1•vinnyglennon•14m ago•0 comments

Iran caused more extensive damage to U.S. military bases than publicly known

https://www.nbcnews.com/world/iran/iran-caused-extensive-damage-us-military-bases-publicly-known-...
3•hggh•16m ago•0 comments

Bitburner, a programming-based incremental game

https://bitburner-official.github.io/
1•srcreigh•17m ago•0 comments

The Epistemological Crisis of BCI: Addressing the Infohazard

https://www.reddit.com/r/BCI/s/cmFfu5yDmO
1•Edgemute•18m ago•0 comments

Batteries Included CLI Framework

2•maxalbarello•20m ago•3 comments

Meetings Are Forcing Functions

https://www.mooreds.com/wordpress/archives/3734
2•mooreds•20m ago•0 comments

Talk HN: Hackerchat

https://apps.apple.com/us/app/hc-chat-the-hackernews/id6760586283
1•enyars•20m ago•1 comments

GitHub leaking private repositories and access? [video]

https://www.youtube.com/watch?v=MupI-OgdZik
1•jmount•21m ago•1 comments

How to Attend the Altman vs. Musk Trial

1•major4x•21m ago•0 comments

ShadowStrike-Phantom Open-Source Endpoint Protection Platform

1•Soocile•21m ago•0 comments

Doctors and education experts call for a 5-year AI moratorium in schools

https://fortune.com/2026/04/16/doctors-experts-ai-moratorium-schools/
1•obscurette•21m ago•0 comments

Utah Medical Board urges immediate halt of Doctronic AI prescribing algorithm [pdf]

https://www.fsmb.org/siteassets/communications/doctronic-letter-from-medical-board.pdf
1•randycupertino•24m ago•0 comments

Yalda Hakim on the collapse of 'seeing is believing'

https://www.reuters.com/lifestyle/culture-current/yalda-hakim-collapse-seeing-is-believing-2026-0...
1•dredmorbius•25m ago•0 comments

North Carolina student fights accusation of AI use

https://www.govtech.com/education/k-12/north-carolina-student-fights-accusation-of-ai-use
1•anonymousab•25m ago•0 comments

Shipping the OpenClaw Stack in Public

https://agentbot.sh
1•Agentbot-esky•30m ago•0 comments

The Case for Fixing Everything

https://www.technologyreview.com/2026/04/17/1135408/book-review-stewart-brand-fixing-everything-m...
1•mooreds•30m ago•0 comments

Avoid Shipping Your Org Chart

https://chronicbuildfailure.co/how-to-avoid-shipping-your-org-chart-c086effe751c
1•moooo99•31m ago•0 comments

Show HN: 1gbps Tokenizer written in Assembly. 20x faster than HuggingFace

https://github.com/dogmaticdev/SIMD-Tokenizer
1•dogmaticdev•31m ago•1 comments

Ask HN: Cyberdecks are cool but do they serve a purpose?

2•hamiecod•33m ago•1 comments

AI created SE050 PCB for me and it works, damn (not an electrical engineer)

https://www.etsy.com/listing/4494477464/se050-secure-element-breakout-board
1•alen-z•37m ago•2 comments

RLM ♥ GEPA: You Can Use RLMs to Improve RLMs with GEPA

https://twitter.com/GabLesperance/status/2048072367876735415
1•glesperance•40m ago•0 comments

The AI Revolution: The Road to Superintelligence (2015)

https://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html
1•simonebrunozzi•42m ago•0 comments

A graduating CS senior cannot afford the AI eating his career

https://pilgrimsage.substack.com/p/the-side-door
1•momentmaker•44m ago•0 comments