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

I ported Xonotic (arena FPS) to WebAssembly

https://dpgame.xonotic.workers.dev/
3•astlouis44•3m ago•1 comments

Looking for Backdoors in Jane Street LLMs

https://www.alignmentforum.org/posts/a98MFPmqH54J2ayBn/looking-for-backdoors-in-jane-street-llms-1
1•allenleee•3m ago•0 comments

Claude, Teach Me Something

https://hugotunius.se/2025/10/26/claude-teach-me-something.html
1•dannyboland•7m ago•1 comments

We Forget

https://quinnmaclay.com/posts/forget
1•speckx•10m ago•0 comments

Ntsc-rs – open-source video emulation of analog TV and VHS artifacts

https://ntsc.rs/
2•gregsadetsky•14m ago•0 comments

Hermes – Community Web UI with Agent

https://get-hermes.ai/
1•SeriousM•16m ago•0 comments

Show HN: CCC: One place to manage all your Claude, Codex, Antigravity sessions

https://github.com/amirfish1/claude-command-center
1•amirfish2•16m ago•0 comments

posix_spawn syscall added (2012)

https://blog.netbsd.org/tnf/entry/posix_spawn_syscall_added
1•JdeBP•17m ago•0 comments

AI Memory Proves Inefficient: Tenure Project Detects 95% Error Rate

https://zamin.uz/en/technology/205592-ai-memory-proves-inefficient-tenure-project-detects-95-erro...
3•jflynt76•18m ago•0 comments

The dark origins of Disney fairy tales [video]

https://www.youtube.com/watch?v=pyDZpDkU46Y
2•gmays•19m ago•0 comments

Readers' top novels of all time

https://www.theguardian.com/books/ng-interactive/2026/jun/06/readers-top-100-novels-of-all-time
1•fallinditch•20m ago•0 comments

Exitus: Travel Advisor

https://exitusadvisor.org/
2•polysw•23m ago•0 comments

iSave – A budgeting app that works without linking your bank

https://i-save.app/
1•xhafaaldi•23m ago•0 comments

Show HN: Competitive Programmer's Web Debugger

https://klyroni.com
1•s3arch•30m ago•0 comments

Rayforce

https://github.com/RayforceDB/rayforce
1•tosh•31m ago•0 comments

Leaks reveal US authorities concerned about the rise of 'anti-tech extremists'

https://www.tomshardware.com/tech-industry/artificial-intelligence/leaks-reveal-us-authorities-co...
3•rolph•31m ago•2 comments

IOCCC29 Awards Presentation and Source Code Reveal [video]

https://www.youtube.com/watch?v=MoWCwZx1Swc
1•s-macke•31m ago•0 comments

Project Euler 1000

https://projecteuler.net/problem=1000
3•pazqo•31m ago•1 comments

USSH: A shell protocol and client/server pair built on top of USTP-Secure

https://github.com/x1colegal/ussh
1•thunderbong•33m ago•0 comments

WebMCP Registry – a public index for WebMCP tool contracts

https://webmcp-registry.dev
2•plural•33m ago•0 comments

HIPAA Compliance – Shieldra.ai is live

https://www.shieldra.ai/
1•shieldra•35m ago•0 comments

Zapros: Modern and extensible HTTP client for Python

https://zapros.dev
1•karpetrosyan•35m ago•0 comments

ASML employees threaten to boycot internal event over possible Musk appearence

https://nos.nl/artikel/2617421-asml-medewerkers-dreigen-met-boycot-intern-evenement-na-uitnodigin...
4•28304283409234•37m ago•0 comments

The Missing Value of Data [pdf]

https://business.columbia.edu/sites/default/files-efs/citation_file_upload/BOVDataGDP_Dec2025_v2.pdf
1•neehao•39m ago•0 comments

The Sierpiński triangle ideal of Internet bandwidth for applications

https://inavoyage.blogspot.com/2026/06/the-sierpinski-triangle-ideal-of.html
1•initramfs•44m ago•0 comments

31gb to 4gb: Rust vector index based on TurboQuant

https://github.com/RyanCodrai/turbovec
1•nico•44m ago•0 comments

Treehouse – Isolate dev environments from Git worktrees

https://github.com/stemps/treehouse
1•stemps23•47m ago•0 comments

Ask HN: Can't a developer publish add-on for Outlook in Microsoft Marketplace?

2•bprasanna•47m ago•0 comments

Talking Hot Dog gives new meaning to 'Ham radio' (2024)

https://www.jeffgeerling.com/blog/2024/talking-hot-dog-gives-new-meaning-ham-radio/
2•mschuster91•48m ago•1 comments

A.I. and Our Economic Future, Professor Chad Jones [video]

https://www.youtube.com/watch?v=xBpGn3BDcOY
2•simonpure•49m ago•0 comments