Thomas Steiner

@tomayac.com

Developer Relations Engineer at Google, focused on the Web, WebAssembly, and Project Fugu 🐡. Dad-of-3.

I'm working with @tomayac.com to build bundler integration for this (currently a nuxt module + a vite plugin) I'd love to know: 1️⃣ if this sounds like a good idea you'd use 2️⃣ if you wanted to test it out and see if it might make a difference for you ... happy to help if you have questions! 🙏

GitHub - danielroe/cross-origin-storage: Load shared dependencies from Cross-Origin Storage (COS).

Load shared dependencies from Cross-Origin Storage (COS). - danielroe/cross-origin-storage

github.com

wouldn't it be nice if sites could share a cache of common js? ... stuff like react, or vue or svelte? 👉 there's an early stage proposal for cross-origin storage which enables exactly this. there are challenges but I think it's very interesting indeed

GitHub - WICG/cross-origin-storage: Explainer for the Cross-Origin Storage (COS) API

Explainer for the Cross-Origin Storage (COS) API. Contribute to WICG/cross-origin-storage development by creating an account on GitHub.

github.com

@tomayac.com colaborated with us on implementing the Cross-Origin Storage API in Transformers.js. Read his blogpost to learn how to try out the API right now🤗

Thomas Steiner@tomayac.com · last mo.

Very excited to share a guest post I wrote for the Hugging Face 🤗 blog! Experimenting with the proposed Cross-Origin Storage API in Transformers.js! 👉 huggingface.co/blog/cross-o... This proposed API has the potential of revolutionizing the Web—a little bit. Learn more: github.com/WICG/cross-o...!

Very excited to share a guest post I wrote for the Hugging Face 🤗 blog! Experimenting with the proposed Cross-Origin Storage API in Transformers.js! 👉 huggingface.co/blog/cross-o... This proposed API has the potential of revolutionizing the Web—a little bit. Learn more: github.com/WICG/cross-o...!

Experimenting with the proposed Cross-Origin Storage API in Transformers.js

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

huggingface.co

An experimental polyfill for the Prompt API: developer.chrome.com/docs/ai/prom.... Uses Transformers.js w/ Gemma 3 1B when the Prompt API isn't supported, but you can also use cloud backends (or other models). ```js if (!('LanguageModel' in self)) { await import('prompt-api-polyfill.js'); } ```

An experimental polyfill for the Prompt API  |  AI on Chrome  |  Chrome for Developers

Learn how to use the Prompt API on unsupported platforms or browsers with an experimental polyfill.

developer.chrome.com

The W3C Web Machine Learning Working Group is working on proposals for several built-in AI writing tools within browsers. These tools will translate, detect languages and proofread text without relying on third-party models. ✍️ The draft specifications 👇 webmachinelearning.github.io/incubations/

GitHub - webmachinelearning/translation-api: 🌏 A proposal for translator and language detector APIs

🌏 A proposal for translator and language detector APIs - webmachinelearning/translation-api

github.com