AI Stack

April 19, 2026 ยท View on GitHub

A ~60 minute voice note walking through my current AI tooling, workflows, what's working, what isn't, and where the gaps are. Transcribed with Gemini (via the gemini-transcription MCP, raw mode), then broken down into structured sections.

Not a polished essay or a recommendation โ€” a footprint: what I was using, what I was stuck on, and what felt like an opportunity on a specific Sunday during a fragile ceasefire.

๐Ÿ“„ Full document

ai-stack-2026-04-19.pdf โ€” sections + cleaned transcript as appendix.

Stack at a glance

LayerTool(s)
Voice capture (mobile)ASR / Voice Notes โ†’ webhook
STT (desktop, daily)Multimodal Typer + Parakeet
Transcription (long-form)Gemini multimodal (single-pass format)
LLM (agent work)Claude Code (Opus 4.7)
LLM (script / creative)Sonnet
LLM (routing / experiments)OpenRouter
Image genNano Banana 2 via Fal
TTSChatterbox on Modal (voice-cloned)
MemoryMem0
Vector / RAGPinecone
MCP hostingHome server + MCP Jungle aggregator
Remote accessCloudflare Tunnel / Tailscale
DeployVercel
Domains / edgeCloudflare
BackupNAS + Wasabi/S3
Doc outputTypst
GPU (on demand)Modal

Organising pattern โ€” repo-as-workspace. The utility of a repository is the folder structure, not version control. Standard layout: prompts/, outputs/, context/. Skills and MCPs layer on top.

Repo layout

.
โ”œโ”€โ”€ audio/                      # source recording (VAD-trimmed)
โ”‚   โ””โ”€โ”€ 2026_04_19_13_01_40.opus
โ”œโ”€โ”€ sections/                   # structured notes extracted from the voice note
โ”‚   โ”œโ”€โ”€ stack.md                # layered view of the working stack
โ”‚   โ”œโ”€โ”€ tool-list.md            # every tool mentioned, grouped by function
โ”‚   โ”œโ”€โ”€ thoughts.md             # philosophy, takeaways, unresolved questions
โ”‚   โ”œโ”€โ”€ blockers.md             # concrete pain points and friction
โ”‚   โ””โ”€โ”€ opportunities.md        # gap-shaped ideas worth exploring
โ”œโ”€โ”€ transcripts/
โ”‚   โ”œโ”€โ”€ transcript-verbatim.md  # raw Gemini transcription, unedited
โ”‚   โ””โ”€โ”€ transcript-cleaned.md   # readable paraphrased pass
โ”œโ”€โ”€ document.typ                # Typst source for the compiled PDF
โ”œโ”€โ”€ styles.typ                  # shared Typst styling
โ”œโ”€โ”€ build.sh                    # regenerate the PDF
โ””โ”€โ”€ ai-stack-2026-04-19.pdf     # compiled output

Source audio

audio/2026_04_19_13_01_40.opus โ€” ~60 min, recorded on Android, silence trimmed via ffmpeg VAD (-30 dB RMS, 0.8 s min-silence).

Rebuilding the PDF

./build.sh

Requires pandoc and typst.