▪ ▪ ▪
But also, Google recently announced they’re working on what they call built-in AI for the web, with an experimental Prompt API. This is actually what the demos I showed earlier are based on. It’s called “built-in” because the model is provided by the browser, so webpages don’t need to download it themselves. No need for framework code. Simple Prompt() API. Model can be reused by all tabs. For now a download still needs to happen. The model doesn’t come when installing Chrome. So the first site that uses the API will suffer through the download. Over time though, the cost is amortized, once more apps start using the model, there’s no need to re-download it. Also various devices might start to come with their own models pre-installed. For example, newer Windows PCs ship with Phi already, which you can use from the Windows Copilot Runtime, when building native apps.
8