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!

Party of None: Inside Stanford's War on Fun

https://www.vanityfair.com/culture/story/stanford-war-on-fun
1•smurda•12s ago•0 comments

Why does Kalshi share your user id to Wall Street market makers in RFQ API?

https://xcancel.com/mattkalish/status/2056351499236843954#m
1•CGMthrowaway•21s ago•0 comments

Comprehensive Response to Bambu's AGPLv3 Violations

https://sfconservancy.org/news/2026/may/18/bambu-studio-3d-printer-agpl-violation-response/
1•susanthenerd•1m ago•0 comments

A Geometric Calculator Inside a Neural Network

https://www.goodfire.ai/research/a-geometric-calculator
1•babelfish•2m ago•0 comments

Ukrainian FPV Interceptor Sting by Wild Hornets

https://wildhornets.com/en/sting-interceptor
1•mhb•3m ago•0 comments

AgentVoy – The create-react-app for AI agents (7 frameworks, deploy anywhere)

https://github.com/agentvoy/agentvoy
2•cthecm•8m ago•0 comments

Publicly shame Montréal, Canada into fixing road

https://www.maville.club/
2•pob944•8m ago•0 comments

Skills for Testing Distributed Systems

https://github.com/shenli/distributed-system-testing
2•jinqueeny•9m ago•0 comments

Building a vintage recipe rolodex with Python, Pelican, and Markdown

https://iza.ac/posts/2026/05/pelican-cookbook-markdown-recipes/
2•infinitewalk•10m ago•0 comments

We've calculated your chances of winning money on Polymarket

https://www.washingtonpost.com/technology/interactive/2026/polymarket-online-gambling-winners-and...
2•surprisetalk•14m ago•0 comments

I'm making our documentation agent-friendly (and how I'm not)

https://buildwithfern.com/post/agent-friendly-docs
2•ivanech•15m ago•0 comments

CISA Admin Leaked AWS GovCloud Keys on GitHub

https://krebsonsecurity.com/2026/05/cisa-admin-leaked-aws-govcloud-keys-on-github/
3•eyberg•19m ago•0 comments

LLMs have no structural place for non-knowledge

https://terminallogic.substack.com/p/what-your-model-will-never-admit
2•kwojno•22m ago•1 comments

AI-generated code that works – and proves it

https://www.codemetal.ai/research/ai-generated-code-that-works-and-proves-it
2•normalform•22m ago•0 comments

Mexican government breached by solo user with Claude, 150 GB exfiltrated

https://konstantintkachuk.com/writing/the-floor-doesnt-exist/
4•Reaktornano•22m ago•0 comments

Syncthing over Tailscale

https://blog.fidelramos.net/es/software/tailscale-3-syncthing
2•fidelramos•25m ago•1 comments

What We Learned from One Year of Building Production Agents

https://strandsagents.com/blog/what-we-learned-from-one-year-of-building-production-agents/
2•siegers•28m ago•0 comments

Browse.sh, an open source catalog of browser skills

https://www.browserbase.com/blog/browse.sh
2•Kylejeong21•30m ago•1 comments

Images of Sylvester Stallone used to train models for recognizing stroke

https://retractionwatch.com/2026/05/18/kaggle-dataset-clinical-models-stroke-diabetes/
2•connorboyle•31m ago•0 comments

Inter Gravissimas

https://en.wikipedia.org/wiki/Inter_gravissimas
2•simonebrunozzi•31m ago•0 comments

European imaging companies step in to fill warzone gap

https://spacenews.com/european-imaging-companies-step-in-to-fill-warzone-gap/
2•defrost•33m ago•0 comments

Shangraw Gap 0.65

https://github.com/muffcruster420-bot/afterlife-workshop
2•muffcruster420•33m ago•1 comments

The just-say-no engineer was a ZIRP phenomenon

https://www.seangoedecke.com/the-just-say-no-engineer-was-a-zirp-phenomenon/
3•pickleRick243•34m ago•1 comments

Does earning $500K in San Francisco mean you're in the 'permanent underclass?'

https://www.businessinsider.com/ai-permanent-underclass-500k-san-francisco-debate-2026-5
3•Cider9986•37m ago•0 comments

Reviewing so called Pull Requests at $dayjob

https://rkta.de/dayjob-pr-review.html
2•birdculture•38m ago•0 comments

micnik – 10s voice message anonymous microblogging

https://micnik.stagas.deno.net/
2•stagas•39m ago•0 comments

Understanding Data Collection, Brokerage, Spam in the Lead Marketing Ecosystem

https://arxiv.org/abs/2604.06759
2•ericpauley•45m ago•0 comments

Show HN: Better.ftp – cycling app for FTP tests without subscription

https://betterftp.cc/
3•niecore•48m ago•0 comments

Managing metadata is essential in LLM world

https://www.itbrew.com/stories/managing-metadata-is-essential-in-llm-world
2•mooreds•50m ago•0 comments

Ask HN: Are coding interview still relevant?

5•manidharv•50m ago•2 comments