August 2026 Summaries
7 posts from Hex
Filter
Month:
Year:
Post Summaries
Back to Blog
Model Context Protocol (MCP) and command-line interfaces (CLIs) offer different ways for AI agents to access tools and data: CLIs rely on an agent’s familiarity with terminal commands and support fast, composable local workflows, while MCP provides a standardized, self-describing interface with structured authentication and permissions for shared systems. The post argues that CLIs are generally better suited to engineers and analysts working in terminals, development environments, and CI pipelines, whereas MCP is more appropriate for business users and cross-functional teams accessing governed data through assistants in Slack, browsers, or internal applications. MCP can consume substantial context-window capacity by loading tool schemas upfront, while CLIs can retrieve help and information as needed, but governance and access-control requirements may favor MCP despite this overhead. More importantly, the post maintains that neither transport alone ensures accurate analytics, because agents also need trusted metric definitions, endorsed data sources, metadata, and business rules to avoid producing plausible but incorrect results. It presents Hex as a platform that supports both paths through a CLI for local analytics-project work and an MCP server for authenticated workspace access, while providing a shared governance and semantic context layer intended to make data answers more consistent and trustworthy.
Aug 28, 2026
2,020 words in the original blog post.
AI is making business analytics more accessible by enabling users to ask natural-language questions, use coding agents for complex analysis, and create dashboards or data apps from descriptions, but widespread adoption has not yet translated into scaled business impact for many organizations. The central challenge is trust: AI-generated answers must rely on governed metric definitions, endorsed data sources, transparent SQL or code, and observability that reveals where context or accuracy needs improvement. The article argues that teams need not build a complete semantic layer before starting; instead, they can begin with well-described schemas, key tables, and business rules, then strengthen governance incrementally based on real usage. It recommends evaluating platforms by their support for iterative analysis, answer transparency, and consistent integration across tools such as Slack, coding environments, and internal applications. Common failures include inconsistent metrics, ungoverned “shadow AI,” analyses trapped in local environments, and policies that are not embedded in workflows. A 90-day implementation approach focuses on selecting a bounded, valuable use case, building and validating a minimum viable solution, and embedding it into daily decision-making while monitoring outcomes. Case studies from EliseAI, LangChain, and Neo Financial illustrate how governed AI analytics can automate recurring work, modernize BI access, and deliver trusted insights in existing work environments.
Aug 28, 2026
3,589 words in the original blog post.
Hex has introduced Generative Chart Controls for its GenApps platform, adding point-and-click styling options to code-generated data visualizations. Users can now adjust chart titles, styles, heights, series modes and colors, axis labels, and legend placement through a Style panel without needing to prompt an AI agent, while Hex keeps the underlying application code synchronized. The feature is intended to combine the flexibility of custom, code-based charts with the speed and precision of conventional visualization tools, supported by a library of custom D3 components designed to improve default chart quality. Hex plans to expand these controls with text editing, layout adjustments, and other app-polishing capabilities as part of its broader interactive data-product platform.
Aug 27, 2026
499 words in the original blog post.
Business intelligence has evolved from printed reports to dashboards, cloud platforms, embedded analytics, and automated insight delivery, yet its central purpose remains providing accessible, reliable answers from organizational data. The author argues that traditional BI tools address three core needs: business users’ self-service access to information, data teams’ need for governance and accuracy controls, and organizations’ need to validate and share insights through reports, dashboards, and applications. Although Hex initially resisted the BI label because of its association with rigid dashboard-building tools, customer feedback led the company to embrace the designation while arguing that modern data practices extend beyond conventional BI. Examples from Chime, LangChain, and EliseAI illustrate how trusted data foundations, shared organizational context, AI-enabled workflows, and automated business processes combine self-service, governance, and reporting in ways that traditional dashboard tools alone do not address. The post presents this broader approach as an opportunity to shift data work from a perceived operational cost toward a source of organizational value.
Aug 20, 2026
1,251 words in the original blog post.
Contextual analytics aims to make metrics trustworthy by attaching business definitions, data lineage, quality indicators, and governance rules to data across storage, transformation, visualization, and AI tools. The article argues that fragmented technology stacks cause metric definitions and assumptions to drift between teams, while AI heightens the problem because language models can generate plausible but incorrect analyses when they lack explicit semantic and business context. A centralized, governed context layer can provide consistent definitions for metrics such as churn or customer lifetime value across dashboards, notebooks, and conversational interfaces, enabling more reliable self-service analytics and AI-driven insights. Examples including Calendly’s standardized metric library illustrate how shared context can resolve conflicting reports and speed analyst onboarding, while Hex presents its platform as a unified workspace for building semantic models, documenting rules, and improving context through ongoing use. Organizations can begin incrementally by endorsing trusted tables, adding descriptions and workspace rules, then expanding into formal semantic models, lineage tracking, and observability where gaps create the greatest impact.
Aug 13, 2026
1,656 words in the original blog post.
Hex introduces DataBench, a 100-task benchmark designed to evaluate AI agents on realistic analytics work rather than narrowly specified SQL questions, using a synthetic but intentionally messy $129 million business environment called Shorelane Commerce. The benchmark includes direct Q&A, open-ended recommendation tasks, and “trap” cases where plausible evidence supports an incorrect conclusion, with evaluations judged against detailed rubrics and ground-truth data where applicable. Results suggest that frontier models are often capable of navigating complicated warehouses, reconciling definitions, and conducting detailed forensic analysis when user intent is clear, while GPT-5.6 Luna showed strong cost-performance efficiency and Claude Fable 5 was the only tested model whose higher effort levels consistently improved outcomes. However, models performed less reliably when tasks required judgment, causal reasoning, uncertainty acknowledgement, or detection of incomplete data, and some models became less accurate at high effort by overcomplicating otherwise correct answers. The authors argue that human oversight, careful prompting, and follow-up remain important for consequential analytical decisions, and plan to expand DataBench while eventually open-sourcing the Shorelane environment.
Aug 13, 2026
3,852 words in the original blog post.
Evals is a new tool introduced by Hex to enhance the performance and reliability of analytics agents by allowing data teams to test context changes safely before deployment. The tool uses a large language model (LLM) as a judge to evaluate the entire conversation and the tools used by agents, thereby assessing not only the correctness of answers but also the reasoning and behavior behind them. Evals are integrated into the existing workflow using the Hex CLI, enabling version control and side-by-side comparisons of different context versions. This feature is particularly beneficial for companies like Chime, which adopted Evals to streamline their agent evaluation process across multiple data domains. By allowing for configuration sweeps and scheduled evaluations, Evals helps teams ensure their analytics agents remain accurate and adaptive, even as data and contexts evolve over time. The platform supports a continuous improvement cycle, with a focus on maintaining and enhancing the context that agents rely on, thus fostering confidence in their analytical capabilities.
Aug 04, 2026
1,254 words in the original blog post.