Constraints Glossary

Browse 8 constraints terms defined in plain English, from the cultural dictionary of computing.

8 Constraints Terms

AI Limit
A practical or technical boundary on what an AI system can do, such as context size, latency, reliability, modality support, safety constraints, or cost...
Budget
A defined limit on resources such as money, CPU time, latency, memory, build minutes, or engineering effort that a team or system is expected to stay within....
Context Window Limit
The maximum amount of input and generated token context a model can handle in one request.
Legacy Trap
A situation where old systems, guarantees, or dependencies keep pulling the present into expensive compromise. In engineering slang, legacy traps are the...
Platform Lock-In
The state of being so dependent on a specific platform's APIs, workflow, or economics that leaving becomes expensive or painful. In engineering slang, platform...
Reality Check
A moment, fact, or conversation that forces plans back into alignment with actual conditions. In engineering slang, reality checks are what stop elegant slides...
Type Bound
A constraint on a generic type parameter that restricts it to types satisfying a specified interface, trait, or superclass — such as `<T extends...
Zero Budget
A situation where expectations exist but meaningful funding does not. In engineering slang, zero budget projects survive on creativity, reuse, and a dangerous...

Related Topics