Methodology: How We Compare Research Architectures

This page documents the full methodology behind the Deep Research Benchmark. What Are We Comparing? Three fundamentally different approaches to AI-powered research: Perplexity Deep Research — a black-box hosted service (sonar-deep-research). You send one prompt, it autonomously plans, searches, reads, iterates and synthesises. ~50 sources, 2-5 minutes. Extended Search Pipeline — a custom 7-step pipeline where we control every stage. Each step is a separate LLM call in a separate sub-agent. Full transparency, full control. Single-Agent Pipeline — the same 7 steps, the same prompts, but executed in one continuous session without spawning sub-agents. Context grows, but there’s zero spawn overhead. We also tested optimisations (cheap models, lightContext, minimal steps) that turned out to be dead ends. ...

May 15, 2026 · 9 min · Marat Kiniabulatov

AWESOME! Microsoft's Speech Recognition and Instant Same Tonal Voice Translation

Having worked in the sound recognition field in mobile space (bird sounds) I know about this hard process a bit. Mostly I was using predefined algorithms and just implemented them in c#, but my poor knowledge and puny brain would never do such amazing stuff! [youtube=http://youtu.be/Nu-nlQqFCKg] Natural UI comes to life! You can always see that some awesome MS Research powered speech recognition displayed on MS keynotes almost in real-time, but yesterday’s article on The Next Web highlighted the new addition to that wonderful feature: same voice tone speech translation in Mandarin! Check this out! ...

November 10, 2012 · 1 min · Marat Kiniabulatov