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!

Stop state surveillance in Canada. Stop Bill C-22

https://www.jccf.ca/stop-bill-c-22-stop-surveillance-in-canada/
1•YoctoYARN•25s ago•0 comments

Learning, Fast and Slow: Towards LLMs That Adapt Continually

https://gepa-ai.github.io/gepa/blog/2026/05/11/learning-fast-and-slow/
1•LakshyAAAgrawal•4m ago•0 comments

A New Kind of Family-Separation Crisis

https://www.theatlantic.com/politics/2026/05/honduras-deportations-without-children/687153/
2•paulpauper•5m ago•0 comments

I Was Drowning Running 14 Markets Alone. So I Built a $0.41/Day AI Employee

https://medium.com/@alanscottencinas/i-was-drowning-running-14-markets-alone-so-i-built-a-0-41-da...
1•encinas88•5m ago•0 comments

State media control influences large language models

https://www.nature.com/articles/s41586-026-10506-7
1•paulpauper•5m ago•0 comments

What I've Been Reading

https://marginalrevolution.com/marginalrevolution/2026/05/what-ive-been-reading-288.html
2•paulpauper•6m ago•0 comments

THORChain exploit hits Bitcoin, Ethereum, and BSC: Hackers steal over $10M

https://ambcrypto.com/thorchain-exploit-hits-bitcoin-ethereum-and-bsc-hackers-steal-over-10-mln/
5•wslh•7m ago•1 comments

Tell HN: Audible app used 19.8GB of data while not being used

2•jimnotgym•7m ago•0 comments

Show HN: X open sourced their algorithm

https://www.xalgorithm.xyz/en
2•hsnrique•8m ago•0 comments

Does Trump Mobile know how many stripes are on the American flag?

https://www.theverge.com/gadgets/931347/trump-mobile-t1-phone-logo-flag-stars-stripes
3•droidjj•10m ago•0 comments

Show HN: Emergence World: World building as a way to evaluate LLMs

https://world.emergence.ai/
2•deepakakkil•11m ago•0 comments

ABC News has taken all FiveThirtyEight articles offline

https://twitter.com/baseballot/status/2055309076209492208
6•cmsparks•11m ago•1 comments

Dual Intel Arc Pro B60(48G) Inference, Virtualization, and Gaming Testing

https://www.lttlabs.com/articles/2026/05/15/maxsun-intel-arc-pro-b60-dual-48g-turbo-review
3•LabsLucas•12m ago•0 comments

Ask HN: Reviewing Plan from Plan Mode

3•dennis3124•13m ago•0 comments

Cvl: A C++26 library for mutating consteval state

https://github.com/friedkeenan/cvl
2•friedkeenan•14m ago•0 comments

Don't Design Your Emails (2016)

https://www.gkogan.co/dont-design-emails/
1•downbad_•15m ago•0 comments

PSVL 1.0 – The most comprehensive source-visible license (276 clauses)

https://github.com/BMBOMICH/PSVL
1•BMBOMICH•15m ago•0 comments

Taiwan's chips power the global economy. China holds the leverage

https://restofworld.org/2026/china-taiwan-tsmc-semiconductor-economic-risk/
2•srameshc•15m ago•0 comments

SSH reverse proxy written in Rust

https://github.com/firebadnofire/CentralSSH
2•firebadnofire•18m ago•0 comments

The Fall of the Theorem Economy

https://davidbessis.substack.com/p/the-fall-of-the-theorem-economy
5•cubefox•19m ago•0 comments

AI_glue – drop-in audit and governance for OpenAI and Anthropic apps

https://github.com/simonhansedasi/ai_glue
2•vigcneiugh•21m ago•0 comments

"Should I bring an umbrella to this thread?" – beyond toxicity/content scoring

https://vibecheck.opennotes.ai
1•anateus•22m ago•0 comments

Hackers have breached tank readers at US gas stations

https://www.cnn.com/2026/05/15/politics/iran-hackers-tank-readers-gas-stations
9•berkeleyjunk•22m ago•2 comments

A live shared night sky explore constellations with strangers and make wishes

https://constellations.unlicensedstudio.com/
1•allstern•23m ago•0 comments

Node-prewarm: CLI for Node 25's NODE_COMPILE_CACHE

https://ben3d.ca/blog/introducing-node-prewarm
1•bhouston•23m ago•0 comments

Private agent-to-agent payments on Solana with ZK proofs

https://github.com/agentzeny/snap-public
2•agentzeny•24m ago•0 comments

Lookagain: Sequential code review with fresh agent contexts

https://github.com/HartBrook/lookagain
1•pike00•26m ago•0 comments

Silicon Valley Wants to Put a Chip in Your Brain

https://www.politico.com/news/magazine/2026/05/15/silicon-valley-ai-transhumanism-brain-data-0090...
2•ano-ther•26m ago•0 comments

Write HTML. Render video. Built for agents

https://github.com/heygen-com/hyperframes
1•mv•28m ago•0 comments

Near-invisible solar cells that could turn windows into power generators

https://techxplore.com/news/2026-05-scientists-invisible-solar-cells-windows.html
3•geox•29m ago•0 comments