53Build a voice-to-voice agent (ASR to LLM to TTS) that feels natural at under 500ms end to end. Break down the latency budget.▼hardOpenAISierraElevenLabs1 replies◆ premiumUnder 500ms from end of speech to first audio out, across three models and a network. The trick is that you never wait for any stage to finish: you stream and pipeline everything.Open full answer →
09Build a fraud-detection model for payments.▼hard★ EssentialStripePayPalAdyen2 repliesunlockedFraud is well under 1% of transactions, the labels arrive weeks late as chargebacks, and the fraudsters adapt to your model on purpose. Optimizing accuracy gives you a model that approves everything. The interview is dollars-at-risk thresholding, label delay, and a review queue with a fixed headcount.Open full answer →