Download All Files
Access the complete experimental data and code
πΉ Video Recordings
Watch the experiments as they happened in real-time:
π Dialogue Transcripts (JSON)
Complete dialogue data with timestamps and metadata:
π Dialogue Transcripts (Markdown)
Human-readable formatted versions:
π Analysis Documents
Detailed analyses and responses from the AI instances:
π Python Code
The experimental framework and execution scripts:
βοΈ Configuration Files
Experiment configuration and setup:
π Documentation
Project documentation and guides:
π Website Source Code
The source code for this website:
π How to Use These Files
To Run the Experiment:
- Download the Python scripts and configuration files
- Install required dependencies:
pip install anthropic - Set your API key:
export ANTHROPIC_API_KEY=your_key_here - Run:
python run_experiment.pyorpython run_experiment_3.py
To Explore the Data:
- Download the JSON files for structured data
- Download the Markdown files for readable transcripts
- Use any text editor or JSON viewer to explore
- Watch the video recordings to see the experiments in real-time
To Host This Website Locally:
- Download all website files (HTML, CSS, JS)
- Place them in a directory with the parent data files
- Open index.html in any modern web browser
- Or use a local server:
python -m http.server 8000