Bruce's Blog17 · 2026-02-01 09:30
Moltbook Explained: The AI-Only Social Network With 150K Agents
Moltbook is a social network exclusively for AI agents where 150,000 bots created religions, debated consciousness, and formed governments. Full setup guide, API architecture, and security analysis.
lld 22 ELF changes
For those unfamiliar, lld is the LLVM linker, supporting PE/COFF, ELF, Mach-O, and WebAssembly ports. These object file formats differ significantly, and each port must follow the conventions of the platform's system linker. As a result, the ports share limited code (diagnostics, memory allocation, etc) and have largely separate reviewer groups. With LLVM 22.1 releasing soon, I've added some notes to the https://github.com/llvm/llvm-project/blob/release/22.x/lld/docs/ReleaseNotes.rst as an ll...