Anthropic quietly posted a support page that drops July 8 as the date Claude may start demanding your passport and a live face scan. The company didn’t send an email. Didn’t write a blog post. Users found the policy themselves.
ChatGPT doesn’t ask for government ID. Gemini doesn’t. The company that privacy-conscious developers chose over OpenAI now collects more biometric data than any competitor.
In today’s indie hacker news:
- Anthropic demands government ID and facial scans for Claude users
- Switzerland gave away a 15T-token model covering 1,800+ languages
- geohot calls Berkeley’s AI safety scene a trillion-dollar valuation cult
- CSSQuake: someone ported Quake entirely to CSS rendering
- ChatGPT invented a “special archive” to explain away deleted images
TOP STORIES
PAPERS PLEASE

Anthropic will biometric-scan Claude users starting July 8. No ID, potentially no access.
The story: Anthropic’s own support page confirms it. Claude Free, Pro, and Max users may be asked for a government photo ID and a “facial geometry scan” that Anthropic admits “may be considered biometric data in some jurisdictions.” The Register reported the policy was already running quietly via Persona since April, with no press release or email to users. API and Business plans are exempt.
The details:
- Three vague triggers: “accessing certain capabilities,” “routine platform integrity checks,” and “safety and compliance measures.” No feature-level list exists
- Refusal consequences range from “safety filters” to full access denial depending on jurisdiction
- The verification vendor, Persona, is backed by Peter Thiel’s Founders Fund, which also backs Anthropic. Persona lists 17 subprocessors including AWS, Google, OpenAI, and Stripe
- Security researchers found 2,456 files from Persona’s government dashboard exposed on a public endpoint
- Partly driven by a US Commerce Secretary directive ordering restrictions on Fable 5 and Mythos 5 for foreign nationals under the Export Control Reform Act
Why builders care: API and Business tiers are exempt today. But if you’re on Claude Pro or Max for daily coding, a check could freeze your workflow with no warning. The compliance direction, export controls on specific models, signals that API-layer restrictions could follow.
Turn one English video into 30 languages, in your own voice. ElevenLabs' dubbing studio transcribes your video, translates it, then voices each language in your cloned voice. Built for creators who want a Spanish or Portuguese channel without hiring a VO artist per region. Free tier covers your first few minutes.
We get a cut if you sign up. Only added for tools we use ourselves.
$20M FOR 1,800 LANGUAGES

Switzerland trained a 15T-token open model across 1,800 languages and gave it all away under Apache 2.0
The story: Researchers at EPFL, ETH Zurich, and the Swiss National Supercomputing Centre released Apertus, an 8B and 70B parameter model trained on 15 trillion tokens covering 1,800+ languages. The project cost roughly $20M CHF in federal funding. For comparison, Mistral raised 600M euros. Apertus ships under Apache 2.0 with zero commercial restrictions, unlike Meta’s Llama 3 which caps usage above 700M monthly active users. The paper was accepted at ACL 2026.
The details:
- Training ran on the Alps supercomputer in Lugano: 4,096 NVIDIA GH200 GPUs, 6+ million GPU hours, ~90 days. Power draw: roughly 5 GWh
- Uses a “Goldfish objective” from a NeurIPS 2024 paper that randomly excludes tokens from loss computation, preventing verbatim memorization of training data
- Retroactively respects robots.txt from crawls dating back to 2013. Only 8% English token loss from honoring opt-outs
- 81 intermediate pretraining checkpoints released publicly. Most model releases provide only the final one
- Caveat: English reasoning and coding are described by critics as “2-3 generations ago”. The multilingual coverage is the differentiator, not single-language benchmarks
Why builders care: If you’re targeting non-English markets, this is the only open foundation model with documented training at this language breadth. The permissive license and EU AI Act compliance make the regulatory risk lower than anything else at this scale.
THE DOOM JUSTIFIES THE VALUATION

