AI Weekly Malaysia

Summaries

Short AI and tech summaries with source links, signal scores, and why each update matters for builders, founders, and Malaysian tech workers.

Reset

Showing 1-1 of 1 results

DateProviderScoreSummary
02 Sep 2026, 3:03 AMSimon Willison6.5 Codex bundles LibreOffice

Simon Willison discovered that the OpenAI Codex desktop app (now rebranded as ChatGPT) caches 1.7GB of runtimes in ~/.cache/codex-runtimes/codex-primary-runtime/, including full Python, Node.js, Poppler, git, and LibreOffice installations. A skills folder instructs Codex on how to locate and use these bundled binaries for document processing.

Why: If you're building AI agent tooling, this reveals how OpenAI approaches local document handling—bundling heavyweight runtimes like LibreOffice directly into the desktop app rather than relying on server-side conversion. Builders shipping desktop AI agents should consider whether similar local-runtime bundling is necessary for reliable document parsing, and check their own cache directories for unexpected disk usage from AI tooling.

Top