AIToday
Snowflake AI BlogPublished: Aug 12, 2026, 01:01 JST8 min read

Snowflake Hosts CTO Summit on Building AI-Native Engineering Teams

Snowflake Hosts CTO Summit on Building AI-Native Engineering Teams

Key takeaway

  • Snowflake convened more than 350 CTOs at its 2026 Summit in San Francisco to discuss how to build AI-native engineering organizations, moving beyond simple coding assistants to fundamental changes in how teams are structured and how development workflows operate.

  • Snowflake's own experience shows that treating developer productivity as a product problem—interviewing engineers, mapping friction points, running experiments—delivered measurable results: a 30-point increase in internal developer Net Promoter Score and a 4:1 ratio of satisfied to dissatisfied developers within 18 months.

  • The key insight across the discussions was that competitive advantage comes not from deploying more AI tools, but from institutionalizing proven workflows, creating rich operational context for AI agents to access, and committing fully to AI as foundational to business operations rather than isolating it in dedicated teams.

3 Key Points

  1. What happened

    Snowflake held the inaugural CTO Circle event during Snowflake Summit 2026 in San Francisco, bringing together more than 350 CTOs to discuss how to build AI-native engineering organizations. Leaders from financial services, telecommunications, retail, and technology shared insights on three core themes: using AI in production, balancing velocity and risk, and designing engineering teams for AI.

  2. Why it matters

    Most organizations start with coding assistants, which improve productivity marginally but leave underlying systems unchanged. The discussion revealed that real competitive advantage comes from treating developer productivity as a product problem, documenting proven AI workflows across teams, and embedding AI into core business operations—not isolating it in dedicated teams. Snowflake's own approach increased its internal developer Net Promoter Score by more than 30 points in 18 months, reaching a 4:1 ratio of satisfied to dissatisfied developers.

  3. What to watch

    Leaders emphasized that moving fast requires both strong governance and reliable infrastructure. Netflix's success with automated root cause analysis depended on years of data architecture work before AI agents were introduced. Hex's shift from a centralized AI team to distributed ownership across product teams illustrates the "burning the boats" commitment required—AI must become foundational to how the entire business operates, not a separate function.

In Depth

Read the full story

Snowflake held the inaugural CTO Circle during its 2026 Summit in San Francisco, bringing together more than 350 CTOs from financial services, telecommunications, retail, and technology. The event was designed to give engineering leaders a trusted forum to learn from peers navigating the transformation to AI-native organizations and to challenge assumptions—a conversation rarely shared openly because it remains shaped by competitive pressures and rapidly evolving technology.

Vivek Raghunathan, SVP of Engineering at Snowflake, framed the transformation as a management philosophy shift. Most organizations begin by introducing coding assistants, which deliver meaningful but incremental improvements. Snowflake instead treated developer productivity as a product problem. "What if you treated your developers like customers?" became the foundation for its engineering transformation. The team interviewed developers to understand where work slowed down, mapped friction points across the software development lifecycle, established baseline metrics, and ran experiments to gauge the impact of every change. This bottom-up approach, combined with clear executive sponsorship, ensured that improvements reflected how engineers actually worked rather than how leaders expected them to work. The results were measurable: in 18 months, Snowflake increased its internal developer Net Promoter Score by more than 30 points, achieving a 4:1 ratio of satisfied to dissatisfied developers. More importantly, that improvement translated into an engineering organization capable of delivering software more efficiently and adapting more quickly as AI capabilities evolved.

Raghunathan explained that adoption of AI tools alone is not enough; the real leverage comes from depth of usage and true mastery at scale. This journey evolves through three stages: adoption (when developers learn to use AI tools daily), mastery (when engineers discover repeatable workflows that consistently produce better outcomes), and optimization (when those workflows become organizational knowledge available to every engineer). At Snowflake, early AI adopters experimented with prompting techniques, planning methods, and debugging approaches; over time, the organization documented patterns that delivered better results and made them available across engineering. Every developer had access to the same tools, but engineers using proven workflows consistently outperformed those stuck at early adoption levels. This emphasis on workflows also changes how organizations think about software development itself. As AI reduces the effort to transform ideas into working software, everyone becomes a builder—product managers can prototype experiences, designers can validate concepts directly in code, and domain experts can add guardrails. Code increasingly becomes the fastest way to test assumptions.

Jon McNeill, author of The Algorithm, expanded on this by encouraging leaders to reconsider decades-old assumptions. Too often, companies begin with technology and search for places to apply it; successful organizations reverse that equation by identifying the few business constraints that matter most and redesigning engineering systems around solving those problems. As organizations move AI into production, success will be measured not by who generates the most code or consumes the most tokens, but by who builds the simplest, fastest, and most effective engineering system.

Jeremy Burton, General Manager of the Observability Business Unit at Snowflake, addressed the second major theme: balancing velocity with risk. Early experimentation is giving way to production deployment, and organizations are increasingly expected to demonstrate measurable business value rather than isolated technical successes. AI introduces entirely new operational challenges—AI agents generate more telemetry, interact with more systems, and make decisions using information distributed across increasingly complex environments. Burton challenged a common assumption that better models simply need better data; in reality, AI is only as effective as the context it can access. That context extends far beyond raw telemetry to include semantics describing what data means, relationships captured through ontologies and knowledge graphs, and business context connecting systems. AI agents need standardized interfaces—APIs, CLIs, and Model Context Protocol (MCP)—to reliably retrieve and act on information, while engineers need intuitive ways to drill into data and validate AI-generated insights.

