AI & MACHINE LEARNING ENTERPRISE IT

AWS, Snowflake & Deloitte on Deep Learning in Corporate Tech

TM
Techmediaglobal
| 6 min read
1950s
NEURAL NETS ORIGINATE
2022
CHATGPT INFLECTION POINT
2.6B
PARAM MODELS BEAT GPT-4
3
FORCES DRIVING THE BOOM

From mid-century mathematical theory to the engine behind today's autonomous agent networks, deep learning has reshaped what's technically possible inside the enterprise. Experts from MIT, AWS, Snowflake and Deloitte break down how neural networks evolved from academic curiosity into the force rebuilding corporate tech stacks — and what it takes to run deep learning in production at scale.

Deep Learning Demystified

AI, machine learning and deep learning are often used interchangeably, but they describe a hierarchy. AI is any technique that lets computers mimic human behaviour; machine learning is the capacity for systems to learn from data without explicit programming; and deep learning is the specialised branch that extracts complex patterns from vast datasets using multi-layered neural networks.

Though neural networks have existed conceptually since the 1950s, MIT attributes the current resurgence to three converging forces: massive growth in available data, hardware acceleration from GPU makers like NVIDIA and AMD, and continued software innovation in training techniques and model architectures.

Randall Hunt, former Senior Technical Evangelist at AWS and now CTO at Caylent, visualises it as a spectrum of data versus compute — pushing more data through a model to train its weights and biases, while adding more layers to do more with the network.

"Deep learning is so exciting because it enables us to learn those rules that are traditionally driven by human engineering — now by computers and data."

— Alexander Amini, Research Affiliate, MIT

From Vision Systems to Small Language Models

Real-world deep learning applications already power tools that locate missing children in busy transit hubs and vision systems that steer autonomous vehicles — all trained on thousands of hours of human-annotated data, from labelled stop signs to pedestrians and vehicles.

Progress has accelerated even faster in language and generative models. Alexander Amini notes that generative facial images were cracked between 2015 and 2018, followed by AI-generated video breakthroughs in 2020, then the public inflection point of ChatGPT (built on GPT-3.5) in late 2022 and GPT-4 in 2023. The field has also seen a parallel revolution in small language models that run directly on edge devices — open-source models with just 2.6 billion parameters can now outpace the original GPT-4 benchmark on a handheld phone.

Deep Learning in Production: The Enterprise Reality

Running deep learning reliably, securely and cost-effectively is a different challenge altogether. Dwarak Rajagopal, who led AI Engineering and Research at Snowflake until July 2026, says his team's focus is system efficiency — getting the most out of compute power while keeping AI costs under control, often by digging into lower-level framework optimisations rather than simply calling frontier-lab APIs.

This efficiency drive leans heavily on open-source foundations, including contributions to the DeepSpeed library and PyTorch. It also shapes how enterprises handle proprietary data: many customers start with frontier models for generic use cases, then turn to open source to train their own models once workflows demand domain-specific context.

Text-to-SQL — translating natural-language questions into structured database queries — is a prime example. General foundation models often struggle with complex enterprise schemas because they lack real-time database context, so specialised models are post-trained on open-source foundations using reinforcement learning.

The Shift Toward Agentic Enterprises

Enterprise AI is moving beyond passive text generation toward autonomous agentic architectures, where models execute multi-step workflows and interact across departments and systems. Speaking at Google Cloud Summit London 2026, Hayley McKelvey, Chief AI Officer for Deloitte UK, said the era of unstructured experimentation is over — organisations now need detailed conversations about judiciously choosing what agents do, and don't do, and why.

That includes managing tokenomics — the underlying unit economics of token consumption and API costs — as businesses adapt to new consumption-based pricing contracts from frontier labs, ensuring automated systems generate measurable ROI rather than ballooning cloud expenditure.

Key Takeaways

  • Deep learning is a specialised subset of machine learning that extracts patterns from vast data using multi-layered neural networks, and is currently booming due to big data, hardware acceleration, and software innovation.
  • Progress has accelerated from 2015–2018 facial-image breakthroughs through 2020 video generation to the ChatGPT/GPT-4 inflection point of 2022–2023.
  • Small language models with just 2.6 billion parameters can now outperform the original GPT-4 while running locally on a phone.
  • Snowflake's engineering focus is system efficiency: optimising compute and training frameworks rather than relying solely on frontier-lab APIs.
  • Text-to-SQL illustrates why domain-specific, post-trained models often outperform generic foundation models on enterprise schemas.
  • Deloitte warns the agentic era demands disciplined agent selection and tight management of tokenomics, not just tool adoption.
Tags: Deep Learning Enterprise AI AWS Snowflake Deloitte Agentic AI Text-to-SQL Neural Networks