GenAI Field Guide
1 · Model Requests search with a query 2 · Harness Runs the tool outside the model 3 · Result Text returns into context
Request out, result back as text. The model only ever sees the text that came back.

The three words you will hear

Term What it is What it means for you
Tool One function with a schema: search, run code, read a file, check a calendar If the assistant "can't do" something, it probably lacks the tool, not the ability
MCP (Model Context Protocol) The now-universal standard for plugging tools into any model. Anthropic proposed it; OpenAI, Google, and xAI adopted it. "Connectors" in consumer products are MCP servers. Every connector you add becomes more text in the prompt and more ways the agent can act
Skill A folder of instructions plus scripts the harness loads on demand: "how we write a Navy memo," "how to build a slide deck" The cheapest way to make output match your office's format, and it lives in the preamble layer

Two facts that explain most surprises