the brief

Today’s pulse leans practical: Pyodide’s new WASM wheel path lands and immediately powers real releases like luau-wasm, tightening the browser-Python loop. Agent stacks keep professionalizing with Addy Osmani’s agent-skills and Headroom’s token-shrinking MCP proxy, while an open Notebook LM alternative surfaces. Outside the stack, a Honda firmware key snafu and state AGs probing OpenAI underscore risk and regulatory pressure.

the poursit · sip · 8 items

alerts

(01)

pulse

(06)
  • simonw/blog· AnalysisJun 13, 11:55 PM

    Pyodide 314 enables WASM PyPI wheels

    Publishing PyEmscripten-ABI wheels to PyPI unlocks straightforward distribution of browser-ready Python packages, making Pyodide-based apps easier to ship and update.

    Publishing WASM wheels to PyPI for use with Pyodide — <p>The <a href="https://blog.pyodide.org/posts/314-release/">Pyodide 314.0 release announcement</a> (via <a href="https://news.ycombinator.com/item?id=48462759">Hacker News</a>) includes news I've been looking forward to for a long time:</p> <blockquote> <p>You can now publish Python packages built for Pyodide (or any Python runtime compatible with <a href="https://pyodide.org/en/stable/development/abi.html">the PyEmscripten platform defin...

    signal 8hype 1pyodidepython_packagingwasmtechnicalsource ↗
  • simonw/blog· AnalysisJun 13, 11:14 PM

    Luau runs in Pyodide via WASM

    A WASM build of Roblox’s Luau packaged as a Pyodide-compatible wheel showcases the new PyEmscripten flow, enabling Lua-like scripting inside web apps without native installs.

    luau-wasm 0.1a0 — <p><strong>Release:</strong> <a href="https://github.com/simonw/luau-wasm/releases/tag/0.1a0">luau-wasm 0.1a0</a></p> <p>See <a href="https://simonwillison.net/2026/Jun/13/publishing-wasm-wheels/">Publishing WASM wheels to PyPI for use with Pyodide</a> for details.</p> <p>Tags: <a href="https://simonwillison.net/tags/lua">lua</a>, <a href="https://simonwillison.net/tags/webassembly">webassembly</a>, <a href="https://simonwillison.net/tags/pyodide">pyodide</a></p>

    signal 7hype 1library_releasewebassemblypyodidelaunchsource ↗
  • pplx/oss-rising-24h· ResearchJun 14, 03:00 AM

    Headroom slashes LLM context tokens

    Library/proxy/MCP server that compresses tool output, logs, and RAG chunks claims 60–95% token reductions with comparable answers, cutting cost and latency in agent pipelines.

    GitHub - chopratejas/headroom: Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server. — Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server. - chopratejas/headroom

    signal 8hype 2token_compressionragmcptechnicalsource ↗
  • pplx/oss-rising-24h· ResearchJun 14, 03:00 AM

    Production skills for coding agents

    Addy Osmani releases a curated set of production-grade engineering skills for AI code agents, emphasizing reliability, integration, and error handling beyond demo-level prompts.

    GitHub - addyosmani/agent-skills: Production-grade engineering skills for AI coding agents. — Production-grade engineering skills for AI coding agents. - addyosmani/agent-skills

    signal 8hype 1github_repoagent_frameworkcoding_agentstechnicalsource ↗
  • pplx/oss-rising-24h· ResearchJun 14, 03:00 AM

    Open-source take on Notebook LM

    Open Notebook targets Google’s Notebook LM feature set with a more flexible, self-hostable implementation for multi-document grounding and synthesis workflows.

    GitHub - lfnovo/open-notebook: An Open Source implementation of Notebook LM with more flexibility and features — An Open Source implementation of Notebook LM with more flexibility and features - lfnovo/open-notebook

    signal 5hype 1repoopen_sourcenotebook_lm_clonelaunchsource ↗
  • hn/frontpage· AggregatorJun 13, 11:52 PM

    State attorneys general probe OpenAI

    Multiple state AGs are investigating OpenAI, signaling expanding regulatory scrutiny that could influence data practices, model training, and disclosure standards across the industry.

    State Attorneys General Are Investigating OpenAI — Article URL: https://www.nytimes.com/2026/06/13/technology/states-investigating-openai.html Comments URL: https://news.ycombinator.com/item?id=48522675 Points: 40 # Comments: 3

    signal 5hype 1regulationlegalopenaiculturalsource ↗

findings

(01)
  • simonw/blog· AnalysisJun 13, 11:05 PM

    Tracing SQLite result columns to source

    Simon Willison explores mapping arbitrary SELECT outputs back to original table.column origins, enabling richer UIs, lineage, and auditing in tools like Datasette.

    Mapping SQLite result columns back to their source `table.column` — <p><strong>Research:</strong> <a href="https://github.com/simonw/research/tree/main/sqlite-column-provenance#readme">Mapping SQLite result columns back to their source `table.column`</a></p> <p>It would be neat if arbitrary SQL queries in <a href="https://datasette.io/">Datasette</a> could be rendered with additional information based on which columns from which tables were included in the results.</p> <p>To build that, we wo...

    signal 6hype 1sqliteresearchdatasettetechnicalsource ↗