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

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
人人都是产品经理
人人都是产品经理
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
Vercel News
Vercel News
MyScale Blog
MyScale Blog
爱范儿
爱范儿
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
H
Help Net Security
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享
博客园 - 聂微东
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
博客园 - 叶小钗
D
Docker

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
AGEWARDEN | Age Verification That Keeps Nothing
wentw0rth · 2026-06-16 · via Hacker News

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.