Forwarded from 层叠 - The Cascading
Mozilla 更新对 Prompt API 的观点:依旧反对。
- Prompt API 是 Chrome 团队提出的新 Web API 草案,允许网页调用 LLM。 [1]
- 此 API 目前在 Chrome 测试中,用户可通过表单申请参与测试 [2];Chrome 148 中将正式发布。
- 根据 Google 文档,Chrome 中会使用 Gemini Nano 模型,用户在使用时需要遵守 Google 相关条款 [3]。
- Mozilla 的主要担忧是网页无法从此 API 中得知所使用的模型,这会带来 system prompt 兼容性问题;亦会存在违反条款风险。
- Mozilla 还提到 Google 宣称开发者强烈支持此 API 的说法站不住脚。
- WebKit 的观点提到 Web 开发者并不愿意使用结果质量无法预估的 Web API(例如 Chromium 团队提出的 Shape Detection API);以及在 fingerprinting 方面的隐私顾虑 [4]。
gh:mozilla/standards-positions#1213
seealso: HackerNews:47959463
1. https://webmachinelearning.github.io/prompt-api/
2. https://developer.chrome.com/docs/ai/join-epp
3. developer.chrome.com/~
4. gh:WebKit/standards-positions#495
#Mozilla #Chrome
- Prompt API 是 Chrome 团队提出的新 Web API 草案,允许网页调用 LLM。 [1]
- 此 API 目前在 Chrome 测试中,用户可通过表单申请参与测试 [2];Chrome 148 中将正式发布。
- 根据 Google 文档,Chrome 中会使用 Gemini Nano 模型,用户在使用时需要遵守 Google 相关条款 [3]。
- Mozilla 的主要担忧是网页无法从此 API 中得知所使用的模型,这会带来 system prompt 兼容性问题;亦会存在违反条款风险。
- Mozilla 还提到 Google 宣称开发者强烈支持此 API 的说法站不住脚。
- WebKit 的观点提到 Web 开发者并不愿意使用结果质量无法预估的 Web API(例如 Chromium 团队提出的 Shape Detection API);以及在 fingerprinting 方面的隐私顾虑 [4]。
gh:mozilla/standards-positions#1213
seealso: HackerNews:47959463
1. https://webmachinelearning.github.io/prompt-api/
2. https://developer.chrome.com/docs/ai/join-epp
3. developer.chrome.com/~
4. gh:WebKit/standards-positions#495
#Mozilla #Chrome
GitHub
Prompt API · Issue #1213 · mozilla/standards-positions
Specification title Prompt API Specification or proposal URL (if available) No response Explainer URL (if available) https://github.com/webmachinelearning/prompt-api/blob/main/README.md Proposal au...
👍2👎1
TypeScript
Announcing TypeScript 6.0 RC
Announcing TypeScript 6.0 RC
Microsoft News
Announcing TypeScript 6.0 RC
Today we are excited to announce the Release Candidate (RC) of TypeScript 6.0! To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc TypeScript 6.0 is a unique release in that we intend for it to…
TypeScript
Announcing TypeScript 6.0 Beta
Announcing TypeScript 6.0 Beta
Microsoft News
Announcing TypeScript 6.0 Beta
Today we are announcing the beta release of TypeScript 6.0! To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta TypeScript 6.0 is a unique release in that we intend for it to be the last release…