Self-service data analytics in Slack: how Anthropic deploys Claude Tag for ad-hoc questions
02:00 · August 13, 2026 · Claude Blog

Summary
Anthropic has extended its earlier work on achieving roughly 95 percent accuracy for data queries by deploying Claude Tag, the public-beta Slack agent, as a shared interface to governed warehouse data. Rather than shipping static instructions, the team mounts skill files directly from a data repository so that every conversation reloads the latest metric definitions, table mappings, and runbook conventions. This continuous refresh prevents the agent from confidently citing stale column names or deprecated models that change several times a day.
Beyond basic table knowledge, additional analytics and runbook skills encode how analysts themselves interpret ambiguous questions such as trend drivers or month-end forecasts. When the required context lies outside the warehouse, Claude Tag queries an internal knowledge index that surfaces contemporaneous Slack threads, incident reports, and release notes, allowing answers to combine warehouse numbers with operational events.
Access is mediated through a deliberately scoped service account that can read only curated marts and semantic-layer outputs. Column-level PII classification, propagated through lineage metadata, renders sensitive fields invisible to the agent. Channel membership itself functions as an access grant, and every query carries labels that record the surface, conversation, and requester for later audit and cost attribution.
Observability is achieved by logging structured events for every interaction; adoption metrics reveal when skill files have drifted or when new question classes fall outside the governed layer. In practice the agent now answers the majority of routine questions in shared channels, participates in collaborative threads that serve as living documentation, and can be configured to monitor recurring tasks or intervene proactively when metric anomalies appear.
Why it matters
Provides actionable implementation details on Claude agent deployment, data governance, and observability directly applicable to Product Teams and Builders. Addresses EU-relevant concerns like column-level PII classification and governed data access.







