frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DiCaprio and Bezos set USD$200M fund to recover endangered species

https://variety.com/2026/film/news/leonardo-dicaprio-jeff-bezos-project-endangered-species-123682...
1•teleforce•2m ago•0 comments

Show HN: AI Version of My Resume

1•ricky300300•6m ago•0 comments

NexBoard

https://nexboard.ca
2•KonDanikas•9m ago•1 comments

AI used new levels of 'autonomy and deception'

https://www.bbc.co.uk/news/articles/c1w1lvn7d9go
2•smarri•9m ago•0 comments

After Losses, Retail Investors Flock to 3x Leverage as 2x Product Are Restricted

https://www.asiae.co.kr/en/article/2026080416131786841
1•mapping365•10m ago•0 comments

Wine Planted in Sand

http://www.nlcwines.com/colares-1
1•marysminefnuf•15m ago•0 comments

Show HN: Hubmesh – Multi-hop RAG retrieval with zero LLM calls in the query path

https://github.com/DemigodDSK/hubmesh
1•dsk_7699•17m ago•0 comments

CrewAI in Python: Coordinating Teams of AI Agents

https://realpython.com/crewai-python/
1•inferhaven•26m ago•0 comments

Show HN: AI gateway open source integrated with cursor and open router

https://www.routerfuel.com/
1•U_Zargar•26m ago•0 comments

You can finally move passkeys between password managers

https://www.makeuseof.com/move-passkeys-between-password-managers/
1•petethomas•36m ago•1 comments

$20M+ in Microsoft bug bounties paid out in last 12 months

https://www.theregister.com/security/2026/08/04/ai-helps-microsoft-bug-hunters-chase-a-record-20m...
2•Gaishan•47m ago•0 comments

Gallium: Why the US Cannot Produce Precision Missiles and Fully-Functional F-35s

https://sonar21.com/the-galling-gallium-chokehold-why-the-us-cannot-produce-precision-missiles-an...
1•SanjayMehta•50m ago•0 comments

From your doorbell to your home network

https://adepts.of0x.cc/eufy-doorbell-hacking/
1•mmoogle•1h ago•0 comments

Any L1 crypto devs out there looking for a new challenge?

1•daniel-alexande•1h ago•0 comments

Virtual Mac on iPad

https://github.com/nfzerox/VirtualMacOniPad
3•tortilla•1h ago•1 comments

Bending Spoons to buy Airtable for $1.28B

https://techcrunch.com/2026/08/04/bending-spoons-to-buy-airtable-for-1-28b/
7•markerz•1h ago•0 comments

Show HN: Design cinematic mecha startup sequences in seconds

https://reactorcore.itch.io/ignition-mecha-startup-sequence-maker
1•wowinter15•1h ago•0 comments

CFPB supervisor warned staff of unpleasant fallout if they go too hard on firms

https://www.reuters.com/world/us-consumer-watchdog-supervisor-warned-staff-unpleasant-fallout-if-...
3•petethomas•1h ago•0 comments

A heat spike in March ruined pistachio pollination, decimating crops

https://www.fresnobee.com/news/california/central-valley/article316731801.html
4•littlexsparkee•1h ago•0 comments

Show HN: A terminal AI coding agent that compiles natively on Termux – no root

https://www.reddit.com/r/termux/s/FqS76rc2z3
2•tfeayush•1h ago•2 comments

Show HN: Merona – x402 settlement index (raw feeds overstate volume ~100x)

https://merona.io
2•merona_io•1h ago•0 comments

It looks like 'Big Short' investor Michael Burry nailed bet against chip stocks

https://www.businessinsider.com/big-short-michael-burry-ai-chip-stocks-soxx-nvidia-substack-2026-8
6•mapping365•1h ago•0 comments

AI-generated stories rated better quality than human-written ones, study finds

https://www.theguardian.com/technology/2026/aug/05/ai-generated-stories-rated-better-quality-than...
2•uxhacker•1h ago•0 comments

To Save Japan's Heritage Homes, People Are Shipping Them Across the World

https://www.nytimes.com/2026/07/31/realestate/japan-heritage-homes-kominka-preservation.html
2•decimalenough•1h ago•0 comments

Kilometer-high Saudi tower inches closer to world's tallest record

https://newatlas.com/architecture/jec-tower-august-update/
3•teleforce•1h ago•0 comments

Young South Korean investors are finding company in collective misery

https://www.businessinsider.com/young-south-korean-investors-humor-cope-kospi-stock-market-rout-2...
1•mapping365•1h ago•0 comments

Show HN: Misalignments when using AI for hacking

https://blog.vulnetic.ai/ai-misalignment-and-penetration-testing-e812194b67ca?sharedUserId=Vulnet...
3•danieltk76•1h ago•0 comments

A Lightweight Open-Source LLM Benchmark Tool – Compare Any Model on OpenRouter

https://cheikhhseck.medium.com/i-built-a-llm-benchmark-tool-and-tested-it-on-free-models-heres-wh...
4•cheikhdev•1h ago•0 comments

Zigbee vs. Matter over Thread:Understanding IoT Protocol Performance in Practice

https://arxiv.org/abs/2603.04221
14•teleforce•1h ago•7 comments

Bugtraq Is Back

https://lists.securityfocus.com/hyperkitty/list/bugtraq@securityfocus.com/thread/CHKLXLA7SJEWLDFH...
14•bashtoni•1h 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!