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

Ainfographic – Turn blog posts into infographics with AI

https://ainfographic.com/
1•Tomolo•58s ago•1 comments

Stop Clicking Around: Faster Ways to Put Your Mac to Sleep

https://medium.com/@aspiringwriter001/stop-clicking-around-faster-ways-to-put-your-mac-to-sleep-6...
1•beholdsurprise•1m ago•0 comments

Durrrr ChatGPT

https://www.newgrounds.com/portal/view/1006996
1•etrvic•3m ago•0 comments

One Thousand Layer Networks for Self-Supervised RL

https://arxiv.org/abs/2503.14858
1•johnsutor•3m ago•0 comments

Show HN: AI System Generating Minecraft Mods (97% Working)

https://www.player.games/en-US/create-minecraft-mods-ai
2•madebywelch•5m ago•0 comments

The Impossible Prompt

https://teodordyakov.github.io/the-impossible-promt/
1•gmays•7m ago•0 comments

Context Plumbing

https://interconnected.org/home/2025/11/28/plumbing
1•todsacerdoti•10m ago•0 comments

Shiitake Mushrooms Can Remember Electrical States

https://spectrum.ieee.org/memristor-materials
1•Brajeshwar•13m ago•1 comments

Platform-independent experiments on social media

https://www.science.org/doi/10.1126/science.aec7388
1•Brajeshwar•13m ago•1 comments

ADHD Diagnoses Are Growing

https://www.nature.com/articles/d41586-025-03855-2
1•Brajeshwar•13m ago•1 comments

Long-term pattern shifts in Atlantic high-pressure sys drives Caribbean rainfall

https://phys.org/news/2025-11-caribbean-rainfall-driven-shifting-term.html
2•bikenaga•17m ago•0 comments

Agents need good developer experience too

https://modal.com/blog/agents-devex
1•birdculture•19m ago•0 comments

The AWS Infrastructure as Code MCP Server: AI-Powered CDK

https://aws.amazon.com/blogs/devops/introducing-the-aws-infrastructure-as-code-mcp-server-ai-powe...
1•xfr•24m ago•0 comments

Guide to making a CHIP-8 emulator

https://tobiasvl.github.io/blog/write-a-chip-8-emulator/
2•AlexeyBrin•28m ago•0 comments

The UK Has It Wrong on Digital ID. Here's Why

https://www.eff.org/deeplinks/2025/11/uk-has-it-wrong-digital-id-heres-why
4•hn_acker•28m ago•0 comments

Be Slightly Monstrous

https://contraptions.venkateshrao.com/p/be-slightly-monstrous
1•jger15•29m ago•0 comments

AWS Amplify Is a Joke

2•2code•29m ago•0 comments

AI Tops Christian Artist Charts on iTunes

https://thehill.com/policy/technology/5620871-ai-christian-singer-tops-charts-stirs-debate/
3•geox•29m ago•2 comments

Reanimation of pseudoscience in machine learning and its ethical repercussions

https://www.cell.com/patterns/fulltext/S2666-3899(24)00160-0
4•INGELRII•31m ago•0 comments

Could Symbolic AI Unlock Human-Like Intelligence?

https://www.nature.com/articles/d41586-025-03856-1
4•beardyw•33m ago•0 comments

Why aren't there any "YouTube competitors?"

https://justinkuiper.substack.com/p/why-arent-there-any-youtube-competitors
1•surprisetalk•33m ago•3 comments

Oedipus is about the act of figuring out what Oedipus is about

https://interconnected.org/home/2025/11/07/oedipus
2•surprisetalk•33m ago•0 comments

Testing Shows Automotive Glassbreakers Can't Break Modern Automotive Glass

https://www.core77.com/posts/138925/Testing-Shows-Automotive-Glassbreakers-Cant-Break-Modern-Auto...
5•surprisetalk•33m ago•0 comments

My Ethical Conundrum Around Writing About Meditation

https://psychotechnology.substack.com/p/my-ethical-conundrum-around-writing
1•surprisetalk•33m ago•0 comments

Show HN:Send Full Folders Without Zip

https://openbeam.cloud/folder-upload
2•gray_wolf_99•34m ago•0 comments

Show HN: Write JavaScript code in Rust to achieve 200k req/s

https://github.com/hyper-forge/brahma-vue
2•StellaMary•35m ago•0 comments

Lazy linearity for a core functional language

https://alt-romes.github.io/posts/2025-11-26-lazy-linearity-popl26.html
3•fanf2•35m ago•0 comments

Voting and Pseudo-Randomness – SponsorBlock (2019)

https://blog.ajay.app/voting-and-pseudo-randomness-or-sponsorblock-or-youtube-sponsorship-segment...
2•bariumbitmap•36m ago•0 comments

About

http://thingrex.com/about/
1•Andrii98•36m ago•0 comments

Wasabi: Open-source, privacy preserving Bitcoin wallet

https://github.com/WalletWasabi/WalletWasabi
1•kekqqq•38m ago•0 comments