explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • Wide + deep — the two capabilities Perplexity encodes
  • Hierarchical tasks — qualification key trees
  • 500 tasks — scale and difficulty
  • Reference-free grading — no stale gold answers
  • Leaderboard — SaC leads; nobody wins
  • Four findings that matter for builders
  • Why open-source now — product + research loop
  • Running WANDR locally — cost warning
  • WANDR vs other agent benchmarks
  • Summary
  • Related Reading
← Back to blog

explainx / blog

Perplexity Open-Sources WANDR — 500-Task Benchmark for Wide & Deep Research

Jul 14, 2026: Perplexity releases WANDR — 500 research tasks, 170,495 evidence records, Apache 2.0 on GitHub. SaC leads at 0.363 soft F1; hard F1 tops 0.133. explainx.ai maps grading, competitors, and Perplexity Computer fit.

Jul 15, 2026·8 min read·Yash Thakker
PerplexityWANDRAI BenchmarksResearch AgentsSearch as CodePerplexity Computer
go deep
Perplexity Open-Sources WANDR — 500-Task Benchmark for Wide & Deep Research

On July 14, 2026, Perplexity (@perplexity_ai) open-sourced WANDR — Wide ANd Deep Research — the internal benchmark it built to train and measure Perplexity Computer's wide-and-deep research stack. The release ships 500 tasks, 170,495 required source-backed records, an Apache 2.0 GitHub harness, and a blunt headline number: even Search as Code — Perplexity's best system — hits only 0.133 hard F1 on the full suite.

WANDR is the wide sibling of DRACO (deep long-form reports). Where DRACO asks "write a complete objective report," WANDR asks "find every qualifying company, employee, filing, or competitor — and prove each row with a page that actually says what you claim." explainx.ai maps task shape, grading, leaderboard reality, and why Perplexity published it now.

TL;DR

table · 2 cols
ItemDetail
ReleasedJuly 14, 2026 · research article
Repogithub.com/perplexityai/wandr · Apache 2.0
Tasks500 · 170,495 evidence records total
Difficulty167 lower · 166 middle · 167 higher
Median task50 members · 4 records/member · 245 records overall
Leader (soft F1)Perplexity Search as Code — 0.363
Leader (hard F1)Perplexity SaC — 0.133
Runner-upAnthropic — 0.249 soft · 0.072 hard
GradingReference-free — re-fetch cited URLs, verify excerpts
Training angleSemi-automated task factory + RL-friendly partial credit
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.


Wide + deep — the two capabilities Perplexity encodes

From Perplexity's X thread:

"Wide-and-deep research requires two capabilities. (1) Agents must search broadly enough to find all qualifying entities. (2) Agents must investigate deep enough to support every claim with evidence."

table · 2 cols
ModeFailure mode WANDR catches
WideStops at 5 good examples when the task asked for 70 companies
DeepFinds entities but excerpts don't support appointment dates, listings, or roles
BothPolished narrative built on incomplete coverage

Real jobs cited: competitive mapping, due diligence, literature review, market analysis, product comparison, talent sourcing — the work people already delegate to Computer + SaC, not chatbot trivia.


Hierarchical tasks — qualification key trees

WANDR represents requirements as hierarchical, independently verifiable records:

snippet
company(n) → employee(m) → url(k)
table · 2 cols
PatternMeaning
Flat listn items, one evidence URL each
Nested searchParent entities, each with child enrichment
MatrixRepeated child labels under different parents
Multi-branchSame company key ties appointment + listing subtasks

Example task ceo_cfo_appointments: Find 70 US companies with CEO/CFO appointments (Mar–Apr 2026) · 70 appointment URLs · 70 separate listing-authority URLs → 140 records, shared company key. Missing listing proof = incomplete member even if appointment page is perfect.

That structure is why hard F1 punishes agents harder than soft F1 — one broken branch zeros the whole member.


500 tasks — scale and difficulty

table · 2 cols
StatValue
Total tasks500 public Harbor packages
Total records demanded170,495 source-backed
Median breadth50 members
Median depth4.00 records per member
Difficulty split167 / 166 / 167 (lower / middle / higher)

Tasks are seeded from de-identified production patterns — not synthetic Jeopardy prompts. Pipeline stages: seeding → authoring (author–critic loop) → admission (feasibility + judge audit) → curation.

Key insight from Perplexity: Difficulty is not scale alone — it depends on work per record (disambiguation, cross-source checks, regulatory nuance).


Reference-free grading — no stale gold answers

Fixed answer keys fail for open-ended research. WANDR instead:

  1. Solve — normalize agent output
  2. Fetch — retrieve each cited URL (browser retry on failure)
  3. Judge — identity resolution + per-record verdict
  4. Score — precision, recall, soft/hard F1 up the hierarchy

Each record: item + URL + excerpts + answer. Grader checks page usability, claim scope, excerpt fidelity, and whether evidence supports every requirement.

table · 2 cols
Diagnostic signalWhat it means
High precision, low recallGood rows found, not enough of them
Large soft → hard dropPartial trees common; full completion rare
Retrieval-only vs full F1 gapFinding a plausible page is easy; excerpt support is hard

Perplexity SaC: 0.531 retrieval-only soft F1 → 0.363 full soft F1. The gap is evidence construction, not search alone.


Leaderboard — SaC leads; nobody wins

Six production systems on all 500 tasks (pinned configs, same verifier):

table · 5 cols
SystemSoft F1Hard F1~Cost/taskMedian time
Perplexity Search as Code0.3630.133$5.2014.9 min
Anthropic0.2490.072Higher $ + tokensSlower
OpenAI≤0.121≤0.035Faster, cheaperLower
Exa / Parallel / Gemini DR≤0.121≤0.035VariesVaries

