CONTEXT AGENTS NLP extracts what a page literally says — parsing words, topics and entities from unstructured content. NLP what it says NLU extracts what a page means — emotion, intent and sentiment — but stays reactive: a pipeline, not a partner. NLU what it means The Context Agent is a persistent profile that remembers, adapts and reasons — deciding what to do about a page in real time. CONTEXTUAL 3.0 Context Agent what to do The brand-evaluation framework — five categories holding twelve questions the agent answers for every placement. 5 CATEGORIES · 12 QUESTIONS Brand safety & alignment Audience & sentiment Performance & goals Timeliness & relevance Measurement & compliance The output is a structured JSON decision — capturing not just what to do but why, for explainable real-time bidding at the edge. OUTPUT JSON decision real-time · explainable From keyword matching to fluent, agentic reasoning.
Contextual

Contextual 3.0 - How Context Agents Are Transforming Media Planning

· 4 min read · Originally on LinkedIn
The gist

Contextual targeting is shedding static taxonomies for agents that reason about content in real time — judging not just whether a placement is brand-safe but whether it fits the strategy. A framework of five categories and twelve evaluation questions, paired with a machine-readable schema, lets agentic systems score each placement and explain why. Relevance is no longer enough; advertisers need fluency.

As the digital advertising ecosystem pivots toward privacy-first infrastructure and away from third-party cookies, the future of contextual targeting is no longer static or taxonomic - it’s agentic.

The convergence of Natural Language Understanding (NLU) with Context Agents introduces a new paradigm: dynamic systems that not only parse language, but reason, evolve, and act in real time. This shift enables a fundamentally more intelligent approach to contextual advertising - one that aligns media placements not just with brand safety, but with sentiment, attention, audience fit, campaign goals, and competitive intelligence.

The marketing world doesn’t just need data anymore. It needs fluency.

From Language to Intelligence: Why NLU Matters

NLU, a subfield of NLP, allows machines to interpret human language in structurally and semantically rich ways. It can extract emotion, intent, topic, and sentiment from unstructured content, powering everything from brand monitoring to creative alignment.

But even the most advanced NLU implementations are reactive by design. They can categorize, tag, and summarize - but they do not adapt to broader goals, nor do they remember context. They are pipelines, not partners.

What happens when we embed NLU into an agentic framework that remembers, adapts, and reasons?


Enter Context Agents: The Third Evolution of Contextual

As outlined in Brian O’Kelley influential piece The End of Taxonomy, the next evolution of contextual targeting moves beyond static rules or rigid segment logic. Instead, Context Agents act as intelligent, persistent profiles that dynamically evaluate the intersection of content, brand strategy, and consumer signals.

Where NLP extracts what a page says, and NLU extracts what it means, a Context Agent goes further to determine what to do about it.

Imagine an agent that can answer not just “Is this content brand-safe?” but:

  • Is it on-brand?
  • Who’s reading it?
  • What message should we show here?
  • Are competitors present?
  • Is this moment culturally relevant?
  • Will this perform, and can we measure it?

That’s where this model starts to unlock strategic differentiation.


Expanding the Brand Evaluation Framework

Traditional contextual models often focused on four core questions:

  1. Is the content brand-safe?
  2. Is the content aligned with brand values?
  3. What message or product is most relevant?
  4. Which creative asset should be deployed?

These remain essential - but in today’s environment, they’re not enough.

To bring contextual into the performance era, we’ve expanded the framework into five categories and twelve questions, designed for intelligent, real-time decisioning.


Brand Safety & Alignment

  • Is this content brand-safe?
  • Is it aligned with brand values and tone?
  • What key messages or products are most appropriate here?
  • What assets are available and effective in this context?

Audience & Sentiment

  • Does this content reach the right demographic or psychographic audience?
  • What is the tone/sentiment, and how might it affect brand perception?

Performance & Goals

  • What is the content’s engagement level?
  • Does this placement support campaign goals (e.g., awareness, conversion)?
  • Are there competitive conflicts or risks?

Timeliness & Relevance

  • Is the content timely or trend-aligned?

Measurement & Compliance

  • Is the performance measurable and attributable?
  • Does the environment comply with legal and platform-specific advertising standards?

Making It Work: A Structured, Machine-Readable Output

To operationalize this framework across programmatic environments, SSPs, or CDPs, we propose a structured JSON schema that allows for real-time decisioning at the edge — the five categories and twelve questions, expressed as machine-readable fields:

