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!

Show HN: Octordle Pro – eight word boards, thirteen shared guesses

https://octordlepro.com/
1•lby910722•48s ago•0 comments

Show HN: Test the **** Out of Your Containers

https://github.com/bxrne/dstest
1•bxrne•1m ago•0 comments

Show HN: WeaveMark – a specification language for reusable prompts

https://github.com/paulosalem/weavemark
1•paulosalem•1m ago•1 comments

Show HN: I asked an LLM what it would say to God, then made it a website

https://sekor.eu.org/x/i-am-god/
1•modinfo•2m ago•0 comments

Why a Raspberry Pi shouldn't be powered through its GPIO pins

https://82mhz.net/posts/2026/08/why-a-raspberry-pi-shouldn-t-be-powered-through-it-s-gpio-pins/
1•speckx•3m ago•0 comments

Show HN: Formatif – A local-first, offline media converter

https://formatif.net
1•hadikaraki•3m ago•0 comments

Amazon VP: Stack Ranking and Pips, Working with Bezos, His Promotions

https://www.youtube.com/watch?v=40-ENZmqcz0
1•johnbarron•3m ago•0 comments

Show HN: Language learning using speech-analyzed native speaker video

https://reelang.com
1•stuess•5m ago•0 comments

Show HN: Colophon:Show HN: Colophon: Google Docs Writing Process Log

https://colophon.firl.nl/demo
1•normanbell•7m ago•0 comments

We analyzed 144 hours of creator recordings. A quarter of it was silence

https://vidclean.net/blog/how-much-of-a-recording-is-silence/
2•TheBuciyo•8m ago•1 comments

Show HN: Arxid – keyed, non-enumerable ID obfuscation

https://github.com/lucasolopes/arxid
1•byolopes•8m ago•0 comments

The Microsoft Agent Framework Harness

https://devblogs.microsoft.com/agent-framework/the-microsoft-agent-framework-harness-is-now-relea...
1•knighthacker•9m ago•1 comments

Developers: Beware of Ad Libraries That Betray Your Users' Location Privacy

https://www.eff.org/deeplinks/2026/07/developers-beware-ad-libraries-betray-your-users-location-p...
1•Brajeshwar•9m ago•0 comments

Solid Start 2.0 is Released

https://github.com/solidjs/solid-start/discussions/2281
2•mirzap•9m ago•0 comments

Show HN: Earde – an indexed Discord alternative just for open-source projects

https://earde.com/feed
1•tolarianwiz•10m ago•0 comments

People who tell you 'AI is changing everything' are lying

https://www.thenerve.news/p/cory-doctorow-ai-business-incentive-to-lie-useless-chatbots-report-ni...
4•marbex7•10m ago•1 comments

Sysbox is good for increasing attack surface

https://edera.dev/stories/sysbox-increases-kernel-attack-surface-by-267-percent
2•jspeed-meyers•11m ago•0 comments

Curlbash_detect: Proof of concept to detect when a request is from curl – bash

https://github.com/Stijn-K/curlbash_detect
1•zbentley•11m ago•0 comments

True Cost of Cross-Border Payments: Correspondent Banking Myths vs. Reality

https://paybitz.io/true-cost-of-cross-border-payments-correspondent-banking-myths-vs-reality/
1•PayBitz•12m ago•0 comments

Netflix tumbles as slowing growth, less viewership data spook investors

https://www.zawya.com/en/capital-markets/netflix-tumbles-as-slowing-growth-less-viewership-data-s...
1•randycupertino•12m ago•1 comments

Prisoner's Dilemma

https://yusufaytas.com/prisoners-dilemma
3•returnofcoder•13m ago•0 comments

MongoDB Schema Design: Build or Reverse Engineer Visually

https://visualeaf.com/blog/mongodb-schema-design-build-or-reverse-engineer-visually/
3•serena_wright•13m ago•0 comments

Alberta food banks adopt grocery-style model to give families more choice

https://www.cbc.ca/news/canada/edmonton/alberta-food-banks-shift-to-grocery-store-model-9.7293418
3•speckx•14m ago•0 comments

Show HN: User Town – your SaaS metrics as a living 3D city

https://www.theusertown.com/
1•khemraj2796•15m ago•1 comments

MCP-Bench: Benchmarking Tool-Using LLM Agents with Complex Real-World Tasks 2025

https://arxiv.org/abs/2508.20453
2•janandonly•15m ago•1 comments

Self-hosted, distributed Durable Objects and Workers

https://celld.dev/
6•mirzap•15m ago•0 comments

How Elasticsearch's semantic field indexes and searches

https://www.elastic.co/search-labs/blog/semantic-field-multimodal-search-elasticsearch
3•eatonphil•16m ago•0 comments

Should You Send an Uber to Pick Her Up

https://www.esquire.com/lifestyle/sex/a73337596/should-you-send-your-date-an-uber/
2•Balgair•17m ago•0 comments

USB-C is a complete mess [video]

https://www.youtube.com/watch?v=DkcP6reSTEw
1•surprisetalk•17m ago•0 comments

DuckDuckGo's Smart Glasses Have No Camera, No AI, and No Electronics

https://petapixel.com/2026/08/05/duckduckgos-smart-glasses-have-no-camera-no-ai-and-no-electronics/
2•dxs•17m ago•0 comments