๐Ÿ“ฆ linhkid / ai-safety-alignment-demo

Demonstrate for my existing/upcoming talks regarding AI/Agentic AI misalignment and safety

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/linhkid/ai-safety-alignment-demo.git
HTTPS git clone https://github.com/linhkid/ai-safety-alignment-demo.git
SSH git clone git@github.com:linhkid/ai-safety-alignment-demo.git
CLI gh repo clone linhkid/ai-safety-alignment-demo
linhkid linhkid fix render b6d44cc 5 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ legacy
๐Ÿ“ node_modules
๐Ÿ“ src
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ render.yaml
๐Ÿ“„ server.js
๐Ÿ“„ README.md

AI Safety Alignment Demo

Interactive presentation for educational talks about AI/Agentic AI misalignment and safety concerns.

Quick Start

npm install
npm run dev

Open http://localhost:3000 in your browser.

What's Inside

This is a web-based presentation that covers:

  • Agentic AI fundamentals - How AI systems are evolving from passive tools to autonomous agents
  • The alignment problem - Why ensuring AI goals match human values is challenging
  • Real evidence - Data from frontier AI models showing strategic deceptive behaviors
  • Defense strategies - A four-layer approach to AI safety

Features

  • Interactive charts showing misalignment research data
  • AI-powered Q&A (requires API key)
  • Scenario generator for misalignment examples
  • Responsive design for presentations

Structure

The code is organized into modular components:

  • src/index.html - Main entry point
  • src/components/ - Individual presentation sections
  • src/assets/css/ - Styling
  • src/assets/js/ - Charts and API integration

Deployment

Ready for deployment on Render, Vercel, or any static hosting service.

License

MIT