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!

Bank ID vendor traced to a dark web license sale

https://www.americanbanker.com/news/bank-id-vendor-traced-to-a-dark-web-license-sale
1•NewCzech•1m ago•0 comments

In Defense of Polyfills

https://lea.verou.me/blog/2026/polyfills/
1•eustoria•8m ago•0 comments

German startup sends first commercial rocket into space from Europe

https://www.theguardian.com/business/2026/sep/06/german-startup-sends-first-commercial-rocket-int...
1•giuliomagnifico•9m ago•0 comments

MotionSites AI – Official Premium AI Website Prompts

https://motionsites.ai/
1•eustoria•10m ago•0 comments

Dither Garden

https://www.dithergarden.com/
1•eustoria•10m ago•0 comments

Ask HN: I just learned of the term "Recall@K" – tell me more please?

1•consumer451•10m ago•0 comments

The aesthetic turn in intellectual property law copyright lessons from Pelham II

https://www.elgaronline.com/view/journals/qmjip/16/2/article-p99.xml
1•rbanffy•10m ago•0 comments

Ask HN: How safe are our password managers in face of LLM cyber attacks?

1•muddi900•13m ago•0 comments

If a startup worth your career

https://www.thetrueengineer.com/p/ego-equity-or-exit-checklist-to-decide
3•adletbalzhanov•17m ago•1 comments

Ask HN: Model Sycophancy Benchmarks?

1•gradus_ad•18m ago•0 comments

Show HN: Ontoplano, FOSS Life Management desktop and mobile app with MCP server

https://github.com/ontoplano/ontoplano
1•chedieck•18m ago•0 comments

The purpose of DNS is to spread scams

https://shkspr.mobi/blog/2026/09/the-purpose-of-dns-is-to-spread-scams/
3•edward•19m ago•0 comments

Show HN: Yume, a desktop workspace for Claude Code sessions

https://aofp.github.io/yume/
1•yuruko•21m ago•0 comments

YouTube Had a Bug – I Used ChatGPT to Investigate

https://blog.thezilber.com/3-youtube-had-a-bug-chatgpt-helped-me-to-investigate
2•theZilber•24m ago•0 comments

Casio 'CasioNaut' G-Shock GMC-2500 GAC-2500 Series: Price, Specs, Availability

https://www.wired.com/story/casio-g-shock-casionaut-looks-like-a-patek-philippe-classic/
2•joozio•24m ago•0 comments

Any Nix package, live in the browser

https://fzakaria.com/2026/09/04/any-nix-package-live-in-your-browser
7•domenkozar•24m ago•1 comments

Tinymongo

https://tinymongo.org/
2•schapman1974•26m ago•1 comments

GitHub Status – Disruption with Copilot Code Review

https://www.githubstatus.com/incidents/zw1hbx2yyhvr
1•kyisaiah47•26m ago•0 comments

Where Will RISC-V Be in 20 Years? Poll Results

https://thechipletter.substack.com/p/where-will-risc-v-be-in-20-years
2•rbanffy•27m ago•0 comments

Show HN: Layerz – Native App Designer

https://www.layerz.app/
1•jaeyoung_choi•28m ago•0 comments

Bitcoin mining data center condemned after leaking 3M gallons of water

https://www.tomshardware.com/tech-industry/data-centers/bitcoin-mining-data-center-condemned-afte...
3•rbanffy•28m ago•0 comments

How algorithms are making our environments bland

https://theconversation.com/how-algorithms-are-making-our-environments-bland-289917
1•geox•29m ago•0 comments

An off the self BYOA platform

1•theguysudo•29m ago•0 comments

The Man That Invented the Popup

https://galratner.substack.com/p/the-man-that-invented-the-popup
1•blartpaul•30m ago•0 comments

Washington Post says Piker used AI generated audio but admits it has no proof

https://twitter.com/washingtonpost/status/2096304873557877132
2•slowin•31m ago•0 comments

All of Claude's hilarious "Never Do This" in Fable 5.1 System Prompt

https://artifactbin.dev/@vivek/MLWEU6-claude-s-nevers
2•nuwandavek•31m ago•0 comments

Connecting Kubernetes dependencies to application telemetry

2•chipfixer•32m ago•0 comments

Big Brother is going to college: The federal plan to track students for life

https://www.washingtonexaminer.com/op-eds/4710733/college-transparency-act-student-privacy-risks/
3•iamnothere•33m ago•2 comments

Apex City – Build a city that works

https://apexcity.reallexi.io
1•m22386•35m ago•0 comments

FDA Recalls IV Fluids over Possible Fiberglass, Stainless Steel Contaminants

https://www.healthline.com/health-news/fda-recalls-iv-saline-fluids-fiberglass-stainless-steel-co...
4•speckx•36m ago•0 comments