[llvm] fcf2c46 - [QualGroup] Update Slides Section, Add AI Transcription Policy, Clean Up (#158842)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 19 11:16:26 PDT 2025
Author: Wendi
Date: 2025-09-19T13:16:22-05:00
New Revision: fcf2c4629ccf41d13837748b261bfab6625afb11
URL: https://github.com/llvm/llvm-project/commit/fcf2c4629ccf41d13837748b261bfab6625afb11
DIFF: https://github.com/llvm/llvm-project/commit/fcf2c4629ccf41d13837748b261bfab6625afb11.diff
LOG: [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 <wendi.urribarri at woven-planet.global>
Added:
Modified:
llvm/docs/QualGroup.rst
Removed:
llvm/docs/qual-wg/slides/202507_llvm_qual_wg.pdf
llvm/docs/qual-wg/slides/202508_llvm_qual_wg.pdf
llvm/docs/qual-wg/slides/202509_llvm_qual_wg.pdf
################################################################################
diff --git a/llvm/docs/QualGroup.rst b/llvm/docs/QualGroup.rst
index b83e2808d9373..b45f569de2806 100644
--- a/llvm/docs/QualGroup.rst
+++ b/llvm/docs/QualGroup.rst
@@ -12,8 +12,9 @@ Introduction
The LLVM Qualification Group is an open working group within the LLVM community.
It was created to coordinate efforts around enabling the use of LLVM components
-in safety-critical applications such as those governed by ISO 26262 (automotive),
-DO-178C (aerospace), and EN 50128 (railways).
+in safety-critical applications governed by functional safety standards
+such as IEC 61508 (for general E/E/PE systems), IEC 62304 (medical devices),
+ISO 26262 (automotive), DO-178C (aerospace), and EN 50716 (railways).
Motivation
==========
@@ -62,7 +63,7 @@ They meet the criteria for inclusion below. Knowing their handles help us keep t
* - Alan Phipps
- Texas Instruments
- evodius96
- - \-
+ - alanphipps
- evodius96
* - Carlos Andrés Ramírez
- Woven by Toyota
@@ -177,20 +178,6 @@ This document serves as our central hub for all ongoing topics and will
be updated regularly to reflect our progress. We welcome your
contributions and feedback.
-Current Topics & Backlog
-========================
-
-Our working group is actively engaged in discussions about the project's
-direction and tackling technical challenges. You can find our current
-discussions, challenges, and the project backlog in the following
-document.
-
-`Backlog document <https://docs.google.com/document/d/10YZZ72ba09Ck_OiJaP9C4-7DeUiveaIKTE3IkaSKjzA/edit?usp=sharing>`
-
-This document serves as our central hub for all ongoing topics and will
-be updated regularly to reflect our progress. We welcome your
-contributions and feedback.
-
Meeting Materials
=================
@@ -203,13 +190,64 @@ Slides used to support discussions during sync-up meetings are stored in LLVM's
Available slides:
-* `September 2025 <qual-wg/slides/202509_llvm_qual_wg.pdf>`_
-* `August 2025 <qual-wg/slides/202508_llvm_qual_wg.pdf>`_
-* `July 2025 <qual-wg/slides/202507_llvm_qual_wg.pdf>`_
+* `September 2025 <https://docs.google.com/presentation/d/1SZAE-QHfJED6CxJCCtBkPDxcw7XU9ORX54TJyXe1ppc/edit?usp=sharing>`_
+* `August 2025 <https://docs.google.com/presentation/d/1K8GWoRm8ZAeyyGvTeV5f-sMOhMr7WHiEk6_Nm5Fk10o/edit?usp=sharing>`_
+* `July 2025 <https://docs.google.com/presentation/d/1ktURe9qz5ggbdOQYK-2ISpiC18B-Y_35WvGyAnnxEpw/edit?usp=sharing>`_
* (add future entries here)
-Note: A future patch will migrate these slide files to the `llvm-www` repository, once
-a suitable hosting location is confirmed with the community.
+AI Transcription Policy
+=======================
+
+Objective
+---------
+
+The LLVM Qualification Group may enable AI auto-transcription (currently using Gemini) during sync-up calls in order to:
+
+* Make complex discussions easier to follow.
+* Reduce the effort of manual note-taking.
+* Support inclusivity for participants who are not native English speakers.
+
+Usage
+-----
+
+The purpose of auto-transcripts is to:
+
+* Ensure participants can remain engaged during the sync-up meeting (particularly helpful for non-native English speakers or when audio clarity is limited).
+* Serve as an aid for preparing the meeting minutes that are published on Discourse:
+ `Meeting Agendas and Minutes <https://discourse.llvm.org/t/llvm-qualification-wg-sync-ups-meeting-minutes/87148>`_
+
+Additional safeguards include:
+
+* Transcript files are private to the note-taker(s) and never circulated to attendees or the public.
+* Transcript files are permanently deleted once the minutes are posted.
+* The meeting chair or scribe remains responsible for reviewing the transcript, ensuring accuracy, and editing out sensitive details in the official minutes.
+
+Vendor Retention
+----------------
+
+Long-term storage or model-training settings are disabled on the account used for organizing the working group calls.
+
+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.
+
+This retention period cannot currently be shortened.
+
+Consent
+-------
+
+* At the start of each sync-up, participants will be asked if they are comfortable with enabling auto-transcription.
+* If any participant objects, auto-transcription will be disabled for that meeting.
+* Participants may also request at any point that parts of the discussion not be transcribed.
+
+Recordings
+----------
+
+* Meetings are not recorded by default.
+* Exceptions are made only when explicit approval from attendees is obtained (e.g., for a special-hosted demo).
+
+Transparency & Feedback
+-----------------------
+
+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.
Code of Conduct
===============
diff --git a/llvm/docs/qual-wg/slides/202507_llvm_qual_wg.pdf b/llvm/docs/qual-wg/slides/202507_llvm_qual_wg.pdf
deleted file mode 100644
index 6f3ba525cfab0..0000000000000
Binary files a/llvm/docs/qual-wg/slides/202507_llvm_qual_wg.pdf and /dev/null
diff er
diff --git a/llvm/docs/qual-wg/slides/202508_llvm_qual_wg.pdf b/llvm/docs/qual-wg/slides/202508_llvm_qual_wg.pdf
deleted file mode 100644
index 356442d5f3b14..0000000000000
Binary files a/llvm/docs/qual-wg/slides/202508_llvm_qual_wg.pdf and /dev/null
diff er
diff --git a/llvm/docs/qual-wg/slides/202509_llvm_qual_wg.pdf b/llvm/docs/qual-wg/slides/202509_llvm_qual_wg.pdf
deleted file mode 100644
index 2804e03398aa5..0000000000000
Binary files a/llvm/docs/qual-wg/slides/202509_llvm_qual_wg.pdf and /dev/null
diff er
More information about the llvm-commits
mailing list