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!

Xmemory: Benchmarking Structured AI Memory Against RAG and Hybrid RAG

https://arxiv.org/abs/2604.27906
1•alex_petrov•5m ago•0 comments

Ukraine Overtakes US, 6 EU Countries in Press Freedom Index

https://kyivindependent.com/ukraine-overtakes-united-states-on-press-freedom/
1•dgellow•10m ago•0 comments

Advanced Quantization Algorithm for LLMs

https://github.com/intel/auto-round
1•lastdong•11m ago•0 comments

From Taxman to VATmiraal: Fifty Years of Teaching Machines the Law

https://vatmiraal.be/blog/from-taxman-to-vatmiraal
1•triska•12m ago•0 comments

Show HN: A minimal snippet sharing service with API, CLI, and web front end

https://github.com/skorotkiewicz/snip
1•modinfo•12m ago•0 comments

Meta Launches USDC Creator Payouts on Solana and Polygon via Stripe

https://stablecoinbrief.substack.com/p/meta-launches-usdc-creator-payouts
2•knivef•13m ago•0 comments

A TypeScript Implementation of FastCGI

https://github.com/Swatto/node-fastcgi
1•swatt0•13m ago•0 comments

CapEx ≥ Revenue Visibility:The new bar the market just set

https://twitter.com/oswarld_oz/status/2050080691694850328
1•haebom•14m ago•0 comments

SystemD is of out of control. The Best Minimal, Modern, Linux alternative

https://grigio.org/systemd-is-of-out-of-control-the-best-minimal-modern-and-modular-linux-alterna...
2•grigio•16m ago•1 comments

Ubuntu is going all in on Generative AI and other Linux distros might follow

https://www.neowin.net/news/ubuntu-is-going-all-in-on-generative-ai-and-other-linux-distros-might...
1•bundie•21m ago•0 comments

AI and decomp project used to port Super Smash Bros to PC

https://github.com/JRickey/BattleShip
1•tnelsond4•23m ago•0 comments

Bouncy – A small Rust web scraper with built-in MCP support

https://github.com/maziarzamani/bouncy
1•mazzamani•23m ago•0 comments

AI will dissolve human civilization as we know it

https://www.newstatesman.com/culture/books/book-of-the-day/2026/04/ai-will-dissolve-human-autonomy
2•thinkingemote•26m ago•0 comments

Employers are blindsiding candidates with AI interviews–and scaring them off

https://www.fastcompany.com/91534397/employers-are-blindsiding-candidates-with-ai-interviews-and-...
2•geox•29m ago•0 comments

Price of Free Gmail

https://www.forbes.com/sites/zakdoffman/2026/04/28/price-of-free-gmail-how-much-your-google-accou...
1•nreece•31m ago•0 comments

96.8% of MCP tool descriptions don't warn the agent about destructive behaviour

https://policylayer.com/research/state-of-mcp-2026
2•liad•33m ago•0 comments

Signs of early life in post asteroid impact sites

https://www.nature.com/articles/s43247-026-03206-7
1•albertgoeswoof•33m ago•0 comments

Is `cal` broken? What happened in September 1752?

https://unix.stackexchange.com/questions/17903/is-cal-broken-what-happened-in-september-1752
2•vismit2000•35m ago•1 comments

Show HN: SelectAndTranslate – Build vocabulary from anything you read (free)

https://selectandtranslate.z7.web.core.windows.net/
1•yanahackernews•37m ago•0 comments

Hype: List of latest ML Python repos,models and subreddits

https://hype.replicate.dev/
1•nalinidash•37m ago•0 comments

Openrouter.ai Now Supports Workspaces

https://openrouter.ai/docs/guides/features/workspaces
1•janandonly•42m ago•0 comments

When Dawkins met Claude – Could this AI be conscious?

https://unherd.com/2026/04/is-ai-the-next-phase-of-evolution/
2•pentestercrab•44m ago•1 comments

How to make SSE token streams resumable, cancellable, and multi-device

https://zknill.io/posts/everyone-said-sse-token-streaming-was-easy/
1•zknill•45m ago•0 comments

Grok 4.3

https://docs.x.ai/developers/models/grok-4.3
23•simianwords•51m ago•12 comments

Breaking ten years of API compatibility

https://futhark-lang.org/blog/2026-04-29-breaking-api-compatibility.html
1•Fudgel•1h ago•0 comments

Lost in translation: The linguistic challenges facing N. Korean defectors (2025)

https://www.dailynk.com/english/lost-in-translation-the-linguistic-challenges-facing-n-korean-def...
3•spzb•1h ago•0 comments

Our agent found a bug with WireGuard in Google Kubernetes Engine

https://lovable.dev/blog/hunting-networking-bugs-in-kubernetes
13•vikeri•1h ago•0 comments

Medicare portal database exposed health providers' Social Security numbers

https://www.washingtonpost.com/health/2026/04/30/medicare-portal-social-security-numbers-exposed/
2•chirau•1h ago•2 comments

Portabase: Database Backup and Restore Tool

https://github.com/Portabase/portabase
1•thunderbong•1h ago•0 comments

Turning the gears of an early modern search engine (2019)

https://www.rochester.edu/newscenter/book-wheel-modern-search-engine-364122/
1•Eridanus2•1h ago•0 comments