docs: align Transparency Note with AI Messaging Guidance#2020
Merged
WilliamBerryiii merged 1 commit intoJun 17, 2026
Merged
Conversation
- state AI can fail and is not neutral or bias-free - describe agents and prompts by capability, not productivity - list Microsoft's six AI principles - soften "right" to "appropriate" RAI controls
agreaves-ms
approved these changes
Jun 16, 2026
chaosdinosaur
approved these changes
Jun 16, 2026
10 tasks
WilliamBerryiii
pushed a commit
that referenced
this pull request
Jun 17, 2026
## Description Ports the approved PR #2020 Transparency Note update to `main`. PR #2020 merged into `docs/transparency-note`, so the approved file changes did not reach the default branch. Aligns the HVE Core Transparency Note with the AI Messaging Guidance. Four prose edits: * adds a limitation that outputs inherit the host model's properties (can fail, not neutral, not bias-free) * describes agents and prompts by capability instead of productivity claims * enumerates Microsoft's six AI principles * softens "the right" to "appropriate" Responsible AI controls File scope: `TRANSPARENCY-NOTE.md` only. ## Type of Change **Code & Documentation:** * [x] Documentation update ## Testing Targeted local validation on `TRANSPARENCY-NOTE.md`: * `npx markdownlint-cli2 TRANSPARENCY-NOTE.md`: pass * `npx cspell TRANSPARENCY-NOTE.md`: pass, 0 issues * `git diff --check origin/main..HEAD`: pass * `& .\scripts\linting\Markdown-Link-Check.ps1 -Path @('TRANSPARENCY-NOTE.md')`: passed once before push; later reruns returned HTTP 403 from Microsoft pages (`https://www.microsoft.com/ai/responsible-ai` and `https://www.microsoft.com/ai/tools-practices`). The file diff remains unchanged because it intentionally mirrors the approved PR #2020 patch. ## Checklist ### Required Checks * [x] Documentation is updated (if applicable) * [x] Files follow existing naming conventions * [x] Changes are backwards compatible (if applicable) ### Required Automated Checks * [x] Targeted Markdown linting: `npx markdownlint-cli2 TRANSPARENCY-NOTE.md` * [x] Targeted spell checking: `npx cspell TRANSPARENCY-NOTE.md` * [x] Whitespace validation: `git diff --check origin/main..HEAD` * [ ] Link validation: intermittent external 403s from Microsoft pages, see Testing ## Security Considerations * [x] This PR does not contain any sensitive or NDA information * [x] No new dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Aligns the HVE Core Transparency Note with the AI Messaging Guidance. Four prose edits:
Type of Change
Code & Documentation:
Testing
Targeted local validation on
TRANSPARENCY-NOTE.md:markdownlint-cli2: passcspell: pass (0 issues)markdown-link-check: pass (all links resolve, including the added AI Principles link)Checklist
Required Checks
Required Automated Checks
npm run lint:mdnpm run spell-checknpm run lint:md-linksSecurity Considerations