惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
G
Google Developers Blog
D
Docker
The GitHub Blog
The GitHub Blog
H
Help Net Security
WordPress大学
WordPress大学
博客园_首页
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
罗磊的独立博客
I
InfoQ
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
Visual Studio Blog
Jina AI
Jina AI
J
Java Code Geeks
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
D
DataBreaches.Net
Google DeepMind News
Google DeepMind News

Show HN

The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code. GitHub - tamerh/enju: Coordinating Humans, AI Agents, and Compute as Peers on a Shared Workflow Graph
AGEWARDEN | Age Verification That Keeps Nothing
wentw0rth · 2026-06-16 · via Show HN

AGEWARDEN

Age verification that keeps nothing.

From a few seconds of speech, AGEWARDEN determines whether a visitor is above or below the age of 18. Nothing that identifies a person is ever kept.

What it is


AGEWARDEN is a drop-in widget that determines, from a visitor's voice, whether they are above or below the age of 18.

A visitor taps a button, speaks for a few seconds, and the website receives a decision. No government ID. No facial scan. No account. The interaction takes under thirty seconds and works on any device with a microphone.

It runs inside a sandboxed iframe, so your site never touches the voice data. We process it, return the result, and delete everything within an hour.

The regulatory landscape


Age verification is fast becoming a requirement online. US states, the UK, the EU, and Australia now demand more than a checkbox. The question is not whether to verify, but how.

ID upload asks users to hand government documents to a website they may never visit again. And when a verification vendor is breached, every stored document is compromised at once. Storing documents creates the liability.

Facial scanning works, but it builds infrastructure that outlasts the check. A system that estimates your age today can identify you tomorrow. Platforms that rolled it out met immediate backlash and reversals. Users do not trust platforms with their face.

Self-declaration, the "I am over 18" checkbox, is explicitly prohibited by every major regulator in the UK, EU, and Australia.

How AGEWARDEN works


You tap a button. Your microphone listens for a few seconds. We analyze your voice. We return a result. We delete the audio.

We examine pitch, cadence, and vocal patterns that correlate with age. The result is binary: old enough, or not.

Audio is encrypted, processed, and permanently deleted.

No voiceprints. No speaker profiles. We keep only an anonymous log that a verification happened. No audio, no identifying information.

The website receives a yes or a no. That is the entire exchange.

What we don't do


  • No voiceprints. No biometric templates.
  • No names. No emails. No faces.
  • No data sold. No data shared.
  • Nothing that identifies you is retained.

Integration


<!-- Test locally with your aw_test_ key on http://localhost. --> <!-- Swap to your aw_live_ key on a whitelisted domain for production. --> <div id="age-verify"></div> <script src="https://bouncer.agewarden.ai/loader.js" data-site-key="aw_test_YOUR_TEST_KEY" data-target="#age-verify" data-widget-version="1"> </script>

Cross-origin iframe with process-level isolation. Site key and secret key authentication with server-side domain validation. TLS 1.3 in transit. The client site never touches the microphone feed.

Pricing


Ten cents a verification. One cent at scale.

Graduated bands. The more you verify, the less each one costs. No setup fees. No minimums. No seats.

A card at signup, nothing charged upfront. The first hundred verifications are free. After that, one bill a month for exactly what you used. Failed runs, retries, and test traffic never count.