You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[QualGroup] Update Slides Section, Add AI Transcription Policy, Clean Up (#158842)
This patch makes the following updates to the `QualGroup.rst`
documentation:
✅ 1. Replace slide links with Google Drive URLs
Replaced links to slide PDFs previously hosted in `llvm/docs/qual-wg/`
with publicly accessible links to the same files stored on Google Drive.
✅ 2. Remove duplicated "Current Topics & Backlog" section
Removed an accidental duplication of the "Current Topics & Backlog"
section to improve clarity and structure.
✅ 3. Add "AI Transcription Policy" section
Introduced a dedicated section documenting the group's practices and
expectations regarding AI-based auto-transcription during sync-up
meetings. Includes purpose, consent practices, retention details, and
how participants can opt out or raise concerns.
✅ 4. Remove `qual-wg` subfolder from `docs`
Removed the now-unused `llvm/docs/qual-wg` directory after migrating
slide hosting off-repo. No longer needed for qualification group
documentation.
✅ 5. Revision of the introduction
Updated sentence to reflect the most current and widely relevant safety
standards: adding IEC 61508 and IEC 62304 for broader applicability, and
replacing EN 50128 (older standard in railways) by EN 50716 for
correctness.
---------
Co-authored-by: Wendi Urribarri (Woven by Toyota <[email protected]>
Note: A future patch will migrate these slide files to the `llvm-www` repository, once
212
-
a suitable hosting location is confirmed with the community.
198
+
AI Transcription Policy
199
+
=======================
200
+
201
+
Objective
202
+
---------
203
+
204
+
The LLVM Qualification Group may enable AI auto-transcription (currently using Gemini) during sync-up calls in order to:
205
+
206
+
* Make complex discussions easier to follow.
207
+
* Reduce the effort of manual note-taking.
208
+
* Support inclusivity for participants who are not native English speakers.
209
+
210
+
Usage
211
+
-----
212
+
213
+
The purpose of auto-transcripts is to:
214
+
215
+
* Ensure participants can remain engaged during the sync-up meeting (particularly helpful for non-native English speakers or when audio clarity is limited).
216
+
* Serve as an aid for preparing the meeting minutes that are published on Discourse:
217
+
`Meeting Agendas and Minutes <https://discourse.llvm.org/t/llvm-qualification-wg-sync-ups-meeting-minutes/87148>`_
218
+
219
+
Additional safeguards include:
220
+
221
+
* Transcript files are private to the note-taker(s) and never circulated to attendees or the public.
222
+
* Transcript files are permanently deleted once the minutes are posted.
223
+
* The meeting chair or scribe remains responsible for reviewing the transcript, ensuring accuracy, and editing out sensitive details in the official minutes.
224
+
225
+
Vendor Retention
226
+
----------------
227
+
228
+
Long-term storage or model-training settings are disabled on the account used for organizing the working group calls.
229
+
230
+
However, according to Google’s Gemini documentation, even with all history features disabled, voice and transcript data may be retained on Google’s servers for up to ~72 hours for the purpose of "*keeping Gemini safe and secure, including with help from human reviewers*" before deletion.
231
+
232
+
This retention period cannot currently be shortened.
233
+
234
+
Consent
235
+
-------
236
+
237
+
* At the start of each sync-up, participants will be asked if they are comfortable with enabling auto-transcription.
238
+
* If any participant objects, auto-transcription will be disabled for that meeting.
239
+
* Participants may also request at any point that parts of the discussion not be transcribed.
240
+
241
+
Recordings
242
+
----------
243
+
244
+
* Meetings are not recorded by default.
245
+
* Exceptions are made only when explicit approval from attendees is obtained (e.g., for a special-hosted demo).
246
+
247
+
Transparency & Feedback
248
+
-----------------------
249
+
250
+
We want to ensure this practice remains transparent and comfortable for everyone. If any group members have concerns (e.g., about names appearing in transcripts or minutes), they are encouraged to raise them on Discourse or Discord so they can be addressed.
0 commit comments