{
  "contextual_evaluation": {
    "brand_safety_and_alignment": {
      "brand_safe": "boolean",
      "values_and_tone_aligned": "boolean",
      "appropriate_message_or_product": "string",
      "available_effective_assets": ["string"]
    },
    "audience_and_sentiment": {
      "audience_fit": "string",
      "tone_sentiment": "positive | neutral | negative"
    },
    "performance_and_goals": {
      "engagement_level": "low | medium | high",
      "supports_campaign_goal": "awareness | consideration | conversion | loyalty",
      "competitive_conflict": "boolean"
    },
    "timeliness_and_relevance": {
      "timely_or_trend_aligned": "boolean"
    },
    "measurement_and_compliance": {
      "measurable_and_attributable": "boolean",
      "compliant": "boolean"
    }
  }
}

Response — the same schema scored against a live placement (the EcoTech Living example below):

{
  "placement_decision": "high_priority",
  "brand_safety_and_alignment": {
    "brand_safe": true,
    "values_and_tone_aligned": true,
    "appropriate_message_or_product": "SmartAir Eco Purifier",
    "available_effective_assets": ["Earth Day awareness creative"]
  },
  "audience_and_sentiment": {
    "audience_fit": "urban millennial parents",
    "tone_sentiment": "positive"
  },
  "performance_and_goals": {
    "engagement_level": "high",
    "supports_campaign_goal": "awareness",
    "competitive_conflict": false
  },
  "timeliness_and_relevance": {
    "timely_or_trend_aligned": true
  },
  "measurement_and_compliance": {
    "measurable_and_attributable": true,
    "compliant": true
  },
  "rationale": "Positive sentiment and high engagement, Earth Day cultural alignment, zero competitive clutter, full GDPR and platform compliance."
}

This format captures not just “what to do,” but why. It enables agentic systems to act with explainability, a critical requirement for trust in AI-driven advertising environments.


Case Study: EcoTech Living

DimensionDetail
BrandEcoTech Living — a sustainable smart home company
ProductsSmartAir Eco Purifier, ParentTech Subscription Bundle
Target AudienceUrban millennial parents
GoalAwareness during Earth Day week
Content OpportunityArticle titled “How Millennial Parents Are Leading the Sustainability Movement” on a high-traffic parenting site

Attributes:

  • Positive sentiment and high engagement
  • Cultural alignment with Earth Day
  • Zero competitive ad clutter
  • Full GDPR and platform compliance

Evaluated through the JSON schema above, this content becomes a high-priority contextual placement - not because it matches a keyword, but because it matches a strategy.


Strategic Implications Across the Funnel

  • Awareness: Detect emotionally resonant topics in brand-safe, high-attention environments
  • Consideration: Adjust product recommendations based on inferred audience needs
  • Conversion: Optimize placements using propensity scoring informed by tone and content dynamics
  • Loyalty: Track and adapt messaging over time as audience sentiment shifts

What Comes Next: Building Agentic Infrastructure

To bring this model into production environments, media and martech ecosystems must invest in:

  • Composable AI architectures where NLU modules plug into agentic state engines
  • Transparent reasoning layers for auditability and trust
  • Live feedback loops to continuously improve performance outcomes

This isn’t just a UX improvement - it’s the foundation of a new planning and buying architecture.

That architecture now has a name — the context economy — and two corrections this framework should inherit. First, a moment has four dimensions — who, what, where, when — and the twelve questions above read only the first two; the place and the hour of the moment have no native field in this schema beyond a single trend-alignment boolean. Second, compliant: boolean undersells governance: permissions are a relevance signal, not a checkbox — consent, provenance, and scope are inputs to which moment matters, not a gate applied after the answer.


Final Take: From Contextual Targeting to Contextual Intelligence

The evolution from NLP to NLU to Agentic AI represents more than a technical milestone. It marks a shift from static decision trees to dynamic, adaptive systems that understand brand voice, user behavior, and strategic intent - at scale.

Advertisers need more than relevance. They need fluency. Not just comprehension, but cognition. Not just optimization, but orchestration.

This is the future of contextual media - and it’s agentic.


Evgeny Popov is a global media and marketing technology executive and contributor to DMEXCO and Forbes. Follow his insights on LinkedIn or subscribe to EvPopov.Substack.com

NLP → NLU → AGENTIC NLP extracts what a page says — the words on the surface, parsed and tagged. FIRST NLP what it says NLU extracts what it means — emotion, intent, topic, and sentiment, drawn from unstructured content. SECOND NLU what it means A Context Agent goes further — it determines what to do about it: a persistent profile that reasons, remembers, and acts in real time. THIRD Context Agent what to do about it THE AGENT'S LENS · FIVE CATEGORIES, TWELVE QUESTIONS Brand Safety Audience Performance Timeliness Measurement From contextual targeting to contextual intelligence — fluency, not just data.