{"id":25381,"date":"2026-02-08T21:06:27","date_gmt":"2026-02-09T03:06:27","guid":{"rendered":"https:\/\/www.designandexecute.com\/designs\/?p=25381"},"modified":"2026-02-25T07:46:57","modified_gmt":"2026-02-25T13:46:57","slug":"sentiment-is-the-most-abused-field-in-data-models","status":"publish","type":"post","link":"https:\/\/www.designandexecute.com\/designs\/sentiment-is-the-most-abused-field-in-data-models\/","title":{"rendered":"Sentiment is the most abused field in data models"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">1. What <code>sentiment_score<\/code> really measures<\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Sentiment score = emotional <em>valence<\/em><\/strong><br>Positive \u2194 Neutral \u2194 Negative<\/p>\n<\/blockquote>\n\n\n\n<p>It answers:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>\u201cHow does the person <strong>feel<\/strong> about this topic right now?\u201d<\/em><\/p>\n<\/blockquote>\n\n\n\n<p>Not:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>How important it is<\/li>\n\n\n\n<li>How much effort they\u2019re putting in<\/li>\n\n\n\n<li>Whether they\u2019ll act<\/li>\n<\/ul>\n\n\n\n<p>You can have:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>High engagement + negative sentiment<\/strong><\/li>\n\n\n\n<li><strong>Low engagement + positive sentiment<\/strong><\/li>\n<\/ul>\n\n\n\n<p>That\u2019s why this field matters.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">2. Recommended scale (keep it simple)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Option A \u2014 Discrete scale (best for explainability)<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Score<\/th><th>Label<\/th><th>Meaning<\/th><\/tr><\/thead><tbody><tr><td><strong>-2<\/strong><\/td><td>Strongly Negative<\/td><td>Frustration, anger, resentment<\/td><\/tr><tr><td><strong>-1<\/strong><\/td><td>Negative<\/td><td>Dislike, concern, reluctance<\/td><\/tr><tr><td><strong>0<\/strong><\/td><td>Neutral \/ Mixed<\/td><td>Informational, balanced<\/td><\/tr><tr><td><strong>+1<\/strong><\/td><td>Positive<\/td><td>Enjoyment, optimism<\/td><\/tr><tr><td><strong>+2<\/strong><\/td><td>Strongly Positive<\/td><td>Excitement, pride, love<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This is human-legible and stable over time.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Option B \u2014 Normalized (-1.0 \u2192 +1.0)<\/h3>\n\n\n\n<p>Use only if you\u2019re piping NLP outputs directly.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Range<\/th><th>Interpretation<\/th><\/tr><\/thead><tbody><tr><td>-1.0 to -0.6<\/td><td>Strong negative<\/td><\/tr><tr><td>-0.59 to -0.2<\/td><td>Mild negative<\/td><\/tr><tr><td>-0.19 to +0.19<\/td><td>Neutral<\/td><\/tr><tr><td>+0.2 to +0.59<\/td><td>Mild positive<\/td><\/tr><tr><td>+0.6 to +1.0<\/td><td>Strong positive<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>You can always bucket it later.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">3. Examples (this is the important part)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">A. Same topic, different sentiment<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Topic: <strong>Work \/ Career<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Utterance<\/th><th>sentiment_score<\/th><th>Why<\/th><\/tr><\/thead><tbody><tr><td>\u201cWork is fine.\u201d<\/td><td>0<\/td><td>Flat, informational<\/td><\/tr><tr><td>\u201cI like my job.\u201d<\/td><td>+1<\/td><td>Mild positive<\/td><\/tr><tr><td>\u201cI love what I\u2019m building.\u201d<\/td><td>+2<\/td><td>Strong positive<\/td><\/tr><tr><td>\u201cI\u2019m stuck at work.\u201d<\/td><td>-1<\/td><td>Frustration<\/td><\/tr><tr><td>\u201cI hate my job.\u201d<\/td><td>-2<\/td><td>Strong negative<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Engagement could be high in all of these.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">B. Same sentiment, different engagement<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Topic: <strong>Health &amp; Gyms<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Utterance<\/th><th>Sentiment<\/th><th>Engagement<\/th><\/tr><\/thead><tbody><tr><td>\u201cGyms are great.\u201d<\/td><td>+1<\/td><td>1<\/td><\/tr><tr><td>\u201cI train 5x a week and track PRs.\u201d<\/td><td>+1<\/td><td>5<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Sentiment = feeling<br>Engagement = energy<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">C. Business context examples<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Topic: <strong>Project Management<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Utterance<\/th><th>sentiment_score<\/th><\/tr><\/thead><tbody><tr><td>\u201cWe\u2019re on track.\u201d<\/td><td>+1<\/td><\/tr><tr><td>\u201cThis is harder than expected.\u201d<\/td><td>-1<\/td><\/tr><tr><td>\u201cThis project is a mess.\u201d<\/td><td>-2<\/td><\/tr><tr><td>\u201cChallenging, but solvable.\u201d<\/td><td>0<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">Topic: <strong>Negotiations &amp; Proposals<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Utterance<\/th><th>sentiment<\/th><\/tr><\/thead><tbody><tr><td>\u201cLet\u2019s explore options.\u201d<\/td><td>0<\/td><\/tr><tr><td>\u201cI\u2019m excited to move forward.\u201d<\/td><td>+2<\/td><\/tr><tr><td>\u201cThis pricing doesn\u2019t work.\u201d<\/td><td>-1<\/td><\/tr><tr><td>\u201cThis is unacceptable.\u201d<\/td><td>-2<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">D. Personal &amp; emotional topics<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Topic: <strong>Emotions \/ Love<\/strong><\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Utterance<\/th><th>sentiment_score<\/th><\/tr><\/thead><tbody><tr><td>\u201cI\u2019m okay.\u201d<\/td><td>0<\/td><\/tr><tr><td>\u201cI feel close to her.\u201d<\/td><td>+2<\/td><\/tr><tr><td>\u201cI\u2019m confused.\u201d<\/td><td>-1<\/td><\/tr><tr><td>\u201cI\u2019m heartbroken.\u201d<\/td><td>-2<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This is where sentiment is <em>most valuable<\/em>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">4. Common modeling mistakes (avoid these)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u274c Mistake 1: Using sentiment as importance<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cThis is a big issue\u201d \u2260 negative sentiment<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">\u274c Mistake 2: Using sentiment as an outcome<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cWe closed the deal\u201d \u2260 positive sentiment<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">\u274c Mistake 3: Averaging sentiment blindly<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A -2 followed by +2 is not \u201cneutral\u201d \u2014 it\u2019s <strong>volatility<\/strong>.<\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">5. How sentiment works with your existing fields<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Question it answers<\/th><\/tr><\/thead><tbody><tr><td>Topic<\/td><td>What are we talking about<\/td><\/tr><tr><td>Intent<\/td><td>Why now<\/td><\/tr><tr><td>Engagement score<\/td><td>How invested<\/td><\/tr><tr><td><strong>Sentiment score<\/strong><\/td><td>How it feels<\/td><\/tr><tr><td>Outcome<\/td><td>What happened<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This separation is why your model is actually strong.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">6. Design recommendation (this is subtle but important)<\/h2>\n\n\n\n<p>Store:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>sentiment_score<\/code><\/li>\n\n\n\n<li><code>sentiment_confidence<\/code> (low \/ medium \/ high)<\/li>\n<\/ul>\n\n\n\n<p>Why?<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Some statements are emotionally clear. Some are ambiguous.<\/p>\n<\/blockquote>\n\n\n\n<p>Example:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u201cInteresting.\u201d \u2192 sentiment unclear \u2192 low confidence<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Sentiment = emotional direction<\/strong><\/li>\n\n\n\n<li>Use <strong>-2 to +2<\/strong><\/li>\n\n\n\n<li>Keep it independent of engagement &amp; outcome<\/li>\n\n\n\n<li>Anchor it to language, not interpretation<\/li>\n<\/ul>\n\n\n\n<p>\/\/todo<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Combine <strong>sentiment \u00d7 engagement<\/strong> into a \u201cheat map.\u201d<\/li>\n\n\n\n<li>Model <strong>sentiment drift over time<\/strong><\/li>\n\n\n\n<li>Or detect <strong>hidden risk<\/strong> (high engagement + negative sentiment)<\/li>\n<\/ul>\n\n\n\n<p>That\u2019s where this turns into a real signal, not just labels.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">1. What <code>engagement_score<\/code> really measures<\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Engagement score = how much <em>energy + commitment<\/em> is present in the interaction.<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Not sentiment.<br>Not importance.<br>Not outcome.<\/p>\n\n\n\n<p>It answers:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>\u201cHow invested is the person in this conversation right now?\u201d<\/em><\/p>\n<\/blockquote>\n\n\n\n<p>Think <strong>attention \u00d7 effort \u00d7 continuity<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">2. Signal strength (the inputs)<\/h2>\n\n\n\n<p><code>signal_strength<\/code> is <em>evidence<\/em>, not judgment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Common observable signals<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Signal<\/th><th>Examples<\/th><\/tr><\/thead><tbody><tr><td>Time<\/td><td>Long messages, long calls, repeat back-and-forth<\/td><\/tr><tr><td>Depth<\/td><td>Personal detail, specificity, vulnerability<\/td><\/tr><tr><td>Effort<\/td><td>Preparation, documents shared, follow-ups<\/td><\/tr><tr><td>Agency<\/td><td>Decisions made, commitments stated<\/td><\/tr><tr><td>Continuity<\/td><td>Refers to past conversations, future plans<\/td><\/tr><tr><td>Risk<\/td><td>Disagreement, asking for advice, asking for help<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Each of these increases signal strength.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">3. Example scales (practical, not academic)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Option A \u2014 Simple 1\u20135 scale (recommended)<\/h3>\n\n\n\n<p>This works shockingly well.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Score<\/th><th>Label<\/th><th>Observable signals<\/th><\/tr><\/thead><tbody><tr><td><strong>1<\/strong><\/td><td>Passive<\/td><td>Polite replies, small talk, low effort<\/td><\/tr><tr><td><strong>2<\/strong><\/td><td>Light<\/td><td>Casual interest, short responses<\/td><\/tr><tr><td><strong>3<\/strong><\/td><td>Engaged<\/td><td>Asking questions, staying on topic<\/td><\/tr><tr><td><strong>4<\/strong><\/td><td>Invested<\/td><td>Sharing context, opinions, time<\/td><\/tr><tr><td><strong>5<\/strong><\/td><td>Committed<\/td><td>Decisions, plans, emotional or professional stake<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Option B \u2014 Expanded 0\u2013100 (only if you need math)<\/h3>\n\n\n\n<p>Use if you plan analytics.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Range<\/th><th>Meaning<\/th><\/tr><\/thead><tbody><tr><td>0\u201320<\/td><td>Noise<\/td><\/tr><tr><td>21\u201340<\/td><td>Awareness<\/td><\/tr><tr><td>41\u201360<\/td><td>Interest<\/td><\/tr><tr><td>61\u201380<\/td><td>Engagement<\/td><\/tr><tr><td>81\u2013100<\/td><td>Commitment<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Internally, you can still <strong>bucket<\/strong> it to 1\u20135.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">4. Mapping signal strength \u2192 engagement_score<\/h2>\n\n\n\n<p>You can model it explicitly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example signals \u2192 score<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Signals present<\/th><th>engagement_score<\/th><\/tr><\/thead><tbody><tr><td>Topic hopping, generic replies<\/td><td>1<\/td><\/tr><tr><td>Jokes, light banter<\/td><td>2<\/td><\/tr><tr><td>Asking follow-ups<\/td><td>3<\/td><\/tr><tr><td>Sharing constraints, goals<\/td><td>4<\/td><\/tr><tr><td>Making decisions \/ asking next steps<\/td><td>5<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">5. Real examples from your domain<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Example 1: Salsa Dancing<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u201cYeah I dance sometimes\u201d \u2192 <strong>1<\/strong><\/li>\n\n\n\n<li>\u201cI love salsa, where do you dance?\u201d \u2192 <strong>3<\/strong><\/li>\n\n\n\n<li>\u201cI\u2019m training for a festival, practicing twice a week\u201d \u2192 <strong>5<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Topic stayed the same.<br>Engagement changed drastically.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Example 2: Business \u2014 Marketing Campaigns<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u201cSend me the deck\u201d \u2192 <strong>2<\/strong><\/li>\n\n\n\n<li>\u201cWhat would success look like?\u201d \u2192 <strong>3<\/strong><\/li>\n\n\n\n<li>\u201cLet\u2019s launch next month, budget is X\u201d \u2192 <strong>5<\/strong><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Example 3: Personal \u2014 Aspirational<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u201cI\u2019ve been thinking about my career\u201d \u2192 <strong>3<\/strong><\/li>\n\n\n\n<li>\u201cI\u2019m unhappy and need to change direction\u201d \u2192 <strong>4<\/strong><\/li>\n\n\n\n<li>\u201cI\u2019m committing to a 90-day pivot\u201d \u2192 <strong>5<\/strong><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">6. Where this fits in your model<\/h2>\n\n\n\n<p>Think in layers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Topic<\/strong> \u2192 What<\/li>\n\n\n\n<li><strong>Intent<\/strong> \u2192 Why now<\/li>\n\n\n\n<li><strong>Learning touchpoint<\/strong> \u2192 Where in the arc<\/li>\n\n\n\n<li><strong>Engagement score<\/strong> \u2192 How much energy<\/li>\n\n\n\n<li><strong>Signal strength<\/strong> \u2192 Why you believe that score<\/li>\n<\/ul>\n\n\n\n<p>This keeps the model <strong>explainable<\/strong>, not magical.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">7. Design advice (important)<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Don\u2019t over-optimize this.<\/li>\n\n\n\n<li>Human-readable beats perfect.<\/li>\n\n\n\n<li>Engagement is <strong>situational<\/strong>, not identity.<\/li>\n<\/ul>\n\n\n\n<p>A person can be:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>Engagement = 5<\/code> in <em>Salsa<\/em><\/li>\n\n\n\n<li><code>Engagement = 1<\/code> in <em>Investing<\/em><\/li>\n<\/ul>\n\n\n\n<p>That\u2019s not inconsistency \u2014 that\u2019s truth.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Signal strength<\/strong> = observable evidence<\/li>\n\n\n\n<li><strong>Engagement score<\/strong> = normalized judgment of investment<\/li>\n\n\n\n<li>Use <strong>1\u20135<\/strong> unless you <em>really<\/em> need more<\/li>\n\n\n\n<li>Anchor every score to something you could point to<\/li>\n<\/ul>\n\n\n\n<p>\/\/todo<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Define decay over time<\/li>\n\n\n\n<li>Weight engagement by intent<\/li>\n\n\n\n<li>design a query like: <em>\u201cWhich topics generate high engagement but low outcomes?\u201d<\/em><\/li>\n<\/ul>\n\n\n\n<p>lethal design in a good way.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Engagement is situational, but Energy and Effectiveness is Person Centric<\/h2>\n\n\n\n<p>ENERGY ASSESSMENT (Circle 0-10)<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pre-interaction mood: Dread [0 1 2 3 4 5 6 7 8 9 10] Anticipation<\/li>\n\n\n\n<li>Post-interaction feeling: Drained [0 1 2 3 4 5 6 7 8 9 10] Energized<\/li>\n\n\n\n<li>Conversation flow: Strained [0 1 2 3 4 5 6 7 8 9 10] Natural<\/li>\n\n\n\n<li>Emotional safety: Unsafe [0 1 2 3 4 5 6 7 8 9 10] Safe<\/li>\n<\/ul>\n\n\n\n<p>EFFECTIVENESS ASSESSMENT (Circle 0-10)<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Follow-through: Never [0 1 2 3 4 5 6 7 8 9 10] Always<\/li>\n\n\n\n<li>Value created: None [0 1 2 3 4 5 6 7 8 9 10] Transformative<\/li>\n\n\n\n<li>Proactivity: Passive [0 1 2 3 4 5 6 7 8 9 10] Initiator<\/li>\n\n\n\n<li>Efficiency: Time-waster [0 1 2 3 4 5 6 7 8 9 10] Multiplier<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Usage: Scoring and creating a recommendation engine to determine a contact frequency<\/h3>\n\n\n\n<p>The scores mean:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>E: 73<\/strong>&nbsp;=&nbsp;<strong>Engagement Score<\/strong>&nbsp;(0-100) &#8211; Measures encounter frequency and patterns. Calculated from total encounters, recent activity (last 90 days), channel diversity, and consistency.<\/li>\n\n\n\n<li><strong>R: 32<\/strong>&nbsp;=&nbsp;<strong>Relationship Score<\/strong>&nbsp;(0-100) &#8211; Measures relationship quality based on NAP intimacy level, NAP impact level, and relationship category (Power\/Master Mind gets bonus points).<\/li>\n\n\n\n<li><strong>Rc: 95<\/strong>&nbsp;=&nbsp;<strong>Recency Score<\/strong>&nbsp;(0-100) &#8211; Measures recent interaction patterns. Based on activity in the last 30 days and days since last contact.<\/li>\n<\/ul>\n\n\n\n<p>These three scores are combined with weighted averages to determine the recommended contact frequency for that person. Higher scores generally indicate that more frequent contact is warranted.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. What sentiment_score really measures Sentiment score = emotional valencePositive \u2194 Neutral \u2194 Negative It answers: \u201cHow does the person feel about this topic right now?\u201d Not: You can have: That\u2019s why this field matters. 2. Recommended scale (keep it simple) Option A \u2014 Discrete scale (best for explainability) Score Label Meaning -2 Strongly Negative [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":19260,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32,31],"tags":[],"class_list":["post-25381","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bi-dashboards-analytics","category-bi-data-warehouse"],"jetpack_featured_media_url":"https:\/\/www.designandexecute.com\/designs\/wp-content\/uploads\/2023\/11\/The_Zachman_Framework_of_Enterprise_Architecture.jpg","_links":{"self":[{"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/posts\/25381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/comments?post=25381"}],"version-history":[{"count":5,"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/posts\/25381\/revisions"}],"predecessor-version":[{"id":25392,"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/posts\/25381\/revisions\/25392"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/media\/19260"}],"wp:attachment":[{"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/media?parent=25381"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/categories?post=25381"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.designandexecute.com\/designs\/wp-json\/wp\/v2\/tags?post=25381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}