Skip to main content
Mega Brain accepts any format of expert content and transforms it into structured knowledge. This guide walks you through ingesting different material types into the system.

Overview

The ingestion process automatically:
  • Downloads and transcribes content
  • Extracts metadata (author, title, date)
  • Saves files with source traceability
  • Detects duplicates to prevent reprocessing
  • Prepares materials for the processing pipeline
All ingested materials are saved to the inbox/ directory organized by person and content type.

Supported Material Types

Ingesting YouTube Videos

The most common source. JARVIS automatically downloads transcriptions using the YouTube Transcript API.
What happens:
  1. Video metadata is fetched (title, author, duration)
  2. Transcript is downloaded automatically
  3. File is saved as inbox/[PERSON]/[TYPE]/video-title.txt
  4. A unique SOURCE_ID is generated (e.g., CG003 for Cole Gordon video 3)
Example output:

Advanced Ingestion Options

Manual Metadata Override

Override auto-detected metadata:

Content Type Classification

Known Source Detection

The system recognizes expert sources automatically:
1

Path Analysis

Analyzes the file path or URL to detect known experts:
2

Known Sources Library

3

Automatic Corpus Assignment

Related materials from the same expert are grouped into a corpus for cross-referencing.

Duplicate Detection

The pipeline includes 6 levels of duplicate detection to prevent reprocessing:

Detection Levels

  1. Exact MD5 Match - Same file already processed
  2. Content Hash - Different file, same content
  3. Partial Match - Content is substring of processed material
  4. YouTube ID - Same video from different source
  5. File Registry - Cross-reference with processing history
  6. Chunk Fingerprint - First 1000 characters comparison
When duplicates are found:

Batch Ingestion

Process multiple materials at once:

Verification

Check Inbox Status

View pending materials:
Output:

Check System Status

Provides:
  • Health score (0-100)
  • Processed materials count
  • Pending inbox files
  • Active agents status

Next Steps

Process Ingested Materials

Learn how to run the 5-phase processing pipeline on ingested materials

View Processing Results

Check processing logs and generated artifacts