Tag: ai
All the articles with the tag "ai".
-
Improving caller identification for voice AI agents
Sourish BiswasWhen callers aren't recognized by phone number, our voice agent looks them up by name and address. That lookup succeeded 5 times out of 70. Here is how we fixed it.
-
Improving tail latency in parallel LLM calls
Varun SrinivasanParallel LLM calls made our document search faster on average and much slower at the tail. One straggler set the latency for the entire phase.
-
When the model overthinks
Zhixuan LaiSometimes reasoning models get stuck in loops that burn thousands of tokens and produce nothing. Here is how we fixed it.
-
A simple fix for LLM tail latency
Zhixuan LaiSend every request twice and take the faster response.
-
Just ask the model why
Zhixuan LaiWhen your agent does the wrong thing, ask it why. It usually knows.
-
How we evaluate AI agents across 1,000+ production scenarios
Pratik JainGeneric benchmarks can't tell you if your AI agent will make the right decisions in production. We built a replay-based evaluation framework that tests 1,000+ real scenarios to compare models and catch regressions before they reach 200,000 weekly workflow runs.
-
How I run parallel coding agents
Zhixuan LaiLessons from running multiple Claude Code agents at HOAi