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!

CapTablex: Open-source cap table managment in Elixir

https://github.com/captablex/captablex
1•rayrrr•1m ago•1 comments

A Mom Said Infant Formula Killed Her Baby. The Manufacturer Closed the File

https://kffhealthnews.org/health-industry/infant-formula-adverse-events-nec-baby-deaths-fda-repor...
1•Jimmc414•2m ago•0 comments

U.S. vs. Live Nation: Proposed Final Judgment and Competitive Impact Statement

https://www.federalregister.gov/documents/2026/07/06/2026-13623/united-states-et-al-v-live-nation...
1•Jimmc414•3m ago•0 comments

My 11 year old daughter and I build this DQ style game on macOS

https://code.intellios.ai/cedricsquest/
1•coolwulf•4m ago•1 comments

PyPI Downloads accuracy

https://pepy.tech/projects/finops-mcp
1•chaandannn•4m ago•0 comments

Atlanta-based company saved $100k by replacing Salesforce with Replit-built CRM

https://twitter.com/amasad/status/2074274666709987663
1•backlit4034•4m ago•0 comments

Xbox cuts 3,200 jobs as gaming business struggles

https://www.latimes.com/entertainment-arts/business/story/2026-07-06/xbox-cuts-3-200-jobs-as-part...
1•1vuio0pswjnm7•10m ago•0 comments

A field guide to Claude Fable 5: Finding your unknowns

https://claude.com/blog/a-field-guide-to-claude-fable-finding-your-unknowns
1•geoffbp•11m ago•0 comments

AI's Volatile Power Use Tests Grid Limits

https://spectrum.ieee.org/data-centers-grid-instability
1•pseudolus•11m ago•0 comments

Microsoft's Xbox to Cut 3,200 Jobs, Divest Five Studios in Major Overhaul

https://www.bloomberg.com/news/articles/2026-07-06/microsoft-s-xbox-to-cut-3-200-jobs-divest-five...
1•1vuio0pswjnm7•14m ago•0 comments

Llamas on the Web

https://reeselevine.github.io/llamas-on-the-web/
1•thesimpleone•25m ago•0 comments

DARPA program to make 30 yr batteries for drones from nuclear waste

https://www.defenseone.com/technology/2026/07/these-light-weight-power-cells-run-nuclear-waste-an...
2•Gaishan•26m ago•0 comments

Why "a nice place to work" doesn't just happen

https://twitter.com/nithin0dha/status/2074098865511563473
2•dsr12•28m ago•0 comments

Unis are relying on AI-detection software to catch cheating. Does it work

https://www.nature.com/articles/d41586-026-01358-2
2•gnabgib•34m ago•1 comments

Amor Fati Entropy

https://hollisrobbinsanecdotal.substack.com/p/amor-fati-entropy
1•HR01•34m ago•0 comments

Show HN: Sel – macOS screen sharing that shows only the windows you pick

https://sel.toron.dev
1•ariaghora•40m ago•0 comments

Custom coreboot firmware (and utilities) for your Chromebook/Chromebox

https://docs.mrchromebox.tech/
1•lwhsiao•41m ago•0 comments

Karpathy, Google, Tan agree Markdown is the answer, but not for the same problem

https://thenewstack.io/markdown-agent-memory-moat/
2•theanonymousone•43m ago•0 comments

How to Design a Cancer Vaccine

https://www.owlposting.com/p/how-to-design-a-cancer-vaccine-and
3•iskander•44m ago•0 comments

Undertuber YouTube Underground Search Engine

https://github.com/BooleanMuse/Undertuber-Underground-Youtube-Search-Engine
3•skarmuse•45m ago•1 comments

The footgun of right-to-left decorative characters

https://blog.alexbeals.com/posts/the-footgun-of-right-to-left-decorative-characters
1•dado3212•45m ago•0 comments

Key Study: Social status and stress in Olive Baboons (1990)

https://www.themantic-education.com/ibpsych/2020/10/08/key-study-social-status-and-stress-in-oliv...
1•curmudgeon22•47m ago•0 comments

Agent-Assisted SGLang Development: An Initial Exploration

https://www.lmsys.org/blog/2026-07-02-agent-assisted-sglang-development/
1•gmays•49m ago•0 comments

Cache-Conscious Data Layout in Rust: Field Zoning, False Sharing, 128-Byte Rule

https://debasishg.github.io/blog/part1-cache-conscious-data-layout-in-rust/
2•eigenBasis•49m ago•0 comments

Run WSL2 Fedora with Mainstream/Rolling Linux Kernel

https://blog.benyamin.xyz/2026/06/27/run-wsl2-fedora-with-mainstream-rolling-linux-kernel/
1•benlimanto•50m ago•0 comments

GNU Parallel 20260622 ('Rape Gang Inquiry') Released

https://lists.gnu.org/archive/html/parallel/2026-06/msg00000.html
1•jiqiren•53m ago•1 comments

Panoptes – AI audit and alignment layer

https://github.com/miggy-code/Panoptes
1•mpadilla•53m ago•1 comments

I'm Not Good at Goodbyes

https://hannahaubry.online/im-not-good-at-goodbyes
1•backlit4034•54m ago•1 comments

Optimizing open-source FPGA 80386 for performance gains

https://hackaday.com/2026/07/06/performance-improvements-for-open-source-80386/
1•whiteblossom•56m ago•0 comments

Show HN: Emem.dev – signed earth memory for physical AI

1•avijeetsingh16•57m ago•0 comments