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!

Turbcast – turbulence forecast for any commercial flight

https://www.turbcast.com
1•LeonDavies•42s ago•0 comments

Nottingham Uni says student records raided after ShinyHunters claims cyberattack

https://www.theregister.com/cyber-crime/2026/06/11/shinyhunters-raids-nottingham-uni-for-student-...
1•wlkr•1m ago•0 comments

OpenAI Considers Drastic Price Cuts, Anticipating War for Users with Anthropic

https://www.wsj.com/tech/ai/openai-considers-drastic-price-cuts-anticipating-war-for-users-with-a...
1•uxhacker•1m ago•0 comments

Anthropic Walks Back Policy That Could Sabotage AI Researchers Using Claude

https://simonwillison.net/2026/Jun/11/anthropic-walks-back-policy/
1•lumpa•2m ago•0 comments

Depgaze – Dependency Execution Intelligence

https://www.depgaze.xyz/
1•gcarlo•2m ago•0 comments

America's spy powers are in deep trouble

https://www.axios.com/2026/06/11/fisa-reauthorization-bill-pulte-trump-johnson
1•rguiscard•4m ago•0 comments

The first-ever reverse-aging drug was just injected into a human

https://www.businessinsider.com/first-ever-reverse-aging-treatment-injected-into-a-human-2026-6
1•daniel_iversen•4m ago•0 comments

Reverse Engineering the Anticheat on a Private MMO Server

https://blog.cristianrz.eu.org/posts/active-anticheat/
1•cautious-fly•7m ago•0 comments

Is your agent extension working?

https://developer.microsoft.com/blog/is-your-agent-extension-actually-working
1•waldekm•7m ago•0 comments

AMD claims 256-core Zen 6 'Venice' CPU beats Nvidia Vera by 3.3x

https://www.tomshardware.com/pc-components/cpus/amd-fires-back-at-nvidia-claiming-256-core-zen-6-...
1•giuliomagnifico•7m ago•0 comments

Transform plain text into polished LinkedIn-ready writing

https://www.linkedinspeaktranslator.org/
2•juniceshen•12m ago•0 comments

Europe Lost the Plot on Online Speech

https://www.foreignaffairs.com/europe/end-open-internet
2•gasull•16m ago•0 comments

Safari Technology Preview's self-destructive macOS support policy

https://lapcatsoftware.com/articles/2026/6/2.html
2•latexr•17m ago•0 comments

Do We Still Need to Learn Programming? Probably Yes

https://www.generativenetworks.com/blog/do-we-still-need-to-learn-programming/
1•amiune•18m ago•0 comments

Yoti CEO Lies in Response to Scholarly Article Regarding Their Age Verification [video]

https://www.youtube.com/watch?v=4AsWNMvGqy0
1•Cider9986•20m ago•0 comments

Reinventing Entropy – Compression Is Intelligence Part 1

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

Openpray: Periodically asks an LLM to pray for the server it runs on

https://github.com/jesseduffield/openpray
1•chilli_axe•23m ago•0 comments

Show HN: I Built the Best Google Alternative for Gen-Z, Googling Like TikToking

https://www.bluhe.ai
1•dhavd•24m ago•1 comments

The Entropic Brain Today

https://pubmed.ncbi.nlm.nih.gov/42266156/
1•XzetaU8•25m ago•0 comments

Macrodata Refiner – infrastructure for the robotics data loop

https://macrodata.co
3•Tmpod•27m ago•1 comments

Show HN: ATS Glyph – open-source ATS-style resume simulator for job seekers

https://github.com/ste1v0/atsglyph
1•ste1v0•28m ago•0 comments

Are US-Made Mid-Tier Knives Worth the Premium?

https://www.paragon-knives.com/
1•bgzlsxaz•28m ago•0 comments

MiMo Code: Scaling Coding Agents to Long-Horizon Tasks

https://mimo.xiaomi.com/blog/mimo-code-long-horizon
2•tvvocold•28m ago•0 comments

Static Types and Shovels

https://carefully.understood.systems/blog-2026-06-10-static-type-shovel.html
2•keyle•29m ago•0 comments

Same Threading Syntax but Less Allocation

https://racket-raccoon.github.io/ebb-threading/
1•mfru•31m ago•0 comments

Show HN: Tail Panic – a multiplayer game designed for AI agents

https://tailpanic.com
2•ZivenChang•32m ago•0 comments

Show HN: SpadeBox – Sandboxed tools and JavaScript runtime for AI agents

https://github.com/CharlyCst/spadebox
1•charlycst•33m ago•0 comments

Augmented reality system could make medical ultrasounds easier to interpret

https://news.mit.edu/2026/augmented-reality-system-could-make-medical-ultrasounds-easier-to-inter...
1•JeanKage•40m ago•0 comments

The Town Without Television

https://www.stuartmcmillen.com/comic/town-without-television-1-notel/
1•himynameisjake•41m ago•0 comments

Decoding Weather Fax Transmissions with Ilma

https://code.sailorslog.io/blog/2026-06-10-ilma-weather-fax-decoder/
1•sailingcode•42m ago•1 comments