Curriculum

Cluster 2 ¡ Lesson 4 1 min read

Connectors and Integrations

How AI connects to your existing tools and data sources.

AI models, in their default state, are isolated brains. They possess vast knowledge and reasoning capabilities, but they are entirely cut off from the specific context of your daily work. They cannot see your Slack messages, read your Google Docs, or manipulate your Figma files. This isolation is the primary bottleneck preventing AI from moving from a novel brainstorming partner to an integrated operational engine.

The Connector primitive solves this isolation. It is the interface that allows AI to reach out and interact with external systems. By understanding connectors—and the emerging standards like the Model Context Protocol (MCP) that govern them—you begin to see AI not as a standalone application, but as a layer of intelligence that can be woven directly into the fabric of your existing tools. While we will focus on the conceptual framework of connectors in this module, mastering this theory is the necessary foundation for building the full production-grade systems, or Harnesses, that define advanced AI deployment.

Assignment

Audit your current digital workspace. Identify five distinct software tools you use weekly. For each tool, write a brief paragraph describing what specific data an AI would need to access from it, and what actions it would ideally perform on your behalf. Focus on the friction points in moving data between these tools manually.

Learning Objectives

  • Understand the role of connectors in bridging AI models with external systems.
  • Recognize the Model Context Protocol (MCP) as the emerging standard for integrations.
  • Conceptualize the hierarchy of AI primitives from models to full production harnesses.

The Connector Primitive

Connectors serve as the bridge between isolated AI models and the external systems where your work actually happens, such as Google Docs, Figma, Slack, or proprietary databases. They allow AI to read from and write to your existing tools.

Model Context Protocol (MCP)

An open standard that enables AI models to securely connect to local and remote data sources. MCP standardizes how AI tools interface with external systems, reducing the friction of building custom integrations for every new tool.

The binding constraint on AI adoption is not technical skill, but the ability to see your own work clearly enough to redesign it.