Top HN Daily Digest · Mon, Aug 31, 2026

A daily Hacker News digest with story summaries, thread context, and direct links back to the original discussion.


5. Understanding ChatGPT Work (simonwillison.net)

323 points · 186 comments · by gmays

Simon Willison explains that ChatGPT Work, available to paid subscribers, adds internet-enabled code execution, headless Chrome, persistent storage, sub-agents, and deployable websites, while raising safety concerns and criticizing OpenAI’s unclear documentation. [src]

17. Agent memory as a file format (calpaterson.com)

170 points · 86 comments · by ingve

Cal Paterson proposes “memoryfields,” an open, portable agent-memory format using Markdown pages and an optional SQLite vector index, arguing that simple semantic search over prose is more effective and adaptable than complex pipelines, graphs, or proprietary memory systems. [src]