Perplexity's June SaC article cited ~2.5× over next-best on WANDR — consistent with 0.363 vs ~0.15 class scores for others.

Unsaturated: Best hard precision ~0.150, hard recall ~0.134 — leader earns full credit for roughly one in seven requested members. Perplexity states plainly: "Wide-and-deep research is still a long way from solved."

Effort scaling (45-task subset): Perplexity xhigh reaches 0.447 soft / 0.224 hard F1; cost spans $0.03 (Exa low) to $324.83 (Gemini max) per task.


Four findings that matter for builders

1. Partial progress is common; complete coverage is not

Every system's soft recall sits below soft precision — denominators hurt once full volume counts.

2. Scale compounds failure

Largest volume bins: Perplexity hard precision falls 0.235 → 0.096; recall 0.219 → 0.079.

3. Deeper hierarchies are harsher

Three or more intermediate keys: Perplexity hard precision 0.392 → 0.019.

4. Discovery bottlenecks before judging

Mean top-level discovery completion 0.611–0.951 across systems. Duplicate collapse loses only 0.017–0.205 points — under-delivery, not dedup, dominates.

Page vs excerpt failures: Only 3.2%–8.9% unusable pages (except OpenAI 23.1%). 57.5%–86.6% of excerpts fail to support full claims — the hard part is evidence packaging, not link-finding.


Why open-source now — product + research loop

table · 2 cols
MotiveDetail
Legitimize ComputerPublic harness for claims SaC already made in June research
Training factoryPipeline generates sibling tasks · RL partial credit on branches
Competitive intelShows Anthropic closest on quality but costlier; OpenAI/Exa cheaper but weaker on coverage
Harbor ecosystemStandard task packages · comparable to other agent benchmarks

Ties to July 9 GLM 5.2 orchestrator preview — WANDR is the scoreboard Perplexity used for cost vs Opus math on Computer tasks.


Running WANDR locally — cost warning

From the README:

table · 2 cols
ConfigPurpose
configs/smoke.yamlOne smoke task · cheap sanity check
configs/validation.yamlTwo tasks · all Relay endpoints
configs/wandr.yamlFull 500 tasks · very expensive

Requires API keys for solvers (OpenAI, Anthropic, Perplexity, Exa, Parallel, Gemini) and judge/fetch paths. Harbor does not impose a spending cap.


WANDR vs other agent benchmarks

table · 2 cols
BenchmarkStress test
BrowseComp / HLEHard single-shot answers
WideSearchRow F1 on wide tables
DRACO (Perplexity)Long-form report quality
WANDRVolume + per-record evidence at professional scale
Apodex / deep research postsOverlapping "deep research" narrative — WANDR adds published harness + 170k record accounting

For teams building GEO / competitive intelligence pipelines, see GEO for marketers — WANDR is the eval layer for whether your agent actually covers the full competitor set, not just writes a convincing summary.


Summary

WANDR (July 14, 2026) is Perplexity's open Apache 2.0 benchmark for wide-and-deep research agents: 500 tasks, 170,495 required evidence records, hierarchical qualification trees, and reference-free URL re-fetch grading. Search as Code leads at 0.363 soft F1 and 0.133 hard F1; Anthropic is second; every other tested stack scores lower. Hard F1 near 0.13 means the field — including Perplexity — is nowhere near solved.

For developers, the repo is a runnable spec of what Perplexity Computer optimizes for. For the market, it reframes "research agents" from one beautiful report to 170 thousand verifiable rows — a harder, more honest bar.


Related Reading

  • Germany ZAK — Perplexity subject to media law (Jul 2026)
  • Perplexity Search as Code — 2.5× on WANDR
  • Perplexity Computer GLM 5.2 Orchestrator — WANDR cost math
  • Perplexity Brain — Computer memory system
  • AI Benchmarks Complete Guide (2026)
  • OpenRouter's Web Search Benchmarks — search budget beats engine choice
  • What Are AI Agents?
  • GEO for Marketers — AI Answer Engines
  • WANDR on GitHub
  • Perplexity research article

Scores, task counts, and system comparisons reflect Perplexity's July 14, 2026 release. Re-run benchmarks on pinned configs before citing leaderboard numbers in production decisions.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 23, 2026

The Viral "Needle in a Haystack" Game Shares a Name With an AI Benchmark

A tweet showing a game where you search 5,000,000 pieces of hay for one needle hit 23.3M views on X. It's a fun coincidence with a real technical cousin — "Needle in a Haystack" (NIAH) is also the name of the standard test AI labs use to check whether a model's long context window actually works, or just claims a big number. explainx.ai covers both: the viral game and the benchmark it accidentally shares a name with.

Aug 21, 2026

DeepSeek V4-Flash-Vision-Exp: A Multimodal Model That Nears Opus-4.8

DeepSeek released deepseek-v4-flash-vision-exp on August 21, 2026, an experimental multimodal model that matches DeepSeek-V4-Flash on text, reasoning, and agent tasks while making a large jump over V4-Flash on multimodal agent benchmarks — landing close to Anthropic's Opus-4.8.

Aug 21, 2026

NVIDIA AVO Hits 100% on ARC-AGI-3 — But Read the Fine Print

NVIDIA's August 21, 2026 developer blog reports AVO — the same agent system built to autonomously evolve GPU kernels on DGX B200s — scored a perfect 100.00 RHAE across all 183 ARC-AGI-3 public-set levels in 6,624 environment actions. explainx.ai breaks down the numbers, the architecture that transferred, and the caveats NVIDIA itself flags.