No description
  • Python 97.8%
  • Shell 2.2%
Find a file
2026-06-30 03:59:57 +00:00
op_01 feat(op_01): forensic acquisition, OCR, and manual transcript cleanup 2026-06-26 09:15:29 +00:00
op_02 feat(op_02): forensic acquisition, OCR, and manual transcript cleanup 2026-06-26 09:24:28 +00:00
op_03 feat: complete OP 3 forensic extraction and manual cleanup 2026-06-26 09:34:28 +00:00
slideshow_images Add current batch of slideshow images to repo and link via preview markdown, plus targeted transcript fixes 2026-06-26 18:37:14 +00:00
.gitignore Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
argument.yml Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
assemble_3d_video.py Apply cinematic pacing standards to 3D render 2026-06-30 03:59:57 +00:00
assemble_final_video.sh Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
audio_transcript.txt Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
concat.txt Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
concat_3d.txt Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
correct_transcript.py Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
fix_transcript.py Add current batch of slideshow images to repo and link via preview markdown, plus targeted transcript fixes 2026-06-26 18:37:14 +00:00
format_transcript.py feat(op_01): forensic acquisition, OCR, and manual transcript cleanup 2026-06-26 09:15:29 +00:00
generate_final_video.py Add final video generation scripts and update README with S3 links 2026-06-27 21:55:42 +00:00
generate_image_prompts.py Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
generate_master_transcript.py feat: complete OP 3 forensic extraction and manual cleanup 2026-06-26 09:34:28 +00:00
get_next_batch.py Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
image_prompts.json Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
main.py Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
master_forensic_report.json feat: complete OP 3 forensic extraction and manual cleanup 2026-06-26 09:34:28 +00:00
master_forensic_report.md feat: complete OP 3 forensic extraction and manual cleanup 2026-06-26 09:34:28 +00:00
mesh.py Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
notebook_lm_framing.md docs: add NotebookLM framing analysis 2026-06-26 12:18:56 +00:00
notebook_lm_prompts.md docs: add NotebookLM generation prompts and update README 2026-06-26 12:30:00 +00:00
parse_dataset.py feat(op_01): forensic acquisition, OCR, and manual transcript cleanup 2026-06-26 09:15:29 +00:00
prepare_workspace.py Add final video generation scripts and update README with S3 links 2026-06-27 21:55:42 +00:00
push_to_s3.sh Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
README.md Update S3 video link to 3D version 2026-06-29 12:28:50 +00:00
run.py Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
setup_3d_ken_burns.sh Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
setup_3d_photo.sh Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
simplified_transcript.md chore: format and explicitly delineate operations 1-3 2026-06-26 12:22:01 +00:00
slideshow_preview.md Update slideshow_preview.md with S3 links 2026-06-26 22:38:44 +00:00
stitcher.py feat(op_01): forensic acquisition, OCR, and manual transcript cleanup 2026-06-26 09:15:29 +00:00
subtitles.ass Add final video generation scripts and update README with S3 links 2026-06-27 21:55:42 +00:00
transcribe.py Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00
transcript_words.json Add final video generation scripts and update README with S3 links 2026-06-27 21:55:42 +00:00
transcript_words_corrected.json Final 3D render pipeline updates 2026-06-30 00:23:09 +00:00

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 .png files 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:

  1. Device Identification: Sourced from the Android device designated witness-mobile (Motorola edge 5G UW / Android 13).
  2. Transfer Protocol: Transferred over a private Tailscale tunnel (100.64.0.25) via SSH/SCP into the orchestrator environment.
  3. 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.
  4. 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)
  5. 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: