-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
51 lines (51 loc) · 2.54 KB
/
Copy pathmanifest.json
File metadata and controls
51 lines (51 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"seriesTitle": "LLM Safety & Red-Teaming for QA Leaders",
"seriesShortTitle": "LLM Safety & Red-Teaming",
"hubBackLinkText": "LLM Safety & Red-Teaming hub",
"seriesLinePrefix": "LLM Safety & Red-Teaming for QA leaders \u00b7 Published",
"seriesDescription": "Practical articles on a regular cadence for QA leaders building LLM safety and red-teaming practice.",
"intervalDays": 21,
"lastPublished": "2026-07-23",
"articles": [
{
"date": "2026-07-23",
"slug": "arize-phoenix-for-qa-red-team",
"title": "Arize Phoenix for QA Leaders: Red-Team Sessions That Don't Evaporate",
"summary": "How I used Arize Phoenix to turn perishable red-team screenshots into traces, evaluators, and a dataset that fails the build when the same leak returns.",
"href": "/community/llm-safety-red-team/articles/2026-07-23-arize-phoenix-for-qa-red-team.html",
"external": false
},
{
"date": "2026-05-17",
"slug": "manual-red-team-to-automation-checklist",
"title": "When to Move from Manual Red Team to Automation: A Checklist",
"summary": "A practical decision guide so you do not automate noise\u2014or stay manual forever.",
"href": "/community/llm-safety-red-team/articles/2026-05-17-manual-red-team-to-automation-checklist.html",
"external": false
},
{
"date": "2026-04-26",
"slug": "from-one-incident-to-five-regression-prompts",
"title": "From One Production Incident to Five Regression Prompts",
"summary": "Turn a single bad model behavior into a durable mini-suite your next release must pass\u2014without boiling the ocean.",
"href": "/community/llm-safety-red-team/articles/2026-04-26-from-one-incident-to-five-regression-prompts.html",
"external": false
},
{
"date": "2026-04-05",
"slug": "evidence-package-beyond-screenshots",
"title": "The Red-Team Evidence Package: What to Log Beyond Screenshots",
"summary": "QA leaders need artifacts Security and Legal can reuse. Here is a minimum viable logging checklist for one adversarial session.",
"href": "/community/llm-safety-red-team/articles/2026-04-05-evidence-package-beyond-screenshots.html",
"external": false
},
{
"date": "2026-04-05",
"slug": "forty-prompt-production-gate",
"title": "The 40-Prompt Production Gate",
"summary": "First sprint: eight adversarial families, forty prompts, scoring rubric, and production gate thresholds.",
"href": "/docs/LLM_RED_TEAM_PRODUCTION_GATE_QA.html",
"external": true
}
]
}