workloadagnostic
Workloadagnostic, sometimes written workload-agnostic, is a term used in software engineering and systems design to describe an approach, component, or policy that performs well across a variety of workloads without being specifically tailored to any one workload. Such systems avoid assumptions about workload composition, arrival patterns, or data characteristics and rely on general-purpose mechanisms to manage resources, scheduling, or optimization.
Applications: In cloud infrastructure, workload-agnostic autoscaling uses metrics like CPU utilization, memory pressure, or I/O wait
Advantages: Resilience to workload shifts, easier deployment in multi-tenant or rapidly changing environments, and simplified configuration
Related concepts: workload-aware, workload characterization, robust optimization, oblivious algorithms. See also examples in industry or research