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!

Designing the HF CLI for both humans and agents

https://huggingface.co/blog/hf-cli-for-agents
1•victormustar•2m ago•0 comments

Let us filter AI slop, you cowards

https://www.theverge.com/ai-artificial-intelligence/942909/let-us-filter-ai-slop-google-youtube-m...
2•1vuio0pswjnm7•5m ago•0 comments

Volt – a compiled language where every keyword is 3 characters

https://aliahmed-d.github.io/Volt-Language2/
1•ialidev•5m ago•0 comments

Most AI at work is bullshit

https://www.fasterhorses.md/articles/most-ai-at-work-is-bullshit
2•bernardgmeyer•5m ago•0 comments

Show HN: I built S3 from scratch in Go – open-source, one-command deploy

https://github.com/aman179102/distributed-file-storage-service
1•aman179102•8m ago•0 comments

AI-Generated Papers in the NeurIPS 2026 Position Paper Track

https://blog.neurips.cc/2026/06/02/ai-generated-papers-in-the-neurips-2026-position-paper-track/
1•cubefox•15m ago•2 comments

Reviving Papers with Code

https://paperswithcode.co/
2•nielz_r•15m ago•1 comments

Reinventing Entropy – Compression and Intelligence Part 1 [video]

https://www.youtube.com/watch?v=l6DKRf-fAAM
1•317070•17m ago•0 comments

Skills for Real Engineers. Straight from my .claude directory

https://github.com/mattpocock/skills
1•thunderbong•22m ago•0 comments

Show HN: Monitoring Confidential Inference Providers

https://confidentialinference.net/attestation
1•aaaljaz•24m ago•0 comments

The Night My Sega Dreamcast Called the Cops [video]

https://www.youtube.com/watch?v=uTagIZUs-u0
1•truxs•26m ago•0 comments

The Boot Chain of a RISC-V Board: From Silicon to Ubuntu 26.04

https://blog.ludovic.dev/2026/06/08/spacemit-k3-boot-process.html
1•luhenry•27m ago•0 comments

Driverless Trucks Are Here–and They're Delivering Bags of Doritos

https://www.wsj.com/business/logistics/driverless-trucks-are-hereand-theyre-delivering-bags-of-do...
1•JumpCrisscross•28m ago•0 comments

FleetPing – WhatsApp inspections for small fleets

https://fleetping.app/
1•surajitfp•29m ago•0 comments

It's Like Minesweeper

https://etamponi.github.io/posts/its-exactly-like-minesweeper/
1•etamponi•30m ago•0 comments

3D Japan

https://twitter.com/i/status/2061314177399169040
1•marklit•36m ago•0 comments

Global stock markets fall as concerns persist over tech firms

https://www.theguardian.com/business/2026/jun/08/stock-markets-fall-tech-firms-ai-boom-oil-prices...
1•01-_-•37m ago•0 comments

An easter egg in the new Lego Batman

https://social.panic.com/@cabel/116710623616975906
1•robin_reala•37m ago•0 comments

Free and private AI chat from DuckDuckGo

https://duck.ai/
6•strzibny•38m ago•0 comments

Greenwald density limit isn't a hard wall: density-free regime seen on EAST

https://www.science.org/doi/10.1126/sciadv.adz3040
1•nryoo•39m ago•0 comments

'Poisoned' AI: the ChatGPT shopping scams that lead to fake websites

https://www.theguardian.com/money/2026/jun/07/ai-chatgpt-shopping-scams-fake-websites
1•01-_-•39m ago•0 comments

AI bills can be as big as a postdoc salary. Is the cost worth it?

https://www.nature.com/articles/d41586-026-01369-z
2•giuliomagnifico•45m ago•0 comments

History of CentOS

https://www.theregister.com/os-platforms/2026/06/08/history-of-centos-how-a-biochemists-linux-hob...
3•sohkamyung•46m ago•0 comments

Show HN: Veritrooper – find what your AI gets wrong about your own docs

https://veritrooper.com/
1•brian8620•46m ago•0 comments

Some Uses of { and }

https://www.jsoftware.com/papers/from.htm
1•tosh•49m ago•0 comments

Show HN: Tinytasktree – Behavior-tree-style task orchestration for LLM agents

https://github.com/orion-arm-ai/tinytasktree
1•hit9•50m ago•0 comments

The Cursor Developer Habits Report

https://cursor.com/insights
2•nsoonhui•50m ago•0 comments

Prompt Injection in RAG Agentic Systems

https://ulad.net/prompt-injection-in-rag-agentic-systems/
1•delduca•51m ago•0 comments

The EU CHIPS Act Is a Failure [video]

https://www.youtube.com/watch?v=eqoX9OIR-DI
2•obscurette•51m ago•1 comments

The lost social infrastructure of work

https://www.science.org/doi/10.1126/science.aeh9559
1•pseudolus•52m ago•0 comments