ELBO Platform: AI-Powered Training for Critical Thinking and Communication Skills

Platform Overview
ELBO is a training platform designed to help users develop skills that AI cannot easily replicate: critical thinking, persuasion, negotiation, and public speaking. The platform was built using Claude Code over four months by a developer in Quebec, with Claude Code responsible for approximately 70% of the 96 components.
Technical Implementation
The platform integrates seven Claude capabilities:
- Argument analysis
- AI debate opponent
- Content generation
- Moderation
- Coaching feedback
- Debate scoring
- Translation across 11 languages
Core Training Features
ELBO provides AI-powered practice scenarios where users interact with AI opponents that:
- Listen to arguments and challenge logic
- Push back on weak points
- Provide real-time constructive feedback
- Adapt to user skill levels
Specific training scenarios include:
- Job interview preparation with tough AI interviewers
- Delivering bad news to employees with emotionally reactive AI
- Critical thinking practice where AI argues opposite positions
Platform Structure
ELBO organizes training into four distinct worlds:
- Public Arena: Open training for all users
- NOVA: Educational training environment
- APEX: Corporate training programs
- VOIX: Civic democracy and public speaking practice
All worlds connect through a unified profile system that tracks demonstrated skills rather than claimed abilities.
Access and Development
The platform is free to try without requiring an account at elbo.world. The developer built the platform solo using Claude Code and is available to discuss technical architecture or Claude development questions.
📖 Read the full source: r/ClaudeAI
👀 See Also

Automate daily briefings into personal Spotify podcasts with OpenClaw and the Save to Spotify CLI
OpenClaw runs daily at 7am, pulls Slack threads + GitHub notifications + calendar, summarizes into mp3, and uploads as a private episode via the Save to Spotify CLI. Works on Free and Premium.

Astryx: Meta's Open Source Design System with 150+ Components, Customizable and AI-Agent Ready
Meta's Astryx design system is now open source, featuring 150+ React/StyleX components, CLI scaffolding, MCP support, and 13,000+ apps already using it internally. Currently in beta.

Why Your Claude Code UI Output Drifts and How a Structured Spec Fixes It
A developer explains that inconsistent UI output from Claude Code isn't a prompt problem — it's a format problem. Providing exact hex codes, font weights, spacing, screen states, and transitions eliminates drift. They also open-sourced an MCP server that converts screen recordings into structured specs.

skill-depot: A Local-First Memory and Skill System for MCP-Compatible AI Agents
skill-depot is a retrieval system that stores agent knowledge as Markdown files and uses vector embeddings to semantically search and selectively load only relevant content. It runs 100% locally with no API keys, works with any MCP-compatible agent, and can be set up with npx skill-depot init.