Context Engineering for Multi-Modal Agents: Packing More Than Just Text

November 28, 2026 · Part 17 of 20

Opening Scene

A search-and-rescue pack doesn’t just carry written notes; it carries a topographic map, a photograph of the missing hiker, a radio for live audio updates from other search teams. Each of those things takes up space differently, gets used differently, and demands a different kind of judgment about what’s worth the room it takes.

In Plain English

Multi-modal context engineering extends the same curation discipline covered throughout this series to information beyond plain text: images, audio transcripts, video frames, structured sensor data, and more. Each modality has its own cost profile — an image often consumes far more of a context budget than an equivalent amount of text would — and its own relevance judgment, since a picture worth including for one task might be entirely unnecessary weight for another. The core question stays the same as every other article in this series — does this genuinely earn its place — but the answer requires modality-specific judgment.

The Old Way

Before multi-modal agents were common:

  • Context engineering practice was developed almost entirely around text, with little established guidance for how images, audio, or other formats should be budgeted or curated.
  • Where multi-modal inputs were used at all, they were often included wholesale — a full-resolution image, a complete audio transcript — without considering whether a smaller, curated version would serve the task just as well.
  • There was little shared understanding of how differently modalities consume a context budget compared to an equivalent amount of plain text.

Packing a search-and-rescue bag with only paper notes, ignoring the map and the radio, would obviously be incomplete — and multi-modal context engineering exists because text-only curation habits are just as incomplete for today’s agents.

What’s Changing (and Why AI Is the Reason)

  1. Teams increasingly apply the same deliberate curation standard from earlier in this series specifically to images, audio, and other non-text context, rather than treating multi-modal inputs as automatically exempt from the same discipline.
  2. This connects to the broader multi-modal AI landscape covered in this content library’s dedicated multimodal AI series, which addresses model capability directly, while this article focuses on curating what multi-modal context an agent actually receives.
  3. As agents increasingly operate over screenshots, diagrams, audio, and video rather than text-only inputs, deliberately budgeting and curating those richer, more expensive modalities has become essential to keeping multi-modal agents both capable and efficient.

The Metaphor, Fully Extended

The Search-and-Rescue PackMulti-Modal Context Concept
A map, a photograph, and a radio, each taking space differentlyImages, audio, and video each consuming context budget differently
Deciding which photograph is actually worth the room it takesDeciding which image genuinely earns its place in a limited context budget
The same “does this earn its place” judgment applied to different gearThe same curation standard applied across every modality, not just text
A pack incomplete without the map and radio, not just the notesAn agent’s context incomplete without curated non-text input, not just text

For Beginners: What to Actually Do

  • When including an image or audio clip in an agent’s context, ask the same “does this genuinely earn its place” question you’d ask of any text.
  • Practice checking how much of a context budget a given image or audio input actually consumes, since it’s often far more than it looks.
  • Get familiar with lower-cost alternatives — a cropped image, a summarized transcript — before including a full-resolution or full-length version by default.

For Practitioners and Leaders: The Deeper Layer

  • Build modality-specific budgeting into your context assembly process, since text-based heuristics don’t transfer directly to images, audio, or video.
  • Pair this article’s curation focus with the model-capability coverage in this content library’s dedicated multimodal AI series for a complete picture of building effective multi-modal agents.
  • Evaluate multi-modal context inclusion with the same outcome-based testing discipline from article 14, checking whether an included image or audio clip actually changed the agent’s output for the better.

Quick Recap

  • Multi-modal context engineering applies the same curation discipline from this series to images, audio, video, and more.
  • Different modalities have different cost profiles, often consuming far more context budget than equivalent text.
  • The core curation question — does this genuinely earn its place — applies across every modality, not just text.
  • Modality-specific budgeting and testing are both necessary as agents increasingly work beyond text alone.

Where This Fits in the Series

Article 16 covered context poisoning. Article 17 has extended context curation beyond text to images, audio, and video. Article 18 turns to how all of this curation actually gets built and automated at scale: context pipelines.