AI workflows
Numbered pipelines. Each step names the exact tool and what it does. Not a listicle — a sequence you can copy.
Blog post production pipeline (research → write → polish → publish)
5-step chain to go from idea to published post using tools that hand off cleanly.
5 steps · perplexity → claude → sudowrite → grammarly
The RAG stack that scales (ingest → embed → retrieve → rerank → generate)
Five-layer stack that actually works past 10M documents. Each layer picks the tool that dominates its slot.
5 steps · unstructured-io → voyage-ai → pinecone → cohere
Voice-agent production stack (phone → transcribe → reason → speak → hand-off)
Full voice-agent chain with a real phone number, real reasoning, and clean escalation to a human.
5 steps · vapi → deepgram → claude → elevenlabs
The AI coding agent loop (plan → edit → test → review → merge)
5-step chain that feels less like AI-assisted coding and more like AI actually shipping.
5 steps · claude-code → cursor → warp → coderabbit