Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Reports
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Research Sessions
  • Signals Workspace
  • Bespoke Projects
  • Use Cases
  • Signal Scanfree
  • Readinessfree
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
audiences
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Pricing
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesPricingPartnersAbout
ResearchServicesPricingPartnersAbout
  1. Home
  2. Vocab
  3. Timestep

Timestep

A discrete time increment marking each update cycle in sequential AI models.

Year: 1986Generality: 720
Back to Vocab

A timestep is a fundamental unit of temporal progression in iterative AI systems, representing a single discrete interval during which a model reads input, performs computation, and updates its internal state. In reinforcement learning, each timestep captures a complete interaction cycle: an agent observes the current environment state, selects an action, receives a reward signal, and transitions to a new state. This structure allows learning algorithms to accumulate experience over sequences of timesteps and use that experience to refine decision-making policies through methods such as temporal-difference learning or policy gradients.

In recurrent neural networks and sequence models, timesteps define the granularity at which sequential data is processed. A language model, for instance, may treat each token as a timestep, updating its hidden state at every step to carry contextual information forward. In time-series forecasting, the choice of timestep length — whether seconds, hours, or days — directly determines what temporal patterns the model can detect and how far into the future it can reliably predict. Finer timesteps capture rapid dynamics but increase computational cost; coarser timesteps reduce complexity but may obscure important short-term variation.

The timestep also plays a central role in controlling the stability and convergence of learning algorithms. In temporal-difference methods, value estimates are propagated backward through timesteps via bootstrapping, and the discount factor applied at each step shapes how much the agent values immediate versus future rewards. In simulation environments, the timestep interval must be chosen carefully to balance physical fidelity with computational efficiency — a concern shared by both AI researchers and the broader scientific computing community.

Beyond reinforcement learning and sequence modeling, timesteps appear in diffusion models, where the generative process is indexed by a discrete noise schedule across hundreds or thousands of steps, and in neural ordinary differential equations, where continuous dynamics are approximated through discrete temporal increments. The concept is deceptively simple but sits at the core of nearly every AI system that reasons about change, causality, or sequential structure.

Related

Related

Step
Step

A single parameter update iteration within a model training optimization algorithm.

Generality: 720
Step Size
Step Size

A hyperparameter controlling how large each parameter update is during optimization.

Generality: 720
Temporal Data
Temporal Data

Data indexed by time, capturing sequences, durations, and the ordering of events.

Generality: 650
Discrete State-Space Model
Discrete State-Space Model

A mathematical framework representing system dynamics through finite states at discrete time steps.

Generality: 694
Sequential Models
Sequential Models

AI models that process ordered data by capturing dependencies across time or position.

Generality: 795
Transition System
Transition System

A formal model representing system behavior through states and state-changing transitions.

Generality: 650