frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LG to Ban Residential Proxies from Smart TV Apps

https://krebsonsecurity.com/2026/07/lg-to-ban-residential-proxies-from-smart-tv-apps/
2•DemiGuru•8m ago•0 comments

Sam Altman and Aaron Swartz Saw the Future (2024)

https://flaminghydra.com/sam-altman-and-aaron-swartz-saw-the-future/
1•arm32•11m ago•0 comments

We're Hiring at Modular

1•pcardona•16m ago•0 comments

Show HN: Create a realistic couple photo from two separate portraits

https://ai-couplephoto.com
1•hackerchy•21m ago•0 comments

Cloudfleet – A Freemium Kubernetes Control Plane

https://cloudfleet.ai
3•nikolay•22m ago•0 comments

Liquid: Back to the Future

https://twitter.com/benjaminsehl/status/2079633466581258469
2•doppp•24m ago•0 comments

Best way to practice LeetCode questions

https://github.com/Qurse123/Ankicode
2•Qurse22•26m ago•0 comments

Kimi K3 first open model in ErrataBench Top 10

https://revise.io/blog/07-22-2026/kimi-k3-broke-90-on-erratabench
1•artursapek•26m ago•0 comments

6,600 Non-Citizens Mistakenly Added to NJ Voter Rolls

https://www.cnn.com/2026/07/21/politics/new-jersey-voter-rolls-non-citizen
3•giardini•27m ago•0 comments

Trump says generic drugs to face US tariffs 100% and 200% two year later

https://www.reuters.com/business/healthcare-pharmaceuticals/trump-says-generic-drugs-face-no-us-t...
3•rguiscard•27m ago•0 comments

The Hunt for the Counterfeiter Trying to Make the Perfect Bill

https://www.nytimes.com/2026/07/16/magazine/counterfeit-dollars.html
1•js2•28m ago•1 comments

Show HN: Empix – A super-simple graphic editor for Arduino

https://github.com/niklauslee/empix
1•niklauslee•29m ago•0 comments

Explore Automated License Plate Readers - Locations Near You

https://maps.deflock.org/
3•pseudolus•32m ago•0 comments

TokenSwitch

https://www.tokenswitch.co/
2•handfuloflight•34m ago•0 comments

Error Led to 400 Noncitizens Voting, New Jersey Governor Says

https://www.nytimes.com/2026/07/21/nyregion/noncitizen-voting-new-jersey-error.html
2•pudgywalsh•36m ago•2 comments

Keynesian Beauty Contest

https://en.wikipedia.org/wiki/Keynesian_beauty_contest
1•salamo•37m ago•0 comments

The Hair-Dryer Incident Is Just the Start

https://www.theatlantic.com/technology/2026/07/prediction-market-outsider-trading/687975/
3•nabbed•38m ago•1 comments

Plat: An embeddable infinite canvas for humans and agents

https://github.com/zackham/plat
2•zackham•40m ago•0 comments

How to Run a Multi-Agent Coding Workspace (2026)

https://www.augmentcode.com/guides/how-to-run-a-multi-agent-coding-workspace
2•mahirsaid•41m ago•0 comments

Snowflake's string min/max is truncated to ~40 chars, and it's undocumented

https://gist.github.com/wubx/c7a7d754ec5ec7d84b3aa7945bafec3f
2•river_wu•41m ago•0 comments

China's EV Revolution [video] – Foreign Correspondent

https://www.abc.net.au/news/2026-07-21/china-s-ev-revolution/106940630
2•langfo•43m ago•1 comments

If HF was breached, should we expect OpenAI to face criminal charges?

5•arm32•43m ago•0 comments

Ten Steps Towards Happiness

http://hintjens.com/blog:99
7•emerongi•43m ago•1 comments

Transformation Theater

https://tusshah.codeberg.page/posts-output/2026-07-16-currentstate/
2•mmts•43m ago•0 comments

Fundamental Theorem of Software Engineering

https://en.wikipedia.org/wiki/Fundamental_theorem_of_software_engineering
2•vismit2000•44m ago•0 comments

Trump Now Wants E. Jean Carroll to Return the $5.6M He Paid

https://people.com/trump-now-wants-e-jean-carroll-to-return-the-usd5-6m-he-paid-for-sexual-abuse-...
8•ninjahawk1•45m ago•0 comments

SynnoDB – Synthesizing Database engines for your workloads

https://github.com/SynnoDB/SynnoDB
2•zX41ZdbW•46m ago•0 comments

A Fireside Chat with Cat and Thariq from the Claude Code Team

https://simonwillison.net/2026/Jul/21/cat-and-thariq/
2•vismit2000•48m ago•0 comments

Light Comes into the Room

https://lightcomesintotheroom.com/
2•bpierre•51m ago•0 comments

What the World Should Learn from Australia's Social Media Law

https://time.com/article/2026/07/18/the-world-should-learn-from-australia-s-social-media-law/
2•dotcoma•51m ago•2 comments
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!