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

The Data Project – data journalism sites built from public government datasets

https://www.thedataproject.ai
1•kianoconnor•4m ago•0 comments

Altman says OpenAI agrees with Anthropic's red lines in Pentagon dispute

https://thehill.com/policy/technology/5758898-altman-backs-anthropic-pentagon-stand/
2•rectang•4m ago•0 comments

Federal agencies may have a Claude problem now

https://www.axios.com/2026/02/27/claude-anthropic-trump-government-agencies
2•toomuchtodo•6m ago•1 comments

Show HN: I built a site where you hire yourself instead of applying for jobs

https://hired.wtf
2•apwn•7m ago•1 comments

Show HN: Rapidly build efficient sites with Neat, the minimalist CSS framework

https://github.com/codazoda/neatcss
1•codazoda•11m ago•0 comments

Need ArXiv endorsement.. CS. Multiagent-Systems [pdf]

https://www.socialcompute.dev/deterministic_control_paper.pdf
1•dev_marcospimi•12m ago•0 comments

Show HN: XDP firewall that auto-syncs open ports – built after my VPS got DDoS'd

https://github.com/Kookiejarz/basic_xdp
1•kennethhh•12m ago•0 comments

Show HN: Taskdog – Terminal-based task manager with schedule optimization

https://github.com/Kohei-Wada/taskdog
1•kohei-wada•13m ago•0 comments

Show HN: AgentGate – Stake-Gated Action Microservice for AI Agents

https://github.com/selfradiance/agentgate
1•selfradiance•14m ago•0 comments

Show HN: Market Digest: Self-hosted market analysis and Telegram

https://github.com/mutaaf/MarketDigest
1•mutaaf•23m ago•1 comments

Zugunruhe, and what makes things worth doing

https://www.nathanzhao.cc/zugunruhe
2•nzhaa•23m ago•0 comments

Perplexity Computer: What I Built in One Night (Review and Examples)

https://karozieminski.substack.com/p/perplexity-computer-review-examples-guide
1•Lunaboo•27m ago•0 comments

Ask HN: Do you enforce Prettier in all Next.js projects?

1•digi_wares•27m ago•0 comments

Show HN: Notemac++ – A Notepad++-inspired code editor for macOS and the web

https://github.com/sergioadevita/notemac-plus-plus
2•sergioadevita•28m ago•0 comments

Technical Recruiter in 2026

https://anangsha.substack.com/p/technical-recruiting-in-2026-how
1•monolikma•29m ago•0 comments

Lee Kuan Yew – Resources

https://advaypal.com/writes/lky_resources/
2•advaypal•30m ago•0 comments

Neil Sedaka, Singing Craftsman of Memorable Pop Songs, Dies at 86

https://www.nytimes.com/2026/02/27/arts/music/neil-sedaka-dead.html
2•bookofjoe•31m ago•0 comments

Amazon deal with OpenAI shakes up AI landscape

https://www.axios.com/2026/02/27/ai-amazon-openai-chips
1•doener•31m ago•1 comments

Emuko: Fast RISC-V emulator written in Rust, boots Linux

https://github.com/wkoszek/emuko
3•felipap•31m ago•0 comments

GAIT: A Voluntary Transparency Framework for AI Use in Games

https://hypervisor.studio/blog/introducing-gait-game-ai-transparency.html
2•jamesjennings•33m ago•0 comments

Moltler the Skills Framework for Elasticsearch

https://hub.moltler.dev/
1•bahaazarmi•34m ago•0 comments

Should Social Media Algorithms Have Age-Based Safeguards for Over-60s?

https://petition.parliament.uk/petitions/758659
2•lalessandro2•34m ago•0 comments

Ask HN: Can our bootstrapped startup keep up?

3•lewq•37m ago•0 comments

Trump instructs federal agencies to stop work with Anthropic

https://www.cnn.com/2026/02/27/tech/anthropic-pentagon-deadline
1•empressplay•37m ago•0 comments

How are we physically caging autonomous AI? (My architecture for kill-switch)

https://plinklogic.tech
1•Johngreetme•38m ago•1 comments

Show HN: QF STEM Ledger – Logging Structured Cognitive Work

https://ledger.quantumformalism.com/
1•bamborde_zaiku•38m ago•0 comments

Write Modern Go Code with Junie and Claude Code

https://blog.jetbrains.com/go/2026/02/20/write-modern-go-code-with-junie-and-claude-code/
1•Annprots•40m ago•1 comments

Paramount strikes deal to buy Warner Bros Discovery for $110B

https://news.sky.com/story/paramount-agrees-to-buy-warner-bros-discovery-in-110bn-deal-13513157
1•austinallegro•41m ago•1 comments

Human brain cells on a chip learned to play Doom in a week

https://www.newscientist.com/article/2517389-human-brain-cells-on-a-chip-learned-to-play-doom-in-...
3•stared•41m ago•0 comments

Rank5.io – a party game about the people you play with

https://rank5.io/howTo
2•blendaddict•42m ago•2 comments