SECAI Core · phase 7 of 15 · noun

Gateway control

The controls between the user interface and the AI models used to enforce usage rules, prevent abuse, and ensure compliance.

The Explain card

Plain English
Gateway controls sit between the user-facing application and the AI models behind it. They enforce usage rules, block abuse and collect the evidence needed to prove compliance.
Example
A company routes every LLM call through an AI gateway. It authenticates the caller, applies per-team rate limits, strips card numbers from prompts, logs each request and response, and refuses calls to models not on the approved list.
Why it matters
Without a chokepoint, every app talks to every model its own way and nobody can enforce anything. The gateway is where policy stops being a document and becomes a control.
Hook
One front door, one bouncer, one guest book.

Word knowledge

How the word is built, where it came from, and what it sits beside in memory.

In a sentence

At the API gateway, gateway control applies the team's 60-request-per-minute cap and returns HTTP 429 when the key exceeds it.

Why these words
  • gateway Old English geat, opening, plus weg, path supplies the passage half, so the check sits at a door in the path rather than on the model
  • control French contrôle, from Medieval Latin contrarotulus, a counter-roll names the check the phrase hangs on that passage
Where it came from
Origin
English security collocation from English gateway (Old English geat, opening, plus weg, path) and French contrôle (Medieval Latin contrarotulus, a counter-roll)
Entered the language
2020s
What changed
Gateway named a passage through a wall, then any entrance, then a network node that sits at a boundary and translates traffic between systems. Control named a duplicate roll used to check an account, then a check or restraint, then the power to direct a machine. English already formed access control and quality control on that pattern. AI security joined the pair in the 2020s for the checks that sit on the path into a model.
How it is spelled
Pattern
Closed compounds of two short nouns are written as one word
Pattern
ay spells the long a /eɪ/ at the end of a free morpheme
Pattern
French contrôle loses its circumflex in English control
Pattern
A stressed final syllable in -ol doubles the l before a vowel suffix: controlled, controller
Breaks the pattern
the noun phrase stays two words; the hyphen appears only when it modifies another noun
Breaks the pattern
controller doubles the l that control writes once
Breaks the pattern
Older English still used the open form gate way

Spelled like

  • doorway
  • highway
  • controller
Broken into chunks
  • gate
    • gatehouse
    • gated
    • gating
  • way
    • doorway
    • highway
    • subway
  • con
    • connect
    • contain
    • contrast
  • trol
    • controller
    • controlling
    • decontrol
What it sits beside

Same subject

Same shape

Control compounds

Safety-mechanism families

Gateway compounds

Where it sits in the deck

Phase 7: AI-Specific Runtime Controls: Guardrails, Limits, and Enforcement

Responsible AI principles must be enforced mechanically — learn the runtime controls that constrain model inputs, outputs, and resource consumption.