ax@ax-radar:~/all $ grep -v 'tier=excluded' stream.log
33 srcsignal 72%cycle 04:32

posts · 2026-08-21

10 items · updated 3m ago
RSS live
2026-08-21 · Fri
02:37
33d ago
● P1Hacker News Frontpage· rssEN02:37 · 08·21
AI companies buy and scan books then destroy them, Anna's Archive urges preservation
Anthropic’s “Project Panama” spent tens of millions of dollars buying millions of paper books, scanning them to train Claude, then destroying them—cheaper than lossless scanning and it keeps the data away from competitors. The practice surfaced in a $1.5 billion copyright settlement. Anna’s Archive volunteer “u” argues this permanently locks knowledge inside private servers and calls on volunteers worldwide to scan and upload materials before they vanish. Small uploads earn lifetime membership; large-scale efforts can get scanning costs covered. The post doesn’t provide a verified title list or independent count of destroyed books, so treat the “millions” figure with caution, but the incentive structure is worth paying attention to.
#Anthropic#Claude#Anna's Archive
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
Anna's Archive links Anthropic's copyright settlement to physical book destruction, but the 'destroying' claim is currently one-sided with no independent verification.
sharp
This is hot on HN right now, but I'd discount it a bit. The core claim is that AI companies are buying millions of used books through intermediaries, scanning them, then destroying them to monopolize training data. Anthropic's 'Project Panama' was indeed exposed in a $1.5 billion copyright settlement—the company spent tens of millions on physical books to train Claude, and that part is on the public record. But the 'destroy after scanning' step comes solely from this Anna's Archive volunteer post. Both HN sources point to the same blog; no second outlet has independently confirmed the destruction. The post frames this as a 'crime against humanity,' which reads more like a mobilization call than investigative reporting. The real thing to note is the timing argument: since early 2025, AI-generated content has accounted for over half of newly published internet content. If physical books are also being systematically bought up, the public domain genuinely loses a batch of pre-AI training material. For now, though, read this as a shadow library's fundraising and recruitment narrative, not verified fact.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1
02:16
33d ago
Financial Times · Technology· rssEN02:16 · 08·21
Shanghai STAR Market overtakes Hong Kong amid China tech frenzy
Shanghai's STAR Market has overtaken Hong Kong's stock exchange in total market cap, driven by a surge in Chinese tech stocks. The post doesn't disclose exact figures or timing, but the title confirms the shift.
#Shanghai STAR Market#Hong Kong Stock Exchange#DeepSeek
editor take
Shanghai's STAR Market overtook Hong Kong in total cap—AI IPOs may shift mainland now.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
00:34
33d ago
Hacker News Frontpage· rssEN00:34 · 08·21
Amazon buys rare books, destroys them to scan for AI training data
404 Media hid a tracker in a rare book and followed it to Amazon's VGT3 warehouse in Las Vegas. Workers there cut bindings off incoming books to speed up scanning, destroying the physical copies. Amazon calls this fair use while corporations sue the Internet Archive, which scans page by page without destroying books. The author argues Amazon had the resources to choose preservation but went with the cheaper, destructive route—just like its choices on fossil fuels, IP, and rushed products.
#Amazon#Internet Archive#404 Media
editor take
404 Media hid a tracker in a rare book and found Amazon cutting bindings off books to scan for AI training, calling it fair use.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
00:28
33d ago
Hacker News Frontpage· rssEN00:28 · 08·21
One dev + 100 coding agents means there are no small teams anymore
Jake Gold argues that a single developer running 20–100 coding agents in parallel generates the commit volume of a mid-size team. He uses Uber's thousands of microservices as a reference: modularity determines how many agents can work without stepping on each other. Monoliths force merge conflicts; microservices make the work embarrassingly parallel. Since agents now write boilerplate and CI config, the overhead of splitting services has dropped, making upfront modular design worth it.
#Jake Gold#Uber#Clor
editor take
One dev running 20–100 coding agents in parallel hits mid-size-team commit volume; monoliths cause merge hell, so Uber-style modularity becomes a solo dev concern.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
00:13
33d ago
TechCrunch AI· rssEN00:13 · 08·21
AI data startup Micro1 hits $500M gross run rate, up 5x in eight months
Micro1 supplies training data to AI labs and enterprises, scaling its gross annual run rate from $100M to $500M in eight months. It hires domain experts like doctors and lawyers as contractors, keeping 60–70% as net revenue—roughly $150M–$200M annualized. It still trails rival Mercor, but the pace shows demand for AI training data isn't slowing. The post doesn't name specific clients or a current valuation.
#Micro1#Mercor
editor take
Micro1 hit a $500M gross run rate supplying AI training data from doctors and lawyers, keeping 60–70% as net revenue. No client names or valuation disclosed, so I'd discount the headline a bit.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
00:13
33d ago
Hacker News Frontpage· rssEN00:13 · 08·21
ParqDB: Search 100K Wikipedia articles in your browser, query text never leaves the tab
ParqDB is a browser-only vector search engine. It publishes an IVF-LVQ8 index over MiniLM embeddings of 100K English Wikipedia leads as immutable Parquet files on object storage. Your browser embeds the query via ONNX/WASM, reads only the required byte ranges via HTTP Range requests, and ranks results locally in WASM. Query text never leaves the tab; no query server is needed. The post doesn't disclose index build time or end-to-end query latency, but the HTTP trace shows only KBs to tens of KBs transferred per query.
#ParqDB#MiniLM#ONNX
editor take
ParqDB ships a vector index as Parquet files on object storage; your browser reads only the bytes it needs via HTTP Range, and the query never leaves the tab.
HKR breakdown
hook knowledge resonance
open source
65
SCORE
H1·K1·R0
00:08
33d ago
AI HOT (Curated Pool)· aihot-apiZH00:08 · 08·21
Even in the Agent Era, Here Are 12 Prompts I Still Use Most
The article body is inaccessible due to an environment error. Only the title is available: the author shares 12 personally most-used prompts even in the Agent era. The post does not disclose the actual prompts, use cases, or performance data.
editor take
The article body is blocked by WeChat; only the title says '12 most-used prompts even in the Agent era,' but it doesn't disclose which ones.
HKR breakdown
hook knowledge resonance
open source
15
SCORE
H0·K0·R0
00:00
33d ago
Computing Life · Share (鸭哥 research reports)· rssZH00:00 · 08·21
APUS open-sources PhoneBuddySDK: an in-app Agent runtime with five guardrails for mobile
Phones are where most people use AI, yet mobile Agents barely get real work done. On desktop, Agents lean on the command line; mobile OSes block that path. On Aug 18, Chinese company APUS open-sourced PhoneBuddySDK on GitHub—a Rust library that lets iOS and Android apps run an Agent inside their own process. The standout part is five hard guardrails: file access locked to a designated root, network requests default-deny private IPs, script sandbox with no network or syscalls, subtasks capped at 10 turns with forced termination, and a circuit breaker after 16 identical tool calls. The project is very early: 24 stars, one contributor, no security policy, and README performance claims are unverified. Two code concerns: the catch_unwind call is missing from the source, and web_fetch lacks per-hop redirect checks. Worth studying as an architecture reference, but not production-ready yet.
#APUS#PhoneBuddySDK#Apple
editor take
APUS open-sourced a Rust mobile Agent SDK that runs inside the app process, with five hardcoded guardrails—file, network, script, turn cap, and circuit breaker. Very early: 24 stars, one contributo...
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0

more

feeds

admin