Wednesday, July 29, 2026
- Autonomous drivingv9Autonomous driving is the sustained performance by a vehicle system of part or all of the dynamic driving task.
- Supervised Learningv9Supervised learning is a machine learning paradigm in which a model is fitted to examples that pair an input with an observed target.
- CLIP (Contrastive Language-Image Pre-training)v9CLIP, short for Contrastive Language-Image Pre-training, is a family of neural networks developed by OpenAI researchers to learn a shared representation of images and natural-language descriptions.
- Llama 2v9Llama 2 is a family of open-weight large language models developed by Meta AI. Meta released pretrained and dialogue-tuned checkpoints with 7 billion, 13 billion, and 70 billion parameters on July 18, 2023.
- Tool usev12Tool use in artificial intelligence is the ability of a model-based system to request, coordinate, and use capabilities outside the model's ordinary token-generation process.
- Productivityv9Productivity describes the relationship between output and the inputs used to produce it.
- DALL-Ev9DALL-E is a family of text-to-image systems developed by OpenAI that generates images from natural-language descriptions.
- Question answeringv8Question answering (QA) is the task of producing an answer to a question, usually expressed in natural language.
- MIT Licensev5The MIT License is a short, permissive software license. It grants broad permission to use, copy, modify, merge, publish, distribute, sublicense, and sell covered software, subject to one express preservation…
- Cursor (code editor)v14Cursor is a proprietary AI-assisted code editor and software-development platform made by Anysphere.
- ResNetv9ResNet, short for residual network, is a family of deep convolutional neural networks introduced by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun at CVPR 2016.
- Softmaxv11Softmax is a function that converts a finite vector of real-valued scores into a vector of positive numbers that sum to one.
- DistilGPT2v4DistilGPT2 is an English-language autoregressive language model released by Hugging Face on October 3, 2019.
- GitHub Copilotv16GitHub Copilot is a hosted artificial intelligence coding assistant developed by GitHub.
- GPT-2v12GPT-2 is a family of autoregressive language models introduced by OpenAI on February 14, 2019.
- Llama 3v17Llama 3 is a family of open-weight large language models developed by Meta. Meta released the original Llama 3 checkpoints on April 18, 2024, in 8-billion-parameter and 70-billion-parameter sizes.
- GPTv12GPT, short for Generative Pre-trained Transformer, is the name of a model family developed by OpenAI.
- Object detectionv9Object detection is a computer vision task that finds instances of interest in an image and assigns each one a category.
- DeepSeek-R1v14DeepSeek-R1 is an open-weight reasoning model and large language model family developed by the Chinese artificial intelligence laboratory DeepSeek. The original model was released on January 20, 2025.
- Embeddingsv9In machine learning, an embedding is a learned representation that maps an input into a vector, usually so that a downstream model or comparison rule can use relationships encoded in the vector's geometry.
- Sam Altmanv11Samuel Harris Altman (born April 22, 1985) is an American entrepreneur, investor, and technology executive.
- Inferencev11In machine learning, inference is the execution of a trained model to produce an output from an input.
- Chain-of-Thoughtv13Chain-of-thought (CoT) is a sequence of intermediate steps that a language model generates before its final answer.
- Backpropagationv10Backpropagation is an algorithm for computing derivatives of a scalar objective with respect to variables in a layered or otherwise composed computation.
- Regularizationv11Regularization is any deliberate change to a learning problem or training algorithm intended to improve performance on data that were not used to fit the model.
- Scikit-learnv10Scikit-learn is a free and open-source machine learning library for Python. It provides a common interface for fitting, transforming, predicting, evaluating, and selecting models, with implementations covering…
- Gradient Descentv11Gradient descent is an iterative first-order method for minimizing a differentiable scalar objective. Starting from a point, it evaluates the local gradient and moves in the opposite direction.
- Data Centerv5A data center is a purpose-built facility, or a dedicated part of a facility, that houses and interconnects information technology and telecommunications equipment together with the power…
- Training Setv9A training set is the portion of data used to fit a statistical or machine learning model.
- Prompt Engineeringv9Prompt engineering is the systematic design and testing of the inputs supplied to a generative model so that the model is more likely to produce a useful result.
- NeurIPSv6NeurIPS is the short name used by the annual Conference on Neural Information Processing Systems.
- Loss Functionv13A loss function assigns a numerical cost to a prediction, decision, or action after an outcome is observed.
- Overfittingv10Overfitting is a failure of generalization: a fitted model or a model-selection procedure performs better on the observations used to develop it than on new observations from the population of interest.
- Tesla (robotics)v8Tesla (robotics) refers to the humanoid-robot and embodied-AI program operated inside Tesla, Inc., principally the Optimus program. It is not a separate company or a separately reported business segment.
- LiDARv5LiDAR is an active optical sensing method that estimates distance from transmitted laser light and its return from a target.
- GPT-5v14GPT-5 is a family of proprietary large language models released by OpenAI on August 7, 2025.
- Qwenv11Qwen is a family of large language models and multimodal models developed by the Qwen Team at Alibaba Cloud.
- Tesla Optimusv11Tesla Optimus, originally announced as Tesla Bot, is a humanoid robot program at Tesla.
- Vision Transformerv9The Vision Transformer (ViT) is a deep learning architecture that represents an image as a sequence of fixed-size patches and processes that sequence with a Transformer encoder.
- Recurrent Neural Networkv12A recurrent neural network (RNN) is a neural network whose computation includes a state that is passed from one step to the next.
- Boston Dynamicsv11Boston Dynamics is an American robotics company that develops mobile robots for industrial inspection, logistics, research, and material handling.
- Stanford Universityv5Stanford University, legally Leland Stanford Junior University, is a private, nonprofit research university in Stanford, California.
- MMLUv16MMLU, short for Massive Multitask Language Understanding, is an English-language AI benchmark for evaluating broad academic and professional knowledge through four-option multiple-choice questions.
- Fine Tuningv9Fine-tuning is the process of adapting a pretrained machine-learning model by continuing to optimize some or all of its parameters on data selected for a target task, domain, behavior, or population.
- Model Context Protocolv17Model Context Protocol (MCP) is an open protocol for exchanging context and invoking capabilities between applications that use large language models and external programs or data sources.