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

AWS and OpenAI announce multi-year, $38B strategic partnership

https://www.aboutamazon.com/news/aws/aws-open-ai-workloads-compute-infrastructure
1•zkmon•1m ago•0 comments

I vibe coded a database engine from scratch

https://deepwiki.com/jzombie/rust-llkv
1•rustic-indian•2m ago•0 comments

Why The Simpsons couldn't survive the new millennium (2017)

https://honisoit.com/2017/03/why-the-simpsons-couldnt-survive-the-new-millennium/
1•haunter•2m ago•0 comments

Cortex Linux – AI-Native Operating System (Open Source)

https://github.com/cortexlinux/cortex
1•AIVH•4m ago•2 comments

Space Type Generator

https://spacetypegenerator.com/
1•bookofjoe•5m ago•0 comments

Flooded UK coalmines could provide low-carbon cheap heat 'for generations'

https://www.theguardian.com/environment/2025/nov/06/flooded-uk-coalmines-low-carbon-cheap-heat
4•rmason•7m ago•1 comments

ASD – Barriers and Pathways in Formal and Self-Diagnosis

https://codeberg.org/alicewatson/asd-self-dx/src/branch/main
1•ofcrpls•9m ago•0 comments

Beauty Backfire Effect: How Extreme Attractiveness Undermines Fitfluencers

https://onlinelibrary.wiley.com/doi/10.1002/mar.70023
1•gnabgib•14m ago•0 comments

Art-Sci Currents. Interdisciplinarity in MOTION. (url to video series)

https://crearte.ca/artscicurrents/interviews/
1•sargstuff•15m ago•1 comments

Best Current Practice for OAuth 2.0 Security

https://datatracker.ietf.org/doc/html/rfc9700
3•mooreds•21m ago•0 comments

Humans have remote touch 'seventh sense' like sandpipers

https://techxplore.com/news/2025-11-humans-remote-seventh-sandpipers.html
6•wjSgoWPm5bWAhXB•21m ago•0 comments

I've found the secret to a happy relationship: an 'airport divorce'

https://www.thetimes.com/travel/inspiration/comment-inspiration/airport-divorce-travel-trend-huw-...
1•mooreds•21m ago•0 comments

Thoughts by a non-economist on AI and economics

https://windowsontheory.org/2025/11/04/thoughts-by-a-non-economist-on-ai-and-economics/
1•mooreds•21m ago•0 comments

Whitespace Esolang

https://esolangs.org/wiki/Whitespace
1•OptionX•22m ago•0 comments

'Nestflix': Peregrine falcon livestream has Australians glued to their screens

https://www.bbc.co.uk/news/articles/c5yp6m8y764o
2•dijksterhuis•25m ago•0 comments

EventChains: Sequential workflows with LIFO middleware composition

https://eventchains.dev/
1•gamedevmadeeasy•26m ago•0 comments

Rubydoc.info – 521: Web server is down

https://www.rubydoc.info/gems/google_maps_geocoder
1•ioblomov•29m ago•0 comments

AI Progress and Recommendations

https://openai.com/index/ai-progress-and-recommendations/
2•gmays•30m ago•0 comments

I want you to understand Chicago

https://aphyr.com/posts
94•Fraterkes•33m ago•16 comments

Scientists Identify Potential Climate Solutions in "Grassy Trees"

https://www.nyu.edu/about/news-publications/news/2025/october/scientists-identify-potential-clima...
3•geox•35m ago•0 comments

At the Root: An Anti-Racist Ethical Source License for Open Source Projects

https://attheroot.dev
4•Kerrick•38m ago•2 comments

Galaxy Brain Resistance

https://vitalik.eth.limo/general/2025/11/07/galaxybrain.html
1•plastic3169•38m ago•0 comments

MD-11 Boeing Converted Freighter [pdf]

https://www.boeing.com/content/dam/boeing/boeingdotcom/company/about_bca/startup/pdf/freighters/M...
1•naves•45m ago•0 comments

I Skied Down Mount Everest (world first, no oxygen) [video]

https://www.youtube.com/watch?v=cjZvFY6__qw
1•charlieirish•48m ago•0 comments

Non-recursively deleting a binary tree in constant space

https://devblogs.microsoft.com/oldnewthing/20251106-00/?p=111771
2•ibobev•50m ago•0 comments

Show HN: Simple Instagram Unfollowers Tracker

https://socialutils.io/unfollowers-tracker
2•CodeCrusader•51m ago•0 comments

Race to secure 2025 rice crop heats up, lifting prices

https://www.japantimes.co.jp/news/2025/10/17/japan/new-rice-crop-competition/
2•PaulHoule•51m ago•0 comments

Game-of-Robots / Restarts on every double-click

https://hexbot-genesis.netlify.app/
1•cpuXguy•53m ago•0 comments

Stronghold of the Dwarven Lords.BAS

https://basic-code.bearblog.dev/stronghold-of-the-dwarven-lords/
2•ibobev•54m ago•0 comments

RotMG Map Seeds

https://www.redblobgames.com/blog/2025-11-07-rotmg-seeds/
1•ibobev•55m ago•0 comments