Human objective
Present, discover, compare, monitor, decide, learn, or produce.
As of August 2026: what capabilities current research studies, which techniques it tests, how those capabilities are measured, where results converge or conflict, and what remains unknown.
The most reliable systems expose consequential choices and test the finished artifact. Generic guidance should remain only when it improves on the current model, tools, and built-in workflow.
For researchers and buildersUse this review to interpret the literature, design evaluations, and choose which mechanisms deserve local experiments.
Not a product rankingTools, skills, and BI products appear as examples of techniques in practice. Their documentation does not establish comparative quality.
What agentic visualization is for
Agentic data visualization is not one task. A system may help someone discover a pattern, explain a finding, monitor a changing situation, make a decision, or produce and revise a visual artifact. Those goals impose different requirements on autonomy, interaction, evidence, and human control.
An established backbone
Brehmer and Munzner’s widely used task typology describes visualization work by why it is undertaken, what data and outputs it acts on, and how encoding and interaction support it. That distinction is especially important for agents: generating a technically valid chart answers “how,” but may still miss the intended human purpose.
Brehmer & Munzner typology ↗Present, discover, compare, monitor, decide, learn, or produce.
Which entities, measures, relationships, uncertainty, state, and artifact are in scope?
Encode, select, filter, navigate, derive, annotate, record, compile, or replay.
Explain and present
Journalism, public explanation, and narrative graphics usually have an authorial claim, sequence, and audience. The visualization may offer exploration, but it also has to fit the surrounding story and help a reader understand what the evidence supports.
Explore and discover
Exploratory analysis begins without one fixed takeaway. The useful system exposes transformed data, alternative mappings, branches, history, and direct controls so the analyst can notice patterns, challenge them, and change direction.
Monitor and respond
Operational dashboards emphasize current state, thresholds, anomalies, and timely response. Sarikaya and colleagues show why dashboards deserve their own design space: at-a-glance reading, coordinated views, updating data, and shared awareness are not the same problem as free exploration.
Compare and decide
Strategic and analytical BI needs trustworthy definitions, fair comparisons, permissions, and enough context to understand tradeoffs. The objective is not merely to surface an interesting pattern but to support a consequential judgment.
Produce, revise, and reuse
Authoring tools, coding agents, and scientific systems are judged partly by execution, editability, reproducibility, and delivery. Scientific and 3D work adds specialized coordinate, view, and linkage constraints; interactive applications add browser behavior and state.
What is being compared
They overlap, but they are not interchangeable. A paper proposes and evaluates a method. A tool is runnable software. A skill guides a general agent. A benchmark supplies tasks and scoring. A product operates inside a vendor’s data environment.
Usually a prototype plus an experiment. The result applies to the paper’s tasks, models, baselines, graders, and study population—not automatically to production.
Examples: Raiven, nvAgent, DashChatThe repository shows current mechanisms, interfaces, tests, and failure handling. Code quality and adoption do not by themselves prove better analysis.
Examples: Data Formulator, Lumen, LIDAInstructions, references, templates, and sometimes check scripts. The skill is not a new model; it changes the model’s working context and required process.
Examples: Vizro flow, OpenAI visualize-data, AntV skillsA benchmark fixes the inputs and scoring rules. It can expose relative strengths while still missing production data, real readers, or consequential decisions.
Examples: DashArena, VisEval, MatPlotBenchIts advantage often comes from access to governed fields, measures, permissions, and authoring state. Feature documentation is not an accuracy study.
Examples: Power BI, Tableau, LookerHow the pieces fit
A skill may guide an authoring agent. The agent may emit code directly or first write a structured plan. A renderer turns that work into the chart or dashboard. Checks, benchmarks, and human studies then answer different questions about the result.
The core system papers, plainly
These eight papers anchor the architecture comparison. Only DashArena is primarily a benchmark. Additional benchmark and training studies are introduced later where they answer the separate question of how quickly the model baseline is changing.
What it is: a chart interface where a person directly picks visual encodings and asks the model for missing data transformations.
Why it matters here: it shows how visible tables, direct controls, branches, and explanations help people steer and verify model work.
What it is: a prototype where the model writes a restricted visualization language and a compiler produces linked 2D, 3D, and table views.
Why it matters here: it is strong bounded evidence that a DSL and compiler can remove many coding failures when the requested view is already specified.
What it is: an architecture that stores a dashboard as a compact structured plan and applies small edit operations instead of regenerating everything.
Why it matters here: it tests whether explicit structure improves controllability, edit locality, and token use.
What it is: a pipeline that prepares a database schema, composes a visualization query, executes it, and repairs failures.
Why it matters here: its large VisEval benchmark and component removals help isolate structured composition and execution validation.
What it is: a conversational mockup tool with dashboard-pattern retrieval, a restricted dashboard language, structured edits, and history.
Why it matters here: it combines a prompt evaluation with a small study of rapid prototyping and human correction.
What it is: a method that turns a natural-language question into selected fields, an analytical task, and one or more candidate visualizations.
Why it matters here: it makes mappings and ambiguity visible instead of jumping straight from a sentence to chart code.
What it is: a Matplotlib pipeline with separate numeric, text, and rendered-image feedback passes around generated code.
Why it matters here: it supports multimodal feedback while showing why extra agents and calls need an equal-budget causal test.
What it is: a task set, browser executor, and human-calibrated judge for generated interactive dashboards—not an authoring product.
Why it matters here: it evaluates the rendered dashboard and replays the author’s intended interactions, filling a major gap between “it runs” and “it supports the task.”
Terms used later
Research synthesis
This synthesis distinguishes repeated findings from environment-specific choices, direct negative or null evidence from merely unsupported claims, and demonstrated capability from questions the literature still does not answer.
Synthesis
Across the papers, tools, skills, and products, the most consistent pattern is to reduce what the model must improvise, expose consequential choices, and test the artifact at the layer where a failure can occur. The particular representation and interface still depend on the environment.
Expose fields, transforms, encodings, interactions, and edits in an inspectable plan, language, contract, or native semantic model.
A compiler-backed DSL fits stable scientific grammars; direct generation may be proportionate for reversible one-off charts; governed BI can rely on maintained measures.
A formally valid plan can encode the wrong question. In Raiven, the DSL advantage was concentrated in scientific visualization rather than ordinary information graphics.
Which representation earns its cost for each environment, especially as direct model generation improves?
Use computation for values, joins, filters, and runtime claims; evaluate the rendered artifact and, when interactive, its behavior and resulting state.
Static work may stop at final-context render inspection. Interactive work needs action coverage and replay. High-stakes work needs independent acceptance.
A nonblank render or clean execution is weak evidence: 21 of 30 cleanly executed DashArena failures still had semantic defects.
How should benchmark evidence connect to comprehension, retention, calibration, and real decisions?
Visible transformed data, direct controls, history, branching, and reversion help people inspect and correct model work.
Exploration needs continuous steering; editorial explanation needs authorial control over claim and sequence; monitoring needs governed thresholds and response paths.
Synthetic personas are not reader evidence. A model-authored interaction trajectory describes intended use, not observed human behavior.
Do generated visuals help a defined audience understand, remember, or decide better over time?
A separate role is defensible when it has different information, tools, or independent evidence: schema access, execution, visual inspection, or browser replay.
One capable model may be better for simple work; specialized roles may help when failure layers and evidence sources are genuinely distinct.
Repeated critics show diminishing returns. More instruction can reduce execution. Removing nvAgent’s processor slightly helped GPT-4o overall while hurting weaker and multi-table cases.
Equal-budget tests of role decomposition and behavioral with-and-without tests of skill packages remain rare.
Source custody, semantic definitions, permissions, denominators, and data vintage must travel with the artifact.
The grounding source differs: governed semantic models in enterprise BI, explicit source packets in editorial work, and domain types in scientific systems.
Repository popularity, install count, saved API responses without renders, one vision-model score, or a validator that fails open cannot establish quality.
Public product evaluations stratified by semantic-model quality and realistic data conditions are still missing.
Shared timeline · September 2023–August 2026
Model and harness releases expanded what a general system could see and do. Research systems added structured plans, direct editing, compilers, and feedback. Benchmarks added real data, multi-turn refinement, professional domains, deception, chart pairs, multi-chart figures, multilingual reading, document retrieval, browser behavior, and analytical use.
What a general agent can see, execute, and reuse
General models can inspect visual artifacts.
Terminal coding, tools, tracing, and stronger agentic coding enter normal harnesses.
Shell, persistent workspaces, reusable skills, and compaction become platform primitives.
How systems structure authoring and correction
Visible transformed data, direct controls, history, and explicit analytic specifications.
Multimodal feedback, dashboard languages, schema planning, execution, and repair.
Compact dashboard plans with atomic edits; restricted scientific language with deterministic compilation.
What the field can test repeatably
Plot reproduction and database visualization, with execution and visual checks.
1,985 tasks join data, questions, answers, code, and annotated charts; targeted review improves pass rate.
Real data, professional reading, chart pairs, multi-chart and multilingual QA, document retrieval, state, and browser replay.
What the benchmarks actually measure
The same system can pass code checks, misread the finished chart, miss a deceptive axis, or fail after a dashboard control changes state. Read the evidence as cumulative obligations. No captured evaluation spans the whole episode.
Requested code, fields, marks, layout, or specification
Compile, render, load, and callback completion
Values, transformations, bindings, and encodings
Extraction, grounding, questions, and comparison
Deception, defects, and calibrated quality judgment
Control behavior, hidden state, and intended-use replay
Accepted work, comprehension, decisions, and access
Turn an image, source data, database question, or specified view into chart code, a visualization query, or a compiled artifact.
Plot2Code · VisEval · Text2Vis · RealChart2Code · Raiven
Execution and resemblance do not establish that the question, source, semantics, or design is appropriate for a person.
Extract values, locate marks, answer questions, detect deceptive encodings, or predict an expert-defined quality rating.
ChartQAPro · Misviz · VisJudge · FinChart-Bench · Chartography
Chart reading is not chart authoring. A visual critic usually cannot verify raw data, audience fit, interaction, or reader outcome.
Compare chart pairs, localize and reason across multi-panel figures, retrieve charts and text from documents, or work outside English.
ChartDiff · multi-chart PolyChartQA · Chart-MRAG · multilingual POLYCHARTQA
Translated, generated, or carefully curated sources do not represent ordinary work across languages, institutions, devices, or local chart conventions.
Navigate, reconstruct, or generate an interactive dashboard; replay intended use; or observe a creator or reader performing a task.
DashboardQA · Dashboard2Code · DashArena · bounded authoring and reader studies
No evaluation follows one artifact through authoritative data, acceptance, delivery, mobile and assistive use, reader outcome, later correction, and maintenance.
Multi-chart accuracy fell on human-authored questions compared with model-generated questions.
ChartDiff specialists and pipelines scored higher on overlap while general models led on calibrated quality.
Table-based QA resisted misleading charts but sometimes damaged accuracy on non-misleading charts.
A moving model-and-harness baseline
There is no clean visualization-specific curve covering August 2023 through August 2026. Benchmarks, judges, models, prompts, and test-time budgets changed. The literature supports a direction and several measured slices—not a universal annual improvement rate or a defensible straight-line forecast.
How to read the evidence
The best comparable results come from papers that evaluate multiple model generations on the same benchmark. Even those slices are not a pure measure of training progress: provider, model size, vision stack, inference policy, and evaluator can all change together.
The widening task envelope is just as important as the score movement. In 2023, a demanding benchmark asked a model to reproduce one scientific plot. By 2026, DashArena asks a general model to construct a multi-view interactive dashboard and declare a replayable analysis path. Broader capability does not mean dependable behavior.
How to read the paired values. Each row has its own labeled scale. Compare the open earlier point with the filled later point inside that row; horizontal positions are not comparable across different metrics.
An anonymous 2026 preprint re-reported the same Python/Matplotlib subset and normalized the old and new model results over the full test set. Useful trend evidence; not peer-reviewed longitudinal proof.
ACL 2026. The chart-specialized CharTide models also matched or exceeded general frontier models, showing that better baselines can come from domain training as well as scale.
Targeted feedback helped
Three examples left GPT-4o at 26%; retrieval plus examples reached 31%. One structured answer-and-code feedback round reached 42%. Adding visual feedback improved visual subscores but slightly reduced final pass to 41%.
Interpretation: add the missing evidence channel; do not equate another prompt or model call with progress.More instruction sometimes hurt
Detailed conditional instructions generally improved similarity while lowering code pass rates; Gemini Pro fell from 68.2% to 55.3%. Chain-of-thought and Plan-and-Solve showed no clear advantage over the default prompt.
Interpretation: prose scaffolding can collide with the task, budget, or model rather than simply add knowledge.Breadth outran reliability
Current models can generate an interactive dashboard and intended-use trajectory from an open task. The strongest aggregate preference result was competitive with the human baseline, but no model cleared 86% rendering or 74% replay.
Interpretation: the frontier moved from “can it attempt this?” to “where and how does it silently fail?”State is part of correctness
The best configuration scored 79.4 overall and 64.2 on the hardest interaction level across 180 Plotly Dash applications. DOM access raised one model’s successful UI exploration from 20.61% to 64.58%.
Interpretation: a dashboard can respond while hidden state or a transformation is wrong. Fixed 1920×1080 desktop, no animation or popups.Professional reading is a separate test
One hundred practitioner-authored tasks span twelve domains and have three expert verifiers each. More reasoning usually helped, but often elaborated an initial visual misread.
Interpretation: this adversarial slice is not a failure rate for ordinary charts; it shows why basic chart-QA success is not a professional release gate.Preference did not imply accuracy
Eleven of twelve participants preferred the multimodal condition and described a better spatial mental model. The chart-understanding accuracy comparison did not improve.
Interpretation: measure modality, mental model, preference, and comprehension separately.Forecast from the August 2026 evidence cut
A chart capability becomes useful as it moves from grounded intent to inspectable construction, verification, repair, delivery, and reader outcome. A stronger model can move several links. It cannot replace evidence the system never sees.
Question, definitions, source, audience, stakes
Visible transforms, semantic state, alternatives
Source, values, render, interaction, delivery
Fix locally without introducing a regression
Browser, mobile, accessibility, handoff, update
Readers understand, decide, learn, or act better
Why the horizons differ
Static chart generation, dashboard interaction, visual tools, and narrow adapters already have public tests and measurable gaps. Production productivity and reader benefit require field evidence that is mostly absent.
The percentages are dated probabilities that a declared public evidence test will pass—not estimates of how intelligent a future model will be. Confidence is lower where the field has no stable base rate.
At least 70% accepted success on 500+ real-data chart tasks with executable and human-calibrated visual checks.
More than 60% on DashboardQA or a harder successor through executed, replayable interactions.
An independent same-model test adds ten points to detection or repair without lowering total acceptance.
Two environments show 20% less total human time to an accepted, maintainable artifact without quality loss.
Two contexts improve representative-reader comprehension or calibrated trust over human-only professional production.
Three environments clear source, interaction, mobile, accessibility, reader, and update gates without human acceptance.
The evidence ladder
Passing a lower layer is necessary. It is never a proxy for all the layers above it.
Required fields, files, or spec entries exist.
Code runs and a nonblank artifact appears.
Values, joins, filters, and aggregations match the source.
Encodings are coherent and not misleading.
Controls and linked views behave as intended.
The artifact helps address the task.
A defined audience understands, remembers, or decides better.
What changed this month
Its judge sees the task, schema, screenshots, and a browser-replayed interaction trajectory. Adding interaction evidence raised agreement with dashboard-experienced humans by 8.1 percentage points.
No benchmark measures communicative value.
Task-grounded analytical support has a credible measure. Reader comprehension, retention, and decision quality remain open.
Why a clean render is weak evidence
No tested model exceeded 86% render success or 74% trajectory replay success. Among 30 execution-clean failures, 21 still contained semantic defects.
Rounded share of a targeted 100-failure audit. The categories partition the audited failures; they are not prevalence estimates for all generated dashboards.
Technique map
The recurring pattern is a controlled path from ambiguity to evidence. Different environments need different pieces of it.
Constrain
Put fields, transforms, encodings, layout, and interactions between natural language and renderer code.
A/B bounded Raiven · nvAgent · NL2Dashboard · NL4DV-LLM · Flint
Can formalize the wrong question or exclude useful forms.
Externalize
Keep transformed tables, direct encoding controls, branch history, explanations, and atomic modifications in view.
A small studies Data Formulator 2 · DashChat
Learnability and prototype speed are not long-term correctness.
Ground
Bind questions to governed measures, field metadata, permissions, verified queries, sample values, and source vintages.
C/D mechanism Power BI · Tableau · Looker
A semantic layer can be stale, wrong, or silent about missing concepts.
Verify
Compile, recompute, inspect ASTs, test aggregation and encoding invariants, render in a browser, and record runtime evidence.
B/C repeated Raiven · nvAgent · Vizro · DashArena
Check coverage is partial; “no exception” is not semantic truth.
Observe use
Give evaluation the rendered artifact, intended task, interaction sequence, resulting state, and a defined human judgment.
A/B frontier DashArena · Data Formulator · DashChat
Model-authored intent is not actual reader behavior.
Choose the environment first
A compiler can prevent coding failures in a stable scientific grammar; it may be needless overhead for a one-off chart. Compare environments here before interpreting the systems that follow.
Invest in domain DSL, compiler, coordinate and link types, reproducible transforms
Human keeps scientific interpretation and misleading-but-legal review
RaivenInvest in semantic models, verified queries, permissions, source metadata, native editing
Human keeps metric ownership, source validation, and consequential interpretation
Looker · Power BI · TableauInvest in visible transformed data, direct encodings, short NL transforms, branches, reversion
Human keeps question choice, correction, and stopping judgment
Data FormulatorInvest in chart contract, evidence custody, denominators, final-context inspection, accessibility
Human keeps claim, audience, integrity, acceptance, and publication
High-context caseInvest in versioned retrieval, specs, running app, action coverage, console/network receipts
Human keeps acceptance against the task and uncovered interaction risk
Vizro + DashArenaInvest in thin renderer adapter and reversible output when data and intent are simple
Human keeps awareness of what was rendered and what was never validated
Vega skillResearch and implementation landscape
Read each row across: mechanism, strongest evidence, and limit stay aligned. Evidence grades are not product scores: A marks comparative human evidence, B a comparative benchmark, C an inspectable implementation, and D a product or author claim.
Open-source tool + CHI paper
Natural language for transformation; GUI for explicit encodings; visible tables, code, branches, and reversion.
Best signal Eight people reproduced 16 charts and 12 nontrivial transforms.
Supports authoring and verification behavior—not long-term analytical correctness.
Repository ↗Research prototype + preprint
Metadata → RaivenDSL → deterministic compiler for linked 2D, 3D, and tabular views.
Best signal 100% compile and .988 VMPC on 100 fully specified prompts.
Most advantage is in SciVis; the task specifies the target view rather than discovering the question.
Paper ↗Research architecture + preprint
Compact IR separates analysis, content, and layout; atomic edits avoid full-dashboard rewrites.
Best signal Completed all edit tasks across seven modification classes with low output-token ratios.
Ten tables, LLM judge, unmatched model interfaces, and no user study.
Paper ↗Research system + ACL paper
Schema processor, sketch-and-fill VQL composer, and execution-guided validator.
Best signal +7.88 / +9.23 pass-rate points on single- / multi-table VisEval.
The composer drives most of the gain; processor value depends on model and environment.
Paper ↗Research prototype + preprint
Pattern retrieval, a DSL, focused calls, chat plus structured edit bubbles, and visual history.
Best signal 100% executable and 94% spec consistency on 50 prompts; 28-person study.
Mock-data prototype tasks do not establish production analytics quality.
Paper ↗Open-source framework
Coordinator routes to SQL, Vega-Lite, Deck.gl, source, table, and validation agents over serializable pipelines.
Best signal Inspectable implementation, deterministic profiling, and real capability boundaries.
No persuasive comparative efficacy study; one inspected validation path can fail open.
Repository ↗Open-source research toolkit
Summarization, persona-conditioned goals, chart-code generation, model scoring, repair, and recommendation.
Best signal Influential inspectable baseline for a modular prompt pipeline.
The evaluator does not inspect the final rendered image or create regression evidence.
Repository ↗Research method + preprint
Planner and code generator followed by numeric, lexical, and visual feedback agents.
Best signal 65.67 on MatPlotBench versus 61.16 and 48.86 baselines.
No equal-budget baseline; heavy VLM use and reporting inconsistencies obscure the causal mechanism.
Paper ↗Research method + preprint
Model emits an inspectable analytic specification and can preserve multiple interpretations of ambiguous prompts.
Best signal 87.02% across 740 queries versus 64.05% for rule-based NL4DV.
Older-model evidence; valid syntax does not guarantee correct binding.
Paper ↗Benchmark + browser executor + judge
Agent authors a dashboard and interaction trajectory; Playwright replays it; a calibrated judge sees task, schema, states, and execution evidence.
Best signal 234 tasks / 14 clusters; interaction evidence adds 8.1 points of human agreement.
Tableau-seed-biased, partial authored trajectories, and no reader-outcome measure.
Paper ↗Skill package inside an open-source tool
Six staged skills, required specs and tests, AST checks, action enumeration, Playwright, and a test receipt.
Best signal Strongest mechanics of the skill packages inspected.
Seven fixtures and no aggregate held-out or independent human outcome.
Package ↗Agent skill package
Question and takeaway first, explicit chart contract, data sufficiency, delivery routing, and final-context QA.
Best signal Broadest inspected contract and delivery checklist.
No behavioral comparison of an agent with and without the skill.
Skill ↗Agent skills + reference corpus
Strict G2/G6/X6 version constraints plus hybrid retrieval over a large reference corpus.
Best signal Largest included retrieval and code benchmark in the inspected skills.
Saved runs did not include render results; “success” mostly means a response completed.
Package ↗Skill family + paired evaluation
Version-pinned guides for four scientific tool families, with headless execution and render–inspect–adjust loops.
Best signal Quality improved in all ten suite-by-agent comparisons across 108 tasks.
Author-built and author-evaluated, scientific tasks only; one completion measure fell and no independent or reader-outcome test was found.
Study ↗Two instruction-only skill packages
Renderer syntax and examples in Markdown Viewer; long chart-literacy and accessibility prose in claude-skillz.
Best signal Useful surface adapters and a clean prompt-only baseline.
No fixtures, data checks, render loop, or outcome evaluation.
Vega skill ↗Commercial BI feature
Selects tables, fields, measures, and charts from a semantic model; output remains editable in native tools.
Transfer Bind generation to governed measures and retain direct author control.
Current capability documentation, not comparative accuracy or user-outcome evidence.
Documentation ↗Commercial BI feature
Uses connected-source fields, metadata, sample values, and worksheet state; results stay directly editable.
Transfer Keep agent scope close to native authoring state and make direct manipulation the recovery path.
The vendor says to review results and documents material current limitations.
Documentation ↗Commercial BI feature
Grounds requests in LookML, permissions, descriptions, samples, glossaries, and optional verified queries.
Transfer Maintained semantic custody beats a generic analyst persona.
No public evidence here isolates which grounding feature improves decisions; outputs still require validation.
Documentation ↗Skill-package maturity
SciVisAgentSkills reaches paired ablation for specialized scientific work, but not independent reproduction or a human outcome. Vizro reaches furthest on execution evidence; AntV has the largest retrieval/code benchmark; OpenAI has the broadest contract and delivery QA. Those are different strengths—not one winner.
Research gap ledger
Each row states what has actually been demonstrated, what remains missing, and the evidence that would move the field. “Partly answered” means one bounded study exists—not that the result transfers to ordinary production.
Realistic chart and dashboard benchmarks show materially stronger generation alongside render, replay, and semantic failures.
A stratified sample of editorial, operational, scientific, and governed work scored through human acceptance.
Measured, boundedSeveral systems test data binding or calculation in bounded grammars; execution-clean dashboard outputs can still contain semantic defects.
Accuracy against owned measures, ambiguous fields, changing sources, permissions, and unstated local rules.
Measured, boundedMulti-turn research records regressive editing; in one novice study most observed clutter and unusable-chart repairs failed.
Accepted-artifact correction cost, abandonment, reliable stopping, and regression after delivery.
Failure demonstratedA trained 7B critic beats tested general models on one expert-adjudicated quality rubric; chart-specific tools improve numeric QA and grounding. Strong general models lead some newer transfer tests.
End-to-end, equal-budget routing tests over source fidelity, integrity, readability, interaction, mobile states, repair success, and reader outcomes.
Partly answeredControlled novice work, a 13-designer several-day critique study, and a three-person enterprise probe expose different benefits and failure detection.
Representative current-system work followed through publication, organizational review, and later correction.
Partly answeredA randomized 117-person educational study favors proactive scaffolding for post-support comprehension; synthetic personas fail as reader substitutes.
Generated-artifact comprehension, retention, decisions, calibrated trust, accessibility, mobile reading, and harm.
Partly answeredMultilingual chart QA covers ten languages, while a chart-centric judge benchmark spans 25. Both find language-dependent accuracy or bias.
Human-authored local work, cultural chart conventions, code-switching, more low-resource languages, and delivered reader outcomes. Current sets translate English-centric sources.
Partly answeredOne scientific skill family improved quality in all ten paired suite-by-agent comparisons; broader skill benchmarks show conditional gains and regressions.
Independent tests of popular generic, dashboard, accessibility, mobile, and explanatory skills against the current model and normal harness.
Partly answeredTask and environment typologies explain why journalism, BI, exploration, science, operations, and education differ.
Which dimensions actually change the best generator, critic, evidence bundle, or human gate.
OpenBrowser replay and visible interaction evidence improve dashboard evaluation.
Real-user exploration, authenticated apps, permissions, exports, assistive technology, devices, and recovery paths.
Measured, boundedPapers report fragments such as inference budget, iteration count, or study time.
Human work, waiting, verification, failed repair, model cost, deployment, abandonment, and future updates on one ledger.
OpenSome studies release code, tasks, or supplements; others retain executors, judges, model versions, or failure traces.
Independent reruns, cross-renderer tests, stable tasks, and calibration against readers or domain experts.
OpenMethod and custody
The report uses pinned repositories, papers, and first-party product documentation. It reports their evidence without claiming that their experiments were independently reproduced.
Eight open-source repositories and eight core system papers in the initial review; additional generation, professional-reading, integrity, multi-chart, multilingual, document-retrieval, interactive-dashboard, and human-outcome studies; three product surfaces, seven model-or-harness milestones, and three established visualization frameworks. Companion deep dives add a task-and-grader benchmark crosswalk, 18 skill files or families, broader skills benchmarks, and the paired SciVisAgentSkills study.
No external repository, package, installer, skill, model gateway, or untrusted script was run. Included tests and results are observations from the sources, not independent reproductions.
Mechanism, evidence layer, environment fit, and failure boundary are valid comparisons. Cross-benchmark score ranking and popularity are not.
Recheck by 14 Nov 2026—or earlier after a material model, harness, benchmark, registry, or analytics-assistant release.
Publication history
Initial public edition integrating the research synthesis, shared capability timeline, benchmark evidence, technique comparisons, demonstrated negatives, and research gaps.