Glossary · Term

serialization

← all terms

Definition

Plain language

Turning data into a plain stream of characters so it can be sent or stored.

As stated in the literature

Encoding structured data into a byte or text sequence for transmission; here, the assistant serializes tool descriptions into the model's prompt, which is the delivery path that can diverge from what's rendered on screen.

Also called: serialize, serializes, serialized

Why it matters: It lets data travel or be stored, but if the serialized version differs from what a person sees on screen, hidden content can slip through unnoticed.

For example, a list of names and ages in a program can be turned into a single line of text so it can be saved to a file or sent across the internet.

Heard on the show

“"Reaches the model" means the instruction is present in the bytes the assistant serializes into its prompt.”
Episode 208 — The Blank Space in Your AI Approval Box That Isn't Empty

Mentioned in 6 episodes

  1. 208
    The Blank Space in Your AI Approval Box That Isn't Empty
  2. 143
    When a Model Notices You Forged Its Own Words, And Why That Breaks Safety Tests
  3. 130
    Why AI Agents Coordinate Better Through a Shared Board Than a Boss
  4. 068
    The OS Trick That Makes Tree Search Practical for Coding Agents
  5. 051
    Why Parallel Sampling Plateaus, And What Evidence Graphs Do Instead
  6. 028
    Teaching a Model to Hire Copies of Itself: Recursive Agent Optimization