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!

It's 2026; women are still asked to teach others to think and not be a prick

https://ohhelloana.blog/woman-in-tech/
1•mooreds•1m ago•0 comments

The Myth of the Informed Citizen

https://www.newcartographies.com/p/the-myth-of-the-informed-citizen
1•wigwamnh•2m ago•0 comments

Lovable is the first coding agent platform to adopt AIUC-1 (SoC-2 for AI Agents)

https://www.aiuc-1.com/research/setting-the-standard-for-agentic-development
1•vikeri•2m ago•0 comments

How to Win Eurovision with Just a Few Hundred Voters

https://www.nytimes.com/2026/05/11/world/europe/eurovision-israel-votes.html
1•donohoe•3m ago•0 comments

Designing for Agents

https://twitter.com/teddy_riker/status/2047312986696454584
1•GabrielBianconi•3m ago•0 comments

jacobin: More than minimal Java 21 JVM writen in Go

https://github.com/platypusguy/jacobin
2•nateb2022•3m ago•0 comments

Festivus AI – For the Rest of Us

https://festivus.hapticlabs.ai
1•polund•4m ago•0 comments

Memory Is Not a Folder

https://everdreamsoft.com/blog/memory-is-not-a-folder
2•shaban_shaame•4m ago•0 comments

Prompt-injecting my Upwork job listing

https://intmaker.com/upwork-prompt-injection/
1•ribtoks•4m ago•1 comments

Compute and Memory Price Hikes Drive IT Spending Way Higher

https://www.nextplatform.com/compute/2026/05/11/compute-and-memory-price-hikes-drive-it-spending-...
1•speckx•4m ago•0 comments

How DWeb Camp Is Being Built in Berlin

https://blog.archive.org/2026/04/02/how-dweb-camp-is-being-built-in-berlin/
1•Intralexical•5m ago•0 comments

Like solar, Rust is inevitable

https://kerkour.com/rust-is-inevitable
1•randomint64•6m ago•0 comments

FCC pushes ban on security updates for foreign-made routers, drones to 2029

https://therecord.media/fcc-pushes-ban-on-updates-to-foreign-routers-drones-2029
1•_____k•6m ago•0 comments

Making a Mark on the Ocean Floor

https://ocean.si.edu/ecosystems/deep-sea/making-mark-ocean-floor
1•thunderbong•7m ago•0 comments

Fighting Hyrum's Law in LLVM

https://maskray.me/blog/2026-05-10-fighting-hyrums-law-in-llvm
1•birdculture•7m ago•0 comments

Token "Optimizers" for AI Coding Agents Are Silently Dangerous

https://old.reddit.com/r/ClaudeCode/comments/1spiy8t/token_optimizers_for_ai_coding_agents_are/
2•ahamez•8m ago•0 comments

Physics-intern: an autonomous agentic framework for physics research

https://huggingface.co/spaces/huggingface/physics-intern
2•victormustar•9m ago•0 comments

The Starbucks barista that took a 4k latte order from Steve Jobs

https://www.theverge.com/2013/3/4/4063272/meet-starbucks-barista-that-took-steve-jobs-4000-latte-...
1•SpyCoder77•9m ago•0 comments

Thinking Machines and Interaction Models

https://www.seangoedecke.com/interaction-models/
1•Brajeshwar•9m ago•0 comments

NHS England confirms: Palantir staff can access patient data

https://www.theregister.com/databases/2026/05/12/nhs-england-confirms-palantir-staff-can-access-p...
2•jjgreen•10m ago•0 comments

From Vector Database to Vector Lakebase

https://zilliz.com/blog/from-vector-database-to-vector-lakebase
1•Fendy•11m ago•0 comments

Leagues to be allowed one game abroad a season under new FIFA proposals

https://www.theguardian.com/football/2026/apr/24/leagues-allowed-one-game-abroad-a-season-new-fif...
2•PaulHoule•11m ago•0 comments

Show HN: My father said I'd never read 10 books a year so I built a book tracker

https://www.cogito-app.io
1•hugobeey•12m ago•0 comments

RomHacking with Ghidra, Part 1: Loading SNES ROMs

https://tech.dreamleaves.org/posts/romhacking-with-ghidra-part-1-loading-snes-roms/
1•joshguthrie•12m ago•0 comments

Ask HN: Is software cooked with all the recent malware?

1•fnoef•13m ago•0 comments

PAI Is a Life Operating System

https://github.com/danielmiessler/Personal_AI_Infrastructure
1•Beijinger•13m ago•1 comments

Setting the standard for agentic development [pdf]

https://lorqvmwmiiherfjgxrkz.lovable.cloud/storage/v1/object/public/post-pdfs/1778572790778-Setti...
3•tfehring•14m ago•0 comments

Agent Platform That Builds Itself

https://www.ashpreetbedi.com/agent-platform-build-itself
1•ashpreet-bedi•14m ago•0 comments

Heritability of human life span is ~50% when heritability is redefined

https://dynomight.net/lifespan/
1•surprisetalk•14m ago•0 comments

OpenAI launches Daybreak, an AI platform for cyber defense

https://firethering.com/openai-daybreak-ai-cybersecurity/
1•steveharing1•16m ago•0 comments