What problem does it solve? Turning long All-In podcast episodes (80–100k character transcripts) into a compact, actionable portfolio brief requires fetching the right transcript and feeding it to the LLM without token waste or stale, templated output. ## Core Features & Use Cases - Transcript Loading: Reads episodes from a local SQLite database by video ID, most recent, or latest N, with --head truncation for token budgeting and --json for machine-readable output. - Paste Mode: Distills a transcript file the user already has via --paste, with no database required. - Brief Format Guidance: Ships a compact Telegram-ready brief template (core thesis, key takeaways, company positioning, portfolio watch) in references/output-format.md. - Use Case: Ask for a brief on the latest All-In episode; the script prints the full transcript and metadata, and the orchestrator LLM writes a grounded brief citing real numbers and tickers from that episode only. ## Quick Start Ask the assistant to distill the most recent All-In episode into a portfolio brief using the all-in-distill skill.