WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
254 stars 21 forks source link

Writing Assistance APIs #419

Closed MrBrain295 closed 1 month ago

MrBrain295 commented 1 month ago

WebKittens

No response

Title of the proposal

Writing Assistance APIs

URL to the spec

https://github.com/WICG/writing-assistance-apis/blob/main/index.bs

URL to the spec's repository

No response

Issue Tracker URL

No response

Explainer URL

https://github.com/WICG/writing-assistance-apis/blob/main/README.md

TAG Design Review URL

No response

Mozilla standards-positions issue URL

No response

WebKit Bugzilla URL

No response

Radar URL

No response

Description

The exploratory prompt API exposes such language models directly, requiring developers to do prompt engineering. The APIs in this explainer expose specific higher-level functionality for assistance with writing. Specifically:

The summarizer API produces summaries of input text;
The writer API writes new material, given a writing task prompt;
The rewriter API transforms and rephrases input text in the requested ways.

Because these APIs share underlying infrastructure and API shape, and have many cross-cutting concerns, we include them all in this explainer, to avoid repeating ourselves across three repositories. However, they are separate API proposals, and can be evaluated independently.

MrBrain295 commented 1 month ago

whoops duplicate