PerspectivesAgentic Analytics in 2026: Hype, Reality, and the Missing Foundation
Agentic analytics promises AI that watches your data and investigates on its own. Here is what is real, what is not, and the governed foundation it all depends on.
Our vision for the future of analytics, thoughts on the current state of data.
PerspectivesAgentic analytics promises AI that watches your data and investigates on its own. Here is what is real, what is not, and the governed foundation it all depends on.
PerspectivesDevelop locally for speed and privacy, deploy to the cloud for sharing and scale. The winning pattern in 2026 is parity between the two, not a choice between them.
Release Recapv2.0.3 makes the CLI API consistent with Visivo Cloud, cleans up deploy authorization, and hardens the release build so local and hosted workflows behave the same.
Release RecapThe first 2.0 patches: nested dashboard layouts, a new visivo init that opens a browser onboarding wizard, in-card scrolling for wide tables, plus Snowflake env-var config and quoted-identifier fixes.
PerspectivesCopy-pasting SUM(revenue) into every dashboard is how metrics drift. A semantic layer makes a metric a single, testable definition the whole org shares.
Release RecapVisivo 2.0 makes Insights and the semantic layer the single way to build charts. We removed legacy config and Jinja preprocessing, and this post covers what changed and why.
Release Recapv1.0.82 completes metric and dimension publishing end-to-end, hardens Parquet writes for null and decimal columns, makes tables fill and scroll their slots, and captures dashboard thumbnails on view.
Release Recapv1.0.81 ships the redesigned Explorer (the gamma design) and removes the legacy frontend routes, a cleaner, faster home for analysis.
PerspectivesThe stack has unbundled into storage, transformation, a semantic layer, and presentation. Here is how to assemble it without rebuilding everything yourself.
Release Recapv1.0.80 adds a SQL editor to the new Explorer, drag-and-drop pivotable tables, a store-backed project view, and lets Insights drive tables directly.
PerspectivesMost BI UX optimizes for the dashboard viewer, not the person who builds it. Designing for the builder changes what a good BI tool looks like.
PerspectivesDashboards, operational tools, Slack, and AI agents all need the same metric. A shared metrics layer is what stops each from computing it differently.
PerspectivesNo semantic layer covers every question. A first-class SQL editor is the escape hatch that keeps power users from leaving your BI tool entirely.
PerspectivesPivot tables never died, they moved. Here is why drag-and-drop summarization on governed metrics is having a quiet renaissance in the modern data stack.
PerspectivesFast feedback loops, real version control, and local previews are why developers reach for code-first BI. DX, not feature checklists, is winning in 2026.
PerspectivesColumnar, compressed, and ubiquitous: a plain-English look at why Apache Parquet is the storage format under nearly every modern analytics tool.
Release Recapv1.0.79 puts Parquet behind data tables for speed, adds an Explorer query-profile panel and background schema jobs, parses Snowflake schemas in Explorer, and makes every object type editable.
PerspectivesManually transcribing tables and columns into BI config is tedious and error-prone. Automatic schema introspection reads the database so you do not have to.
PerspectivesRe-writing the same join in every query is how grain bugs and double-counted revenue happen. Declaring relations once in the model fixes it.
Release RecapThe biggest release in Visivo's history: metrics, dimensions, and relations arrive as a real semantic layer, the Insights foundation and notebook Explorer land, plus a ClickHouse source and automatic schema introspection.
PerspectivesSelf-serve analytics scales a data team only if guardrails come with it. Here is how code-defined definitions let business users explore without breaking trust.
PerspectivesA concrete walkthrough of the BI-as-code loop: define a model and metric in YAML, preview locally, open a PR, and ship a reviewed dashboard.
PerspectivesMost teams want AI to answer data questions. The blocker is rarely the model; it is the absence of governed definitions the AI can rely on.
PerspectivesDuckDB for local, ClickHouse for real-time OLAP, warehouses for scale. A practical decision guide for picking the right analytics engine for the job.
PerspectivesAI answer engines now send real traffic, and they cite structured, authoritative content. Here is how technical teams make their docs and content quotable.
PerspectivesA SaaS product without analytics now looks unfinished. Here are the six forces reshaping embedded analytics in 2026 and what they mean for code-first teams.
PerspectivesNotebook-style exploration is becoming the default first step before a dashboard exists. Here is why, and how to keep that exploration reproducible.
PerspectivesThe modern data stack has consolidated around the warehouse, dbt™, and a semantic layer. Here is what changed in 2026 and where the BI layer is heading.
PerspectivesText-to-SQL hits 80% on benchmarks and falls apart on real business logic. The 2026 data is clear: a semantic layer is what gets AI answers to near-100% accuracy.
PerspectivesGenBI lets people ask questions in plain language and get real charts back. It only works when a governed semantic layer keeps the AI from guessing.
PerspectivesPoor data quality is still the number-one pain for data teams. Treating dashboards as testable artifacts catches broken numbers before stakeholders do.
PerspectivesHeadless BI puts governed metrics behind an API so dashboards, embedded apps, AI agents, and Slack all read the same numbers. Here is the pattern and when to use it.
PerspectivesSoftware teams settled the version-control debate years ago. Here is a concrete branch-and-PR workflow for analysts who want the same safety net for dashboards.
PerspectivesWhen every team defines revenue differently, trust erodes. Here is how a code-defined metrics layer creates one definition that every dashboard and tool inherits.
PerspectivesIn-process analytics engines like DuckDB are replacing heavyweight clusters for the workloads most teams actually have. Here is why, and what it means for local dashboards.
PerspectivesA clear-eyed look at when code-first BI beats drag-and-drop tools in 2026: governance, testing, reproducibility, and review, and where GUIs still make sense.
Release RecapVisivo v1.0.75 bundles the viewer straight into the pip package, so pip install visivo now gives you the complete local app, plus a new --verbose flag for visivo run.
DevelopmentTransform your analytics workflows by treating visualizations as code—enabling version control, reusability, and automation with Visivo's YAML-based approach.
Best PracticesEnsure stakeholder trust in BI insights through robust data validation, consistent metrics, and comprehensive quality checks.
AILeveraging AI to build a DLT extract and load of coldplay data from spotify and visualize it in Visivo.
Best PracticesLearn how version history in analytics dashboards improves accuracy, enables rollbacks, and builds trust through auditable change tracking.
TestingLearn comprehensive testing strategies to validate dashboards before deployment, ensuring accurate and trusted analytics for users.
TutorialLearn how to leverage DuckDB's in-process analytics engine with Visivo for blazing-fast dashboard performance without complex infrastructure.
TutorialCompare Power BI's GUI-based deployment limitations with Visivo's code-first approach that enables true CI/CD, version control, and developer workflows for analytics.
DevelopmentSet up local dbt development to accelerate analytics workflows with instant feedback and isolated testing.
ConceptsDiscover how BI-as-Code transforms business intelligence through version control, automation, and collaboration for modern data teams.
CollaborationImplement version control for dashboards to enable seamless team collaboration, change tracking, and rollback capabilities.
GovernanceMaster dashboard lineage tracking to understand data flows, identify issues quickly, and maintain trust in analytics.
AnalyticsLearn how Visivo's BI-as-code philosophy enables teams to build highly customizable analytics dashboards that adapt to any use case through YAML configuration.
PerformanceLearn how to optimize Visivo dashboards for maximum performance using efficient data models, smart visualization choices, and proven configuration patterns.
DevOpsLearn how to create reproducible BI environments that ensure consistent analytics across development, staging, and production.
CollaborationApply pull request workflows to analytics for better quality control, collaboration, and change tracking using Visivo's YAML-based configurations.
CommunityWhy spreadsheets remain so popular, the hidden costs of constantly importing CSVs, and how we can make dashboards “first-class citizens” through BI-as-code
PartnershipRWX enables parallelized CI/CD with caching and remote debugging, delivering 10x faster test-before-deploy workflows for reliable Visivo dashboards.
TutorialLearn how to enhance your data visualizations with annotations and shapes using Visivo's powerful configuration options.
IntegrationLearn how to integrate dbt with BI-as-Code for a scalable, maintainable analytics stack that grows with your organization.
DevOpsLearn how treating analytics infrastructure as code enables automation, reduces errors, and ensures consistent deployments across environments.
ArchitectureBuild developer-centric BI dashboards using Visivo's code-first approach, version control, and CI/CD pipelines for scalable analytics.
DevelopmentAccelerate BI development with Visivo's instant feedback loops using `visivo serve`, hot-reload, and testing framework for rapid dashboard iteration.
ArchitectureExplore how BI-as-Code transforms analytics into scalable, automated systems that grow with your organization.
DevOpsMaster CI/CD implementation for analytics projects to achieve reliable data pipelines, faster releases, and immediate error detection.
Best PracticesLearn how aligning your BI tools with the modern data stack creates reliable, unified data systems and trustworthy analytics.
ComparisonCompare YAML vs GUI BI configuration. Learn when code-based YAML excels over drag-and-drop for version control, automation, and scalability.
Data EngineeringLearn how to build robust Python data pipelines that seamlessly integrate with Visivo's BI-as-code approach for powerful, automated analytics workflows.
DevOpsLearn best practices for managing separate staging and production BI environments to ensure quality and prevent disruptions.
DevOpsExplore how developer-first BI workflows bring automation, control, and predictability to analytics through code-driven practices.
Best PracticesMaster version control best practices for BI to ensure reliable dashboards through proper Git workflows, code reviews, and change tracking.
IntegrationDiscover how integrating BI tools with dbt workflows creates seamless analytics pipelines with consistent metrics and automated updates.
Case StudyVisivo is the most dev friendly and secure analytics
DashboardQuickly gain insights into your Github Repositories with Visivo
DashboardStep by step guide for leveraging Pytest, Fivetran & Visivo to quickly create monitoring for your CI/CD.