Chain Of Thought
Chain of thought is a prompting technique that encourages a large language model to generate intermediate reasoning steps before producing a final answer, improving performance on complex reasoning tasks.
5 resources across 1 library
Glossary Terms(5)
Codex
Codex refers to OpenAI's line of AI coding models — originally a GPT-3 derivative released in 2021 that powered early GitHub Copilot, and relaunched in 2025 as…
o1
o1 is OpenAI's first publicly released 'reasoning' model, launched in 2024, trained to work through complex problems step by step using extended internal reaso…
Reasoning Model
A reasoning model is a language model specifically trained or prompted to work through intermediate steps — planning, breaking down sub-problems, and checking…
Chain of Thought
Chain of thought is a prompting technique that encourages a large language model to generate intermediate reasoning steps before producing a final answer, impr…
Reinforcement Learning
Reinforcement learning (RL) is a machine learning paradigm in which an agent learns to make decisions by taking actions in an environment and receiving rewards…