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!

Precision Matters in Block Scales

https://constantinides.net/2026/06/11/precision-matters-in-block-scales/
1•matt_d•38s ago•0 comments

UX Collective: The Prompt is not an Interface

https://uxdesign.cc/the-prompt-is-not-an-interface-41b77277681d
1•valisvalis•58s ago•0 comments

OpenAI Prepping for On-Prem Product?

https://ledger.somantix.ai/posts/open-ai-lays-groundwork-for-on-prem-product/
1•bdroopy•1m ago•0 comments

Data Science Weekly – Issue 655

https://datascienceweekly.substack.com/p/data-science-weekly-issue-655
1•sebg•2m ago•0 comments

Building an AI-Friendly Company, Just in Case AI Takes over the World

https://www.paxerp.com/blog/ai-friendly-company-docs
1•robeym•5m ago•0 comments

Agents' Last Exam

https://arxiv.org/abs/2606.05405
1•matt_d•7m ago•0 comments

DiffusionGemma: Discrete diffusion in a large language model

https://idlemachines.co.uk/topics/trending
1•smaddrellmander•7m ago•0 comments

Does the Harness Matter? Lessons from Ale-Claw on Agents' Last Exam

https://agents-last-exam.org/blogs/harness-matters
2•matt_d•8m ago•0 comments

Codex for Open Source

https://openai.com/form/codex-for-oss/
1•EvgeniyZh•9m ago•0 comments

Sam Altman's eye-scanning startup [Worldcoin parent] is laying off employees

https://www.businessinsider.com/sam-altman-orb-worldcoin-tools-for-humanity-layoffs-2026-6
2•toomuchtodo•9m ago•1 comments

Google Bikes?

https://www.republicbike.com/google_bikes.asp?hl=en-GB
1•joebig•9m ago•0 comments

Show HN: Diffcat – a TUI for delightful Git diffs

https://github.com/trebaud/diffcat
1•trebaud•9m ago•0 comments

Germany's 'HS2' delayed for five years after engineering blunder

https://www.telegraph.co.uk/world-news/2026/06/10/germanys-hs2-delayed-five-years-engineering-blu...
1•ExpertAdvisor01•10m ago•0 comments

The unreasonable effectiveness of simple HTML

https://shkspr.mobi/blog/2021/01/the-unreasonable-effectiveness-of-simple-html/
2•luispa•12m ago•0 comments

Show HN: Vera – open-source tool to self-audit smart contracts with AI

https://vera.apostro.xyz/
1•roofloor•13m ago•0 comments

We Had to Ban 65 CTF Teams to Get a Top 10 Leaderboard

https://camel4.dev/posts/byuctf-2026/
1•joshmoody24•14m ago•0 comments

The same SQLite query returns different results in Bun and Node

https://github.com/andrewitsover/blog/blob/main/sqlite.md
1•andrewitsover•14m ago•0 comments

Agents' Last Exam

https://agents-last-exam.org
1•gtirloni•15m ago•0 comments

GEDD – Grounded Eval-Driven Development for AI Agents

https://github.com/aws-samples/sample-GEDD
1•balasvce2026•16m ago•0 comments

Ted Cruz and Ron Wyden try to fight censorship with bipartisan JAWBONE Act

https://arstechnica.com/tech-policy/2026/06/ted-cruz-and-ron-wyden-try-to-fight-censorship-with-b...
1•alsetmusic•16m ago•0 comments

Ask HN: What models can you use with OpenCode that offer some level of privacy

1•ciwolex•17m ago•4 comments

Parse, Don't Guess

https://medium.com/@eitamos10/parse-dont-guess-817f80717912
2•valkdb•17m ago•0 comments

My AI Opinions

https://www.astralcodexten.com/p/my-ai-opinions
1•themgt•19m ago•0 comments

As a SWE with 10y experience, how long does it take to learn to build AI models

1•ciwolex•19m ago•2 comments

Goody-2: Safer than fable, similar capability

https://www.goody2.ai/chat
2•b--l•19m ago•0 comments

An MCP server for chemistry – structures, mechanisms, Anki decks

https://github.com/jurimaxam-dotcom/chemdraw-mcp
1•JuriMx•21m ago•0 comments

Formal Methods and the Future of Programming

https://blog.janestreet.com/formal-methods-at-jane-street-index/
1•nextos•21m ago•0 comments

Show HN: Phoenix, a Topology Optimisation Engine

https://github.com/dapsvi/phoenix
1•dapsvi•24m ago•0 comments

Demystifying NVSHMEM: System-Level: Symmetric Memory, Device-Initiated Ops

https://arxiv.org/abs/2606.05951
1•matt_d•26m ago•0 comments

Show HN: An Indian exam photo resizer built with Rust and WASM

https://resizer.exammint.in/
1•x6sony•34m ago•0 comments