Aditya Gaur, Engineering Manager at Netflix, demonstrated this in practice through automated root cause analysis. Although often described as an AI initiative, its success depended far more on data architecture. Years before introducing AI agents, Netflix invested in connecting fragmented telemetry across systems, modeling operational relationships through an ontology and knowledge graph, and creating a shared context layer. By the time AI entered the picture, the foundation already existed; AI agents could reason over structured operational knowledge and generate far more meaningful hypotheses during incident investigations rather than searching across disconnected logs and dashboards.

Caitlin Colgrove, CTO at Hex, approached velocity from an organizational perspective. She urged leaders to rethink what it means to move fast in the AI era—organizations cannot afford to be partially AI native and eventually reach a point where they must commit fully by restructuring how teams build products, make decisions, and incorporate AI into everyday work. Hex initially created a dedicated AI product team, which delivered useful features but created an organizational bottleneck. The company ultimately disbanded the centralized AI organization and distributed responsibility across every product team. Today, Hex delivers product rapidly and embeds AI capabilities throughout the product because ownership lives with engineers closest to the customer problem.

Chris Kozlowski, Managing Director at Barclays, brought an enterprise perspective, highlighting that speed only creates value when matched with governance and trust. In highly regulated environments, engineering teams cannot afford to choose between innovation and control. Corey Burke, SVP Engineering at Dialpad, and Arun Rajamanickam, VP of Engineering at project44, described how AI is changing the pace of software development—as AI agents become capable of implementing significant portions of a feature independently, engineers spend less time writing code and more time defining intent, orchestrating multiple agents, and validating outcomes. Maximizing velocity requires building engineering platforms that allow teams to experiment quickly without compromising reliability.

The discussion also touched on how AI inevitably changes engineering organization design. Qi Jin, EVP at Cerebras Systems, suggested that organizations optimized for previous generations of software development often become the biggest barrier to AI adoption, as established processes and boundaries were designed to scale proven ways of working, not to continuously adapt.

Context & Analysis

The CTO Circle conversation reveals a fundamental shift in how engineering leaders think about AI adoption. Early AI initiatives often treated AI as an add-on—deploying a coding assistant and expecting productivity gains. But the speakers at the Summit made clear that this approach leaves organizations largely unchanged. Instead, the most successful companies are redesigning their entire engineering systems around AI as a foundational capability.

Snowflake's experience illustrates this shift concretely. Rather than assuming leadership knew what engineers needed, the company applied product management discipline to the problem: interview users (developers), identify friction, measure outcomes, and iterate. The result was not just faster coding but a transformation in how teams validate ideas—because AI reduces the effort to turn ideas into working software, teams can now prototype, test, and learn by building rather than debating through presentations. This changes the nature of software development itself.

The tension between velocity and reliability also shaped the discussion. As Jeremy Burton noted, AI introduces new operational challenges: agents generate more telemetry, interact with more systems, and make decisions using distributed information. The solution is not to slow down but to invest in architectures that make both speed and reliability possible. Netflix's years of data foundation work before deploying AI agents exemplifies this: rich, accessible context—semantics, ontologies, business rules, standardized APIs—is what allows AI to reason effectively about production environments. Without it, organizations remain stuck with disconnected systems that even AI cannot reason about clearly.

Finally, the discussion highlighted an organizational imperative: companies that compartmentalize AI in dedicated teams create bottlenecks; those that distribute AI ownership across product teams and require full commitment move faster. Hex's pivot from a centralized AI organization to distributed responsibility across every product team captures this shift. The implication is stark—partial AI adoption eventually becomes untenable; organizations must "burn the boats" and restructure how they work.

FAQ

What are the three main themes that define AI-native engineering organizations?
Using AI in production, balancing velocity and risk, and designing engineering teams for AI. These themes emerged from the discussions at the CTO Circle event and reflect how engineering organizations need to evolve as AI capabilities become embedded throughout the software development lifecycle.
How did Snowflake improve developer satisfaction and productivity?
Snowflake treated developer productivity as a product problem rather than an engineering or culture problem. The team interviewed developers to understand friction points, mapped those points across the software development lifecycle, established baseline metrics, and ran experiments to measure the impact of changes. In 18 months, this approach increased the internal developer Net Promoter Score by more than 30 points, resulting in a 4:1 ratio of satisfied to dissatisfied developers.
What did Netflix's automated root cause analysis project reveal about building AI systems for production?
Success depended far more on data architecture than on AI itself. Netflix spent years connecting fragmented telemetry across systems, modeling operational relationships through an ontology and knowledge graph, and creating a shared context layer before introducing AI agents. By the time AI entered the picture, the foundation already existed, allowing agents to reason over structured operational knowledge and generate more meaningful hypotheses during incident investigations.
Snowflake AI BlogRead Original Article

Get AI news like this every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Next articleOpenAI rolls out GPT-5.6 models, Meta open-sources Muse Glimmer

The AI news that matters, in one minute each morning.

Sign up free