T (27 terms)
Takeoff Speed
Rate at which AI capabilities improve.
Advanced
Teleoperation
Human controlling robot remotely.
Frontier
Temperature
Scales logits before sampling; higher increases randomness/diversity, lower increases determinism.
Intermediate
Temporal Convolution
CNNs applied to time series.
Intermediate
Text-to-Speech
Generating speech audio from text, with control over prosody, speaker identity, and style.
Intermediate
Throughput
How many requests or tokens can be processed per unit time; affects scalability and cost.
Intermediate
Throughput Ceiling
Maximum system processing rate.
Intermediate
Time Series
Sequential data indexed by time.
Intermediate
Token Budgeting
Limiting inference usage.
Intermediate
Tokenization
Converting text into discrete units (tokens) for modeling; subword tokenizers balance vocabulary size and coverage.
Intermediate
Tool Invocation
Agent calls external tools dynamically.
Advanced
Tool Use
Letting an LLM call external functions/APIs to fetch data, compute, or take actions, improving reliability.
Intermediate
Tool-Augmented Prompt
Enables external computation or lookup.
Intro
Toolformer
Models trained to decide when to call tools.
Intermediate
Top-k
Samples from the k highest-probability tokens to limit unlikely outputs.
Intermediate
Top-p
Samples from the smallest set of tokens whose probabilities sum to p, adapting set size by context.
Intermediate
Train/Validation/Test Split
Separating data into training (fit), validation (tune), and test (final estimate) to avoid leakage and optimism bias.
Intermediate
Training Cost
Cost of model training.
Intermediate
Training Pipeline
End-to-end process for model training.
Intermediate
Trajectory Optimization
Optimizing continuous action sequences.
Advanced
Transfer Learning
Reusing knowledge from a source task/domain to improve learning on a target task/domain, typically via pretrained mod...
Intermediate
Transformer
Architecture based on self-attention and feedforward layers; foundation of modern LLMs and many multimodal models.
Intermediate
Transparency Obligation
Requirement to inform users about AI use.
Intermediate
Trend Component
Persistent directional movement over time.
Intermediate
Triage System
AI that ranks patients by urgency.
Intermediate
Tripwire
Signals indicating dangerous behavior.
Advanced
Trust Region
Restricting updates to safe regions.
Intermediate