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!

Thing that has ever happened for multiplayer games

https://mas-bandwidth.com/the-best-thing-that-has-ever-happened-for-multiplayer-games/
1•pbootly•54s ago•0 comments

What happened to China's property collapse? [video]

https://www.youtube.com/watch?v=1N2C72OdOxo
1•Imustaskforhelp•5m ago•0 comments

Siag Office – A Free Office Package for Unix (2007)

https://siag.nu/index.shtml
1•turtleyacht•6m ago•0 comments

Pybench: Pytest but to check non regression of noisy benchmarks

https://github.com/AnthonyBeeblebrox/pybench
1•ururu01010•6m ago•0 comments

The UN demands AI accountability while running Google ad-tech on its own website

https://www.thatprivacyguy.com/blog/un-tracking-without-consent/
1•ilreb•8m ago•0 comments

Train the draft model for your workload

https://nebius.com/blog/posts/train-the-draft-model-for-your-workload
1•Sami_Lehtinen•9m ago•0 comments

I Am Not an AI – The Tlbic Policy Proposal

https://drive.google.com/file/d/1NJA8clb_wkotSnUkBPGZMw8Dywa5caiF/view?usp=drive_link
2•michikawa59•10m ago•2 comments

Claude ends the chat – refuses conversation

https://medium.com/@thesuperrepemail/claude-got-sentimental-couldnt-take-the-insults-anymore-56de...
2•rajsuper123•10m ago•0 comments

Show HN: Hikaru Labs – An offline, client-side alternative to CloudConvert

https://hikarulabs.xyz
3•CFBL•11m ago•1 comments

Ask HN: How is GPU power draw measured at scale?

3•anax32•14m ago•0 comments

The fight against data centers has nothing to do with data centers

https://twitter.com/mcuban/status/2070211760196587534
3•tosh•14m ago•0 comments

Apple hints at more price increases coming later

https://9to5mac.com/2026/06/25/apple-hints-at-more-price-increases-coming-later/
2•virgildotcodes•15m ago•1 comments

ChoiceBeat: The Visual Novel and Interactive Fiction Zine

https://willyelektrix.itch.io/choicebeat-issue-17
2•Schiphol•17m ago•0 comments

Stop generating what you already have

https://aazar.me/posts/stop-generating-what-you-already-have
2•44za12•19m ago•0 comments

A Niche Technology Became a Choke Point for A.I

https://www.nytimes.com/2026/06/26/technology/ai-advanced-chip-packaging-tsmc.html
2•thinkcontext•19m ago•0 comments

Analysed 3k+ AI thought leaders posts for Q2

https://aiweekly.co/recap/q2-2026
2•adu_onemore•20m ago•1 comments

Why AI in the classroom is a catastrophe – Sophie Winkleman [ARC 2026] [video]

https://www.youtube.com/watch?v=yFp5-i5fzyQ
3•yesbut•23m ago•1 comments

OpenAI Codex bombards SSDs with needless write operations, costing millions

https://www.theregister.com/ai-and-ml/2026/06/23/openai-codex-bombards-ssds-with-needless-write-o...
3•YeGoblynQueenne•24m ago•0 comments

Trump administration asks OpenAI to limit next model release

https://www.axios.com/2026/06/25/trump-administration-openai-gpt-model-release
2•FergusArgyll•24m ago•1 comments

$1.4T investment helps China restore freshwater ecosystem's oxygen

https://www.courthousenews.com/1-4-trillion-investment-helps-china-restore-freshwater-ecosystems-...
4•ilreb•27m ago•0 comments

The AI LinkedIn Post Generator That Grows Your Professional Brand

https://elevenwritt.com/blog/ai-linkedin-post-generator
2•piusk•28m ago•2 comments

Domino Tiling: From Dynamic Programming to Finite Fields

https://www.omegasyntax.com/domino/
4•birdculture•33m ago•0 comments

AMD Readies Full Open-Source HDMI 2.1 Support for Linux

https://www.techpowerup.com/348723/amd-readies-full-open-source-hdmi-2-1-support-for-linux
4•tosh•40m ago•1 comments

Windows-Copilot-API; Access GPT-4 and GPT-5 models without API keys or billing

https://github.com/sums001/Windows-Copilot-API
6•vantareed•42m ago•0 comments

Ask HN: Which free video downloader do you trust in 2026?

3•vanshsoni0027•45m ago•3 comments

Strange Knowledgeability

https://contraptions.venkateshrao.com/p/strange-knowledgeability
2•jger15•45m ago•0 comments

The Vim Learning Curve Is a Myth

https://thoughtbot.com/blog/the-vim-learning-curve-is-a-myth
4•tzury•47m ago•1 comments

The AI Productivity Trap Is More Output

https://www.vincentschmalbach.com/the-ai-productivity-trap-is-more-output/
2•vincent_s•49m ago•0 comments

Show HN: Unofficial cross-platform Shure MV client

https://github.com/Humblemonk/shurectl
2•PennRobotics•51m ago•0 comments

Show HN: Yet another self-hosted web analytics with no UI but MCP

https://yetanotherwebanalytics.dev/
3•le_chuck•52m ago•0 comments