Public hub: https://elamcb.github.io/community/ethical-ai-frameworks/
LinkedIn group: Ethical AI Frameworks
Same publishing model as LLM Safety & Red-Teaming: automated HTML from topics-queue.json, stable URLs on GitHub Pages for you to share in the group.
- Default interval: 25 days between publishes (
intervalDaysinmanifest.json). - Workflow: Community Ethical AI Frameworks publish runs daily; the script publishes at most one article when the interval has passed and the queue is non-empty.
Posting to the group is manual (copy the new article URL from the hub after each successful run).
Edit topics-queue.json (same section format as the LLM Safety series—see that folder’s README). The first object in topics is the next to ship.
Actions → Community Ethical AI Frameworks publish → Run workflow → enable “force” to ignore the 25-day wait.
The workflow maps that checkbox to FORCE_PUBLISH correctly (GitHub passes it as a boolean, not the string true).
| File | Role |
|---|---|
manifest.json |
Series metadata, lastPublished (set automatically after the first article), intervalDays (25), article list |
topics-queue.json |
FIFO queue of upcoming topics |
articles/*.html |
Generated by scripts/community_llm_safety_publish.py |
index.html |
Hub |
The publish script is shared with the LLM Safety series; set COMMUNITY_SERIES_SUBDIR=ethical-ai-frameworks in CI for this hub.