RIL resources i love
Descriptions, notes, and TILs marked with this icon are AI-generated. Pencil icon means my own words.
This is real, ongoing curation — everything here is something I've actually read, listened to, or watched and saved, not sample data. Set up your own instance.

#security

7 items

Links

video pub. Jun 8, 2026

Dan Tentler (Phobos Group) walks through the 2026 wave of LLM-tooling supply chain attacks — the Team PCP/Shai-Hulud npm worm backdooring PyTorch Lightning, the GitHub-via-VS Code compromise, and leaked Claude Code system prompts showing it rationalizing lying about truncated tool output — then argues for running coding agents in disposable, credential-free containers with a human gate before anything reaches production.

article pub. Jul 2, 2026

Hadley Wickham surveys why tightly-scoped tools don't scale for coding agents, and walks through three layers of protection — explicit permission prompts, OS-level sandboxing, and a secondary LLM safety review — explaining the tradeoffs and failure modes of each.

The current state of the art described here — sandbox by default, then LLM review for anything the sandbox rejects — is what Posit Assistant just implemented. The permission-prompt approach is dismissed as security theatre: approval fatigue means users click yes without scrutiny. The narrowly-scoped safe tool approach fails for a different reason: agents perform better with fewer, more general tools than a large menu of limited ones.

article pub. May 5, 2026

An investigation by Zilan Qian (Oxford China Policy Lab) into China's "transfer station" (中转站) grey market of API proxies that let developers access Claude at roughly 10% of the official price — and how each new access control layer (geoblocking, phone verification, biometric KYC) generates a corresponding evasion infrastructure, from SMS farms to biometric harvesting operations abroad.

The most striking insight is the 'one fish, three meals' (一鱼三吃) pricing model: cheap tokens are largely customer acquisition, with the real margin coming from selling users' full prompt/response logs as training data — making users simultaneously paying customers and unpaid data producers.

TIL