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!

Neural Annealing: Directing Psychedelic Trips Towards Healing (25/30)

https://psychotechnology.substack.com/p/neural-annealing-directing-psychedelic
1•paulpauper•19s ago•0 comments

"The Etiology and Treatment of Childhood", Smoller 1986 [pdf]

https://gwern.net/doc/psychiatry/adhd/1986-smoller.pdf
1•paulpauper•35s ago•0 comments

Command-Enter to Submit in AI Chats – never lose an incomplete prompt again

https://gist.github.com/intellectronica/e9302c17e2b01db9ca9ab17f0bcb8f16
1•intellectronica•2m ago•0 comments

What were Afghan "Zero Units" where the National Guard shooting suspect worked?

https://www.cbsnews.com/news/national-guard-shooting-suspect-afghanistan-zero-units/
1•clanky•4m ago•0 comments

Show HN: EasyDictate – Offline Voice Dictation for Windows

https://github.com/charleslukowski/easydictate
1•chux52•4m ago•0 comments

Skald: Open-Source Production RAG in Your Infrastructure

https://github.com/skaldlabs/skald
1•yakkomajuri•5m ago•0 comments

Cherry gives up German production and wants to sell core division

https://www.heise.de/en/news/Cherry-gives-up-German-production-and-wants-to-sell-core-division-11...
1•jsheard•5m ago•0 comments

The ultralight gummy bear power bank just got yanked from Amazon

https://www.theverge.com/news/818906/haribo-gummy-bear-power-bank-amazon-removed
1•walterbell•6m ago•0 comments

The Fediverse: A New Era of Social Media [video]

https://videos.elenarossini.com/w/64VuNCccZNrP4u9MfgbhkN
1•tcfhgj•6m ago•0 comments

The Great Agent Scramble at KubeCon '25: How AI Is Rewiring Enterprise Software

https://www.mydecisive.ai/blog/great_agent_scramble
1•lulu_lemon•12m ago•0 comments

At IT School with Apple Lisa

https://blisscast.wordpress.com/2024/06/04/apple-lisa-gui-wonderland-3/
2•fabiojava•13m ago•0 comments

The Whirlpool Is the Mountain

https://thinking.relica.io/the-whirlpool-is-the-mountain/
1•m-xtof•14m ago•0 comments

All recent bash commits are by one person

https://cgit.git.savannah.gnu.org/cgit/bash.git/log/
1•behnamoh•14m ago•0 comments

Ask HN: What open source projects are you grateful for?

1•jayzalowitz•15m ago•0 comments

Signal's president warns AI agents are an existential threat to messaging apps

https://fortune.com/2025/11/27/ai-agents-are-an-existential-threat-to-secure-messaging-signals-pr...
3•giuliomagnifico•17m ago•0 comments

Show HN: Hatch v1.16.0 – workspaces, dependency groups and SBOMs

https://hatch.pypa.io/1.16/blog/2025/11/24/hatch-v1160/
1•ofek•19m ago•1 comments

Why Have Vaccines Become a Religion?

https://www.midwesterndoctor.com/p/why-have-vaccines-become-a-religion
1•bilsbie•20m ago•0 comments

How Microsoft's developers are using AI

https://www.theverge.com/tech/831379/microsoft-developer-ai-usage-stats-notepad
2•manveerc•21m ago•0 comments

Major journal under fire for omitting Pfizer's failed flu data in seniors

https://blog.maryannedemasi.com/p/major-journal-under-fire-for-omitting
1•bilsbie•22m ago•0 comments

YouTube testing new 'Home' page with more control over suggested content

https://9to5google.com/2025/11/26/youtube-testing-new-home-page-with-more-control-over-suggested-...
3•geox•23m ago•0 comments

LLM unpredictability isn't a model problem – it's a process problem

https://pub.towardsai.net/uncertainty-architecture-a-modern-approach-to-designing-llm-application...
1•oddish-tv•25m ago•1 comments

Disallow code usage with a custom `clippy.toml`

https://www.schneems.com/2025/11/19/find-accidental-code-usage-with-a-custom-clippytoml/
1•austinallegro•26m ago•0 comments

Show HN: PrinceJS v1.7.7 Update. Down to 2.2 kB and top (13yo dev)

1•lilprince1218•29m ago•0 comments

Major AI conference flooded with peer reviews written by AI

https://www.nature.com/articles/d41586-025-03506-6
3•EA-3167•30m ago•0 comments

How to do Localization and Internationalization properly on the Web

https://community.qbix.com/t/how-qbix-handles-text-translation-and-international/783
1•EGreg•31m ago•1 comments

Did We Just Solve the 100-Year War Between Quantum Theory and Gravity?

https://pajuhaan.medium.com/did-we-just-solve-the-100-year-war-between-quantum-theory-and-gravity...
1•pajuhaan•33m ago•1 comments

Show HN: Cool fonts you can use almost anywhere

https://fontgen.cool/
3•liquid99•34m ago•0 comments

Cree syllabics still used today

https://www.thecanadianencyclopedia.ca/en/article/cree-syllabics
3•ilamont•38m ago•0 comments

Show HN: Zenus – A note-taking app with Local, Server and Client mode

https://github.com/skorotkiewicz/zenus
1•modinfo•38m ago•0 comments

Stochastic Bohmian Framework for Retrocausal Quantum Communication

https://github.com/DOSAYGO-STUDIO/quacomms
1•keepamovin•39m ago•0 comments