Models 101

What Is a Model?

SambaNova | 2 mins

Description

Discover what an AI model actually is: billions of numbers learned through training, and why running that model, called inference, is the real engineering challenge.

Additional Resources

Different Types of AI

SambaNova | 1 min

Description

Get an overview of the main types of AI systems in use today: predictive models, large language models, vision models, and decision-making systems, and learn what each one is designed to do. 

Additional Resources

What Is an LLM?

SambaNova | 3 mins

Description

Find out how large language models really work: breaking text into tokens, predicting one token at a time, and using transformer attention to decide what comes next.

What Is a Dataflow Graph?

SambaNova | 3 mins

Description

Explore the dataflow graph, the set of nodes and dependencies that maps every calculation an LLM runs, and learn why how that graph executes decides how fast you get an answer.

Prefill vs. Decode

SambaNova | 4 mins

Description

Learn how inference splits into two phases, prefill and decode, why one is compute bound and the other memory bound, and how the KV cache makes memory the critical bottleneck.

Understanding Prefill & Decode for Disaggregated Inference

Varun Krishna | 4 mins

Description

Learn how large language models process inputs, what the prefill and decode stages involve, and why disaggregated inference uses different hardware for each to maximize throughput and efficiency.

Additional Resources

← Previous video
Next video →
LESSONS
  • 2 mins
  • 1 min
  • 3 mins
  • 3 mins
  • 4 mins
  • 4 mins
← Back to main page