{"id":2172,"date":"2026-03-23T16:22:56","date_gmt":"2026-03-23T16:22:56","guid":{"rendered":"https:\/\/blogs.consentplace.com\/en\/?p=2172"},"modified":"2026-03-23T16:22:56","modified_gmt":"2026-03-23T16:22:56","slug":"the-new-consentplace-is-here","status":"publish","type":"post","link":"https:\/\/blogs.consentplace.com\/en\/consent\/the-new-consentplace-is-here\/","title":{"rendered":"ConsentPlace Emotional Dynamics is live! Here&#8217;s why we built it&#8230;"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>The Emotional Recession Is Here \u2014 ConsentPlace<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&#038;family=DM+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --orange: #FF6B35;\n    --orange-dim: rgba(255,107,53,0.06);\n    --orange-border: rgba(255,107,53,0.25);\n    --bg: #FFFFFF;\n    --surface: #F8F6F2;\n    --surface2: #F0EDE7;\n    --border: #E0DDD8;\n    --text: #1A1A18;\n    --muted: #6B6966;\n    --sub: #999794;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--bg); color: var(--text);\n    color: var(--text);\n    min-height: 100vh;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* HEADER *\/\n  header {\n    border-bottom: 0.5px solid var(--border);\n    padding: 20px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .logo {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--orange);\n  }\n\n  .header-tag {\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n\n  \/* HERO *\/\n  .hero {\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 80px 40px 60px;\n    border-bottom: 0.5px solid var(--border);\n  }\n\n  .eyebrow {\n    font-size: 11px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 28px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .eyebrow::after {\n    content: '';\n    display: block;\n    height: 0.5px;\n    width: 48px;\n    background: var(--orange);\n    opacity: 0.4;\n  }\n\n  h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(36px, 5vw, 58px);\n    font-weight: 400;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    color: var(--text);\n    margin-bottom: 28px;\n  }\n\n  h1 em {\n    color: var(--orange);\n    font-style: italic;\n  }\n\n  .byline {\n    font-size: 13px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n  }\n\n  .byline strong {\n    color: var(--text);\n    font-weight: 500;\n  }\n\n  \/* STATS BAR *\/\n  .stats-bar {\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 40px;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1px;\n    background: var(--border);\n    border-bottom: 0.5px solid var(--border);\n  }\n\n  .stat {\n    background: var(--bg); color: var(--text);\n    padding: 24px 28px;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n\n  .stat-number {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 600;\n    color: var(--orange);\n    line-height: 1;\n  }\n\n  .stat-label {\n    font-size: 11px;\n    color: var(--muted);\n    line-height: 1.4;\n  }\n\n  \/* BODY *\/\n  .body {\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 64px 40px;\n  }\n\n  .intro-para {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    line-height: 1.65;\n    color: var(--text);\n    margin-bottom: 40px;\n    font-weight: 400;\n  }\n\n  p {\n    font-size: 17px;\n    line-height: 1.75;\n    color: #4A4845;\n    margin-bottom: 24px;\n    font-weight: 300;\n  }\n\n  h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 400;\n    color: var(--text);\n    margin: 56px 0 24px;\n    letter-spacing: -0.01em;\n    line-height: 1.2;\n  }\n\n  h2::before {\n    content: '';\n    display: block;\n    width: 32px;\n    height: 2px;\n    background: var(--orange);\n    margin-bottom: 20px;\n    opacity: 0.7;\n  }\n\n  \/* DYAD CALLOUTS *\/\n  .dyad-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--border);\n    margin: 40px 0;\n    border: 0.5px solid var(--border);\n  }\n\n  .dyad {\n    background: var(--surface);\n    padding: 24px 28px;\n  }\n\n  .dyad-equation {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--orange);\n    letter-spacing: 0.05em;\n    margin-bottom: 8px;\n  }\n\n  .dyad-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    color: var(--text);\n    margin-bottom: 8px;\n  }\n\n  .dyad-desc {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* PULL QUOTE *\/\n  .pull-quote {\n    border-left: 2px solid var(--orange);\n    padding: 24px 32px;\n    margin: 40px 0;\n    background: var(--orange-dim);\n  }\n\n  .pull-quote p {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    color: var(--text);\n    line-height: 1.5;\n    margin: 0;\n    font-style: italic;\n  }\n\n  \/* SPEED CALLOUT *\/\n  .speed-callout {\n    background: var(--surface2);\n    border: 0.5px solid var(--border);\n    padding: 36px 40px;\n    margin: 40px 0;\n    display: flex;\n    gap: 40px;\n    align-items: center;\n  }\n\n  .speed-number {\n    font-family: 'Playfair Display', serif;\n    font-size: 52px;\n    font-weight: 600;\n    color: var(--orange);\n    white-space: nowrap;\n    line-height: 1;\n  }\n\n  .speed-text h3 {\n    font-size: 16px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 8px;\n  }\n\n  .speed-text p {\n    font-size: 14px;\n    color: var(--muted);\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* INDUSTRY GRID *\/\n  .industry-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--border);\n    margin: 40px 0;\n  }\n\n  .industry-card {\n    background: var(--surface);\n    padding: 28px;\n  }\n\n  .industry-name {\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 12px;\n  }\n\n  .industry-stat {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    color: var(--text);\n    margin-bottom: 10px;\n    line-height: 1.2;\n  }\n\n  .industry-desc {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* CAPABILITIES *\/\n  .capabilities {\n    margin: 40px 0;\n  }\n\n  .capability {\n    border-bottom: 0.5px solid var(--border);\n    padding: 28px 0;\n    display: grid;\n    grid-template-columns: 100px 1fr;\n    gap: 32px;\n    align-start: top;\n  }\n\n  .capability:first-child { border-top: 0.5px solid var(--border); }\n\n  .cap-label {\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--orange);\n    padding-top: 4px;\n  }\n\n  .cap-content h3 {\n    font-size: 16px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 8px;\n  }\n\n  .cap-content p {\n    font-size: 14px;\n    color: var(--muted);\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* TEAM *\/\n  .team-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--border);\n    margin: 40px 0;\n  }\n\n  .team-card {\n    background: var(--surface);\n    padding: 28px;\n  }\n\n  .team-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    color: var(--text);\n    margin-bottom: 6px;\n  }\n\n  .team-title {\n    font-size: 11px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 14px;\n  }\n\n  .team-desc {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.6;\n  }\n\n  \/* THESIS *\/\n  .thesis-stack {\n    margin: 40px 0;\n  }\n\n  .thesis-item {\n    display: flex;\n    gap: 24px;\n    padding: 20px 0;\n    border-bottom: 0.5px solid var(--border);\n    align-items: baseline;\n  }\n\n  .thesis-item:first-child { border-top: 0.5px solid var(--border); }\n\n  .thesis-company {\n    font-size: 12px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--sub);\n    min-width: 120px;\n  }\n\n  .thesis-text {\n    font-size: 15px;\n    color: var(--text);\n    font-weight: 300;\n  }\n\n  .thesis-text em {\n    color: var(--orange);\n    font-style: normal;\n    font-weight: 500;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    border: 0.5px solid var(--orange-border);\n    background: var(--orange-dim);\n    padding: 48px 40px;\n    margin-top: 64px;\n    text-align: center;\n  }\n\n  .cta-block h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 16px;\n  }\n\n  .cta-block p {\n    font-size: 15px;\n    color: var(--muted);\n    margin-bottom: 32px;\n    max-width: 480px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .cta-links {\n    display: flex;\n    gap: 16px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n\n  .cta-primary {\n    background: var(--orange);\n    color: #fff;\n    text-decoration: none;\n    padding: 12px 28px;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n  }\n\n  .cta-secondary {\n    border: 0.5px solid var(--orange-border);\n    color: var(--orange);\n    text-decoration: none;\n    padding: 12px 28px;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n  }\n\n  \/* FOOTER *\/\n  footer {\n    border-top: 0.5px solid var(--border);\n    padding: 24px 40px;\n    max-width: 820px;\n    margin: 0 auto;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  footer span {\n    font-size: 12px;\n    color: var(--sub);\n  }\n\n  @media (max-width: 640px) {\n    .stats-bar { grid-template-columns: 1fr 1fr; }\n    .dyad-grid { grid-template-columns: 1fr; }\n    .industry-grid { grid-template-columns: 1fr; }\n    .team-grid { grid-template-columns: 1fr; }\n    .speed-callout { flex-direction: column; gap: 20px; }\n    .capability { grid-template-columns: 1fr; gap: 8px; }\n    header { padding: 16px 20px; }\n    .hero, .body { padding-left: 20px; padding-right: 20px; }\n    .stats-bar { padding: 0; }\n    .cta-block { padding: 32px 20px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"hero\">\n  <div class=\"eyebrow\">Founder&#8217;s Essay \u2014 March 2026<\/div>\n  <h1>The Emotional Recession Is Here. <br><em>Emotional Dynamics<\/em> Is the Answer.<\/h1>\n  <div class=\"byline\">By <strong>Freddy Mini<\/strong>, CEO &#038; Co-Founder, ConsentPlace<\/div>\n<\/div>\n\n<div class=\"stats-bar\">\n  <div class=\"stat\">\n    <div class=\"stat-number\">\u22125.79%<\/div>\n    <div class=\"stat-label\">Global EQ decline since 2019<sup style=\"font-size:9px;color:var(--orange);margin-left:2px;\">1<\/sup><\/div>\n  <\/div>\n  <div class=\"stat\">\n    <div class=\"stat-number\">73%<\/div>\n    <div class=\"stat-label\">Switch after bad experiences<sup style=\"font-size:9px;color:var(--orange);margin-left:2px;\">2<\/sup><\/div>\n  <\/div>\n  <div class=\"stat\">\n    <div class=\"stat-number\">32%<\/div>\n    <div class=\"stat-label\">Abandon even loved brands after one poor interaction<sup style=\"font-size:9px;color:var(--orange);margin-left:2px;\">2<\/sup><\/div>\n  <\/div>\n  <div class=\"stat\">\n    <div class=\"stat-number\">90%<\/div>\n    <div class=\"stat-label\">Of top performers have high EQ<sup style=\"font-size:9px;color:var(--orange);margin-left:2px;\">3<\/sup><\/div>\n  <\/div>\n<\/div>\n\n<div class=\"body\">\n\n  <p class=\"intro-para\">Something broke between brands and people. It didn&#8217;t happen overnight. It happened over a decade of optimization \u2014 every campaign tuned for clicks, every interface designed for conversion, every AI trained to maximize engagement metrics that have nothing to do with how a human being actually feels.<\/p>\n\n  <p>The result is now measurable. Global emotional intelligence has declined 5.79% since 2019. Trust between brands and users is at an all-time low. Seventy-three percent of customers switch after repeated bad experiences \u2014 and thirty-two percent will abandon even a brand they love after a single poor interaction.<\/p>\n\n  <p>We are living through an Emotional Recession. And like every recession, it demands a structural response. Not a new campaign. Not a better chatbot. A fundamentally different way of understanding what is happening between a brand and a human being in the moment that matters most.<\/p>\n\n  <p>That is what we built. That is Emotional Dynamics.<\/p>\n\n  <h2>Why sentiment analysis is not enough<\/h2>\n\n  <p>For the last fifteen years, the industry has believed that measuring emotion meant measuring sentiment. Positive or negative. Happy or frustrated. Red or green. That model is wrong \u2014 not because the data is bad, but because the premise is wrong.<\/p>\n\n  <p>Human beings do not feel one emotion at a time. They feel blends. A customer considering a luxury purchase feels desire and doubt simultaneously. A patient navigating a healthcare decision feels hope and fear at the same time. A car buyer feels excitement and anxiety in the same moment.<\/p>\n\n  <p>These blends are not noise. They are the signal.<\/p>\n\n  <p>Robert Plutchik, the psychologist who spent his career at Columbia and Albert Einstein College of Medicine, mapped this with precision in 1980. His psychoevolutionary theory of emotion identified eight primary emotions and showed that human emotional experience is almost always the result of two or more of these combining into what he called dyads.<\/p>\n\n  <div class=\"dyad-grid\">\n    <div class=\"dyad\">\n      <div class=\"dyad-equation\">Joy + Trust<\/div>\n      <div class=\"dyad-name\">Love<\/div>\n      <div class=\"dyad-desc\">The emotional state of a customer who feels fully seen by a brand.<\/div>\n    <\/div>\n    <div class=\"dyad\">\n      <div class=\"dyad-equation\">Trust + Anticipation<\/div>\n      <div class=\"dyad-name\">Hope<\/div>\n      <div class=\"dyad-desc\">A lapsed customer who has returned \u2014 tentatively, looking for evidence that something has changed.<\/div>\n    <\/div>\n    <div class=\"dyad\">\n      <div class=\"dyad-equation\">Joy + Anticipation<\/div>\n      <div class=\"dyad-name\">Optimism<\/div>\n      <div class=\"dyad-desc\">A prospect who is decision-ready. The emotional precondition for action.<\/div>\n    <\/div>\n    <div class=\"dyad\">\n      <div class=\"dyad-equation\">Disgust + Anger<\/div>\n      <div class=\"dyad-name\">Contempt<\/div>\n      <div class=\"dyad-desc\">A customer about to leave \u2014 not because of a product failure, but a relationship failure.<\/div>\n    <\/div>\n  <\/div>\n\n  <p>These are not abstractions. They are actionable states. And for the first time, they are measurable in real time.<\/p>\n\n  <h2>What Emotional Dynamics actually does<\/h2>\n\n  <p>ConsentPlace&#8217;s Emotional Dynamics engine implements all twenty-four of Plutchik&#8217;s dyads \u2014 primary, secondary, and tertiary \u2014 and maps them to brand-user interactions as they happen. Not after the fact. Not in a quarterly report. In the conversation itself, as it unfolds.<\/p>\n\n  <p>When a customer contacts an automotive brand about an EV and opens with hesitation, the engine doesn&#8217;t flag &#8220;negative sentiment.&#8221; It identifies the specific dyad \u2014 Fear + Trust in tension \u2014 and tells the brand what that means: the customer wants to believe, but needs reassurance before he can commit. The right response is not a feature list. It is acknowledgment.<\/p>\n\n  <pull-quote><\/pull-quote>\n\n  <div class=\"pull-quote\">\n    <p>This is the difference between a brand that responds to behavior and a brand that responds to emotional state. The first generates transactions. The second generates relationships.<\/p>\n  <\/div>\n\n  <p>One thing our Lead AI Architect Gr\u00e9gory Renard is currently working on: speed. He is developing a multithreading architecture that processes emotional dyad detection in parallel across conversation streams, with a target of 3\u00d7 to 5\u00d7 faster inference \u2014 ensuring the signal arrives within the conversation window, before the next response is generated, even at very high enterprise volumes.<\/p>\n\n  <h2>Why this matters now, in 2026<\/h2>\n\n  <p>Three forces have converged that make Emotional Dynamics not just useful, but necessary.<\/p>\n\n  <p><strong style=\"color: var(--text);\">AI is now the front door to every brand.<\/strong> Conversational interfaces are mediating an increasing proportion of brand-user interactions. These systems are extraordinarily capable at language. They are almost completely blind to emotional state. Without an Emotional Dynamics layer, AI-mediated brand relationships will be fluent and emotionally illiterate simultaneously.<\/p>\n\n  <p><strong style=\"color: var(--text);\">Attention is exhausted.<\/strong> The old model \u2014 capture attention, push message, convert \u2014 is structurally broken. The brands that will win the next decade are not the ones that capture the most attention. They are the ones that earn the deepest trust. Trust is an emotional state. You cannot engineer it with a campaign.<\/p>\n\n  <p><strong style=\"color: var(--text);\">Data constraints are now structural.<\/strong> GDPR, CCPA, the end of third-party cookies, the rise of consent-first regulation \u2014 the behavioral data layer that powered the last decade of marketing is permanently contracting. Emotional data \u2014 consensually gathered, transparently used \u2014 is the foundation that replaces it.<\/p>\n\n  <h2>The industries where this is already obvious<\/h2>\n\n  <div class=\"industry-grid\">\n    <div class=\"industry-card\">\n      <div class=\"industry-name\">Luxury<\/div>\n      <div class=\"industry-stat\">50M consumers abandoned luxury brands in 2024<sup style=\"font-size:9px;color:var(--orange);margin-left:2px;\">4<\/sup><\/div>\n      <div class=\"industry-desc\">The Love dyad is under threat. Recovery requires emotional precision, not more personalization.<\/div>\n    <\/div>\n    <div class=\"industry-card\">\n      <div class=\"industry-name\">Automotive<\/div>\n      <div class=\"industry-stat\">Trust score 63 \u2014 all-time low<sup style=\"font-size:9px;color:var(--orange);margin-left:2px;\">5<\/sup><\/div>\n      <div class=\"industry-desc\">The Remorse dyad is active at 22% of interactions. 68% of buyers fear overpaying.<sup style=\"font-size:9px;color:var(--orange);margin-left:2px;\">6<\/sup> The window to intervene closes before behavioral data shows any signal.<\/div>\n    <\/div>\n    <div class=\"industry-card\">\n      <div class=\"industry-name\">Finance<\/div>\n      <div class=\"industry-stat\">73% find financial decisions harder during emotional stress<sup style=\"font-size:9px;color:var(--orange);margin-left:2px;\">7<\/sup><\/div>\n      <div class=\"industry-desc\">The industry has optimized for product clarity. It has not optimized for emotional clarity.<\/div>\n    <\/div>\n    <div class=\"industry-card\">\n      <div class=\"industry-name\">Healthcare<\/div>\n      <div class=\"industry-stat\">51% of patients too afraid to ask basic questions<sup style=\"font-size:9px;color:var(--orange);margin-left:2px;\">8<\/sup><\/div>\n      <div class=\"industry-desc\">Fear is suppressing communication in the highest-stakes context imaginable. Emotional Dynamics here is a patient care tool.<\/div>\n    <\/div>\n  <\/div>\n\n  <h2>What we built and why it is different<\/h2>\n\n  <p>ConsentPlace is not a sentiment dashboard. It is not a CMP with a new interface. It is not a chatbot. It is Emotional Relationship Infrastructure \u2014 the layer that sits between a brand and its users, reading the emotional state of every interaction, mapping it to Plutchik&#8217;s dyad taxonomy, and generating real-time guidance.<\/p>\n\n  <div class=\"capabilities\">\n    <div class=\"capability\">\n      <div class=\"cap-label\">Detect<\/div>\n      <div class=\"cap-content\">\n        <h3>Real-time dyad identification<\/h3>\n        <p>Not positive\/negative. Not satisfaction scores. The specific emotional blend active in this interaction, right now \u2014 mapped to all 24 of Plutchik&#8217;s dyads.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"capability\">\n      <div class=\"cap-label\">Guide<\/div>\n      <div class=\"cap-content\">\n        <h3>Actionable response strategy<\/h3>\n        <p>Every dyad maps to a recommended response. When we detect Hope, the customer needs evidence \u2014 not a discount. When we detect Submission, they need reassurance \u2014 not pressure. ConsentPlace identifies the outcomes a user is moving toward, then guides brand interactions to reach those outcomes through emotionally resonant, consent-first conversations.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"capability\">\n      <div class=\"cap-label\">Predict<\/div>\n      <div class=\"cap-content\">\n        <h3>Conversation Intelligence Dashboard<\/h3>\n        <p>Our Conversation Intelligence Dashboard surfaces the emotional trajectory of every brand-user relationship \u2014 before behavioral data shows any change. The Emotional Churn Indicator gives marketing, CX, and product teams a single view of which relationships are strengthening, which are drifting, and where to intervene. A customer moving from Trust toward Disgust is far more valuable to reach 60 days early than 60 days too late.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <h2>Why I built this, and who I built it with<\/h2>\n\n  <p>I have been working at the frontier of the internet since AltaVista. Each chapter has been the same underlying thesis, expressed differently.<\/p>\n\n  <div class=\"thesis-stack\">\n    <div class=\"thesis-item\">\n      <div class=\"thesis-company\">Netvibes<\/div>\n      <div class=\"thesis-text\">Users deserve sovereignty over their <em>attention<\/em>. I led it, grew it, and sold it to Dassault Syst\u00e8mes.<\/div>\n    <\/div>\n    <div class=\"thesis-item\">\n      <div class=\"thesis-company\">TrustedOut<\/div>\n      <div class=\"thesis-text\">Users deserve sovereignty over <em>truth<\/em>. I co-founded it and sold it to DemandScience.<\/div>\n    <\/div>\n    <div class=\"thesis-item\">\n      <div class=\"thesis-company\">ConsentPlace<\/div>\n      <div class=\"thesis-text\">Users deserve sovereignty over their <em>emotional relationship<\/em> with brands. I co-founded it. We are building it now.<\/div>\n    <\/div>\n  <\/div>\n\n  <p>I didn&#8217;t build this alone. At the core of our founding team are two people whose expertise and judgment I trust completely \u2014 and around them, a group that makes the whole thing real every day.<\/p>\n\n  <div class=\"team-grid\">\n    <div class=\"team-card\">\n      <div class=\"team-name\">Luc Julia<\/div>\n      <div class=\"team-title\">Co-Founder &#038; CTO<\/div>\n      <div class=\"team-desc\">Co-creator of Siri, former Chief Scientific Officer at Renault. Brings the rare combination of foundational AI science and large-scale consumer product experience that this category demands.<\/div>\n    <\/div>\n    <div class=\"team-card\">\n      <div class=\"team-name\">Gr\u00e9gory Renard<\/div>\n      <div class=\"team-title\">Co-Founder &#038; Lead AI Architect<\/div>\n      <div class=\"team-desc\">NASA Merit Award winner, Walloon Merit Award officer, and AI architect since 1996. The engineering intelligence behind ConsentPlace&#8217;s infrastructure, currently focused on a multithreading architecture targeting 3\u00d7 to 5\u00d7 inference speed for high-volume enterprise deployments.<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"pull-quote\">\n    <p>Plutchik gave us the map in 1980. We built the instrument. And Gr\u00e9gory is working on making it faster.<\/p>\n  <\/div>\n\n  <h2>The window is now<\/h2>\n\n  <p>The brands that build Emotional Dynamics capability in the next twenty-four months will have a structural advantage that is very difficult to replicate. Emotional data compounds. Every interaction that is read correctly builds a more accurate model of the relationship. Every intervention that works generates a pattern that informs the next one.<\/p>\n\n  <p>The brands that wait will face a different problem. They will be competing against organizations that understand not just what their customers do \u2014 but how their customers feel, and why.<\/p>\n\n  <p>In a world where AI mediates most brand-user interactions, that is not a marginal advantage. It is the only advantage that matters.<\/p>\n\n  <div class=\"cta-block\">\n    <h3>See Emotional Dynamics in action<\/h3>\n    <p>ConsentPlace v2 is live. The Emotional Dynamics engine is available for enterprise brands in Luxury, Automotive, Finance, and Healthcare.<\/p>\n    <div class=\"cta-links\">\n      <a href=\"https:\/\/www.consentplace.com\/en\" class=\"cta-primary\" target=\"_blank\">Discover new site<\/a>\n      <a href=\"https:\/\/demov2.consentplace.com\/auto-demo\" class=\"cta-secondary\" target=\"_blank\">Open Auto Demo<\/a>\n      <a href=\"mailto:info@consentplace.com\" class=\"cta-secondary\">Contact Us<\/a>\n    <\/div>\n  <\/div>\n\n  <!-- SOURCES -->\n  <div style=\"margin-top: 64px; padding-top: 32px; border-top: 0.5px solid var(--border);\">\n    <div style=\"font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sub); margin-bottom: 20px;\">Sources<\/div>\n    <ol style=\"list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px;\">\n      <li style=\"font-size: 12px; color: var(--muted); line-height: 1.5; display: flex; gap: 12px;\">\n        <span style=\"color: var(--orange); min-width: 16px; font-weight: 500;\">1<\/span>\n        <span>Frontiers in Psychology (2025). <em>Global Emotional Intelligence Decline 2019\u20132024.<\/em> <a href=\"https:\/\/www.frontiersin.org\/journals\/psychology\/articles\/10.3389\/fpsyg.2025.1701703\/full\" style=\"color: var(--orange); text-decoration: none;\" target=\"_blank\">frontiersin.org<\/a><\/span>\n      <\/li>\n      <li style=\"font-size: 12px; color: var(--muted); line-height: 1.5; display: flex; gap: 12px;\">\n        <span style=\"color: var(--orange); min-width: 16px; font-weight: 500;\">2<\/span>\n        <span>Zendesk CX Trends Report (2025). <em>Customer Experience Benchmarks.<\/em> <a href=\"https:\/\/www.zendesk.com\/blog\/customer-service-statistics\/\" style=\"color: var(--orange); text-decoration: none;\" target=\"_blank\">zendesk.com<\/a><\/span>\n      <\/li>\n      <li style=\"font-size: 12px; color: var(--muted); line-height: 1.5; display: flex; gap: 12px;\">\n        <span style=\"color: var(--orange); min-width: 16px; font-weight: 500;\">3<\/span>\n        <span>TalentSmartEQ (2025). <em>Emotional Intelligence and High Performance.<\/em> <a href=\"https:\/\/www.talentsmarteq.com\/why-you-need-emotional-intelligence-to-succeed\/\" style=\"color: var(--orange); text-decoration: none;\" target=\"_blank\">talentsmarteq.com<\/a><\/span>\n      <\/li>\n      <li style=\"font-size: 12px; color: var(--muted); line-height: 1.5; display: flex; gap: 12px;\">\n        <span style=\"color: var(--orange); min-width: 16px; font-weight: 500;\">4<\/span>\n        <span>Bain &#038; Company + Altagamma (2025). <em>Global Luxury Market Report.<\/em> McKinsey &#038; Company (2025). Deloitte (2025).<\/span>\n      <\/li>\n      <li style=\"font-size: 12px; color: var(--muted); line-height: 1.5; display: flex; gap: 12px;\">\n        <span style=\"color: var(--orange); min-width: 16px; font-weight: 500;\">5<\/span>\n        <span>Caliber (2025). <em>Automotive Brand Trust Index.<\/em><\/span>\n      <\/li>\n      <li style=\"font-size: 12px; color: var(--muted); line-height: 1.5; display: flex; gap: 12px;\">\n        <span style=\"color: var(--orange); min-width: 16px; font-weight: 500;\">6<\/span>\n        <span>Mintel US Car Purchasing Report (2025). <em>Consumer Fear and Automotive Purchase Behaviour.<\/em><\/span>\n      <\/li>\n      <li style=\"font-size: 12px; color: var(--muted); line-height: 1.5; display: flex; gap: 12px;\">\n        <span style=\"color: var(--orange); min-width: 16px; font-weight: 500;\">7<\/span>\n        <span>Money and Mental Health Policy Institute (2025). American Psychological Association (2024). <em>Financial Decision-Making Under Emotional Stress.<\/em><\/span>\n      <\/li>\n      <li style=\"font-size: 12px; color: var(--muted); line-height: 1.5; display: flex; gap: 12px;\">\n        <span style=\"color: var(--orange); min-width: 16px; font-weight: 500;\">8<\/span>\n        <span>PatientPoint Survey (2022). <em>Patient Communication and Fear in Healthcare Settings.<\/em><\/span>\n      <\/li>\n    <\/ol>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The Emotional Recession Is Here \u2014 ConsentPlace Founder&#8217;s Essay \u2014 March 2026 The Emotional Recession Is Here. Emotional Dynamics Is the Answer. By Freddy Mini, CEO &#038; Co-Founder, ConsentPlace \u22125.79% Global EQ decline since 20191 73% Switch after bad experiences2 32% Abandon even loved brands after one poor interaction2 90% Of top performers have high&hellip; <a class=\"more-link\" href=\"https:\/\/blogs.consentplace.com\/en\/consent\/the-new-consentplace-is-here\/\">Continue reading <span class=\"screen-reader-text\">ConsentPlace Emotional Dynamics is live! Here&#8217;s why we built it&#8230;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[65,67,4,64,70,69,21,57],"tags":[7,66,18,25],"class_list":["post-2172","post","type-post","status-publish","format-standard","hentry","category-ai-agent","category-business-intelligence","category-consent","category-consentboxes","category-conversational-intelligence","category-dashboard","category-marketing","category-new-version","tag-consent","tag-consentboxes","tag-custtech","tag-explicit-consent","entry"],"_links":{"self":[{"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/posts\/2172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/types\/post"}],"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=2172"}],"version-history":[{"count":10,"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/posts\/2172\/revisions"}],"predecessor-version":[{"id":2220,"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/posts\/2172\/revisions\/2220"}],"wp:attachment":[{"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/media?parent=2172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/categories?post=2172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.consentplace.com\/en\/wp-json\/wp\/v2\/tags?post=2172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}