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

推荐订阅源

GbyAI
GbyAI
The GitHub Blog
The GitHub Blog
小众软件
小众软件
美团技术团队
博客园 - 司徒正美
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
大猫的无限游戏
大猫的无限游戏
罗磊的独立博客
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
D
Docker
J
Java Code Geeks
Last Week in AI
Last Week in AI
V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
V
V2EX
C
Check Point Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog

Hacker News: Front Page

SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Introducing Claude Opus 4.7 Qwen Studio The Future of Everything is Lies, I Guess: Where Do We Go From Here? 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 Ancient DNA reveals pervasive directional selection across West Eurasia [pdf] AI cybersecurity is not proof of work 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. A Better Ludum Dare; Or, How to Ruin a Legacy 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] Unexpected €54k billing spike in 13 hours: Firebase browser key without API restrictions used for Gemini requests 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 Codex Hacked a Samsung TV
AGEWARDEN | Age Verification That Keeps Nothing
wentw0rth · 2026-06-16 · via Hacker News: Front Page

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.