frontpage.
newsnewestaskshowjobs

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!

Why Artificial Intelligence Is Not a Subject

https://slavoj.substack.com/p/why-artificial-intelligence-is-not
1•miniBill•1m ago•0 comments

Surface Duo

https://news.microsoft.com/surfaceduo/
1•tosh•3m ago•0 comments

The future of Siri, or: why private inference isn't private enough

https://blog.cryptographyengineering.com/2026/06/09/apples-siri-ai-or-more-shouting-into-the-void...
1•supermatou•3m ago•0 comments

Murder: Ruby Script to Kill Processes

https://codeberg.org/EvanHahn/dotfiles/src/commit/843b9ee13d949d346a4a73ccee2a99351aed285b/home/b...
1•thunderbong•7m ago•0 comments

Tars: Tiny automatic recycling system, a prototype desktop injection moulding ma

https://manutechlab.com/tars
3•fanf2•10m ago•0 comments

Show HN: 4DGS Recording

https://splatcam.com/
1•captainbenises•14m ago•0 comments

Xcode 27 ships with agent skills, and you can export them

https://petegoldsmith.com/2026/06/10/2026-06-10-xcode-27-agent-skills/
1•theraven•14m ago•0 comments

Apple Updates App Store Guidelines with Stricter Rules for Low-Quality Apps

https://www.macrumors.com/2026/06/09/app-store-guidelines-low-quality-apps/
2•tosh•14m ago•0 comments

Goodbye, Leaf-and-Spine Networks?

https://blog.ipspace.net/2026/06/goodbye-leaf-spine-networks/
1•ram_rattle•17m ago•1 comments

Building Real-Time Risk Monitoring for 24/7 Crypto Markets

https://medium.com/@DolphinDB_Inc/crypto-never-sleeps-neither-should-your-risk-management-6f740a7...
2•CrazyTomato•20m ago•0 comments

Show HN: OpenClaw and Hermes Agent call each other via XMPP

https://github.com/ai-sns/openclaw-hermes-agent-network
3•photonberne001•22m ago•0 comments

WebAssembly 3.0

https://webassembly.github.io/spec/core/
3•tosh•23m ago•0 comments

European sentiments towards the US hit an all-time low

https://ecfr.eu/publication/home-alone-europeans-are-ready-to-defend-themselves/
4•marcyb5st•24m ago•0 comments

Show HN: WebCLI – what if the browser was just another Unix command?

https://webcli.sh
1•keepamovin•25m ago•0 comments

AWS Bedrock to require sharing data with Anthropic for Mythos and future models

4•TomAnthony•30m ago•0 comments

SpaceX IPO demand is approaching four times oversubscribed

https://www.reuters.com/world/spacex-ipo-demand-is-approaching-four-times-oversubscribed-source-s...
2•JumpCrisscross•33m ago•0 comments

The German town where people print their own money [video]

https://www.youtube.com/watch?v=WzijH3lgzHI
1•Cider9986•33m ago•0 comments

Build an Atmospheric Website

https://atproto.com/blog/atmospheric-website
1•ZacnyLos•33m ago•0 comments

Linux developers are using AI vibe coding to keep vintage AMD GPUs alive

https://www.tomshardware.com/software/linux/linux-developers-are-using-ai-vibe-coding-to-keep-vin...
3•01-_-•34m ago•1 comments

Bluesky was launched as a Twitter rival – but it's less popular

https://www.cnbc.com/2026/06/04/bluesky-twitter-rival-reddit-social-media.html
1•01-_-•36m ago•2 comments

Ukraine builds cheap alternative to Patriot missiles

https://www.ft.com/content/c5839dd4-c4e9-4503-a605-67dcef053845
3•JumpCrisscross•36m ago•1 comments

The Vibes Were Never the Point. On the Push-and-Pull of AI Usage

https://blog.ewancroft.uk/3mnw2znjfbc22
2•ZacnyLos•36m ago•0 comments

Total War: Warhammer 40000 – Alpha Preview

https://www.youtube.com/watch?v=6aHYFL7dnuw
2•tomaytotomato•39m ago•0 comments

MCP Server Toolkit – Plug-and-Play

https://github.com/naveenayalla1-CS50/mcp-server-toolkit
2•Naveenayalla1•39m ago•0 comments

PgDog – connection pooler and load balancer for Postgres

https://pgdog.dev/
2•JustSkyfall•39m ago•0 comments

Coding is solved: one guy reverse-engineered Claude Desktop for Linux via Claude

https://github.com/aaddrick/claude-desktop-debian
4•landsman•39m ago•0 comments

We're spending 24 hours using local LLMs to search for the meaning of life

https://eternal-question.vercel.app/
1•piyussh•44m ago•3 comments

Germany's €100B bid to make the trains run on time

https://www.ft.com/content/db75e347-b13b-4753-8130-6301bb55c040
2•JumpCrisscross•47m ago•1 comments

Is your project Agent-Ready?

https://github.com/jaksa76/agentize
1•jaksa•48m ago•1 comments

What I got wrong about fast terminals

https://mijndertstuij.nl/posts/what-i-got-wrong-about-fast-terminals/
1•birdculture•50m ago•0 comments