Glossary · Term

web origin

← all terms

Definition

Plain language

The identity of a website—its address—that browsers use to keep one site from pretending to be another.

As stated in the literature

The (scheme, host, port) tuple browsers use to scope trust and enforce the same-origin policy; cited as the precedent for scoping a tool server's identity so a stranger can't impersonate a trusted name.

Also called: web origins, origin

Why it matters: It's how browsers stop one website from impersonating another, and the same idea can keep a stranger from posing as a trusted tool server.

For example, a browser treats 'https://mybank.com' and 'https://mybank.com.evil.com' as different origins, so the fake one can't reach into the real one's data.

Heard on the show

“Scope a tool's identity so a stranger can't impersonate a trusted name — that's web origins.”
Episode 208 — The Blank Space in Your AI Approval Box That Isn't Empty

Mentioned in 7 episodes

  1. 208
    The Blank Space in Your AI Approval Box That Isn't Empty
  2. 133
    How MiniMax Turned a Reward-Hacking Disaster Into Olympiad Gold
  3. 129
    How a Crowd of Anonymous AI Agents Broke a 40-Year Math Record
  4. 071
    When the Model Is Fine and the Plumbing Is Broken: Fixing Agents at the Interface
  5. 043
    When 'This Is False' Doesn't Stick: Why Models Learn the Lie Anyway
  6. 022
    Training the Model Spec Directly: An Alignment Lever Aimed at the Say-Do Gap
  7. 018
    Language Models Compute the Rational Move, Then Override It

Related terms