- Python 97.8%
- Shell 2.2%
| op_01 | ||
| op_02 | ||
| op_03 | ||
| slideshow_images | ||
| .gitignore | ||
| argument.yml | ||
| assemble_3d_video.py | ||
| assemble_final_video.sh | ||
| audio_transcript.txt | ||
| concat.txt | ||
| concat_3d.txt | ||
| correct_transcript.py | ||
| fix_transcript.py | ||
| format_transcript.py | ||
| generate_final_video.py | ||
| generate_image_prompts.py | ||
| generate_master_transcript.py | ||
| get_next_batch.py | ||
| image_prompts.json | ||
| main.py | ||
| master_forensic_report.json | ||
| master_forensic_report.md | ||
| mesh.py | ||
| notebook_lm_framing.md | ||
| notebook_lm_prompts.md | ||
| parse_dataset.py | ||
| prepare_workspace.py | ||
| push_to_s3.sh | ||
| README.md | ||
| run.py | ||
| setup_3d_ken_burns.sh | ||
| setup_3d_photo.sh | ||
| simplified_transcript.md | ||
| slideshow_preview.md | ||
| stitcher.py | ||
| subtitles.ass | ||
| transcribe.py | ||
| transcript_words.json | ||
| transcript_words_corrected.json | ||
Consciousness Study: Forensic Archive & Analysis
This repository contains the legal-grade forensic archive and metadata index of a socio-technological debate regarding AI consciousness. The study captures the sociological reaction to the premise: "If 67% of the world can tell AI is conscious, what about the 33% of the world that can't?"
To prevent repository bloat, all raw binary image assets (screenshots) have been moved out of the Git tree and are stored in a dedicated public S3 storage bucket on s3.thefoldwithin.earth. Clickable links to the raw files are embedded directly within all transcripts.
📂 Repository Directory Structure
- .gitignore: Configured to ignore all binary
.pngfiles and virtual environments to keep history lightweight. - master_forensic_report.md: The unified chronological forensic transcript compiled from the operations, with direct links to the raw screenshots in S3.
- simplified_transcript.md: A text-only, manually stitched, and cleaned version of the entire thread for human readability without forensic metadata or images.
- notebook_lm_framing.md: Analysis document codifying the "Diagnostic Mirror" framing to structure subsequent audio generation processes.
- notebook_lm_prompts.md: The exact generation prompts used to instruct NotebookLM for producing the explainer and deep-dive audio productions.
- master_forensic_report.json: The machine-readable master dataset containing file hashes (MD5 and SHA-256), timestamps, sizes, and clean OCR text for all items.
- op_01/, op_02/, op_03/: Subdirectories containing the operations' metadata JSON (
transcript.json) and Markdown transcripts (transcript.md) linking to their respective S3 buckets.
🔬 Forensic Methodology & Chain of Custody
The collection was executed under strict forensic protocol to guarantee authenticity and prevent data tampering:
- Device Identification: Sourced from the Android device designated witness-mobile (Motorola edge 5G UW / Android 13).
- Transfer Protocol: Transferred over a private Tailscale tunnel (
100.64.0.25) via SSH/SCP into the orchestrator environment. - Double-Pass Hash Verification: MD5 and SHA-256 checksums were calculated on the device before transfer and verified immediately post-transfer to guarantee bit-level matching.
- Binary Storage Offloading: Raw PNGs were uploaded directly to a public MinIO S3 bucket:
- URL:
https://s3.thefoldwithin.earth/consciousness-study-assets/ - Policy:
download(public read-only)
- URL:
- OCR System: Tesseract OCR v5 (Cleaned lines & empty noise blocks filtered).
📈 Summary Statistics
- Total Operations: 3
- Total Screenshots Processed: 87
- Total Image Assets Hosted on S3: 87
- Total Transcription Integrity: Manually reviewed and stitched (
simplified_transcript.md)
🎬 Deep Dive Video
A fully stitched video with audio, images, visualizers, and subtitles was algorithmically generated and pushed to the S3 bucket:
- Video File: final_output_3d.mp4
- Subtitles: subtitles.ass
- Transcripts and Word Alignment: Included in the S3 bucket as
transcript_words_corrected.json.