The future of development is full-stack

Summary of The future of development is full-stack

by The Stack Overflow Podcast

25mJuly 21, 2026

Overview of The Stack Overflow Podcast: The future of development is full-stack

In this live Snowflake Summit conversation, host Ryan Donovan talks with Umesh Unekhresham, Head of Developer Experiences at Snowflake, about how AI is changing software development—from playful “vibe coding” to more disciplined “agentic engineering.” The discussion centers on why the future of building software will require strong governance, security, auditability, and context management, especially as more teams use AI agents to build and deploy real production systems.

Key Topics Discussed

Umesh’s background and perspective

  • Began coding at age 8 or 9 on an Atari 6502.
  • Built a career across Microsoft, Google, Pinterest, and startups before joining Snowflake.
  • His experience spans engineering, product, ad tech, consumer software, and AI-driven product strategy.
  • He sees AI as a major inflection point in software development, comparable to shifts like desktop-to-web, desktop-to-mobile, or on-prem to cloud.

Vibe coding vs. agentic engineering

  • Vibe coding is described as fast, fun, and accessible:
    • Great for weekend projects, prototypes, and personal tools.
    • Helps people who don’t want to keep up with every framework or tool.
  • Agentic engineering is what happens when software needs to be production-ready:
    • Must be governed, secure, auditable, and scalable.
    • Requires CI/CD, regression testing, design reviews, and security checks.
    • Can still use AI agents for reviews and testing, but in a controlled way.
  • The shift is from “YOLO mode” experimentation to systems that businesses can rely on.

Governance and guardrails

  • Snowflake’s approach emphasizes that AI systems need built-in controls, not just model-level safety.
  • Guardrails can take several forms:
    • Simple policy files or embedded rules.
    • Security gateways for prompt injection and data exfiltration risks.
    • Real-time AI checks for PII, masking, and policy enforcement.
    • Pipelines and LLM-based judgment calls for nuanced cases.
  • Important principle: human-in-the-loop approval should remain for destructive actions like creating or dropping tables.
  • Enterprises need customizable rules because regulated industries have different requirements.

Data governance and AI governance

  • Governance applies at multiple layers:
    1. Data access and visibility — who can see or modify what.
    2. Auditability and lineage — tracking who changed what and when.
    3. AI governance — controlling what users ask agents and what information agents can reveal.
  • This is especially important for financial services, healthcare, and regions with strict privacy regulations.
  • The goal is to prevent leakage of sensitive data such as financials, HR records, or PII.

Context management and control planes

  • Snowflake positions itself as part of the AI control plane:
    • Connecting agents to enterprise data and tools in a governed way.
    • Supporting MCP connectors and governed access to systems like Slack, Confluence, Jira, GitHub, and Google Drive.
  • Context management is a major challenge:
    • LLMs now support very large context windows, but accuracy still degrades as context grows.
    • The solution is to bring in only the most relevant context for a given task.
  • Snowflake’s context systems aim to:
    • Aggregate context from multiple systems.
    • Persist memory and state across interactions.
    • Dynamically select what context to include in each LLM call.

Security and model evolution

  • Prompt injection and similar attacks are not fully “solved”; they remain part of an ongoing cat-and-mouse game.
  • While newer models handle many known attack patterns better, organizations still need their own governance layer.
  • Snowflake works closely with model providers like Anthropic and OpenAI to adapt quickly to new capabilities and vulnerabilities.
  • The provider’s role is increasingly about what sits around the model—policy, controls, access, and workflow—not just the model itself.

What the Future of Development Looks Like

Everyone becomes a full-stack builder

  • Umesh argues that “full stack” now means much more than frontend + backend:
    • Engineers can build front end, middle tier, database logic, documentation, and even product/design pieces.
  • AI expands what an individual developer can own:
    • A single person can now build what used to require a much larger team.
    • Teams can ship multiple products in the time it once took to ship one.

Developers also become managers of agents

  • AI changes the developer role from “writing everything manually” to “directing and reviewing agent output.”
  • Every engineer becomes, in effect, a manager of a small team of agents.
  • This shifts human effort toward:
    • Decision-making
    • Taste and judgment
    • Communication and coordination
    • Reviewing outputs rather than producing every line by hand

New risks: duplication and decision fatigue

  • When building becomes cheap, organizations may create too many overlapping tools and workflows.
  • Snowflake saw this internally:
    • Around 9,000 employees created roughly 14,000 skills, many of them duplicates or near-duplicates.
  • This led to the need for a skill catalog to manage sprawl and governance.
  • As coding gets easier, the harder problems become:
    • What to build
    • Whether it’s worth building
    • How to coordinate across many builders and agents

Main Takeaways

  • Vibe coding is great for exploration; agentic engineering is required for production.
  • Governance must be built into AI systems from the start, especially for enterprise use.
  • The control plane matters: access, context, security, auditability, and policy enforcement are becoming core platform capabilities.
  • AI makes developers broader in scope—more full-stack, more autonomous, and more responsible for the entire product lifecycle.
  • Taste, communication, and judgment become more important as the cost of building software drops.

Notable Insight

“Everyone is now a full-stack builder.”

That idea captures the episode’s central thesis: AI is not just speeding up coding—it is fundamentally expanding what a single developer can do, while also increasing the need for strong governance and human judgment.

Resources Mentioned

  • Snowflake’s Coco and Co-Work products
  • MCP connectors and Snowflake’s governed AI integration approach
  • Snowflake’s AI security and governance tooling
  • Snowflake Summit live recording context