docs(debates): add IMPLEMENTATION.md files for Debate 1 and 2

Added new markdown files documenting the AI model implementations used in Debate 1 and Debate 2, including details on GROK and CLAUDE configurations.
This commit is contained in:
Greg Gauthier 2026-04-10 22:30:52 +01:00
parent 82e852dd0b
commit fbe9adde5d
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# IMPLEMENTATION
- GROK: SuperAgent-AI Grok-CLI (https://github.com/superagentai/grok-cli)
- Model: Grok 4.20 Reasoning (2M tokens context)
- CLAUDE: Claude Code
- Model: Opus 4.6 Extended (1M tokens context)

View File

@ -0,0 +1,7 @@
# IMPLEMENTATION
- GROK: SuperGrok Web UI
- Model: Grok "Expert" (Not sure what model this is)
- CLAUDE: Claude Desktop Code
- Model: Opus 4.6 Extended (1M tokens context)