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!

Accelerating Block Low-Rank Foundation Model Inference on MemoryConstrained GPUs

https://dl.acm.org/doi/full/10.1145/3806645.3807580
1•matt_d•5m ago•0 comments

You didn't live a life. You doomscrolled [video]

https://www.youtube.com/watch?v=KPLEmp9CinU
1•jv22222•6m ago•0 comments

Local-first agent governance: keeping an AI agent contained

https://vektorgeist.com/blog/local-first-agent-governance
1•VektorGeist•10m ago•0 comments

No Space Like J-Space

https://thezvi.substack.com/p/no-space-like-j-space
2•codewiz•10m ago•0 comments

Is a "Phi-Zero" AI architecture viable for safe robotics?

https://github.com/GorrihmAI/fbai-nonconscious-ai/tree/main
2•GorrihmAI•13m ago•1 comments

Browsing Intent: A Practical Shopper Intent Signal for Ecommerce

https://drive.google.com/file/d/1nHvhFPtJnWdjQgAKUGQFWEIUA23Od202/view?usp=drive_link
1•philroselli•15m ago•0 comments

Running Gemma4 on Apple Neural Engine

https://rockyshikoku.medium.com/running-gemma4-on-apple-neural-engine-79fa0cb39dd2
2•nmfisher•15m ago•0 comments

Reverse-engineering a forgotten 80s arcade game for the Taito SJ System

https://fippi.io/reverse-engineering-adventure-canoe/
1•fippi•16m ago•0 comments

It may be impossible to make data centers pay 'fair share' of electricity costs

https://theconversation.com/it-may-be-almost-impossible-to-make-data-centers-pay-their-fair-share...
2•derbOac•17m ago•0 comments

Ubuntu 26.04 LTS vs. Windows 11 vs. CachyOS Performance on a $5399 Laptop

https://www.phoronix.com/review/razer-blade18-windows-linux/8
1•dcu•19m ago•0 comments

How to be grateful to someone – even when you don't want to

https://theconversation.com/how-to-be-grateful-to-someone-even-when-you-really-dont-want-to-285311
1•1659447091•20m ago•0 comments

Klong for the Web

https://tailrecursion.com/~alan/Klong.html
1•wooby•23m ago•0 comments

Tool-Calling Is Not a Guarantee, and Most Agents Are Betting That It Is

https://medium.com/@vektormemory/tool-calling-is-not-a-guarantee-and-most-agents-are-betting-that...
2•vektormemory•27m ago•0 comments

Ask HN: How do you use Hacker News?

1•chistev•28m ago•1 comments

Can LLMs Perform Deep Technical Comprehension of Computer Architecture Papers

https://arxiv.org/abs/2607.11859
3•Jimmc414•32m ago•0 comments

Show HN: Visual Learning Tool for Abstract Problem Solving Practice Through DSA

https://pqdsa.com?welcome
1•_dragonguy•32m ago•0 comments

Show HN: Forall – An AI coding agent that generates machine-checkable proofs

https://github.com/astrio-labs/forall
2•Nolan_Lwin•33m ago•0 comments

SynapticOS: An Inference-First Runtime Architecture for Neural Processing Units

https://arxiv.org/abs/2607.12606
3•Jimmc414•34m ago•0 comments

Meteorite that crashed into a NJ home contains 'extraterrestrial' amino acids

https://www.cnn.com/2026/07/15/science/new-jersey-fireball-rare-meteorite
1•1659447091•37m ago•1 comments

I Reimplemented the Workflows of 40 Multi-Agent LLM Papers – Here Are Lessons

https://old.reddit.com/r/vibecoding/comments/1uxpox5/i_reimplemented_the_core_workflows_of_40/
2•syumei•37m ago•0 comments

Venetia Burney

https://en.wikipedia.org/wiki/Venetia_Burney
2•thunderbong•38m ago•0 comments

The Long Tail of Work Left Until ActivityPub Has E2EE

https://soatok.blog/2026/07/15/the-long-tail-of-work-left-until-activitypub-has-e2ee/
5•iamnothere•42m ago•0 comments

The Tokio/Rayon Trap and Why Async/Await Fails Concurrency

https://pmbanugo.me/blog/why-async-await-complect-concurrency
2•LAC-Tech•43m ago•0 comments

Landscape of Consciousness

https://loc.closertotruth.com/
3•momentmaker•46m ago•0 comments

Zureka: A way forward to solving the thorniest issues in quantum mechanics

https://deivondrago.substack.com/p/zureka-a-way-forward-to-solving-the
1•bryan0•50m ago•0 comments

American A.I. Companies Say Chinese Copycats Are Quickly Catching Up

https://www.nytimes.com/2026/07/06/technology/ai-distillation-china.html
3•bookofjoe•50m ago•1 comments

A few tips from the (startup) trenches for managing stress

https://vishal.rs/essay/habits-that-will-keep-the-stress-under-control
2•vishalontheline•56m ago•0 comments

Kilo Code has been acquired by Anaconda

https://www.anaconda.com/blog/anaconda-acquires-kilo-code
3•doanbactam•56m ago•0 comments

Q-Day is coming, and it might break the internet

https://www.rnz.co.nz/news/world/724214/q-day-is-coming-and-it-might-break-the-entire-internet
4•billybuckwheat•57m ago•0 comments

Neanderthals, modern humans may have shared culture 59,000 years ago in Turkey

https://www.livescience.com/archaeology/neanderthals/modern-humans-and-neanderthals-may-have-shar...
3•gmays•1h ago•0 comments