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!

One big winner in War on Iran: US natural gas exporters. Big loser: Europe

https://kdwalmsley.substack.com/p/one-big-winner-in-war-on-iran-us
1•comebhack•3m ago•0 comments

The User Is the Processor

https://aito.ai/blog/the-predictive-application/
1•arauhala•3m ago•0 comments

You got what you wanted. Why doesn't it feel like anything?

https://lanternhours.substack.com/p/you-got-what-you-wanted-why-doesnt
1•cuongvtran•5m ago•0 comments

Psychology Research Is Mostly Fine

https://www.astralcodexten.com/p/psychology-research-is-mostly-fine
1•Michelangelo11•7m ago•0 comments

FreeBSD Just Removed the Last of Its GPL-Licensed Code

https://hackaday.com/2026/07/28/freebsd-just-removed-the-last-of-its-gpl-licensed-code/
1•olalonde•7m ago•0 comments

Meta Is Fighting a Mountain of Social-Media Lawsuits at Just the Wrong Time

https://www.wsj.com/tech/meta-is-fighting-a-mountain-of-social-media-lawsuitsat-just-the-wrong-ti...
1•1vuio0pswjnm7•8m ago•0 comments

Rachel has a new brain. She hasn't noticed. Our cloud bill definitely has

https://old.reddit.com/r/consentbar/comments/1v8vdgu/rachel_got_a_brain_transplant_and_our_token_...
1•genesem•9m ago•0 comments

Jewellery Shops Colombo

https://www.careems.com
1•jayanath99•10m ago•0 comments

He wanted a true solar vehicle, so he built Solar Bear, an open-source trike

https://autos.yahoo.com/ev-and-future-tech/articles/wanted-true-solar-vehicle-built-164500021.html
1•moltean•10m ago•0 comments

Show HN: Fulltext search on PDFs and scanned images

https://github.com/Shadi/docs-search
1•_shadi•12m ago•0 comments

Cognitive Farmsteading

https://contraptions.venkateshrao.com/p/cognitive-farmsteading
1•swolpers•13m ago•0 comments

SpaceX stock-purchasing by Congress members fuels conflict concerns

https://www.cnbc.com/2026/07/28/spacex-stock-congress-lawmakers-ipo-conflict-of-interest.html
3•1vuio0pswjnm7•13m ago•0 comments

I 4x'd a 367x479 stamp-sized photo through 8 upscaling models

https://enlarger.app/blog/upscayl-vs-enlarger/
1•jaakkoc•14m ago•1 comments

Be careful downloading Windows 11 apps from Google

https://www.windowslatest.com/2026/07/27/be-careful-downloading-windows-11-apps-from-google-70-fa...
1•01-_-•16m ago•0 comments

From Code Generation to Risk Validation

https://luisvieira.me/blog/ai-across-the-sdlc
1•luisvieira_gmr•18m ago•0 comments

What's New in JavaScript? ECMAScript 2027

https://tc39.es/ecma262/
1•aanthonymax•18m ago•2 comments

Meta Got Everything It Wanted in a Secret Louisiana Data Center Deal

https://www.nytimes.com/2026/07/27/technology/meta-data-center-louisiana.html
3•01-_-•18m ago•0 comments

GPS Week Number Rollover

https://en.wikipedia.org/wiki/GPS_week_number_rollover
1•taubek•19m ago•0 comments

Did AI Hack HuggingFace?

https://www.youtube.com/watch?v=q2KCrmQz9WE
1•rustyhancock•20m ago•1 comments

Can anti-fraud make large-scale attacks unprofitable?

1•jezzwar•23m ago•1 comments

Show HN: DynoTable – The DynamoDB GUI with real SQL and your AI agent

https://dynotable.com/
1•dynotable•24m ago•0 comments

Self Hosting LLMs with Llama.cpp

https://data4sci.substack.com/p/self-hosting-llms-with-llamacpp
1•Anon84•28m ago•0 comments

Building the enterprise environment for agentic AI

https://www.technologyreview.com/2026/07/27/1140668/building-the-enterprise-environment-for-agent...
2•joozio•29m ago•0 comments

Kids who own phones have poorer reading comprehension scores VS those who don't

https://phys.org/news/2026-07-kids-cellphones-poorer-comprehension-scores.html
2•Markoff•33m ago•1 comments

Show HN: BeatFlow: Codex skill for composing music as editable multi-track MIDI

https://github.com/the0cp/beatflow-skill
1•vaergawdd•33m ago•0 comments

Hypothetical Types of Biochemistry

https://en.wikipedia.org/wiki/Hypothetical_types_of_biochemistry
1•frozenseven•33m ago•0 comments

GPS Isn't a Solved Problem. Xona Space to Become Critical Infrastructure?

https://beyondhorizonforesight.substack.com/p/gps-isnt-a-solved-problemits-one
1•beyondhorizonfs•34m ago•0 comments

Mango – Modern IRC Client for Mac, iPhone and iPad

https://mangoirc.chat/
1•Tomte•36m ago•0 comments

Yahtzee Strategy

https://ballparkfigures.substack.com/p/yahtzee
1•muti•36m ago•0 comments

Show HN: Build an Avatar-Cursor Integration

https://lee-ai.com/
1•eschwalme•37m ago•0 comments