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

Deleteduser.com –A $15 PII Magnet

https://mike-sheward.medium.com/deleteduser-com-a-15-pii-magnet-c4396eb21061
1•croes•1m ago•1 comments

Show HN: PrivaKit – A zero-upload AI workspace in the browser via WebGPU

1•felixne•10m ago•0 comments

Most People Pick the Wrong Cleaning Gloves

https://www.gogonano.com/latex-pvc-or-nitrile-cleaning-gloves/?lang=en
1•kakur007•10m ago•1 comments

Category Theory Illustrated – Orders

https://abuseofnotation.github.io/category-theory-illustrated/04_order/
3•boris_m•18m ago•0 comments

Meta prepares to lay off a tenth of its workforce

https://www.thetimes.com/us/business-us/article/meta-prepares-to-lay-off-a-tenth-of-its-workforce...
1•petethomas•19m ago•0 comments

Three meningitis B cases confirmed in Dorset schools outbreak

https://www.thetimes.com/uk/healthcare/article/meningitis-outbreak-dorset-p8gsjrvx7
2•petethomas•20m ago•0 comments

Why is IPv6 so complicated?

https://github.com/becarpenter/misc/blob/main/why6why.md
4•signa11•26m ago•0 comments

Display-switch: Turn a $30 USB switch into a full-featured KVM

https://github.com/haimgel/display-switch
1•croes•26m ago•0 comments

What if database branching was easy?

https://xata.io/blog/what-if-database-branching-was-easy
1•tee-es-gee•29m ago•0 comments

Interesting Map Geometry and Mathematics

https://www.markrjohnsongames.com/2026/04/11/ultima-ratio-regum-0-11-update-57-interesting-map-ge...
1•Hooke•33m ago•0 comments

Why Companies Are Quietly Rehiring Software Engineers

https://www.youtube.com/watch?v=OFmxKgaLN80
1•deterministic•36m ago•0 comments

Microsoft Increases the FAT32 Limit from 32GB to 2TB

https://blogs.windows.com/windows-insider/2026/04/10/announcing-windows-11-insider-preview-build-...
1•jnord•36m ago•0 comments

Understanding Flock's Testing and Development Program

https://www.flocksafety.com/blog/understanding-flocks-testing-and-development-program
1•lurkshark•36m ago•0 comments

Amiga Graphics

https://amiga.lychesis.net/
3•sph•39m ago•0 comments

Show HN: Saucybargain – a community for bargains with zero affiliate marketing

https://saucybargain.com
1•roomymy•39m ago•0 comments

Proboscis monkey found in Thailand is evidence of cross-border illegal trade

https://news.mongabay.com/2026/03/proboscis-monkey-found-in-thailand-adds-to-evidence-of-cross-bo...
1•PaulHoule•42m ago•0 comments

Claude Opus wrote a Chrome exploit for $2,283

https://www.hacktron.ai/blog/i-let-claude-opus-to-write-me-a-chrome-exploit
3•damethos•50m ago•0 comments

Building Pi in a World of Slop – Mario Zechner [video]

https://www.youtube.com/watch?v=RjfbvDXpFls
2•JSR_FDED•52m ago•0 comments

Why We're Protecting Your Commodore 64 Ultimate FPGA

https://www.commodore.net/post/why-we-re-protecting-your-commodore-64-ultimate-fpga
1•snvzz•53m ago•1 comments

Paper Plane Game

https://paperplanetrend.netlify.app/
1•meaydinli•55m ago•1 comments

Remember? "Sideloading" is here to stay, and won't go away, they said?

https://floss.social/@IzzyOnDroid/116415766636505917
2•pabs3•58m ago•0 comments

The Man Who Stayed [video]

https://www.ordinarylifeextraordinarygod.org/post/the-man-who-stayed-a-short-documentary
1•NaOH•1h ago•0 comments

See how your investments would look if they never lost value

https://arells.com
1•jeyakatsa•1h ago•0 comments

A Curriculum for Tools for Thought [pdf]

https://ai-tools-for-thought.github.io/workshop/documents/chi26/Crichton_Curriculum_for_Tools_for...
1•tosh•1h ago•0 comments

It is incorrect to "normalize" // in HTTP URL paths

https://runxiyu.org/comp/doubleslash/
2•pabs3•1h ago•0 comments

I Made a Free Stick Figure Generator

https://stickfiguremaker.com/
2•Lex200•1h ago•0 comments

DateBoy (2024)

https://tupperwarefan.itch.io/dateboy
1•robin_reala•1h ago•0 comments

"Liberation Day" at OpenAI as multiple senior executives announce leaving

https://mas.to/@carnage4life/116422881496195720
4•riffraff•1h ago•0 comments

Ask HN: How are short-form video algorithms impacting your deep work?

1•mtjfilipovic•1h ago•0 comments

Show HN: A site for stopping work slop

https://stopnoslop.com/
2•vlidholt•1h ago•0 comments