AI Hacker News Apr 20, 2026 1 min read
HNがこのpostを面白がった理由は、Apple Silicon unified memoryでWasm sandboxとGPU bufferが本当に同じbytesを扱えるのかという実装上の境界だった。
HNがこのpostを面白がった理由は、Apple Silicon unified memoryでWasm sandboxとGPU bufferが本当に同じbytesを扱えるのかという実装上の境界だった。
OpenUIは、openui-lang parserをRust/WASMからTypeScriptへ書き直すことで、one-shot parsingが2.2倍から4.6倍高速化し、streaming parse costも最大3.3倍下がったと報告した。主因はJS-WASM boundary overheadとO(N^2)の再parseだった。
r/MachineLearningで反応を集めたIronClawは、sandboxed tool execution、encrypted credential handling、database-backed policy controlsを中心に据えたRustベースのAI agent runtimeだ。この投稿が刺さったのは、agent securityをpromptの問題ではなくsystemsの問題として扱っているからだ。