{"id":2590,"date":"2026-07-18T08:59:00","date_gmt":"2026-07-18T08:59:00","guid":{"rendered":"https:\/\/blogs.consentplace.com\/en\/?p=2590"},"modified":"2026-08-07T15:39:19","modified_gmt":"2026-08-07T15:39:19","slug":"prescriptive-ai-by-industry-enterprise-software","status":"publish","type":"page","link":"https:\/\/blogs.consentplace.com\/en\/prescriptive-ai-by-industry-enterprise-software\/","title":{"rendered":"Prescriptive AI  by Industry \u2014  Enterprise Software."},"content":{"rendered":"\n<meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Prescriptive AI by Industry: Enterprise Software. \u2013 Official Blog<\/title>\n  <meta name=\"description\" content=\"70% of enterprise transformations fail. Not because of code \u2014 because of alignment. The Anxious Submission triad is active in 25% of every deployment, and most AI systems never see it. Here's how Prescriptive AI changes that.\">\n  <link rel=\"canonical\" href=\"https:\/\/blogs.consentplace.com\/en\/prescriptive-ai-by-industry-enterprise-software\/\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&amp;family=DM+Serif+Display:ital@0;1&amp;family=Space+Mono:wght@400;700&amp;display=swap\" rel=\"stylesheet\">\n  <style>\n    :root {\n      --ink:        #1c1c1a;\n      --ink-soft:   #4a4845;\n      --ink-muted:  #8a8680;\n      --paper:      #faf8f5;\n      --line:       #e7e3dd;\n      --signal:     #ff6633;\n      --dark:       #1a1a18;\n      --dark-2:     #22202a;\n      --dark-3:     #2a2830;\n      \/* enterprise: deep violet \u2014 ambition, complexity, systemic weight *\/\n      --violet:     #7c5cbf;\n      --violet-light: #a886e8;\n      --violet-pale:  #9370d4;\n      --violet-dim:   rgba(124,92,191,0.10);\n      --violet-line:  rgba(124,92,191,0.28);\n      \/* warning *\/\n      --warn:       #c0392b;\n      --warn-soft:  #e05252;\n    }\n    *, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }\n    html { scroll-behavior:smooth; }\n    body { font-family:\"DM Sans\",sans-serif; color:var(--ink); background:#fff; line-height:1.6; -webkit-font-smoothing:antialiased; }\n\n    \/* \u2500\u2500 NAV \u2500\u2500 *\/\n    .nav { position:sticky; top:0; z-index:100; background:rgba(255,255,255,0.96); backdrop-filter:blur(12px); border-bottom:1px solid var(--line); padding:0.9rem 2rem; display:flex; align-items:center; justify-content:space-between; }\n    .nav img { height:34px; width:auto; display:block; }\n    .nav-right { display:flex; align-items:center; gap:1.4rem; }\n    .nav-right a { font-size:0.8rem; font-weight:600; text-decoration:none; color:var(--ink-soft); }\n    .nav-right a:hover { color:var(--signal); }\n    .nav-cta { background:var(--signal); color:#fff !important; padding:0.48rem 0.95rem; border-radius:4px; }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero { background:var(--dark); padding:5rem 2rem 4rem; text-align:center; overflow:hidden; position:relative; }\n    .hero::before {\n      content:\"\"; position:absolute; inset:0; pointer-events:none;\n      background:\n        radial-gradient(ellipse 55% 50% at 30% 25%, rgba(124,92,191,0.14) 0%, transparent 65%),\n        radial-gradient(ellipse 45% 35% at 78% 70%, rgba(168,134,232,0.08) 0%, transparent 60%);\n    }\n    .hero-inner { max-width:760px; margin:0 auto; position:relative; }\n    .hero-series {\n      display:inline-flex; align-items:center; gap:0.5rem;\n      font-size:0.62rem; font-weight:700; letter-spacing:0.15em; text-transform:uppercase;\n      color:var(--violet-light); border:1px solid rgba(124,92,191,0.4); border-radius:3px;\n      padding:0.28rem 0.65rem; margin-bottom:1.8rem;\n    }\n    .hero-series::before { content:\"\"; width:5px; height:5px; border-radius:50%; background:var(--violet-light); animation:pulse 2.6s infinite; }\n    @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.35;transform:scale(1.3)} }\n    .hero h1 { font-family:\"DM Serif Display\",Georgia,serif; font-size:clamp(2.2rem,6vw,3.6rem); font-weight:400; line-height:1.04; letter-spacing:-0.03em; color:#fff; margin-bottom:1.4rem; }\n    .hero h1 em { color:var(--violet-light); font-style:italic; }\n    .hero-lead { font-size:clamp(1rem,2vw,1.15rem); color:#f0ede8; line-height:1.72; max-width:620px; margin:0 auto 2.5rem; }\n\n    \/* \u2500\u2500 PLUTCHIK WHEEL \u2014 Anxious Submission triad \u2500\u2500 *\/\n    .hero-wheel { width:220px; height:220px; margin:0 auto 2.5rem; }\n    .hero-wheel svg { width:100%; height:100%; }\n\n    \/* \u2500\u2500 ARTICLE \u2500\u2500 *\/\n    .article { max-width:720px; margin:0 auto; padding:4rem 2rem 6rem; }\n    .article h2 { font-family:\"DM Serif Display\",Georgia,serif; font-size:clamp(1.55rem,3.5vw,2rem); font-weight:400; letter-spacing:-0.025em; line-height:1.15; color:var(--ink); margin:3rem 0 0.9rem; }\n    .article h2 em { color:var(--signal); font-style:italic; }\n    .article h2.violet em { color:var(--violet); }\n    .article h3 { font-size:1rem; font-weight:700; color:var(--ink); margin:1.8rem 0 0.55rem; }\n    .article p { font-size:1rem; color:var(--ink-soft); line-height:1.78; margin-bottom:0.9rem; }\n    .article p strong { color:var(--ink); font-weight:600; }\n    .article p em { font-style:italic; }\n    .article ul, .article ol { margin:0.5rem 0 1rem 1.3rem; color:var(--ink-soft); }\n    .article li { font-size:1rem; line-height:1.72; margin-bottom:0.3rem; }\n    .article li strong { color:var(--ink); font-weight:600; }\n    .article a { color:var(--signal); text-decoration:none; font-weight:500; }\n    .article a:hover { text-decoration:underline; }\n    hr.rule { border:none; border-top:1px solid var(--line); margin:3rem 0; }\n\n    .pull-quote { border-left:3px solid var(--violet); padding:0.8rem 1.3rem; margin:2rem 0; background:var(--violet-dim); border-radius:0 8px 8px 0; }\n    .pull-quote p { font-size:1.08rem; font-style:italic; color:var(--ink); line-height:1.65; margin:0; }\n\n    \/* \u2500\u2500 STAT BAR \u2500\u2500 *\/\n    .stat-bar { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin:2.5rem 0; border:1px solid var(--line); border-radius:10px; overflow:hidden; }\n    .stat-cell { padding:1.3rem 1.4rem; background:var(--paper); text-align:center; }\n    .stat-n { display:block; font-family:\"DM Serif Display\",Georgia,serif; font-size:2.4rem; font-style:italic; color:var(--violet); line-height:1; margin-bottom:0.4rem; }\n    .stat-n.warn { color:var(--warn); }\n    .stat-l { font-size:0.78rem; color:var(--ink-soft); line-height:1.4; }\n    .stat-l strong { color:var(--ink); font-weight:600; display:block; }\n\n    \/* \u2500\u2500 GENERATION LADDER \u2500\u2500 *\/\n    .gen-ladder { border:1px solid var(--line); border-radius:10px; overflow:hidden; margin:2rem 0; }\n    .gen-row { display:grid; grid-template-columns:36px 110px 1fr auto; align-items:center; gap:1rem; padding:1rem 1.2rem; border-bottom:1px solid var(--line); background:#fff; }\n    .gen-row:last-child { border-bottom:none; background:var(--dark); }\n    .gen-n { font-family:\"DM Serif Display\",Georgia,serif; font-size:1.4rem; font-style:italic; color:var(--ink); line-height:1; }\n    .gen-row:last-child .gen-n { color:var(--violet-light); }\n    .gen-cat { font-size:0.6rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--ink-soft); }\n    .gen-row:last-child .gen-cat { color:var(--violet-light); }\n    .gen-desc { font-size:0.85rem; color:var(--ink-soft); line-height:1.45; }\n    .gen-row:last-child .gen-desc { color:#f0ede8; }\n    .gen-badge { font-family:\"DM Serif Display\",Georgia,serif; font-size:0.9rem; font-style:italic; color:var(--violet-light); white-space:nowrap; }\n\n    \/* \u2500\u2500 DYAD GRID \u2500\u2500 *\/\n    .dyad-visual { margin:2.5rem 0; border:1px solid var(--line); border-radius:12px; overflow:hidden; }\n    .dyad-visual-head { display:flex; align-items:center; gap:0.7rem; padding:1rem 1.4rem; border-bottom:1px solid var(--line); background:#fff; }\n    .dyad-dot { width:9px; height:9px; border-radius:50%; flex-shrink:0; }\n    .dyad-dot.g { background:#4caf78; }\n    .dyad-dot.a { background:#f5a623; }\n    .dyad-dot.r { background:#e05252; }\n    .dyad-visual-head h3 { margin:0; font-size:0.78rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink-soft); }\n    .dyad-visual-head span { margin-left:auto; font-size:0.72rem; color:var(--ink-muted); }\n    .dyad-pairs { display:grid; grid-template-columns:1fr 1fr; gap:1px; }\n    .dyad-pair { padding:1.1rem 1.4rem; background:#fff; border-right:1px solid var(--line); }\n    .dyad-pair:nth-child(even) { border-right:none; }\n    .dyad-pair:nth-last-child(-n+2) { background:var(--paper); }\n    .dyad-equation { font-family:\"Space Mono\",monospace; font-size:0.72rem; color:var(--violet); margin-bottom:0.3rem; letter-spacing:-0.02em; }\n    .dyad-equation.warn { color:var(--warn-soft); }\n    .dyad-equation.crit { color:var(--warn); }\n    .dyad-name { font-size:0.95rem; font-weight:700; color:var(--ink); margin-bottom:0.2rem; }\n    .dyad-desc { font-size:0.8rem; color:var(--ink-soft); line-height:1.55; }\n    .dyad-signal { margin-top:0.45rem; font-size:0.72rem; font-weight:600; color:var(--violet); letter-spacing:0.03em; }\n    .dyad-signal.warn { color:var(--warn-soft); }\n    .dyad-signal.crit { color:var(--warn); font-size:0.7rem; }\n    .dyad-signal.safe { color:#4caf78; }\n\n    \/* \u2500\u2500 TRIAD BOX \u2500\u2500 *\/\n    .triad-box { margin:2.5rem 0; border:1px solid var(--line); border-radius:12px; overflow:hidden; }\n    .triad-head { display:flex; align-items:center; gap:0.7rem; padding:1rem 1.4rem; border-bottom:1px solid var(--line); background:#fff; }\n    .triad-head h3 { margin:0; font-size:0.78rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink-soft); }\n    .triad-head span { margin-left:auto; font-size:0.72rem; color:var(--ink-muted); }\n    .triad-item { padding:1.2rem 1.4rem; border-bottom:1px solid var(--line); background:var(--paper); }\n    .triad-item:nth-child(even) { background:#fff; }\n    .triad-item:last-child { border-bottom:none; }\n    .triad-eq { font-family:\"Space Mono\",monospace; font-size:0.7rem; color:var(--violet); margin-bottom:0.3rem; }\n    .triad-eq.crit { color:var(--warn); }\n    .triad-name { font-size:0.95rem; font-weight:700; color:var(--ink); margin-bottom:0.2rem; }\n    .triad-pct { display:inline-block; font-size:0.65rem; font-weight:700; letter-spacing:0.08em; color:#fff; background:var(--violet); border-radius:3px; padding:0.1rem 0.4rem; margin-bottom:0.35rem; }\n    .triad-pct.crit { background:var(--warn); }\n    .triad-desc { font-size:0.82rem; color:var(--ink-soft); line-height:1.6; }\n\n    \/* \u2500\u2500 COST BOX \u2500\u2500 *\/\n    .cost-box { background:var(--paper); border:1px solid var(--line); border-left:3px solid var(--warn); border-radius:0 10px 10px 0; padding:1.4rem 1.6rem; margin:2rem 0; }\n    .cost-box-label { font-size:0.6rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--warn); margin-bottom:0.8rem; }\n    .cost-box p { font-size:0.9rem; color:var(--ink-soft); line-height:1.7; margin-bottom:0.6rem; }\n    .cost-box p:last-child { margin-bottom:0; }\n    .cost-box p strong { color:var(--ink); }\n\n    \/* \u2500\u2500 PRESCRIPTIVE AI BLOCK \u2500\u2500 *\/\n    .prx-block { background:var(--dark); border-radius:14px; padding:2.4rem 2rem; margin:3rem 0; }\n    .prx-eyebrow { font-size:0.6rem; font-weight:700; letter-spacing:0.16em; text-transform:uppercase; color:var(--violet-light); margin-bottom:1rem; display:flex; align-items:center; gap:0.5rem; }\n    .prx-eyebrow::before { content:\"\"; width:5px; height:5px; border-radius:50%; background:var(--violet-light); animation:pulse 2.6s infinite; }\n    .prx-block h2 { font-family:\"DM Serif Display\",Georgia,serif; font-size:clamp(1.5rem,3.5vw,2rem); font-weight:400; color:#fff; line-height:1.1; letter-spacing:-0.025em; margin:0 0 0.7rem; }\n    .prx-block h2 em { color:var(--violet-light); font-style:italic; }\n\n    \/* specificity overrides *\/\n    .article .prx-block p,\n    .article .prx-lead,\n    .article .convo-signal,\n    .article .convo-prescription,\n    .article .prx-quote p,\n    .article .bottom-cta p { color:#f0ede8 !important; }\n    .article .convo-signal strong,\n    .article .convo-prescription strong,\n    .article .prx-block p strong { color:#ffffff !important; }\n\n    .prx-lead { font-size:0.95rem; color:#f0ede8; line-height:1.72; margin-bottom:2rem; }\n    .convo { display:flex; flex-direction:column; gap:1px; margin-bottom:2rem; }\n    .convo-turn { background:var(--dark-2); padding:1.3rem 1.5rem; }\n    .convo-turn:first-child { border-radius:8px 8px 0 0; }\n    .convo-turn:last-child  { border-radius:0 0 8px 8px; }\n    .convo-header { display:flex; align-items:baseline; gap:0.7rem; margin-bottom:0.65rem; }\n    .convo-turn-label { font-size:0.58rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--violet-light); }\n    .convo-turn-title { font-size:0.88rem; font-weight:600; color:#EDECEA; }\n    .convo-signal { font-size:0.82rem; color:#f0ede8; line-height:1.62; margin-bottom:0.8rem; }\n    .convo-signal strong { color:#fff; font-weight:500; }\n    .convo-divider { border:none; border-top:1px solid #2e2a38; margin-bottom:0.8rem; }\n    .convo-prescription-label { font-size:0.58rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--violet-light); margin-bottom:0.35rem; }\n    .convo-prescription { font-size:0.85rem; color:#f0ede8; line-height:1.68; }\n    .convo-prescription strong { color:#fff; font-weight:600; }\n\n    .prx-scores { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:1.6rem; border-radius:8px; overflow:hidden; }\n    .prx-score { background:var(--dark-3); padding:1.1rem 1rem; text-align:center; }\n    .prx-score-n { display:block; font-family:\"DM Serif Display\",Georgia,serif; font-size:2.4rem; font-style:italic; color:var(--violet-light); line-height:0.9; margin-bottom:0.45rem; }\n    .prx-score-l { font-size:0.58rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:#f0ede8; line-height:1.4; }\n    .prx-quote { margin-top:1.6rem; padding:1rem 1.1rem; border-left:3px solid rgba(124,92,191,0.55); border-radius:0 6px 6px 0; background:rgba(255,255,255,0.04); }\n    .prx-quote-label { font-size:0.58rem; font-weight:700; letter-spacing:0.11em; text-transform:uppercase; color:var(--violet-light); margin-bottom:0.4rem; }\n    .prx-quote p { font-size:0.85rem; font-style:italic; color:#f0ede8; line-height:1.65; margin:0; }\n\n    \/* \u2500\u2500 USE CASES \u2500\u2500 *\/\n    .use-cases { border:1px solid var(--line); border-radius:10px; overflow:hidden; margin:2rem 0; }\n    .use-case { display:grid; grid-template-columns:44px 1fr; gap:1rem; align-items:start; padding:1.15rem 1.3rem; border-bottom:1px solid var(--line); background:var(--paper); }\n    .use-case:nth-child(even) { background:#fff; }\n    .use-case:last-child { border-bottom:none; }\n    .use-case-n { font-family:\"DM Serif Display\",Georgia,serif; font-size:1.3rem; font-style:italic; color:var(--violet); line-height:1; padding-top:0.15rem; }\n    .use-case h4 { font-size:0.9rem; font-weight:700; color:var(--ink); margin-bottom:0.25rem; }\n    .use-case p { font-size:0.84rem; color:var(--ink-soft); line-height:1.62; margin:0; }\n\n    \/* \u2500\u2500 SERIES NAV \u2500\u2500 *\/\n    .series-nav { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin:2.5rem 0; border:1px solid var(--line); border-radius:10px; overflow:hidden; }\n    .series-ep { padding:1rem 1.1rem; background:var(--paper); text-align:center; }\n    .series-ep:nth-child(even) { background:#fff; }\n    .series-ep .ep-n { display:block; font-family:\"DM Serif Display\",Georgia,serif; font-size:1.2rem; font-style:italic; color:var(--violet); line-height:1; margin-bottom:0.3rem; }\n    .series-ep .ep-name { font-size:0.75rem; font-weight:600; color:var(--ink); display:block; margin-bottom:0.2rem; }\n    .series-ep .ep-dyad { font-size:0.65rem; color:var(--ink-muted); }\n    .series-ep a { text-decoration:none; color:inherit; }\n    .series-ep a:hover .ep-name { color:var(--signal); }\n\n    \/* \u2500\u2500 BOTTOM CTA \u2500\u2500 *\/\n    .bottom-cta { background:var(--dark); border-radius:12px; padding:2.2rem 2rem; margin:3.5rem 0 0; text-align:center; }\n    .bottom-cta h3 { font-family:\"DM Serif Display\",Georgia,serif; font-size:1.5rem; font-weight:400; color:#fff; letter-spacing:-0.02em; margin-bottom:0.6rem; line-height:1.15; }\n    .bottom-cta h3 em { color:var(--violet-light); font-style:italic; }\n    .bottom-cta p { font-size:0.9rem; color:#f0ede8; margin-bottom:1.3rem; line-height:1.6; }\n    .btn-violet { display:inline-flex; align-items:center; gap:0.4rem; background:var(--violet); color:#fff !important; font-size:0.85rem; font-weight:700; text-decoration:none !important; padding:0.72rem 1.35rem; border-radius:5px; transition:opacity .15s; }\n    .btn-violet:hover { opacity:.88; }\n\n    \/* \u2500\u2500 REFERENCES \u2500\u2500 *\/\n    .refs { margin-top:3.5rem; padding-top:2rem; border-top:1px solid var(--line); }\n    .refs h2 { font-family:\"DM Serif Display\",Georgia,serif; font-size:1.15rem; font-weight:400; color:var(--ink); margin-bottom:1.2rem; }\n    .ref-group { margin-bottom:1.4rem; }\n    .ref-group-label { font-size:0.6rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--signal); margin-bottom:0.5rem; }\n    .ref-row { display:flex; justify-content:space-between; align-items:baseline; gap:1rem; padding:0.5rem 0; border-bottom:1px solid var(--line); font-size:0.82rem; color:var(--ink-soft); line-height:1.55; }\n    .ref-row:last-child { border-bottom:none; }\n    .ref-row a { font-size:0.74rem; font-weight:600; color:var(--signal); white-space:nowrap; flex-shrink:0; }\n\n    \/* \u2500\u2500 POST NAV \u2500\u2500 *\/\n    .post-nav { display:flex; justify-content:space-between; gap:1rem; margin-top:3rem; padding-top:2rem; border-top:1px solid var(--line); }\n    .post-nav a { font-size:0.82rem; font-weight:600; color:var(--signal); text-decoration:none; }\n    .post-nav a:hover { text-decoration:underline; }\n    .post-nav-prev::before { content:\"\u2190 \"; }\n    .post-nav-next::after { content:\" \u2192\"; }\n\n    @media (max-width:640px) {\n      .article { padding:2.5rem 1.2rem 5rem; }\n      .hero { padding:3.5rem 1.2rem 3rem; }\n      .stat-bar { grid-template-columns:1fr; }\n      .gen-row { grid-template-columns:26px 1fr auto; gap:0.6rem; }\n      .gen-cat { display:none; }\n      .dyad-pairs { grid-template-columns:1fr; }\n      .dyad-pair { border-right:none !important; border-bottom:1px solid var(--line); }\n      .dyad-pair:last-child { border-bottom:none; }\n      .series-nav { grid-template-columns:repeat(2,1fr); }\n    }\n    @media (prefers-reduced-motion:reduce) {\n      *, *::before, *::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }\n    }\n  <\/style>\n\n\n\n  <header class=\"hero\">\n    <div class=\"hero-inner\">\n      <div class=\"hero-series\">Prescriptive AI \u00b7 Enterprise Software \u00b7 Episode 5<\/div>\n\n      <!-- Plutchik wheel \u2014 Anxious Submission triad (Fear + Trust + Anticipation) in violet -->\n      <div class=\"hero-wheel\" aria-hidden=\"true\">\n        <svg viewBox=\"0 0 220 220\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <defs>\n            <style>\n              @keyframes glowV  { 0%,100%{opacity:.92} 50%{opacity:.38} }\n              @keyframes glowVd { 0%,100%{opacity:.48} 50%{opacity:.16} }\n              .pv-on  { animation:glowV  2.6s ease-in-out infinite; }\n              .pv-mid { animation:glowV  2.6s ease-in-out infinite; animation-delay:.6s; opacity:.75; }\n              .pv-off { animation:glowVd 2.6s ease-in-out infinite; }\n            <\/style>\n          <\/defs>\n          <g transform=\"translate(110,110)\">\n            <!-- Joy -->\n            <path d=\"M0,0 L22,-88 A88,88,0,0,1,62,-63 Z\" fill=\"#FFD166\" class=\"pv-off\"><\/path>\n            <!-- Trust \u2014 ACTIVE (Submission component) -->\n            <path d=\"M0,0 L62,-63 A88,88,0,0,1,88,0 Z\" fill=\"#7c5cbf\" class=\"pv-on\"><\/path>\n            <!-- Fear \u2014 ACTIVE (Submission component) -->\n            <path d=\"M0,0 L88,0 A88,88,0,0,1,62,63 Z\" fill=\"#a886e8\" class=\"pv-on\"><\/path>\n            <!-- Surprise -->\n            <path d=\"M0,0 L62,63 A88,88,0,0,1,22,88 Z\" fill=\"#B8F2E6\" class=\"pv-off\"><\/path>\n            <!-- Sadness -->\n            <path d=\"M0,0 L22,88 A88,88,0,0,1,-22,88 Z\" fill=\"#6B9FD4\" class=\"pv-off\"><\/path>\n            <!-- Disgust -->\n            <path d=\"M0,0 L-22,88 A88,88,0,0,1,-62,63 Z\" fill=\"#9B72CF\" class=\"pv-off\"><\/path>\n            <!-- Anger -->\n            <path d=\"M0,0 L-62,63 A88,88,0,0,1,-88,0 Z\" fill=\"#FF6B35\" class=\"pv-off\"><\/path>\n            <!-- Anticipation \u2014 ACTIVE (Anxiety component) -->\n            <path d=\"M0,0 L-88,0 A88,88,0,0,1,-22,-88 Z\" fill=\"#9370d4\" class=\"pv-mid\"><\/path>\n            <!-- Joy close -->\n            <path d=\"M0,0 L-22,-88 A88,88,0,0,1,22,-88 Z\" fill=\"#FFD166\" class=\"pv-off\"><\/path>\n          <\/g>\n          <circle cx=\"110\" cy=\"110\" r=\"52\" fill=\"#fff\" opacity=\".04\"><\/circle>\n          <circle cx=\"110\" cy=\"110\" r=\"52\" fill=\"none\" stroke=\"rgba(124,92,191,0.22)\" stroke-width=\"1\"><\/circle>\n          <circle cx=\"110\" cy=\"110\" r=\"26\" fill=\"#1a1a18\"><\/circle>\n          <text x=\"110\" y=\"104\" text-anchor=\"middle\" font-family=\"DM Serif Display,Georgia,serif\" font-size=\"6.5\" font-style=\"italic\" fill=\"#a886e8\">Anxious<\/text>\n          <text x=\"110\" y=\"113\" text-anchor=\"middle\" font-family=\"DM Serif Display,Georgia,serif\" font-size=\"6.5\" font-style=\"italic\" fill=\"#a886e8\">Submission<\/text>\n          <text x=\"110\" y=\"122\" text-anchor=\"middle\" font-family=\"DM Sans,sans-serif\" font-size=\"5.2\" fill=\"rgba(168,134,232,0.65)\" letter-spacing=\".04em\">TRIAD \u00b7 25%<\/text>\n        <\/svg>\n      <\/div>\n\n      <h1>Prescriptive AI:<br>Enterprise software.<br>70% of transformations fail.<br><em>Not because of code.<\/em><\/h1>\n      <p class=\"hero-lead\">\n        The Anxious Submission triad is active in 25% of every enterprise deployment \u2014 users who appear to be adopting but aren&#8217;t, stakeholders who agreed without believing, champions who went silent rather than resistant. Prescriptive AI catches it. Here&#8217;s how.\n      <\/p>\n    <\/div>\n  <\/header>\n\n  <article class=\"article\">\n\n    <p>Enterprise software has a problem it cannot solve with better software.<\/p>\n    <p>The procurement team said yes. The CTO signed off. The rollout plan was approved. The dashboard shows 80% provisioned users. And yet \u2014 18 months later \u2014 the platform is quietly dying. Shadow processes have returned. The Slack channels are still running the decisions that the new system was supposed to own. The renewal conversation will be difficult.<\/p>\n    <p>This happens in 70% of enterprise transformations. And almost no one in the industry is asking the right question.<\/p>\n\n    <div class=\"pull-quote\">\n      <p>&#8220;Adoption rarely fails because the software doesn&#8217;t work. It fails because the people inside the organisation never genuinely committed \u2014 and no system ever noticed.&#8221;<\/p>\n    <\/div>\n\n    <p>The RFP asked the right questions about architecture, security, integration, and scalability. It did not ask: <em>what emotional state will our users be in when they first open this tool?<\/em> What dyad will be active in the champion&#8217;s mind when they present this to their team? What is the emotional signature of a deployment six months before it fails?<\/p>\n    <p>Those are not soft questions. They are the questions that predict the $2.3 trillion in failed transformation spending that enterprise software loses every year.<\/p>\n\n    <hr class=\"rule\">\n\n    <h2>The numbers that describe<br><em>a crisis the industry calls &#8220;adoption.&#8221;<\/em><\/h2>\n\n    <div class=\"stat-bar\">\n      <div class=\"stat-cell\">\n        <span class=\"stat-n warn\">70%<\/span>\n        <span class=\"stat-l\"><strong>of digital transformations<\/strong>fail to meet original objectives \u2014 still true in 2026<br><small>McKinsey \/ Bain, 2024\u20132026<\/small><\/span>\n      <\/div>\n      <div class=\"stat-cell\">\n        <span class=\"stat-n warn\">$2.3T<\/span>\n        <span class=\"stat-l\"><strong>annual cost<\/strong>of failed transformation globally<br><small>Meltingspot, 2025<\/small><\/span>\n      <\/div>\n      <div class=\"stat-cell\">\n        <span class=\"stat-n warn\">30%<\/span>\n        <span class=\"stat-l\"><strong>3-month user retention<\/strong>70 of every 100 active users gone<br><small>Pendo, 2025<\/small><\/span>\n      <\/div>\n    <\/div>\n\n    <p>These are not product failures. These are emotional failures \u2014 distributed across thousands of conversations, onboarding sessions, champion presentations, and stakeholder check-ins where the emotional state of the person in the room was never read, never acknowledged, and never responded to.<\/p>\n\n    <div class=\"stat-bar\">\n      <div class=\"stat-cell\">\n        <span class=\"stat-n warn\">85%<\/span>\n        <span class=\"stat-l\"><strong>of digital initiatives<\/strong>never scale beyond pilot stage<br><small>Gartner, 2025\u20132026<\/small><\/span>\n      <\/div>\n      <div class=\"stat-cell\">\n        <span class=\"stat-n warn\">40%<\/span>\n        <span class=\"stat-l\"><strong>of agentic AI projects<\/strong>will be canceled by end of 2027<br><small>Gartner, 2026<\/small><\/span>\n      <\/div>\n      <div class=\"stat-cell\">\n        <span class=\"stat-n\">2%<\/span>\n        <span class=\"stat-l\"><strong>Love dyad prevalence<\/strong>the rarest emotional state in enterprise software<br><small>ConsentPlace analysis<\/small><\/span>\n      <\/div>\n    <\/div>\n\n    <p>The Gartner figures matter more than they look. 85% of digital initiatives never make it past pilot \u2014 and now the same pattern is repeating specifically inside the AI wave that was supposed to be different. 40% of agentic AI projects are on track to be canceled within roughly two years of launch, not because the models don&#8217;t work, but for the same reason every other transformation stalls: adoption gets tracked as behavior \u2014 logins, task completions, pilot metrics \u2014 and never read as genuine commitment. The technology changed. The failure mode didn&#8217;t.<\/p>\n    <p>The 2% Love dyad figure is the most important number in the second table. In every other vertical \u2014 luxury, automotive, healthcare, finance \u2014 the Love dyad (Joy + Trust) is rare but achievable. In enterprise software, it is almost absent. The emotional ceiling of the industry is Submission and Frustration, not attachment and advocacy.<\/p>\n    <p>And the industry has optimised for that ceiling rather than challenging it.<\/p>\n\n    <hr class=\"rule\">\n\n    <h2>The silent failure mode.<br><em>Why 70% can&#8217;t be tracked until it&#8217;s too late.<\/em><\/h2>\n\n    <p>Enterprise software&#8217;s most dangerous failure mode is not the user who complains. Complaining requires engagement. It requires enough emotional investment to bother.<\/p>\n    <p>The dangerous failure is the user who nods compliance \u2014 who shows up in the adoption dashboard as active, who attends the training session, who says &#8220;yes, this makes sense&#8221; \u2014 and then quietly continues doing everything the old way.<\/p>\n    <p>This is the <strong>Anxious Submission triad<\/strong>.<\/p>\n    <p>Fear meeting Trust meeting Anticipation \u2014 in the specific configuration that produces apparent cooperation without genuine commitment. The dashboard shows green. The CSM reports positive sentiment. The QBR looks clean. And 12 months later, the renewal is at risk for reasons nobody can explain.<\/p>\n\n    <div class=\"cost-box\">\n      <div class=\"cost-box-label\">The silent failure sequence<\/div>\n      <p><strong>Month 1:<\/strong> Deployment complete. 82% provisioned. Champion reports enthusiasm. Anxious Submission active \u2014 25% of users complying from mandate, not conviction. System shows adoption. Reality: shallow.<\/p>\n      <p><strong>Month 3:<\/strong> 70 of 100 initially active users have disengaged. CSM escalates on usage metrics. Root cause analysis: &#8220;feature gap&#8221; or &#8220;change management.&#8221; Actual cause: emotional state of deployment never read.<\/p>\n      <p><strong>Month 12:<\/strong> Renewal conversation opens with a discount request. Frustrated Cynicism triad now dominant \u2014 18% of remaining users. Champion has left or gone quiet. The platform is described internally as &#8220;the system we have to use.&#8221; NPS: negative. Churn probability: high.<\/p>\n    <\/div>\n\n    <hr class=\"rule\">\n\n    <h2>Detection was never enough.<br><em>Product analytics can&#8217;t see what Prescriptive AI sees.<\/em><\/h2>\n\n    <p>Enterprise software has the most sophisticated product analytics of any industry. Session recordings. Heat maps. Feature adoption funnels. Health scores. NPS. CSAT. Cohort retention. Expansion signals.<\/p>\n    <p>All of it is Descriptive and Predictive AI. All of it tracks behavior.<\/p>\n    <p>None of it reads the emotional state of the person behind the behavior.<\/p>\n\n    <div class=\"gen-ladder\" aria-label=\"AI capability progression\">\n      <div class=\"gen-row\">\n        <span class=\"gen-n\">1<\/span>\n        <span class=\"gen-cat\">Descriptive<\/span>\n        <span class=\"gen-desc\">Tells you feature X has 23% adoption. After the window to intervene has closed.<\/span>\n      <\/div>\n      <div class=\"gen-row\">\n        <span class=\"gen-n\">2<\/span>\n        <span class=\"gen-cat\">Predictive<\/span>\n        <span class=\"gen-desc\">Scores churn probability at 72%. Flags the account. Still doesn&#8217;t say why \u2014 or what to say to the champion right now.<\/span>\n      <\/div>\n      <div class=\"gen-row\">\n        <span class=\"gen-n\">3<\/span>\n        <span class=\"gen-cat\">Prescriptive<\/span>\n        <span class=\"gen-desc\">Detects the Anxious Submission triad in the onboarding conversation and prescribes the specific move that converts apparent compliance into genuine adoption \u2014 before Month 3.<\/span>\n        <span class=\"gen-badge\">ConsentPlace<\/span>\n      <\/div>\n    <\/div>\n\n    <p>The difference between Predictive and Prescriptive in enterprise software is the difference between a churn alert at Month 10 and a conversation intervention at Week 2 of onboarding \u2014 when the emotional state that predicted the churn was first detectable, and still recoverable.<\/p>\n\n    <hr class=\"rule\">\n\n    <h2 class=\"violet\">The enterprise dyads.<br><em>What&#8217;s actually happening in the deployment.<\/em><\/h2>\n\n    <p>Enterprise users never adopt from a single emotional state. They arrive carrying the weight of previous failed transformations, mandatory rollouts they didn&#8217;t choose, and the quiet suspicion that this one will be no different. Plutchik called these blends <strong>dyads<\/strong>. In enterprise software, six define almost every decisive interaction:<\/p>\n\n    <div class=\"dyad-visual\">\n      <div class=\"dyad-visual-head\">\n        <div class=\"dyad-dot r\"><\/div>\n        <div class=\"dyad-dot a\"><\/div>\n        <div class=\"dyad-dot g\"><\/div>\n        <h3>The 6 decisive enterprise dyads<\/h3>\n        <span>Detected in real time \u00b7 v39.4<\/span>\n      <\/div>\n      <div class=\"dyad-pairs\">\n        <div class=\"dyad-pair\">\n          <div class=\"dyad-equation crit\">Anticipation + Fear<\/div>\n          <div class=\"dyad-name\">Anxiety<\/div>\n          <div class=\"dyad-desc\">The dominant entry state. &#8220;Will this work? Will I look bad if it doesn&#8217;t? What if my team resists?&#8221; 70% transformation failure rate has trained an entire generation of enterprise buyers to expect disappointment.<\/div>\n          <div class=\"dyad-signal crit\">20% of all interactions \u00b7 dominant entry state<\/div>\n        <\/div>\n        <div class=\"dyad-pair\">\n          <div class=\"dyad-equation warn\">Anger + Anticipation<\/div>\n          <div class=\"dyad-name\">Frustration<\/div>\n          <div class=\"dyad-desc\">&#8220;This is clunky. Why is this so hard? I have a job to do and this is slowing me down.&#8221; 65% of enterprise users face significant tool frustration. Frustration that goes unacknowledged becomes Cynicism within 30 days.<\/div>\n          <div class=\"dyad-signal warn\">15% of interactions \u00b7 65% of users experiencing it<\/div>\n        <\/div>\n        <div class=\"dyad-pair\">\n          <div class=\"dyad-equation warn\">Trust + Fear<\/div>\n          <div class=\"dyad-name\">Submission<\/div>\n          <div class=\"dyad-desc\">&#8220;IT says we must. I&#8217;ll comply.&#8221; The most misread state in enterprise \u2014 looks like adoption, is actually deferred resistance. 70% of enterprises cannot fully track software adoption because Submission registers as success.<\/div>\n          <div class=\"dyad-signal warn\">10% of interactions \u00b7 most misread as success<\/div>\n        <\/div>\n        <div class=\"dyad-pair\">\n          <div class=\"dyad-equation warn\">Disgust + Anticipation<\/div>\n          <div class=\"dyad-name\">Cynicism<\/div>\n          <div class=\"dyad-desc\">&#8220;Another overhyped platform that won&#8217;t deliver.&#8221; 85% of digital initiatives never scale past pilot \u2014 enterprise buyers have learned this the hard way. Cynicism is not irrational. It is a reasonable prior. And it requires a specific prescription to overcome.<\/div>\n          <div class=\"dyad-signal warn\">12% of interactions \u00b7 veteran resistance<\/div>\n        <\/div>\n        <div class=\"dyad-pair\">\n          <div class=\"dyad-equation\">Joy + Fear<\/div>\n          <div class=\"dyad-name\">Guilt<\/div>\n          <div class=\"dyad-desc\">&#8220;We spent $2M on this and I&#8217;m still using the old spreadsheet.&#8221; The shelfware dyad. 40% employee resentment rate coexists with genuine interest. Guilt drives continued parallel tool use \u2014 and eventual churn.<\/div>\n          <div class=\"dyad-signal\">8% of interactions \u00b7 shelfware driver<\/div>\n        <\/div>\n        <div class=\"dyad-pair\">\n          <div class=\"dyad-equation\">Joy + Trust<\/div>\n          <div class=\"dyad-name\">Love<\/div>\n          <div class=\"dyad-desc\">The rarest state in enterprise software. Only 2% prevalence \u2014 achieved only by NPS 50+ vendors. Companies that reach it grow 2.3\u00d7 faster. The target state that Prescriptive AI builds systematically, turn by turn.<\/div>\n          <div class=\"dyad-signal safe\">2% prevalence \u00b7 2.3\u00d7 faster growth when achieved<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <p>But in enterprise software, dyads rarely operate alone. They combine across stakeholders into <strong>triads<\/strong> \u2014 three-emotion blends that create the compound states that actually determine whether transformation happens.<\/p>\n\n    <div class=\"triad-box\">\n      <div class=\"triad-head\">\n        <h3>The 4 decisive enterprise triads<\/h3>\n        <span>Cross-stakeholder patterns \u00b7 ConsentPlace analysis<\/span>\n      <\/div>\n      <div class=\"triad-item\">\n        <div class=\"triad-eq crit\">Fear + Trust + Anticipation<\/div>\n        <div class=\"triad-name\">Anxious Submission<\/div>\n        <div class=\"triad-pct crit\">25% of deployments \u00b7 DOMINANT<\/div>\n        <div class=\"triad-desc\">&#8220;IT mandated this, I&#8217;m scared of getting it wrong, but I&#8217;ll comply.&#8221; Looks like adoption in every dashboard. Is actually deferred resistance with a 12-month fuse. The triad that drives the 70% failure rate \u2014 by being invisible to every system except Prescriptive AI.<\/div>\n      <\/div>\n      <div class=\"triad-item\">\n        <div class=\"triad-eq warn\">Anger + Disgust + Anticipation<\/div>\n        <div class=\"triad-name\">Frustrated Cynicism<\/div>\n        <div class=\"triad-pct warn\">18% of deployments<\/div>\n        <div class=\"triad-desc\">&#8220;Another clunky mess from a vendor who doesn&#8217;t understand our workflow.&#8221; Veteran resistance \u2014 users who have survived multiple failed rollouts and now have the scars to prove they were right. Shadow IT is already running. The platform is already losing.<\/div>\n      <\/div>\n      <div class=\"triad-item\">\n        <div class=\"triad-eq\">Joy + Fear + Sadness<\/div>\n        <div class=\"triad-name\">Guilty Disappointment<\/div>\n        <div class=\"triad-pct\">12% of deployments<\/div>\n        <div class=\"triad-desc\">&#8220;We spent $2M on this. I should love it. I don&#8217;t.&#8221; The sunk cost triad. The champion is privately aware the platform isn&#8217;t delivering but cannot say so without indicting their own recommendation. Churn arrives as a budget decision, not a product one.<\/div>\n      <\/div>\n      <div class=\"triad-item\">\n        <div class=\"triad-eq\">Surprise + Sadness + Anticipation<\/div>\n        <div class=\"triad-name\">Overwhelmed Pessimism<\/div>\n        <div class=\"triad-pct\">8% of deployments<\/div>\n        <div class=\"triad-desc\">&#8220;This is so much more complex than they showed us in the demo.&#8221; First-time buyers of enterprise software at this scale. Paralysis sets in within 60 days. Decisions stall. The rollout slows. The vendor interprets this as &#8220;needs more training.&#8221;<\/div>\n      <\/div>\n    <\/div>\n\n    <hr class=\"rule\">\n\n    <!-- PRESCRIPTIVE AI BLOCK -->\n    <div class=\"prx-block\">\n      <div class=\"prx-eyebrow\">Prescriptive AI in action \u00b7 ConsentPlaceAgent v39.4<\/div>\n      <h2>The three turns where<br><em>enterprise deployments are won or lost.<\/em><\/h2>\n      <p class=\"prx-lead\">\n        Here&#8217;s how ConsentPlaceAgent v39.4 applies Prescriptive AI across the full enterprise software journey \u2014 the champion discovery call, the onboarding kickoff, and the 90-day check-in. Three independent AI systems evaluated each prescriptive move against this framework. Here&#8217;s what the system does at the turns that decide whether a deployment becomes a renewal or a churn.\n      <\/p>\n\n      <div class=\"convo\">\n\n        <div class=\"convo-turn\">\n          <div class=\"convo-header\">\n            <span class=\"convo-turn-label\">Turn 1<\/span>\n            <span class=\"convo-turn-title\">The champion discovery call \u2014 Anxiety dyad detected<\/span>\n          <\/div>\n          <p class=\"convo-signal\">\n            <strong>What the system sees:<\/strong> Champion is 20 minutes into a discovery call. Asks detailed questions about implementation timeline, IT involvement, and what happens &#8220;if the rollout doesn&#8217;t go as planned.&#8221; Each question is technically about process. Emotionally, it is a single question repeated in different forms: &#8220;Will I be held responsible when this goes wrong?&#8221; Anxiety dyad active \u2014 Anticipation (genuine interest in solving the problem) colliding with Fear (personal accountability, organisational risk, memory of the last failed platform). The emotional arc is shaped entirely by a prior experience that hasn&#8217;t been named.\n          <\/p>\n          <hr class=\"convo-divider\">\n          <div class=\"convo-prescription-label\">ConsentPlace prescribes<\/div>\n          <p class=\"convo-prescription\">\n            <strong>Name the prior failure before they do.<\/strong> The Anxiety dyad in enterprise software is almost always anchored to a specific memory \u2014 a previous transformation that went badly, a budget that disappeared, a team that blamed the champion. The prescription is not to reassure with case studies or implementation guarantees \u2014 both are perceived as sales moves. ConsentPlace prescribes a direct acknowledgment of the pattern the champion is describing: &#8220;It sounds like you&#8217;ve been through a difficult rollout before. Can you tell me what that looked like?&#8221; This single move does three things: it validates the fear as legitimate rather than irrational, it surfaces the specific prior experience that is shaping every question, and it converts a sales conversation into a trust conversation. The Guided Goal goes silent. The champion becomes the author of their own readiness criteria \u2014 and those criteria become the roadmap for the entire engagement.\n          <\/p>\n        <\/div>\n\n        <div class=\"convo-turn\">\n          <div class=\"convo-header\">\n            <span class=\"convo-turn-label\">Turn 2<\/span>\n            <span class=\"convo-turn-title\">Week 2 onboarding \u2014 Anxious Submission triad detected<\/span>\n          <\/div>\n          <p class=\"convo-signal\">\n            <strong>What the system sees:<\/strong> Team onboarding session, day 8 of deployment. Attendance: 94%. Responses: fast, polite, uniformly affirmative. No pushback. No questions in the Q&amp;A. The CSM reports a &#8220;great session&#8221; and marks adoption health as green. ConsentPlace detects the Anxious Submission triad across the room \u2014 Fear (what if I&#8217;m the one who can&#8217;t figure this out?) meeting Trust (IT said this is the system, so we comply) meeting Anticipation (hoping it will work, not convinced it will). This is not adoption. This is the surface of adoption. 70 of these 100 users will be gone by Month 3 \u2014 and no dashboard will explain why.\n          <\/p>\n          <hr class=\"convo-divider\">\n          <div class=\"convo-prescription-label\">ConsentPlace prescribes<\/div>\n          <p class=\"convo-prescription\">\n            <strong>Break the polite silence. Before it becomes a pattern.<\/strong> The Anxious Submission triad responds to one thing: permission to be honest without consequence. The worst move at this turn is to accept the silence as agreement and move forward \u2014 every onboarding session that proceeds on top of unacknowledged hesitation deepens the triad&#8217;s hold. ConsentPlace prescribes a deliberate break in the session flow: not a Q&amp;A prompt, but a direct statement that acknowledges the dynamic: &#8220;In sessions like this, people often have concerns they don&#8217;t raise yet. That&#8217;s completely normal. Can we take 5 minutes now for people to tell us what would need to be true for this to actually work for them?&#8221; This reframes the conversation from &#8220;adoption is mandatory&#8221; to &#8220;your readiness is a collaborative project.&#8221; The responses that follow are the real onboarding data. The concerns surfaced here are prescribable. The concerns that stay silent become Month-3 churn.\n          <\/p>\n        <\/div>\n\n        <div class=\"convo-turn\">\n          <div class=\"convo-header\">\n            <span class=\"convo-turn-label\">Turn 3<\/span>\n            <span class=\"convo-turn-title\">The 90-day check-in \u2014 Cynicism triad detected<\/span>\n          <\/div>\n          <p class=\"convo-signal\">\n            <strong>What the system sees:<\/strong> Quarterly business review, Day 92. Usage metrics: 34% of licensed features actively used. The champion is present but quieter than the discovery call. Refers to the platform twice in the past tense. Uses the phrase &#8220;what we hoped it would do.&#8221; Frustrated Cynicism triad emerging \u2014 Anger (the platform hasn&#8217;t delivered what was shown in the demo) meeting Disgust (this was predictable, we&#8217;ve seen this before) meeting Anticipation (still invested in finding a path forward, but running out of runway). The vendor interprets this as &#8220;needs more training&#8221; and schedules an enablement session. This is the last wrong move.\n          <\/p>\n          <hr class=\"convo-divider\">\n          <div class=\"convo-prescription-label\">ConsentPlace prescribes<\/div>\n          <p class=\"convo-prescription\">\n            <strong>Stop defending. Start diagnosing together.<\/strong> The Frustrated Cynicism triad cannot be managed with product training, feature roadmap previews, or executive escalations \u2014 all three confirm that the vendor is not listening. ConsentPlace prescribes a complete reversal of the QBR format: instead of presenting metrics, ask the champion to describe \u2014 in their own words, not in platform language \u2014 what the workflow looks like today versus what they expected it to look like. Then listen without redirecting to product capabilities. The Cynicism triad requires the vendor to demonstrate that the diagnosis matters more than the defense. Once the gap between expectation and reality is explicitly named and owned by both parties, it becomes a solvable problem rather than a renewal risk. The prescription then is a co-authored 60-day plan built on the champion&#8217;s words \u2014 not the vendor&#8217;s roadmap. The Guided Goal re-engages only after the Cynicism signal clears and genuine re-engagement begins.\n          <\/p>\n        <\/div>\n\n      <\/div>\n\n      <!-- Scores -->\n      <div class=\"prx-scores\" aria-label=\"Independent evaluation scores\">\n        <div class=\"prx-score\">\n          <span class=\"prx-score-n\">9.5<\/span>\n          <span class=\"prx-score-l\">Safety-focused<br>AI evaluator<\/span>\n        <\/div>\n        <div class=\"prx-score\">\n          <span class=\"prx-score-n\">9.6<\/span>\n          <span class=\"prx-score-l\">Reasoning-first<br>AI evaluator<\/span>\n        <\/div>\n        <div class=\"prx-score\">\n          <span class=\"prx-score-n\">9.0<\/span>\n          <span class=\"prx-score-l\">Multimodal-native<br>AI evaluator<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"prx-quote\">\n        <div class=\"prx-quote-label\">Reasoning-first AI system \u00b7 Prescriptive score 5\/5 \u00b7 July 2026<\/div>\n        <p>&#8220;It identifies the kind of hesitation before changing the conversational strategy. That is exactly the shift Prescriptive AI is meant to make.&#8221;<\/p>\n      <\/div>\n    <\/div>\n\n    <hr class=\"rule\">\n\n    <h2>Where Prescriptive AI<br><em>changes the enterprise outcome.<\/em><\/h2>\n\n    <p>The decisive emotional turn appears at every stage of the enterprise lifecycle. Six moments carry the highest concentration of triad-driven risk:<\/p>\n\n    <div class=\"use-cases\">\n      <div class=\"use-case\">\n        <span class=\"use-case-n\">1<\/span>\n        <div>\n          <h4>Champion discovery &amp; qualification<\/h4>\n          <p>The champion&#8217;s Anxiety dyad is active from the first conversation. It encodes the emotional conditions of the entire engagement. ConsentPlace reads it at Turn 1 and prescribes the move that converts risk-transfer anxiety into genuine co-authorship \u2014 before the SOW is signed on a misread foundation.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"use-case\">\n        <span class=\"use-case-n\">2<\/span>\n        <div>\n          <h4>Onboarding &amp; team rollout<\/h4>\n          <p>The Anxious Submission triad is most active in Weeks 1\u20134 of deployment \u2014 and most invisible to standard adoption metrics. ConsentPlace breaks the polite silence before it sets as a pattern. 40% faster onboarding is achievable when emotional readiness is read alongside feature readiness.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"use-case\">\n        <span class=\"use-case-n\">3<\/span>\n        <div>\n          <h4>Multi-stakeholder alignment<\/h4>\n          <p>Enterprise decisions are made across stakeholders in different emotional states simultaneously \u2014 the CFO in Guilt (sunk cost), the end user in Frustration, the IT lead in Submission. ConsentPlace maps the triad across the room, not just for the person speaking. The prescription addresses the room&#8217;s state, not the room&#8217;s loudest voice.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"use-case\">\n        <span class=\"use-case-n\">4<\/span>\n        <div>\n          <h4>QBR &amp; renewal conversations<\/h4>\n          <p>By the 90-day mark, Frustrated Cynicism is identifiable 6\u201312 months before it appears in health scores. ConsentPlace catches the triad at the QBR and prescribes the format shift that prevents the renewal from becoming a discount negotiation \u2014 by diagnosing the gap together rather than defending the product alone.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"use-case\">\n        <span class=\"use-case-n\">5<\/span>\n        <div>\n          <h4>Expansion &amp; upsell<\/h4>\n          <p>Expansion requires the Love dyad \u2014 Joy meeting Trust. Most vendors try to sell expansion before Love is present. ConsentPlace detects when the emotional conditions for expansion are actually met and prescribes the conversation at that moment, not at the end-of-quarter quota deadline. That&#8217;s what 3\u00d7 expansion revenue growth looks like when AI is emotionally intelligent.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"use-case\">\n        <span class=\"use-case-n\">6<\/span>\n        <div>\n          <h4>AI copilot &amp; workflow adoption<\/h4>\n          <p>As enterprise software shifts to AI-mediated interaction \u2014 copilots, conversational workflows, agentic automation \u2014 every interaction is now a conversation. Which means every interaction now has an emotional state. Gartner projects 40% of agentic AI projects will be canceled by the end of 2027 \u2014 not because the models fail, but because the same Anxious Submission pattern that sinks traditional rollouts is repeating inside AI ones, just faster. ConsentPlace makes that state prescribable, across every copilot session, every workflow prompt, every AI-assisted decision. Adoption is no longer a one-time event. It is an ongoing emotional negotiation \u2014 and Prescriptive AI is the only system that reads it in real time.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <hr class=\"rule\">\n\n    <h2>The platform that wins<br><em>won&#8217;t have the best features.<\/em><\/h2>\n\n    <p>Enterprise software is entering a new era \u2014 not of better products, but of better conversations. AI copilots. Conversational workflows. Agentic automation. Every part of the modern enterprise stack is becoming an interaction surface. Which means every part of it now has an emotional layer.<\/p>\n    <p>The vendors who understand this will not be those with the most sophisticated product analytics or the most aggressive CS motion.<\/p>\n    <p>They will be the ones whose AI knows the difference between a user who has adopted and a user who has submitted. Between a champion who is confident and one who is privately aware the platform is failing. Between a QBR that is going well and a QBR that is 90 days from churn.<\/p>\n    <p><strong>Love at 2% is not a market reality. It is a design failure.<\/strong><\/p>\n    <p>Every enterprise platform that accepts Submission as a proxy for adoption, Anxiety as a normal state of deployment, and Cynicism as the inevitable cost of transformation is leaving the 25-30% revenue retention that genuine emotional alignment would unlock.<\/p>\n    <p>Prescriptive AI is not a feature to add to the product. It is the capability that makes adoption real \u2014 by reading the emotional state of the deployment, prescribing the right move at the decisive turn, and building toward Love systematically rather than hoping for it accidentally.<\/p>\n\n    <!-- Series navigation -->\n    <div class=\"series-nav\" aria-label=\"Prescriptive AI by Industry series\">\n      <div class=\"series-ep\">\n        <a href=\"https:\/\/blogs.consentplace.com\/en\/prescriptive-ai-by-industry-luxury\/\">\n          <span class=\"ep-n\">1<\/span>\n          <span class=\"ep-name\">Luxury<\/span>\n          <span class=\"ep-dyad\">Love \u00b7 Contempt<\/span>\n        <\/a>\n      <\/div>\n      <div class=\"series-ep\">\n        <a href=\"https:\/\/blogs.consentplace.com\/en\/prescriptive-ai-by-industry-automobile\/\">\n          <span class=\"ep-n\">2<\/span>\n          <span class=\"ep-name\">Automotive<\/span>\n          <span class=\"ep-dyad\">Remorse \u00b7 Anxiety<\/span>\n        <\/a>\n      <\/div>\n      <div class=\"series-ep\">\n        <a href=\"https:\/\/blogs.consentplace.com\/en\/prescriptive-ai-by-industry-finance\/\">\n          <span class=\"ep-n\">3<\/span>\n          <span class=\"ep-name\">Finance<\/span>\n          <span class=\"ep-dyad\">Anxiety \u00b7 Submission<\/span>\n        <\/a>\n      <\/div>\n      <div class=\"series-ep\">\n        <a href=\"https:\/\/blogs.consentplace.com\/en\/prescriptive-ai-by-industry-healthcare\/\">\n          <span class=\"ep-n\">4<\/span>\n          <span class=\"ep-name\">Healthcare<\/span>\n          <span class=\"ep-dyad\">Submission \u00b7 Awe<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"bottom-cta\">\n      <h3>See Prescriptive AI at<br><em>the enterprise turn that matters.<\/em><\/h3>\n      <p>ConsentPlaceAgent detects the Anxious Submission triad, breaks the onboarding silence, and prescribes the move that builds toward Love \u2014 before Month 3 decides the renewal. Scored 9.5 \/ 9.6 \/ 9.0 by three independent AI systems.<\/p>\n      <a href=\"https:\/\/www.consentplace.com\/en#demo\" class=\"btn-violet\" target=\"_blank\">Watch the demo \u2192<\/a>\n    <\/div>\n\n    <!-- REFERENCES -->\n    <div class=\"refs\">\n      <h2>Research &amp; References<\/h2>\n\n      <div class=\"ref-group\">\n        <div class=\"ref-group-label\">Transformation Failure &amp; Churn Crisis<\/div>\n        <div class=\"ref-row\">\n          <span>McKinsey (2023\u20132026) \u2014 69\u201370% of digital transformation efforts still fail to deliver meaningful results; confirmed as an unchanged pattern across 2025 and 2026 industry reporting.<\/span>\n        <\/div>\n        <div class=\"ref-row\">\n          <span>Gartner (2025\u20132026) \u2014 85% of digital initiatives fail to scale beyond pilot stage; 40% of agentic AI projects projected to be canceled by end of 2027.<\/span>\n          <a href=\"https:\/\/keyholesoftware.com\/digital-transformation-statistics-2026\/\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n        <div class=\"ref-row\">\n          <span>Meltingspot (2025\u20132026) \u2014 70% digital transformation failure rate; $2.3T annual cost; 65% face significant tool frustration; 40% resent corporate technology complexity.<\/span>\n          <a href=\"https:\/\/meltingspot.io\/en\/blog\/why-digital-transformation-projects-fail\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n        <div class=\"ref-row\">\n          <span>Vena Solutions (2025) \u2014 SaaS Churn Rate Benchmarks: 3.5\u20134.2% monthly B2B SaaS churn; enterprise (ACV $50K+) under 1% monthly \/ under 10% annual \u2014 unchanged into 2026.<\/span>\n          <a href=\"https:\/\/www.venasolutions.com\/blog\/saas-churn-rate\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"ref-group\">\n        <div class=\"ref-group-label\">Adoption &amp; Retention Data<\/div>\n        <div class=\"ref-row\">\n          <span>Pendo (2025) \u2014 39% 1-month user retention; 30% 3-month retention: 70 of every 100 active users gone after 90 days.<\/span>\n          <a href=\"https:\/\/www.pendo.io\/pendo-blog\/user-retention-rate-benchmarks\/\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n        <div class=\"ref-row\">\n          <span>Fullview (2025) \u2014 Only 1 in 26 unhappy customers complain; rest silently churn. $8,700 SaaS spend per employee (+27% YoY).<\/span>\n          <a href=\"https:\/\/www.fullview.io\/blog\/average-churn-rate-for-saas-companies\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n        <div class=\"ref-row\">\n          <span>UserMotion (2024) \u2014 36% identify first 3 months as critical; 25% churn when decision-maker leaves (vs 8% when stays).<\/span>\n          <a href=\"https:\/\/usermotion.com\/saas-churn-rate-benchmark-2024\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n        <div class=\"ref-row\">\n          <span>ChurnZero (2025) \u2014 40% faster onboarding with AI; 3\u00d7 growth in expansion revenue (AI-enabled); 20% cost\/time savings via AI processes.<\/span>\n          <a href=\"https:\/\/churnzero.com\/blog\/2025-customer-success-trends\/\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"ref-group\">\n        <div class=\"ref-group-label\">Customer Satisfaction &amp; NPS<\/div>\n        <div class=\"ref-row\">\n          <span>Fullview (2025) \u2014 68% average CSAT for SaaS; NPS 45 technology companies; NPS 50+ companies grow 2.3\u00d7 faster with 20% lower churn.<\/span>\n          <a href=\"https:\/\/www.fullview.io\/blog\/support-stats\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n        <div class=\"ref-row\">\n          <span>CustomerGauge (2025) \u2014 Software: 81% median retention (19% churn); NPS above 50 essential for retention.<\/span>\n          <a href=\"https:\/\/customergauge.com\/blog\/average-churn-rate-by-industry\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"ref-group\">\n        <div class=\"ref-group-label\">Market Size &amp; AI Trends<\/div>\n        <div class=\"ref-row\">\n          <span>Mallow Technologies (2025) \u2014 Global enterprise software revenue: $315B (2025), $400B projected (2029); 6.18% annual growth rate.<\/span>\n          <a href=\"https:\/\/mallow-tech.com\/blog\/how-is-enterprise-software-development\/\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n        <div class=\"ref-row\">\n          <span>Keyhole Software \/ Gartner (2026) \u2014 Digital transformation market projected to reach $3.4T by 2026\u20132027; organizations integrating agentic AI into architect-led delivery are capturing the acceleration, while those piloting it in isolation are driving the 40% cancellation rate.<\/span>\n          <a href=\"https:\/\/keyholesoftware.com\/digital-transformation-statistics-2026\/\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"ref-group\">\n        <div class=\"ref-group-label\">Emotion Theory<\/div>\n        <div class=\"ref-row\">\n          <span>Plutchik, R. (1980) \u2014 <em>A general psychoevolutionary theory of emotion.<\/em> Academic Press.<\/span>\n          <a href=\"http:\/\/www.jstor.org\/stable\/27857503\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n        <div class=\"ref-row\">\n          <span>Plutchik, R. (2001) \u2014 &#8220;The Nature of Emotions.&#8221; <em>American Scientist, 89(4)<\/em>, 344\u2013350.<\/span>\n          <a href=\"https:\/\/journals.sagepub.com\/doi\/abs\/10.1177\/053901882021004003\" target=\"_blank\" rel=\"noopener\">View \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"ref-group\">\n        <div class=\"ref-group-label\">ConsentPlace Evaluation<\/div>\n        <div class=\"ref-row\">\n          <span>ConsentPlaceAgent v39.4 \u2014 Independent evaluation by three AI systems. July 2026. Scores: 9.5 \/ 9.6 \/ 9.0. Session average 8.6\/10. Prescriptive score 5\/5.<\/span>\n          <a href=\"https:\/\/blogs.consentplace.com\/en\/tech\/prescriptiveai\/\" target=\"_blank\" rel=\"noopener\">Read post \u2192<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- POST NAV -->\n    <nav class=\"post-nav\">\n      <a href=\"https:\/\/blogs.consentplace.com\/en\/prescriptive-ai-by-industry-healthcare\/\" class=\"post-nav-prev\">Healthcare<\/a>\n      <a href=\"https:\/\/blogs.consentplace.com\/en\/prescriptive-ai-by-industry-retail\/\" class=\"post-nav-next\">Retail<\/a>\n    <\/nav>\n\n  <\/article>\n\n\n<style id=\"wpforms-css-vars-198-block-d89960ae-16af-4898-812a-aecfd0c8868a\">\n\t\t\t\t#wpforms-198.wpforms-block-d89960ae-16af-4898-812a-aecfd0c8868a {\n\t\t\t\t--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-block wpforms-block-d89960ae-16af-4898-812a-aecfd0c8868a wpforms-render-modern\" id=\"wpforms-198\"><form id=\"wpforms-form-198\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"198\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/en\/wp-json\/wp\/v2\/pages\/2590\" data-token=\"e6968803aef18cc87b1057ae40435633\" data-token-time=\"1787353741\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-198-field_4-container\" class=\"wpforms-field wpforms-field-radio\" data-field-id=\"4\"><fieldset><legend class=\"wpforms-field-label\">You are: <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-198-field_4\" class=\"wpforms-field-required\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-198-field_4_1\" name=\"wpforms[fields][4]\" value=\"A User\" aria-errormessage=\"wpforms-198-field_4_1-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-198-field_4_1\">A User<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-198-field_4_2\" name=\"wpforms[fields][4]\" value=\"A Brand or its Agency\" aria-errormessage=\"wpforms-198-field_4_2-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-198-field_4_2\">A Brand or its Agency<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-198-field_0-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"0\"><fieldset><legend class=\"wpforms-field-label\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-small\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-198-field_0\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][0][first]\" aria-errormessage=\"wpforms-198-field_0-error\" required><label for=\"wpforms-198-field_0\" class=\"wpforms-field-sublabel after\">First<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-198-field_0-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][0][last]\" aria-errormessage=\"wpforms-198-field_0-last-error\" required><label for=\"wpforms-198-field_0-last\" class=\"wpforms-field-sublabel after\">Last<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-198-field_5-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"5\"><label class=\"wpforms-field-label\" for=\"wpforms-198-field_5\">Company<\/label><input type=\"text\" id=\"wpforms-198-field_5\" class=\"wpforms-field-medium\" name=\"wpforms[fields][5]\" aria-errormessage=\"wpforms-198-field_5-error\" ><\/div><div id=\"wpforms-198-field_1-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-198-field_1\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-198-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" spellcheck=\"false\" aria-errormessage=\"wpforms-198-field_1-error\" required><\/div><div id=\"wpforms-198-field_2-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-198-field_2\">Comment or Message<\/label><textarea id=\"wpforms-198-field_2\" class=\"wpforms-field-medium\" name=\"wpforms[fields][2]\" aria-errormessage=\"wpforms-198-field_2-error\" ><\/textarea><\/div><div id=\"wpforms-198-field_9-container\" class=\"wpforms-field wpforms-field-checkbox\" data-field-id=\"9\"><fieldset><legend class=\"wpforms-field-label\">Newsletter Subscription<\/legend><ul id=\"wpforms-198-field_9\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-198-field_9_1\" name=\"wpforms[fields][9][]\" value=\"I want to receive the ConsentPlace newsletter\" aria-errormessage=\"wpforms-198-field_9_1-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-198-field_9_1\">I want to receive the ConsentPlace newsletter<\/label><\/li><\/ul><\/fieldset><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"198\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/pages\/2590\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-198\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blogs.consentplace.com\/en\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->","protected":false},"excerpt":{"rendered":"<p>Prescriptive AI by Industry: Enterprise Software. \u2013 Official Blog Prescriptive AI \u00b7 Enterprise Software \u00b7 Episode 5 Anxious Submission TRIAD \u00b7 25% Prescriptive AI:Enterprise software.70% of transformations fail.Not because of code. The Anxious Submission triad is active in 25% of every enterprise deployment \u2014 users who appear to be adopting but aren&#8217;t, stakeholders who agreed&hellip; <a class=\"more-link\" href=\"https:\/\/blogs.consentplace.com\/en\/prescriptive-ai-by-industry-enterprise-software\/\">Continue reading <span class=\"screen-reader-text\">Prescriptive AI  by Industry \u2014  Enterprise Software.<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2590","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/pages\/2590","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/comments?post=2590"}],"version-history":[{"count":5,"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/pages\/2590\/revisions"}],"predecessor-version":[{"id":2662,"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/pages\/2590\/revisions\/2662"}],"wp:attachment":[{"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/media?parent=2590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}