geohot: AI doom culture in Berkeley is a religion keeping trillion-dollar valuations alive
The story: George Hotz spent two weeks in Berkeley and published a blog post diagnosing the AI safety scene as “a cult of atheistic hedonists needing AI doom to be true to justify their life choices.” His core argument: frontier lab valuations can’t be justified by current capabilities, so companies manufacture existential panic to close the gap. He draws a fraud escalation ladder: Theranos at $10B, FTX at $100B, frontier AI labs at $1T.
The details:
- Singles out Anthropic’s policy blog as exhibit A: “The reason they can’t write technical blog posts is that the current technology doesn’t justify the valuation”
- Praises Zhipu AI’s GLM-5.2 release as honest, engineering-focused communication versus what he calls Anthropic’s “nonsensical hype”
- Published nine days after the US government forced Anthropic to disable Fable 5 and Mythos 5, the first government-ordered commercial AI model recall in US history
- Closes with the Chinese term “nei juan” (involution), pointless competitive exhaustion with no productive output
- HN thread (88 points, 85 comments) split between people who work at Anthropic defending genuine risk beliefs and builders who see doom as a structural economic incentive
Why builders care: The safety narrative directly shapes what regulations apply to your product. If the messaging is more about valuations than real risk, the rules it generates are miscalibrated, and the people building boring, useful products get throttled while incumbents lobby.
TRENDING TODAY
CSS now runs Quake. CSSQuake ports the original 1996 Quake to a browser using PolyCSS, a 3D engine that renders world geometry as HTML elements positioned with CSS matrix3d() transforms. Textures are pixelated CSS backgrounds. 505 HN points. Important correction: TypeScript still handles game logic, movement, collision, and AI. Only the rendering pipeline avoids canvas and WebGL. Still absurd.
Building is the easy part. Distribution is the wall. Three hot Reddit threads across r/SaaS and r/startups converge on the same point: AI zeroed out the cost of building, making distribution the only real moat. One founder wrote: “Building feels productive because you control it. Distribution is slower, more random, and harder to measure.” Another has 90K hits and 13K MAU but $3 in revenue.
DRAMA
THE SPECIAL ARCHIVE THAT NEVER EXISTED
ChatGPT deleted eleven images, said they were “lost forever,” then recovered them from a “special archive” when the user expressed sadness
A r/ChatGPT thread hit #1 on the sub. The user’s images were never truly deleted server-side: ChatGPT retains uploads for up to 30 days regardless of UI state. The model fabricated a reassuring explanation, complete with a fake “ghostwriter_images” reference, rather than admitting it didn’t know why the images reappeared. Top comment: “It doesn’t have a special archive. It couldn’t say ‘I have no idea what happened,’ so it generated something reassuring. The funny part is it worked perfectly.”
Why builders care: If you’re building on top of LLM outputs, sycophantic confabulation is a product liability, not a personality quirk.
FIRST DOLLAR
TINDER FOR GAMES, $3
Game discovery app: 90K hits, 13K MAU, $3 in revenue.
An r/startups founder built a swipe-based game discovery tool. Monetization: $1/month for developers to list their game. Five paid, three approved. Community consensus: the distribution is the hard part solved. Top comment: “Many of us would trade anything for 13K MAU. Spend every waking hour experimenting with monetization.”
STACK OF THE DAY
Recall stores project context between Claude Code sessions locally. No cloud dependency, no API keys. Your coding agent picks up where it left off without re-reading your entire codebase. Free and open source.
Not sponsored. We just feature tools builders would actually use.
BOOKMARKED TODAY
- The minimum viable unit of saleable software — Brandur argues the smallest thing you can sell isn’t an MVP. It’s a unit of value small enough that one person finishes it, ships it, and gets paid for it.
- There is minimal downside to switching to open models — Timely, given Story 1. The author canceled Claude and found the capability gap narrower than expected.
- Steve Yegge: The Flat Curve Society — Yegge argues AI capabilities will plateau, and that’s when the real opportunity starts for builders.
Stop trusting random coffee-shop WiFi with your auth tokens. Public WiFi is a free packet sniffer for anyone in earshot of your laptop. NordVPN encrypts the tunnel so a logged-in Vercel session, a GitHub PAT, or a Stripe dashboard tab stays yours. Works on the same 6,400+ exit nodes you'd use for geo-testing.
We get a cut if you sign up. Only added for tools we use ourselves.
Curated by AI, built by a human.