frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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•10mo 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!

PayPal apparently does not understand how Gmail email addresses work

https://old.reddit.com/r/paypal/comments/1rifn18/paypal_apparently_does_not_understand_how_gmail/
1•josephcsible•1m ago•0 comments

Satellites

https://globe.gl/example/satellites/index.html
1•andsoitis•2m ago•0 comments

Browser action engine for AI agents. 10× faster, resilient by design

https://github.com/actionbook/actionbook
1•mountainview•2m ago•0 comments

Moon Landing Sites

https://globe.gl/example/moon-landing-sites/index.html
1•andsoitis•4m ago•0 comments

Show HN: Webflow Skills by 224 Industries

https://224industries.com.au/webflow-skills
1•flashbrew•15m ago•0 comments

The inner workings of TCP zero-copy

https://blog.tohojo.dk/2026/02/the-inner-workings-of-tcp-zero-copy.html
1•mfrw•16m ago•0 comments

Process-Based Concurrency: Why Beam and OTP Keep Being Right

https://variantsystems.io/blog/beam-otp-process-concurrency
3•linkdd•17m ago•0 comments

Chasing the Chip Smugglers

https://www.thewirechina.com/2026/03/01/chasing-the-chip-smugglers-nvidia-ai-chips-china/
1•NN88•17m ago•0 comments

Show HN: Interactive 3D WebGL Globe for real-time daylight cycles

https://github.com/azialle/Oclock
1•codechibi•18m ago•1 comments

Cryptopp-modern 2026.3.0M-KEM/ML-DSA/SLH-DSA and X-Wing hybrid KEM for C++

https://github.com/cryptopp-modern/cryptopp-modern/discussions/18
1•CoraleDev•18m ago•2 comments

Why mathematicians hate Good Will Hunting

https://www.scientificamerican.com/article/why-mathematicians-hate-good-will-hunting/
3•1659447091•20m ago•0 comments

Show HN: Yakki.ai – Say it. Ship it. Increase your output with your voice

https://yakki.ai
2•imazio•20m ago•0 comments

Why Intelligent People Make Others Uncomfortable [video]

https://www.youtube.com/watch?v=GQYxHSw-TCI
2•SMAAART•22m ago•2 comments

Show HN: Visualize Git commit histories as animated force-directed graphs

https://github.com/nshcr/git-commits-threadline
1•wwhxd•25m ago•0 comments

Track what AI models say about candidates and races

https://caucus-ai.com/
1•m-hodges•26m ago•0 comments

I charge for a single-file web app I can't protect from piracy

https://joeldare.com/i-charge-for-a-single-file-web-app-i-cant-protect-from-piracy
2•codazoda•26m ago•1 comments

Show HN: Sabela – A Reactive Notebook for Haskell

https://www.datahaskell.org/blog/2026/03/01/sabela-reactive-haskell-notebooks.html
1•mchav•28m ago•0 comments

Day #15 of Rediscovering FreeBSD

https://tnorlin.se/posts/2026-03-01-day15-of-rediscovering-freebsd/
2•vermaden•29m ago•0 comments

Von Neumann on Consciousness in Quantum Mechanics

https://arxiv.org/abs/2508.15871
2•andsoitis•31m ago•0 comments

Show HN:Enveil–Encrypted vault that replaces .env files with runtime injection

https://github.com/MaximoCoder/Enveil
1•enveil•32m ago•1 comments

Show HN: Dispatcher – simple yet ergonomic coding agent management

https://dispatcher.sh
1•thebuilderjr•34m ago•0 comments

A Day in the Life of an Ensh*ttificator [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
4•johnnyApplePRNG•35m ago•0 comments

Digital products and services are getting worse – but the trend can be reversed

https://www.forbrukerradet.no/news-in-english/digital-products-and-services-are-getting-worse-but...
2•pabs3•35m ago•0 comments

Expert Beginners and Lone Wolves will dominate this early LLM era

https://www.jeffgeerling.com/blog/2026/expert-beginners-and-lone-wolves-dominate-llm-era/
1•twapi•35m ago•0 comments

Is anyone compressing AI models for the 4B people without GPUs or internet?

2•yashpxl•36m ago•0 comments

Ask HN: How long before AI become a deity?

1•WheelsAtLarge•37m ago•0 comments

Politicians are being sold AI-powered 'digital fighters'

https://www.nationalobserver.com/2026/02/24/investigations/logivote-ai-political-messaging
1•moogly•37m ago•0 comments

Show HN: Action Relay – Every App Intent as an MCP Tool

https://tarq.net/posts/action-relay-shortcut-actions-mcp/
2•TarqDirtyToMe•39m ago•0 comments

What do you want in a database client in 2026?

1•m2fauzaan•42m ago•0 comments

Building personal software is now Practical

https://divanv.com/post/age-of-personal-software/
1•freediver•51m ago•0 comments