Use this file to discover all available pages before exploring further.
The problem: You have 50 hours of video depositions. You suspect the CEO contradicted the CTO on the breach timeline, but you can’t re-watch everything.The solution: Transcribe the audio, search by topic, and use AI to find contradictions.
Example output:Build advanced features like contradiction detection for legal applications:
# Search for statements about a specific topiccasedev vault search \ --id $VAULT_ID \ --query "timeline of events on July 15th" \ --top-k 10# Use AI to identify contradictions (pipe search results)casedev llm:v1:chat create-completion \ --model anthropic/claude-sonnet-4.6 \ --message '{"role":"system","content":"Analyze these statements and identify any contradictions. Cite specific quotes."}' \ --message '{"role":"user","content":"<search results>"}'
Time saved: What used to take days of re-watching video now takes minutes. The AI finds contradictions you might have missed.