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!

Implementation strategies for mutable value semantics

https://www.jot.fm/contents/issue_2022_02/article2.html
1•fanf2•28s ago•0 comments

Why Gen Z is ditching traditional finance for crypto and social apps

https://thehill.com/blogs/in-the-know/6026306-generation-z-crypto-saving-401ks-tiktok-shop-little...
1•pbradv•30s ago•0 comments

Openness Made All of This Possible

https://opensource.org/blog/openness-made-all-of-this-possible
1•abetusk•1m ago•0 comments

Tiny Chestnut – USB-3 eGPU dock from tinycrop

https://blog.comma.ai/chestnut/
1•rvz•1m ago•0 comments

Escaping the Giant Switch

https://medium.com/graalvm/escaping-the-giant-switch-dec20b572139
1•grashalm•2m ago•0 comments

Upper echelons in Silicon Valley are no longer materialists

https://www.modernreformation.org/resources/essays/ai-and-silicon-valleys-spirituality-without-re...
1•nonewideas•2m ago•0 comments

Show HN: Altura – On-device in-the-moment speaking coach for high-stakes calls

https://www.altura.coach
1•shezhang2001•3m ago•0 comments

Dynatrace to Acquire AI Observability Leader Arize

https://ir.dynatrace.com/news-events/press-releases/detail/435/dynatrace-to-acquire-ai-observabil...
1•pranay01•3m ago•0 comments

Ask HN: Local-Only Microsoft Word?

1•AnimalMuppet•3m ago•0 comments

How to Keep Thinking

https://www.seangoedecke.com/how-to-keep-thinking/
2•luispa•3m ago•0 comments

Sandwich Truncation

https://twitter.com/__tosh/status/2087910563066073424
3•tosh•4m ago•0 comments

WASI 0.3.1

https://github.com/WebAssembly/WASI/releases/tag/v0.3.1
2•yoshuaw•4m ago•0 comments

McDonald's Built a 515-Page Dossier on Me. It Says I'll Never Stop Eating There

https://www.wired.com/story/mcdonalds-built-a-515-page-dossier-on-me-it-says-ill-never-leave/
2•thehoff•4m ago•0 comments

Flock Safety changes system defaults in response to criticisms

https://www.flocksafety.com/blog/flock-guardrails-address-lpr-privacy-concerns-and-police-transpa...
3•LazyMans•5m ago•1 comments

You Can't Copy Palantir

https://ethanding.substack.com/p/why-you-cant-copy-palantir
4•skadamat•5m ago•0 comments

Elevated Errors on Claude

https://status.claude.com/incidents/j160kkjmm2n1
3•hnarayanan•6m ago•0 comments

LLMs are bad at decoding Modbus registers, so I made sure they never have to

https://medium.com/@pokhts/i-built-an-llm-agent-that-reads-real-plcs-heres-what-nobody-tells-you-...
2•PhilYeh75•6m ago•0 comments

California, U.S. lawmakers debate license plate reader technology

https://calmatters.org/politics/2026/08/california-flock-license-plates-bill/
2•lokar•7m ago•0 comments

Show HN: SightDiff – before/after visual proof of what your AI agent changed

https://sightdiff.com/
2•ja34luv•8m ago•0 comments

Who (Or What) Generates Images for EFF?

https://www.eff.org/deeplinks/2026/08/who-or-what-generates-images-eff
2•Jimmc414•10m ago•0 comments

Show HN: ChatGPT SEO for Shopify Merchants

https://apps.shopify.com/foundgpt-llms-txt
2•rahular1•10m ago•0 comments

Hospital Prepayment Requirements Add New Wrinkles to Patients' Financials

https://kffhealthnews.org/health-care-costs/hospital-prepayment-requirements-upfront-patient-insu...
2•Jimmc414•10m ago•0 comments

Spec Forge: Beyond Vibes to Behaviorally Complete Design Specs

https://github.com/blentz/spec-forge
2•wakko666•13m ago•0 comments

ICE plans to equip agents with gloves that can deliver electric shocks

https://www.bbc.com/news/articles/c20d292gdp4o
6•tartoran•14m ago•0 comments

Show HN: IronBee – an AI QA engineer that tests your Vercel preview on every PR

https://medium.com/@serkan_ozal/your-ai-qa-engineer-now-runs-on-every-vercel-preview-16ca2d9dc03a
2•sozal•15m ago•0 comments

US Authorizes Private Cyber Operations

https://cyberupdates365.com/us-authorizes-private-cyber-operations/
3•speckx•15m ago•1 comments

Kubernetes on Oxide: How Customer Needs Shaped Our Integrations

https://oxide.computer/blog/kubernetes-on-oxide
4•stevehipwell•15m ago•0 comments

Show HN: Unicasso – image to ASCII art via optimization with CLIP

https://github.com/jakobrees/unicasso
2•imko_•15m ago•0 comments

Towards perpetual full-body deepfake generation

https://www.unite.ai/toward-perpetual-full-body-deepfake-video-generation/
2•50kIters•16m ago•0 comments

Treating LLMs as Programming Books

https://jola.dev/posts/treating-llms-as-programming-books
2•elkguy•17m ago•0 comments