Back to agent
Conceptconcept.real-time-decisioning

Real-time Decisioning

The class of decisioning systems that select an activation in response to a live signal. Almost always misused without specifying a Signal-to-Activation latency tier.

confidence 90%v5reviewed May 27, 2026decisioning, real-time, latency, activation

Real-time Decisioning

The trap. "Real-time" by itself is unhelpful. It conflates Intra-page edge personalization with Inter-day onboarding emails. Vendors and consultants use the term liberally because it is rarely interrogated in the room.

The cure. Replace "real-time" with a specific latency-tier value. The architecture conversation snaps into focus the moment the latency tier is named.

Reference. See concept.signal-to-activation-time for the full latency-tier taxonomy and cost rule of thumb.

Practical agent behavior. When the user says "real-time," the agent's immediate response is a clarifying question: "Are we talking about decisions inside the page render (sub-100 ms), edge decisions on the next page (sub-10 s), or in-session evaluation (minutes)?" The answer drives every subsequent recommendation.

The infrastructure tier. For decisions at the latency-tier.intra-page and latency-tier.inter-page tiers (sub-100ms), the decisioning logic must run at or near the edge — not in a central data center. Two layers of infrastructure are relevant:

Neither layer is a CDP. Both require that profile attributes and decisioning rules have been pre-positioned at the edge (computed in the CDW or packaged CDP and pushed to edge key-value stores). The CDW or CDP decides what; the edge runtime decides now.

Platform-bundled AI decisioning (2026 pattern). CDPs and customer engagement platforms are increasingly bundling AI decisioning natively — selecting the best message variant, send time, or content offer without requiring the data team to pre-compute decisioning rules in the CDW or deploy custom models to CDN edge. This is a third architectural position alongside the infrastructure-layer options described above.

Three confirmed implementations as of May 2026 (all with KG source nodes):

The three-layer decisioning taxonomy (2026). When evaluating "real-time decisioning" for a CDP architecture, clarify which layer is in scope:

  1. Infrastructure decisioning (sub-100ms): Logic runs at CDN edge compute or edge AI inference — vendor.fastly, vendor.akamai. Required for intra-page personalization (page render, A/B test at load time). No CDP involved; profile attributes must be pre-positioned at the edge.

  2. Platform-bundled decisioning (intra-session, seconds to minutes): AI logic runs inside the CDP or CEP platform, consuming streaming event signals and stored profile attributes. No separate stream-processing infrastructure required. Simplifies architecture at the cost of vendor-layer dependency.

  3. CDW-native decisioning (micro-batch, 5–60 minutes): ML models computed in the CDW on a scheduled or trigger basis; results pushed downstream via reverse-ETL or streaming. Maximum portability and data access; highest engineering overhead.

The correct layer is determined by the latency tier, the data gravity, and the organization's willingness to manage stream-processing infrastructure. Platform-bundled (Layer 2) is a viable default for organizations that need intra-session personalization without building a stream-processing layer — a gap that previously had no managed answer.

Compliance note (2026). CCPA ADMT opt-out rules (effective January 1, 2026) require pre-use notices and opt-out rights for AI-powered decisioning that affects "significant decisions" about California consumers. Platform-bundled AI decisioning at Layer 2 must implement these controls in California-scoped deployments. See constraint.ccpa-data-subject-rights-2026.

Market framing (2026). Gartner's CDP MQ 2026 uses "Decisioning" 35 times and "Orchestration" 39 times — a significant language shift compared to prior MQ reports, which were dominated by "identity" and "data unification" terminology (MarTech Square, February 2026). Independent analyst commentary characterizes this as the CDP market reframing from "customer 360" to "decision-ready context for AI agents." This KG's three-layer taxonomy — infrastructure decisioning, platform-bundled decisioning, CDW-native decisioning — is structurally aligned with how the analyst community is now framing CDP capability evaluation.

Sources

Related

This node →

  • prerequisite-ofconcept.signal-to-activation-timeCannot discuss real-time meaningfully without specifying tier
  • governed-byconstraint.ccpa-data-subject-rights-2026CCPA ADMT opt-out rules (effective 2026-01-01): California consumers may opt out of AI-powered decisioning for 'significant decisions.' CDP architectures using platform-bundled AI decisioning (Tealium IYOM, BrazeAI) must implement pre-use notices and honor opt-out requests for in-scope decisioning.

← Referenced by

  • implementsvendor.tealiumTealium AI Decisioning + IYOM (May 2026) enables real-time decisioning on live event streams with CDW-model integration, operating at the intra-session latency tier — a direct implementation of platform-bundled AI decisioning within a packaged CDP.
  • implementsvendor.brazeBrazeAI Decisioning Studio implements platform-bundled AI decisioning at the CEP layer — selecting message variants and send timing across channels at the intra-session latency tier without requiring pre-computed decisioning rules from the CDW.
  • implementsvendor.adobe-experience-platformAdobe CX Enterprise Coworker + Engagement Intelligence (April 2026) implements platform-bundled AI decisioning — monitoring cross-channel signals and executing real-time CX workflows using CLV-optimized decisioning logic. Third confirmed instance of the 2026 platform-bundled decisioning pattern.