{"id":1555,"date":"2026-04-06T17:50:29","date_gmt":"2026-04-06T17:50:29","guid":{"rendered":"https:\/\/lorenzoscardicchio.com\/?p=1555"},"modified":"2026-04-06T17:57:35","modified_gmt":"2026-04-06T17:57:35","slug":"contextual-intelligence-in-adaptive-wellness","status":"publish","type":"post","link":"https:\/\/lorenzoscardicchio.com\/index.php\/2026\/04\/06\/contextual-intelligence-in-adaptive-wellness\/","title":{"rendered":"Contextual Intelligence in Adaptive Wellness"},"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>Contextual Intelligence in Adaptive Wellness<\/title>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');\n \n  :root {\n    --parchment: #f5f0e8;\n    --ink: #2c1810;\n    --ink-light: #5a3825;\n    --ink-faint: #8a6a55;\n    --sepia: #c4a882;\n    --red-ink: #8b2500;\n    --blue-ink: #1a3a5c;\n    --green-ink: #2d4a2d;\n    --diagram-bg: #ede8dc;\n    --margin-note: #6b4c3b;\n  }\n \n  * { margin: 0; padding: 0; box-sizing: border-box; }\n \n  body {\n    background: #e8e0d4;\n    color: var(--ink);\n    font-family: 'EB Garamond', 'Georgia', serif;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n \n  .notebook {\n    max-width: 900px;\n    margin: 0 auto;\n    background: var(--parchment);\n    box-shadow: 0 0 60px rgba(0,0,0,0.15);\n    min-height: 100vh;\n  }\n \n  \/* \u2500\u2500 COVER \u2500\u2500 *\/\n  .cover {\n    padding: 120px 80px 80px;\n    text-align: center;\n    border-bottom: 2px solid var(--sepia);\n    background: linear-gradient(180deg, #f8f4ec 0%, var(--parchment) 100%);\n  }\n  .cover h1 {\n    font-family: 'EB Garamond', serif;\n    font-weight: 400;\n    font-size: 42px;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    color: var(--ink);\n    margin-bottom: 24px;\n    line-height: 1.2;\n  }\n  .cover .subtitle {\n    font-family: 'Crimson Pro', serif;\n    font-weight: 300;\n    font-style: italic;\n    font-size: 18px;\n    color: var(--ink-light);\n    max-width: 600px;\n    margin: 0 auto 32px;\n    line-height: 1.6;\n  }\n  .cover .authors {\n    font-family: 'EB Garamond', serif;\n    font-size: 15px;\n    color: var(--ink-faint);\n    letter-spacing: 1px;\n  }\n  .cover .date {\n    font-family: 'Crimson Pro', serif;\n    font-style: italic;\n    font-size: 14px;\n    color: var(--ink-faint);\n    margin-top: 16px;\n  }\n  .cover .epigraph {\n    font-family: 'Crimson Pro', serif;\n    font-style: italic;\n    font-size: 16px;\n    color: var(--ink-light);\n    max-width: 520px;\n    margin: 40px auto 0;\n    padding-top: 32px;\n    border-top: 1px solid var(--sepia);\n    line-height: 1.6;\n  }\n  .cover .epigraph cite {\n    display: block;\n    font-size: 13px;\n    color: var(--ink-faint);\n    margin-top: 8px;\n    font-style: normal;\n    letter-spacing: 0.5px;\n  }\n \n  \/* \u2500\u2500 PAGE SECTIONS \u2500\u2500 *\/\n  .page {\n    padding: 60px 80px;\n    border-bottom: 1px solid var(--sepia);\n    position: relative;\n  }\n  .page::before {\n    content: '';\n    position: absolute;\n    left: 70px;\n    top: 0;\n    bottom: 0;\n    width: 1px;\n    background: rgba(196, 168, 130, 0.3);\n  }\n \n  \/* \u2500\u2500 HEADINGS \u2500\u2500 *\/\n  h2 {\n    font-family: 'EB Garamond', serif;\n    font-weight: 500;\n    font-size: 28px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--ink);\n    margin-bottom: 8px;\n  }\n  .roman {\n    color: var(--ink-faint);\n    font-weight: 400;\n    margin-right: 4px;\n  }\n  h3 {\n    font-family: 'EB Garamond', serif;\n    font-weight: 600;\n    font-size: 20px;\n    color: var(--ink-light);\n    margin-top: 32px;\n    margin-bottom: 12px;\n  }\n  .section-subtitle {\n    font-family: 'Crimson Pro', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: var(--ink-faint);\n    margin-bottom: 24px;\n  }\n \n  \/* \u2500\u2500 BODY TEXT \u2500\u2500 *\/\n  p {\n    margin-bottom: 16px;\n    text-align: justify;\n    hyphens: auto;\n    line-height: 1.7;\n  }\n  .lead {\n    font-size: 18px;\n    color: var(--ink-light);\n    line-height: 1.75;\n    margin-bottom: 24px;\n    font-style: italic;\n    font-family: 'Crimson Pro', serif;\n  }\n  .red-ink {\n    color: var(--red-ink);\n    font-weight: 600;\n  }\n \n  \/* \u2500\u2500 OBSERVATION BLOCK \u2500\u2500 *\/\n  .observation {\n    background: rgba(196, 168, 130, 0.12);\n    border-left: 3px solid var(--sepia);\n    padding: 16px 20px;\n    margin: 24px 0;\n    font-family: 'Crimson Pro', serif;\n    font-size: 15.5px;\n    line-height: 1.65;\n    color: var(--ink);\n  }\n  .observation .source {\n    font-size: 13px;\n    color: var(--ink-faint);\n    margin-top: 8px;\n    font-style: italic;\n  }\n \n  \/* \u2500\u2500 HYPOTHESIS CARD \u2500\u2500 *\/\n  .hypothesis {\n    border: 1.5px solid var(--ink-light);\n    padding: 24px;\n    margin: 28px 0;\n    position: relative;\n    background: rgba(255,255,255,0.3);\n  }\n  .hypothesis .h-label {\n    position: absolute;\n    top: -12px;\n    left: 20px;\n    background: var(--parchment);\n    padding: 0 10px;\n    font-family: 'EB Garamond', serif;\n    font-weight: 700;\n    font-size: 14px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--red-ink);\n  }\n  .hypothesis .h-title {\n    font-family: 'EB Garamond', serif;\n    font-size: 19px;\n    font-weight: 600;\n    margin-bottom: 10px;\n    color: var(--ink);\n  }\n  .hypothesis .h-claim {\n    font-family: 'Crimson Pro', serif;\n    font-style: italic;\n    font-size: 16px;\n    color: var(--ink-light);\n    margin-bottom: 12px;\n    padding-left: 16px;\n    border-left: 2px solid var(--red-ink);\n  }\n  .hypothesis .h-status {\n    font-size: 13px;\n    color: var(--ink-faint);\n    margin-top: 12px;\n  }\n \n  \/* \u2500\u2500 EXPERIMENT CARD \u2500\u2500 *\/\n  .experiment {\n    border: 1.5px solid var(--blue-ink);\n    padding: 24px;\n    margin: 28px 0;\n    position: relative;\n    background: rgba(26, 58, 92, 0.03);\n  }\n  .experiment .e-label {\n    position: absolute;\n    top: -12px;\n    left: 20px;\n    background: var(--parchment);\n    padding: 0 10px;\n    font-family: 'EB Garamond', serif;\n    font-weight: 700;\n    font-size: 14px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--blue-ink);\n  }\n  .experiment .e-title {\n    font-family: 'EB Garamond', serif;\n    font-size: 19px;\n    font-weight: 600;\n    margin-bottom: 10px;\n    color: var(--ink);\n  }\n  .experiment .protocol dt {\n    font-weight: 600;\n    color: var(--blue-ink);\n    margin-top: 10px;\n    font-size: 14px;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n    font-family: 'EB Garamond', serif;\n  }\n  .experiment .protocol dd {\n    margin-left: 0;\n    padding-left: 16px;\n    border-left: 1px solid rgba(26, 58, 92, 0.2);\n    font-family: 'Crimson Pro', serif;\n    font-size: 15px;\n    line-height: 1.65;\n    margin-bottom: 4px;\n  }\n \n  \/* \u2500\u2500 ASSOCIATION CARD (green) \u2500\u2500 *\/\n  .association {\n    border: 1.5px solid var(--green-ink);\n    padding: 24px;\n    margin: 28px 0;\n    position: relative;\n    background: rgba(45, 74, 45, 0.03);\n  }\n  .association .a-label {\n    position: absolute;\n    top: -12px;\n    left: 20px;\n    background: var(--parchment);\n    padding: 0 10px;\n    font-family: 'EB Garamond', serif;\n    font-weight: 700;\n    font-size: 14px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--green-ink);\n  }\n  .association .a-title {\n    font-family: 'EB Garamond', serif;\n    font-size: 19px;\n    font-weight: 600;\n    margin-bottom: 10px;\n    color: var(--ink);\n  }\n  .association p {\n    font-size: 15.5px;\n  }\n \n  \/* \u2500\u2500 STATUS TAGS \u2500\u2500 *\/\n  .status-tag {\n    display: inline-block;\n    padding: 2px 8px;\n    font-size: 11px;\n    font-weight: 600;\n    border-radius: 2px;\n    letter-spacing: 0.3px;\n    text-transform: uppercase;\n  }\n  .status-observed { background: #d4e8c2; color: #2d4a2d; }\n  .status-under-test { background: #ffeab8; color: #6b4c00; }\n  .status-theoretical { background: #ddd; color: #555; }\n  .status-validated { background: #b8d4e8; color: #1a3a5c; }\n  .status-preliminary { background: #f0d4c4; color: #8b2500; }\n \n  \/* \u2500\u2500 DIAGRAM CONTAINER \u2500\u2500 *\/\n  .diagram-container {\n    background: var(--diagram-bg);\n    border: 1px solid var(--sepia);\n    padding: 30px;\n    margin: 30px 0;\n    text-align: center;\n    position: relative;\n  }\n  .diagram-container .diagram-title {\n    position: absolute;\n    top: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    background: var(--diagram-bg);\n    padding: 0 16px;\n    font-family: 'EB Garamond', serif;\n    font-size: 13px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--ink-faint);\n    white-space: nowrap;\n  }\n \n  \/* \u2500\u2500 EVIDENCE TABLE \u2500\u2500 *\/\n  .evidence-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 24px 0;\n    font-size: 14.5px;\n  }\n  .evidence-table th {\n    text-align: left;\n    padding: 10px 12px;\n    border-bottom: 2px solid var(--ink-light);\n    font-family: 'EB Garamond', serif;\n    font-size: 13px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--ink-light);\n  }\n  .evidence-table td {\n    padding: 10px 12px;\n    border-bottom: 1px solid rgba(196, 168, 130, 0.3);\n    vertical-align: top;\n    font-family: 'Crimson Pro', serif;\n    font-size: 14.5px;\n    line-height: 1.55;\n  }\n  .evidence-table .var-name {\n    font-family: 'EB Garamond', serif;\n    font-weight: 600;\n    color: var(--ink);\n    white-space: nowrap;\n  }\n \n  \/* \u2500\u2500 COMPARISON COLUMNS \u2500\u2500 *\/\n  .two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin: 24px 0;\n  }\n  .col-card {\n    padding: 20px;\n    border: 1px solid var(--sepia);\n    background: rgba(255,255,255,0.3);\n  }\n  .col-card h4 {\n    font-family: 'EB Garamond', serif;\n    font-weight: 600;\n    font-size: 17px;\n    margin-bottom: 12px;\n    color: var(--ink);\n  }\n  .col-card.problem { border-top: 3px solid var(--red-ink); }\n  .col-card.solution { border-top: 3px solid var(--green-ink); }\n  .col-card ul {\n    list-style: none;\n    padding: 0;\n  }\n  .col-card li {\n    font-family: 'Crimson Pro', serif;\n    font-size: 15px;\n    line-height: 1.55;\n    padding: 4px 0 4px 20px;\n    position: relative;\n    color: var(--ink-light);\n  }\n  .col-card.problem li::before {\n    content: '\\00D7';\n    position: absolute;\n    left: 0;\n    color: var(--red-ink);\n    font-weight: 700;\n    font-size: 17px;\n  }\n  .col-card.solution li::before {\n    content: '\\2192';\n    position: absolute;\n    left: 0;\n    color: var(--green-ink);\n    font-weight: 400;\n  }\n \n  \/* \u2500\u2500 WEEK SCHEDULE VISUAL \u2500\u2500 *\/\n  .week-visual {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 8px;\n    margin: 24px 0;\n  }\n  .day {\n    background: rgba(255,255,255,0.4);\n    border: 1px solid var(--sepia);\n    padding: 10px 8px;\n    text-align: center;\n    min-height: 180px;\n    display: flex;\n    flex-direction: column;\n    font-family: 'Crimson Pro', serif;\n  }\n  .day .day-label {\n    font-family: 'EB Garamond', serif;\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--ink-faint);\n    margin-bottom: 8px;\n    padding-bottom: 6px;\n    border-bottom: 1px solid rgba(196,168,130,0.3);\n  }\n  .day .block {\n    background: rgba(26, 58, 92, 0.08);\n    border: 1px solid rgba(26, 58, 92, 0.15);\n    padding: 4px 6px;\n    margin-bottom: 4px;\n    font-size: 11px;\n    color: var(--blue-ink);\n    font-weight: 400;\n  }\n  .day .gap { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 24px; }\n  .day .nudge {\n    background: rgba(139, 37, 0, 0.08);\n    border: 1.5px solid var(--red-ink);\n    padding: 5px 6px;\n    font-size: 11px;\n    color: var(--red-ink);\n    font-weight: 600;\n    font-family: 'EB Garamond', serif;\n    letter-spacing: 0.5px;\n  }\n  .day.highlight {\n    border-color: var(--red-ink);\n    border-width: 1.5px;\n  }\n  .day.highlight .day-label { color: var(--red-ink); }\n \n  \/* \u2500\u2500 SEGMENT CARDS \u2500\u2500 *\/\n  .segments {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 24px 0;\n  }\n  .segment {\n    border: 1px solid var(--sepia);\n    padding: 20px;\n    background: rgba(255,255,255,0.3);\n  }\n  .segment .seg-label {\n    font-family: 'EB Garamond', serif;\n    font-weight: 700;\n    font-size: 12px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .segment .seg-title {\n    font-family: 'EB Garamond', serif;\n    font-weight: 600;\n    font-size: 17px;\n    margin-bottom: 8px;\n    color: var(--ink);\n  }\n  .segment p {\n    font-family: 'Crimson Pro', serif;\n    font-size: 14.5px;\n    color: var(--ink-light);\n    text-align: left;\n    margin-bottom: 0;\n  }\n \n  \/* \u2500\u2500 STAT ROW \u2500\u2500 *\/\n  .stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin: 24px 0;\n  }\n  .stat-card {\n    text-align: center;\n    padding: 20px 12px;\n    border: 1px solid var(--sepia);\n    background: rgba(255,255,255,0.3);\n  }\n  .stat-card .stat-num {\n    font-family: 'EB Garamond', serif;\n    font-size: 36px;\n    font-weight: 700;\n    color: var(--red-ink);\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .stat-card .stat-desc {\n    font-family: 'Crimson Pro', serif;\n    font-size: 12px;\n    color: var(--ink-faint);\n    line-height: 1.4;\n  }\n \n  \/* \u2500\u2500 TIMELINE \u2500\u2500 *\/\n  .timeline {\n    position: relative;\n    padding-left: 28px;\n    margin: 24px 0;\n  }\n  .timeline::before {\n    content: '';\n    position: absolute;\n    left: 6px;\n    top: 4px;\n    bottom: 4px;\n    width: 1.5px;\n    background: var(--sepia);\n  }\n  .tl-item {\n    position: relative;\n    margin-bottom: 24px;\n  }\n  .tl-item::before {\n    content: '';\n    position: absolute;\n    left: -24px;\n    top: 6px;\n    width: 9px;\n    height: 9px;\n    border-radius: 50%;\n    border: 1.5px solid var(--ink-faint);\n    background: var(--parchment);\n  }\n  .tl-item h4 {\n    font-family: 'EB Garamond', serif;\n    font-weight: 600;\n    font-size: 16px;\n    color: var(--ink);\n    margin-bottom: 4px;\n  }\n  .tl-item p {\n    font-family: 'Crimson Pro', serif;\n    font-size: 14.5px;\n    color: var(--ink-light);\n    text-align: left;\n    margin-bottom: 0;\n    line-height: 1.6;\n  }\n \n  \/* \u2500\u2500 FOOTNOTES \u2500\u2500 *\/\n  .footnote {\n    font-family: 'Crimson Pro', serif;\n    font-size: 13px;\n    color: var(--ink-faint);\n    border-top: 1px solid rgba(196,168,130,0.3);\n    margin-top: 32px;\n    padding-top: 16px;\n    line-height: 1.55;\n  }\n \n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 700px) {\n    .page { padding: 40px 30px; }\n    .cover { padding: 80px 30px 60px; }\n    .cover h1 { font-size: 28px; letter-spacing: 3px; }\n    .page::before { left: 20px; }\n    .two-col, .segments { grid-template-columns: 1fr; }\n    .week-visual { grid-template-columns: repeat(3, 1fr); }\n    .stats { grid-template-columns: repeat(2, 1fr); }\n  }\n<\/style>\n<\/head>\n<body>\n<div class=\"notebook\">\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- COVER -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"cover\">\n  <h1>Contextual<br>Intelligence in<br>Adaptive Wellness<\/h1>\n  <div class=\"subtitle\">\n    When the right nudge arrives at the right moment: a conceptual framework and study protocol for understanding why and when SMS-based interventions change behavior in emerging adults.\n  <\/div>\n  <div class=\"authors\">\n    Lorenzo Scardicchio &middot; Anjala Krishen &middot; Journey Research Group\n  <\/div>\n  <div class=\"date\">Working Paper &mdash; April 2026<\/div>\n  <div class=\"epigraph\">\n    &#8220;That first set of data would be interesting to analyze &mdash; what are the correlations? What kind of relationships are there? What do you see at an initial level in terms of a model?&#8221;\n    <cite>Anjala Krishen, research planning session<\/cite>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- I. THE PROBLEM -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">I.<\/span> The Problem<\/h2>\n  <div class=\"section-subtitle\">Most nudge research answers the wrong question<\/div>\n \n  <p>\n    The dominant question in the digital wellbeing literature is: <em>do nudges work?<\/em> That question is too blunt. It treats nudges as a monolithic treatment, treats students as a monolithic population, and treats engagement as the outcome that matters. The result is research that can tell you average effects exist &mdash; usually small ones &mdash; while telling you almost nothing about <em>why<\/em> they exist, <em>for whom<\/em>, or <em>under what conditions<\/em>.\n  <\/p>\n  <p>\n    Journey&rsquo;s nine-month university pilot produced a directional signal strong enough to suggest something more precise is happening. Students did not respond uniformly. Timing appeared to matter more than content. Personalization functioned as a prerequisite, not a feature. Awareness increased before behavior changed. And the system&rsquo;s scarcity constraint &mdash; only three nudges per week &mdash; forced every delivery decision to be a <em>selection<\/em> decision, not a scheduling decision.\n  <\/p>\n  <p>\n    That pattern raises a different question: <span class=\"red-ink\">what makes a nudge land?<\/span> Not whether nudges work on average, but what specific combination of timing, context, personalization, and state-awareness turns a text message into a moment of genuine reflective interruption.\n  <\/p>\n \n  <div class=\"two-col\">\n    <div class=\"col-card problem\">\n      <h4>What most research asks<\/h4>\n      <ul>\n        <li>Did the intervention group improve more than control?<\/li>\n        <li>Is there a main effect of &ldquo;nudging&rdquo; on wellbeing?<\/li>\n        <li>Do students who receive messages report less screen time?<\/li>\n        <li>Is digital wellness messaging effective?<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"col-card solution\">\n      <h4>What this research asks<\/h4>\n      <ul>\n        <li>Why did some nudges land and others get ignored?<\/li>\n        <li>Does timing explain more variance than content?<\/li>\n        <li>Which students benefit and which disengage &mdash; and why?<\/li>\n        <li>Does the adaptive loop create lasting change or only short-term reaction?<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n \n  <div class=\"observation\">\n    &#8220;The interesting story to me here is how your initial state is affected. Do you actually create a permanent change? Or is it that we&rsquo;re just working short term?&#8221;\n    <div class=\"source\">&mdash; Anjala Krishen, research planning session<\/div>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- II. THE CENTRAL ARGUMENT -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">II.<\/span> The Central Argument<\/h2>\n  <div class=\"section-subtitle\">Context is not a feature. Context is the mechanism.<\/div>\n \n  <p>\n    Anind Dey defined context as &ldquo;any information that can be used to characterize the situation of an entity.&rdquo; In computing, context-awareness means using that information to provide relevant services. Journey extends that definition into behavioral intervention: context-awareness means using the student&rsquo;s actual situation &mdash; their schedule, cognitive load, energy state, time of day, and likely emotional condition &mdash; to determine not just <em>when<\/em> to send a nudge, but <em>what kind<\/em> of nudge to send.\n  <\/p>\n  <p>\n    This is a stronger claim than &ldquo;personalization helps.&rdquo; It is a claim about mechanism. The hypothesis is that timing and context do more work than content in determining whether a nudge produces reflective interruption or gets dismissed. A perfectly worded nudge delivered at the wrong moment is noise. A simple question delivered at the moment of actual decision is an intervention.\n  <\/p>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">Core Thesis<\/div>\n    <div class=\"h-title\">The Scarcity Constraint as Architectural Decision<\/div>\n    <div class=\"h-claim\">\n      Because Journey sends only three nudges per week, every delivery is a high-stakes selection decision. The question stops being &ldquo;what should we say?&rdquo; and becomes &ldquo;when is the single best moment this week to say something this student can actually act on?&rdquo;\n    <\/div>\n    <p>\n      Scarcity converts the timing engine from a scheduler into a selection engine. It forces the system to look for moments when an intervention is both <em>possible<\/em> (the student has a real break) and <em>needed<\/em> (the student&rsquo;s likely state would benefit from a particular kind of support). The aim is not productivity. It is helping the student manage life holistically &mdash; across academics, stress, health, and connection.\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-observed\">Observed in pilot<\/span><\/div>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- III. THE CONTEXT ENGINE -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">III.<\/span> The Context Engine<\/h2>\n  <div class=\"section-subtitle\">Six dimensions evaluated before every nudge<\/div>\n \n  <p>\n    Journey&rsquo;s context engine draws on Dey&rsquo;s four primary context categories &mdash; identity, location, activity, and time &mdash; and extends them with relational context and inferred internal state. The system does not send nudges and then hope they are relevant. It evaluates the student&rsquo;s likely situation and selects the nudge type accordingly.\n  <\/p>\n \n  <div class=\"diagram-container\">\n    <div class=\"diagram-title\">Fig. 1 &mdash; Context-Aware Nudge Selection<\/div>\n    <svg viewBox=\"0 0 740 280\" style=\"width:100%;max-width:740px;\">\n      <!-- Input nodes -->\n      <rect x=\"10\" y=\"10\" width=\"150\" height=\"36\" rx=\"5\" fill=\"rgba(26,58,92,0.06)\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\/>\n      <text x=\"85\" y=\"33\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#1a3a5c\">Schedule<\/text>\n \n      <rect x=\"10\" y=\"56\" width=\"150\" height=\"36\" rx=\"5\" fill=\"rgba(26,58,92,0.06)\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\/>\n      <text x=\"85\" y=\"79\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#1a3a5c\">Time of Day<\/text>\n \n      <rect x=\"10\" y=\"102\" width=\"150\" height=\"36\" rx=\"5\" fill=\"rgba(26,58,92,0.06)\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\/>\n      <text x=\"85\" y=\"125\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#1a3a5c\">Cognitive Load<\/text>\n \n      <rect x=\"10\" y=\"148\" width=\"150\" height=\"36\" rx=\"5\" fill=\"rgba(26,58,92,0.06)\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\/>\n      <text x=\"85\" y=\"171\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#1a3a5c\">Student Profile<\/text>\n \n      <rect x=\"10\" y=\"194\" width=\"150\" height=\"36\" rx=\"5\" fill=\"rgba(26,58,92,0.06)\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\/>\n      <text x=\"85\" y=\"217\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#1a3a5c\">Relational Context<\/text>\n \n      <rect x=\"10\" y=\"240\" width=\"150\" height=\"36\" rx=\"5\" fill=\"rgba(26,58,92,0.06)\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\/>\n      <text x=\"85\" y=\"263\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#1a3a5c\">Internal State<\/text>\n \n      <!-- Arrows to center -->\n      <line x1=\"160\" y1=\"28\" x2=\"270\" y2=\"130\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n      <line x1=\"160\" y1=\"74\" x2=\"270\" y2=\"135\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n      <line x1=\"160\" y1=\"120\" x2=\"270\" y2=\"140\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n      <line x1=\"160\" y1=\"166\" x2=\"270\" y2=\"145\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n      <line x1=\"160\" y1=\"212\" x2=\"270\" y2=\"150\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n      <line x1=\"160\" y1=\"258\" x2=\"270\" y2=\"155\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n \n      <!-- Center node -->\n      <rect x=\"270\" y=\"100\" width=\"200\" height=\"80\" rx=\"6\" fill=\"rgba(139,37,0,0.06)\" stroke=\"#8b2500\" stroke-width=\"1.5\"\/>\n      <text x=\"370\" y=\"132\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"16\" font-weight=\"600\" fill=\"#8b2500\">Selection Engine<\/text>\n      <text x=\"370\" y=\"154\" text-anchor=\"middle\" font-family=\"Crimson Pro\" font-size=\"12\" font-style=\"italic\" fill=\"#8a6a55\">3 nudges \/ week<\/text>\n      <text x=\"370\" y=\"170\" text-anchor=\"middle\" font-family=\"Crimson Pro\" font-size=\"12\" font-style=\"italic\" fill=\"#8a6a55\">highest-leverage only<\/text>\n \n      <!-- Arrows to output -->\n      <line x1=\"470\" y1=\"130\" x2=\"580\" y2=\"38\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n      <line x1=\"470\" y1=\"138\" x2=\"580\" y2=\"94\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n      <line x1=\"470\" y1=\"148\" x2=\"580\" y2=\"150\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n      <line x1=\"470\" y1=\"156\" x2=\"580\" y2=\"206\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\n \n      <!-- Output nodes -->\n      <rect x=\"580\" y=\"16\" width=\"150\" height=\"40\" rx=\"5\" fill=\"rgba(45,74,45,0.06)\" stroke=\"#2d4a2d\" stroke-width=\"1.2\"\/>\n      <text x=\"655\" y=\"33\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"12\" font-weight=\"600\" fill=\"#2d4a2d\">NUDGE TYPE<\/text>\n      <text x=\"655\" y=\"48\" text-anchor=\"middle\" font-family=\"Crimson Pro\" font-size=\"10\" font-style=\"italic\" fill=\"#8a6a55\">grounding \/ recovery \/ focus \/ social<\/text>\n \n      <rect x=\"580\" y=\"72\" width=\"150\" height=\"40\" rx=\"5\" fill=\"rgba(45,74,45,0.06)\" stroke=\"#2d4a2d\" stroke-width=\"1.2\"\/>\n      <text x=\"655\" y=\"89\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"12\" font-weight=\"600\" fill=\"#2d4a2d\">TONE<\/text>\n      <text x=\"655\" y=\"104\" text-anchor=\"middle\" font-family=\"Crimson Pro\" font-size=\"10\" font-style=\"italic\" fill=\"#8a6a55\">hype \/ gentle \/ funny \/ deep<\/text>\n \n      <rect x=\"580\" y=\"128\" width=\"150\" height=\"40\" rx=\"5\" fill=\"rgba(45,74,45,0.06)\" stroke=\"#2d4a2d\" stroke-width=\"1.2\"\/>\n      <text x=\"655\" y=\"145\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"12\" font-weight=\"600\" fill=\"#2d4a2d\">TIMING<\/text>\n      <text x=\"655\" y=\"160\" text-anchor=\"middle\" font-family=\"Crimson Pro\" font-size=\"10\" font-style=\"italic\" fill=\"#8a6a55\">pre-class \/ post \/ gap \/ evening<\/text>\n \n      <rect x=\"580\" y=\"184\" width=\"150\" height=\"40\" rx=\"5\" fill=\"rgba(45,74,45,0.06)\" stroke=\"#2d4a2d\" stroke-width=\"1.2\"\/>\n      <text x=\"655\" y=\"201\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"12\" font-weight=\"600\" fill=\"#2d4a2d\">CONTENT FRAME<\/text>\n      <text x=\"655\" y=\"216\" text-anchor=\"middle\" font-family=\"Crimson Pro\" font-size=\"10\" font-style=\"italic\" fill=\"#8a6a55\">question \/ prompt \/ mirror<\/text>\n    <\/svg>\n  <\/div>\n \n  <h3>The Timing Logic<\/h3>\n  <p>\n    The system does not distribute nudges evenly across the week. It identifies specific windows where an intervention is both <em>available<\/em> (the student has a real break) and <em>needed<\/em> (the student&rsquo;s likely state would benefit from a particular kind of support).\n  <\/p>\n \n  <div class=\"segments\">\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--blue-ink);\">Pre-Class<\/div>\n      <div class=\"seg-title\">Grounding &amp; Intention<\/div>\n      <p>Before a class begins, a brief orienting prompt helps a student arrive mentally, not just physically. The nudge sets focus before the demand hits.<\/p>\n    <\/div>\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--green-ink);\">Post-Class<\/div>\n      <div class=\"seg-title\">Capture &amp; Decompress<\/div>\n      <p>After class, the student either consolidates or dissipates. A reflection prompt catches learning while it is still warm.<\/p>\n    <\/div>\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--red-ink);\">After Stacked Classes<\/div>\n      <div class=\"seg-title\">Recovery &amp; Regulation<\/div>\n      <p>After two or three back-to-back classes, the right nudge is not academic. It is physiological: stretch, walk, water, breathe. The system should know the difference.<\/p>\n    <\/div>\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--ink-faint);\">Long Gaps<\/div>\n      <div class=\"seg-title\">Focus Sprint or Social Prompt<\/div>\n      <p>A three-hour gap is an opportunity. Depending on the student&rsquo;s goals and state, it could be a focus window or a connection window.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- IV. THE TUESDAY PROBLEM -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">IV.<\/span> The Tuesday Problem<\/h2>\n  <div class=\"section-subtitle\">Why Tuesday afternoon matters more than Monday morning<\/div>\n \n  <p>\n    Consider a student with three consecutive classes on Tuesday, ending around 1:30 PM, followed by a gap before a 4 PM class. A generic system might send a focus reminder Monday morning because Monday feels like the &ldquo;start&rdquo; of the week. A contextually intelligent system recognizes that Tuesday afternoon &mdash; after cognitive depletion, before another demand &mdash; is the highest-leverage moment.\n  <\/p>\n  <p>\n    The nudge that lands there should not say &ldquo;remember to study.&rdquo; It should recognize that after three back-to-back classes, the student is likely drained. The most helpful intervention may be a recovery prompt: a walk, a stretch, a glass of water, a few minutes outside. That is not a concession. That is the system working correctly. It is selecting the intervention that matches the student&rsquo;s likely nervous-system state, not their generic goal list.\n  <\/p>\n \n  <div class=\"diagram-container\">\n    <div class=\"diagram-title\">Fig. 2 &mdash; A Student&#8217;s Tuesday: Where Context Selects the Nudge<\/div>\n    <div class=\"week-visual\">\n      <div class=\"day\">\n        <div class=\"day-label\">Monday<\/div>\n        <div class=\"block\">9:00 Psych 101<\/div>\n        <div class=\"gap\"><\/div>\n        <div class=\"block\">2:00 English 201<\/div>\n      <\/div>\n      <div class=\"day highlight\">\n        <div class=\"day-label\">Tuesday<\/div>\n        <div class=\"block\">9:00 Bio Lab<\/div>\n        <div class=\"block\">10:30 Chem 102<\/div>\n        <div class=\"block\">12:00 Stats 200<\/div>\n        <div class=\"gap\">\n          <div class=\"nudge\">&larr; NUDGE HERE<\/div>\n        <\/div>\n        <div class=\"block\">4:00 Seminar<\/div>\n      <\/div>\n      <div class=\"day\">\n        <div class=\"day-label\">Wednesday<\/div>\n        <div class=\"block\">9:00 Psych 101<\/div>\n        <div class=\"gap\"><\/div>\n        <div class=\"block\">2:00 English 201<\/div>\n      <\/div>\n      <div class=\"day\">\n        <div class=\"day-label\">Thursday<\/div>\n        <div class=\"block\">10:30 Chem 102<\/div>\n        <div class=\"block\">12:00 Stats 200<\/div>\n        <div class=\"gap\"><\/div>\n      <\/div>\n      <div class=\"day\">\n        <div class=\"day-label\">Friday<\/div>\n        <div class=\"block\">9:00 Bio Lab<\/div>\n        <div class=\"gap\"><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n \n  <div class=\"observation\">\n    &#8220;After stacked classes (two to three back-to-back): purpose is recovery, reset nervous system. The best intervention after cognitive overload may be decompression, not more academic effort.&#8221;\n    <div class=\"source\">&mdash; Journey Empathy Algorithm, design principle<\/div>\n  <\/div>\n \n  <p>\n    Because the system only sends three nudges per week, it has to be highly selective. It should look for the moments when an intervention is both possible and needed: when a student has a real break, when stress is likely peaking, when energy is dipping, or when a small action could meaningfully improve focus, recovery, connection, or wellbeing. The aim is not just productivity, but helping the student manage life holistically.\n  <\/p>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- V. THE ADAPTIVE WELLNESS MODEL -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">V.<\/span> The Adaptive Wellness Model<\/h2>\n  <div class=\"section-subtitle\">A feedback loop, not a broadcast system<\/div>\n \n  <p>\n    Journey is not a messaging tool that happens to be personalized. It is an adaptive feedback system. The student enters an initial state. The system assesses that state. Nudges are delivered based on context. The student&rsquo;s responses &mdash; and non-responses &mdash; feed back into the system. Over time, the system should learn and the student should grow. That adaptive loop is the novel research story.\n  <\/p>\n \n  <div class=\"diagram-container\">\n    <div class=\"diagram-title\">Fig. 3 &mdash; The Adaptive Wellness Feedback Loop<\/div>\n    <svg viewBox=\"0 0 740 120\" style=\"width:100%;max-width:740px;\">\n      <!-- Step 1 -->\n      <rect x=\"5\" y=\"25\" width=\"120\" height=\"60\" rx=\"5\" fill=\"rgba(26,58,92,0.06)\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\/>\n      <text x=\"65\" y=\"48\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"11\" font-weight=\"700\" fill=\"#1a3a5c\" letter-spacing=\"1\" text-decoration=\"none\">STEP 01<\/text>\n      <text x=\"65\" y=\"64\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">Initial<\/text>\n      <text x=\"65\" y=\"78\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">Assessment<\/text>\n      <!-- Arrow -->\n      <line x1=\"125\" y1=\"55\" x2=\"150\" y2=\"55\" stroke=\"#c4a882\" stroke-width=\"1.2\"\/>\n      <polygon points=\"150,51 158,55 150,59\" fill=\"#c4a882\"\/>\n \n      <!-- Step 2 -->\n      <rect x=\"158\" y=\"25\" width=\"120\" height=\"60\" rx=\"5\" fill=\"rgba(139,37,0,0.05)\" stroke=\"#8b2500\" stroke-width=\"1.2\"\/>\n      <text x=\"218\" y=\"48\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"11\" font-weight=\"700\" fill=\"#8b2500\" letter-spacing=\"1\">STEP 02<\/text>\n      <text x=\"218\" y=\"64\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">Context<\/text>\n      <text x=\"218\" y=\"78\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">Engine<\/text>\n      <line x1=\"278\" y1=\"55\" x2=\"303\" y2=\"55\" stroke=\"#c4a882\" stroke-width=\"1.2\"\/>\n      <polygon points=\"303,51 311,55 303,59\" fill=\"#c4a882\"\/>\n \n      <!-- Step 3 -->\n      <rect x=\"311\" y=\"25\" width=\"120\" height=\"60\" rx=\"5\" fill=\"rgba(45,74,45,0.06)\" stroke=\"#2d4a2d\" stroke-width=\"1.2\"\/>\n      <text x=\"371\" y=\"48\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"11\" font-weight=\"700\" fill=\"#2d4a2d\" letter-spacing=\"1\">STEP 03<\/text>\n      <text x=\"371\" y=\"64\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">SMS<\/text>\n      <text x=\"371\" y=\"78\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">Delivery<\/text>\n      <line x1=\"431\" y1=\"55\" x2=\"456\" y2=\"55\" stroke=\"#c4a882\" stroke-width=\"1.2\"\/>\n      <polygon points=\"456,51 464,55 456,59\" fill=\"#c4a882\"\/>\n \n      <!-- Step 4 -->\n      <rect x=\"464\" y=\"25\" width=\"120\" height=\"60\" rx=\"5\" fill=\"rgba(107,76,59,0.06)\" stroke=\"#6b4c3b\" stroke-width=\"1.2\"\/>\n      <text x=\"524\" y=\"48\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"11\" font-weight=\"700\" fill=\"#6b4c3b\" letter-spacing=\"1\">STEP 04<\/text>\n      <text x=\"524\" y=\"64\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">Response<\/text>\n      <text x=\"524\" y=\"78\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">&amp; Behavior<\/text>\n      <line x1=\"584\" y1=\"55\" x2=\"609\" y2=\"55\" stroke=\"#c4a882\" stroke-width=\"1.2\"\/>\n      <polygon points=\"609,51 617,55 609,59\" fill=\"#c4a882\"\/>\n \n      <!-- Step 5 -->\n      <rect x=\"617\" y=\"25\" width=\"120\" height=\"60\" rx=\"5\" fill=\"rgba(26,58,92,0.06)\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\/>\n      <text x=\"677\" y=\"48\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"11\" font-weight=\"700\" fill=\"#1a3a5c\" letter-spacing=\"1\">STEP 05<\/text>\n      <text x=\"677\" y=\"64\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">Pulse Survey<\/text>\n      <text x=\"677\" y=\"78\" text-anchor=\"middle\" font-family=\"EB Garamond\" font-size=\"13\" font-weight=\"600\" fill=\"#2c1810\">&amp; Advisor<\/text>\n \n      <!-- Feedback arrow -->\n      <path d=\"M 677 90 L 677 108 L 65 108 L 65 90\" fill=\"none\" stroke=\"#c4a882\" stroke-width=\"1\" stroke-dasharray=\"6,4\"\/>\n      <polygon points=\"61,90 65,82 69,90\" fill=\"#c4a882\"\/>\n      <text x=\"370\" y=\"105\" text-anchor=\"middle\" font-family=\"Crimson Pro\" font-size=\"11\" font-style=\"italic\" fill=\"#8a6a55\">feedback: steps 04&ndash;05 update steps 01&ndash;02<\/text>\n    <\/svg>\n  <\/div>\n \n  <div class=\"observation\">\n    &#8220;How does adaptive wellness work &mdash; to me, that would be interesting. The paper would be really mapped to the software you&rsquo;ve created.&#8221;\n    <div class=\"source\">&mdash; Anjala Krishen<\/div>\n  <\/div>\n \n  <p>\n    That adaptive loop maps directly onto Anjala&rsquo;s framing of the research as feedback-control analysis. The initial survey establishes the baseline state. The context engine produces the intervention. The response data and follow-up surveys measure the output. The novel claim is that the system&rsquo;s intelligence lies not in any single nudge, but in the loop itself &mdash; the ability to start from a student&rsquo;s declared state, intervene at contextually selected moments, observe the response, and adjust.\n  <\/p>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- VI. THE ILLUSTRATIVE CASE -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">VI.<\/span> The Illustrative Case<\/h2>\n  <div class=\"section-subtitle\">How a single coaching relationship revealed the mechanism<\/div>\n \n  <p>\n    Before Journey was tested at scale, sixteen coaching transcripts from a single beta user produced 123 nudges and revealed three patterns that became foundational to the system&rsquo;s design. These patterns illustrate, at the individual level, the mechanisms the larger study is designed to test at the population level.\n  <\/p>\n \n  <div class=\"association\">\n    <div class=\"a-label\" style=\"color:var(--red-ink);\">Pattern 01<\/div>\n    <div class=\"a-title\">Mirror Material<\/div>\n    <p>\n      The highest-performing nudges were not expert advice. They were the user&rsquo;s own words &mdash; metaphors, self-descriptions, moments of clarity &mdash; reflected back during moments of decision. This suggests that what makes a nudge land is not its cleverness but its <em>recognition<\/em>: the student sees themselves in it.\n    <\/p>\n  <\/div>\n \n  <div class=\"association\">\n    <div class=\"a-label\" style=\"color:var(--red-ink);\">Pattern 02<\/div>\n    <div class=\"a-title\">Inflection Points<\/div>\n    <p>\n      Certain exchanges produced visible shifts: changes in wording, energy, or orientation. These inflection points occurred when the coaching surfaced a tension the person had not yet articulated. The system learned to create the conditions for insight rather than to deliver insight directly.\n    <\/p>\n  <\/div>\n \n  <div class=\"association\">\n    <div class=\"a-label\" style=\"color:var(--red-ink);\">Pattern 03<\/div>\n    <div class=\"a-title\">Obligation vs. Agency Language<\/div>\n    <p>\n      A recurring distinction emerged between &ldquo;should&rdquo; language (obligation, external pressure) and &ldquo;pull&rdquo; language (attraction, intrinsic motivation). When nudges were reframed from the obligation register to the agency register, engagement changed. This became a design rule: orient toward positive agency, not deficiency correction.\n    <\/p>\n  <\/div>\n \n  <p>\n    These patterns matter for the larger research because they suggest testable mechanisms. Mirror material tests whether self-referential content outperforms generic content. Inflection points test whether productive instability outperforms resolution. Obligation vs. agency language tests whether framing moderates engagement. Each pattern derived from n=1 becomes a hypothesis testable at n=74 and beyond.\n  <\/p>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- VII. RESEARCH QUESTIONS -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">VII.<\/span> Research Questions<\/h2>\n  <div class=\"section-subtitle\">Five questions that move the field<\/div>\n \n  <p class=\"lead\">\n    These questions are organized hierarchically. The first is the central question. The remaining four collectively build the explanatory model: not &ldquo;prove the product works,&rdquo; but &ldquo;build a serious model of what is happening, for whom, why, and over what time horizon.&rdquo;\n  <\/p>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">RQ1<\/div>\n    <div class=\"h-title\">Lasting Change or Short-Term Reaction?<\/div>\n    <div class=\"h-claim\">\n      Does an adaptive, context-aware SMS intervention produce lasting changes in awareness, wellbeing, and self-directed behavior among emerging adults &mdash; or only short-term reactions?\n    <\/div>\n    <p>\n      This is the longitudinal question. It requires before-and-after measurement using comparable instruments. It is the question Anjala most clearly wants answered: does the initial state actually change, or does the intervention produce momentary compliance that fades when nudges stop?\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-under-test\">Under test<\/span><\/div>\n  <\/div>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">RQ2<\/div>\n    <div class=\"h-title\">Timing as Primary Mechanism<\/div>\n    <div class=\"h-claim\">\n      Does contextual timing &mdash; matching nudge delivery to the student&rsquo;s schedule, cognitive load, and likely energy state &mdash; explain more variance in engagement and outcome than nudge content alone?\n    <\/div>\n    <p>\n      This tests the core claim of the contextual intelligence model: that <em>when<\/em> you intervene matters as much or more than <em>what<\/em> you say. It requires comparing timing-matched vs. randomly timed nudges, or modeling timing features as predictors of response.\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-observed\">Observed in pilot<\/span><\/div>\n  <\/div>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">RQ3<\/div>\n    <div class=\"h-title\">Engagement Segmentation<\/div>\n    <div class=\"h-claim\">\n      How do student engagement profiles &mdash; responders, avoiders, late responders, high-risk students &mdash; differ in baseline characteristics, response patterns, and longitudinal outcomes?\n    <\/div>\n    <p>\n      This tests whether the intervention works differently for different people, and whether those differences are predictable from intake data. It also addresses the critical sub-question: why do some students disengage, and what does that reveal about the intervention&rsquo;s limits?\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-under-test\">Under test<\/span><\/div>\n  <\/div>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">RQ4<\/div>\n    <div class=\"h-title\">Proximal Mechanisms<\/div>\n    <div class=\"h-claim\">\n      Through what proximal mechanisms does the intervention operate &mdash; values alignment, mirror material, personalized tone, schedule-awareness, question-based framing, or scarcity &mdash; and can those mechanisms be distinguished from one another?\n    <\/div>\n    <p>\n      This is the question that prevents the paper from becoming a black-box evaluation. It tests whether observed effects can be attributed to specific ingredients.\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-theoretical\">Theoretical<\/span><\/div>\n  <\/div>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">RQ5<\/div>\n    <div class=\"h-title\">Institutional Relevance<\/div>\n    <div class=\"h-claim\">\n      Do changes in awareness and values-behavior alignment predict downstream institutional outcomes &mdash; persistence, help-seeking, belonging, and academic self-efficacy?\n    <\/div>\n    <p>\n      This connects the awareness-first model to outcomes universities care about. It also tests the theoretical claim that awareness is upstream of behavior: if you increase a student&rsquo;s capacity to notice and choose, downstream improvements follow.\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-theoretical\">Theoretical<\/span><\/div>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- VIII. STUDY DESIGN -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">VIII.<\/span> Study Design<\/h2>\n  <div class=\"section-subtitle\">Two studies, one explanatory model<\/div>\n \n  <div class=\"experiment\">\n    <div class=\"e-label\">Study 1<\/div>\n    <div class=\"e-title\">Baseline Landscape<\/div>\n    <dl class=\"protocol\">\n      <dt>What<\/dt>\n      <dd>Map the incoming student landscape before any intervention. Analyze initial survey data to identify correlations among goals, pain points, wellbeing, digital behavior, and demographic segments.<\/dd>\n      <dt>Protocol<\/dt>\n      <dd>Correlational analysis across intake variables. Cluster analysis to identify natural student segments. Path diagram showing baseline relationships among variables.<\/dd>\n      <dt>Measurement<\/dt>\n      <dd>Self-selected goals, stated challenges, wellbeing (ACIP \/ Healthy Minds Index), adapted QoL instrument, digital awareness items, demographic variables.<\/dd>\n      <dt>Output<\/dt>\n      <dd>A baseline model: what the world looks like before Journey does anything. No causal claims. The status quo, clearly mapped.<\/dd>\n    <\/dl>\n  <\/div>\n \n  <div class=\"experiment\">\n    <div class=\"e-label\">Study 2<\/div>\n    <div class=\"e-title\">Longitudinal + Mechanism Analysis<\/div>\n    <dl class=\"protocol\">\n      <dt>What<\/dt>\n      <dd>After a semester of adaptive nudging, test what changes, for whom, and through what mechanisms.<\/dd>\n      <dt>Protocol<\/dt>\n      <dd>Comparable follow-up survey administered before finals. Engagement segmentation from SMS data. Before-after comparison with paired change scores. Mechanism modeling: timing-match, personalization, and agency as mediators. Context features as predictors of individual nudge response.<\/dd>\n      <dt>Measurement<\/dt>\n      <dd>All Study 1 instruments repeated, plus: engagement profile (read rate, action rate, latency), timing-match score (system-logged), perceived personalization, perceived agency, self-compassion (abbreviated SCS), advisor notes (structured form).<\/dd>\n      <dt>Output<\/dt>\n      <dd>The core research contribution: does the adaptive loop produce durable change? For whom? Through what mechanisms?<\/dd>\n    <\/dl>\n  <\/div>\n \n  <h3>The Correlation vs. Causation Problem<\/h3>\n  <p>\n    Anjala&rsquo;s most persistent concern is the directionality question: are students with better wellbeing simply more likely to respond to nudges, or do nudges actually improve wellbeing? This is not a minor methodological footnote. It is the central threat to the study&rsquo;s credibility. A paper that accidentally implies causation from correlational data will fail with skeptical readers.\n  <\/p>\n  <p>\n    The design addresses this at multiple levels. The before-and-after structure allows person-level change scores. Engagement segmentation allows trajectory comparison across groups. Mechanism variables test whether specific features predict change. Future iterations will incorporate micro-randomized components enabling causal claims about specific features.\n  <\/p>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">Epistemic Scope<\/div>\n    <div class=\"h-title\">What This Design Can and Cannot Prove<\/div>\n    <div class=\"h-claim\">\n      This design can establish what the baseline looks like, whether changes occur, whether changes differ by engagement profile, and whether mechanism variables predict change. It cannot definitively establish that Journey caused those changes.\n    <\/div>\n    <p>\n      The paper should state this clearly. The strength is in the explanatory model, not the causal claim. That is what makes it publishable: honest about limits, rich in mechanism.\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-validated\">Design acknowledged<\/span><\/div>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- IX. VARIABLES & MEASUREMENT -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">IX.<\/span> Variables &amp; Measurement<\/h2>\n  <div class=\"section-subtitle\">What gets measured, and how<\/div>\n \n  <table class=\"evidence-table\">\n    <thead>\n      <tr>\n        <th>Variable<\/th>\n        <th>Type<\/th>\n        <th>Instrument \/ Source<\/th>\n        <th>When<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td class=\"var-name\">Wellbeing (ACIP)<\/td>\n        <td>Outcome<\/td>\n        <td>Healthy Minds Index (17 items)<\/td>\n        <td>Baseline + End<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Quality of Life<\/td>\n        <td>Outcome<\/td>\n        <td>Adapted college-student QoL (Krishen instrument, 5-pt, 5&ndash;7 items)<\/td>\n        <td>Baseline + End<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Digital Awareness<\/td>\n        <td>Outcome<\/td>\n        <td>Custom: noticing compulsive use, interrupting patterns, values alignment<\/td>\n        <td>Baseline + End + Pulse<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Doom Scrolling<\/td>\n        <td>Outcome<\/td>\n        <td>Self-report frequency + optional iOS Screen Time donation<\/td>\n        <td>Baseline + End<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Engagement Profile<\/td>\n        <td>Moderator<\/td>\n        <td>SMS data: read rate, action rate, latency, reply patterns<\/td>\n        <td>Continuous (logged)<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Timing Match<\/td>\n        <td>Mediator<\/td>\n        <td>System-generated: was nudge in high-leverage window?<\/td>\n        <td>Per-nudge (logged)<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Perceived Personalization<\/td>\n        <td>Mediator<\/td>\n        <td>Survey: &ldquo;The nudges understood my situation&rdquo;<\/td>\n        <td>End + Pulse<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Perceived Agency<\/td>\n        <td>Mediator<\/td>\n        <td>Survey: &ldquo;I feel more able to direct my digital behavior&rdquo;<\/td>\n        <td>Baseline + End<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Schedule Density<\/td>\n        <td>Context<\/td>\n        <td>Derived: consecutive classes, seated min, gap length<\/td>\n        <td>Semester-level<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Self-Compassion<\/td>\n        <td>Mediator<\/td>\n        <td>Self-Compassion Scale (abbreviated)<\/td>\n        <td>Baseline + End<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Goals \/ Pain Points<\/td>\n        <td>Baseline<\/td>\n        <td>Journey initial assessment<\/td>\n        <td>Intake<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"var-name\">Advisor Notes<\/td>\n        <td>Qualitative<\/td>\n        <td>Structured follow-up form (coded + open-ended)<\/td>\n        <td>Per check-in<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n \n  <div class=\"observation\">\n    &#8220;Would it be possible to do the full survey again? Beginning and end &mdash; and we can look at a lot of cool things at that point.&#8221;\n    <div class=\"source\">&mdash; Anjala Krishen<\/div>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- X. ENGAGEMENT SEGMENTATION -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">X.<\/span> Engagement Segmentation<\/h2>\n  <div class=\"section-subtitle\">Not one population &mdash; many<\/div>\n \n  <p>\n    One of Anjala&rsquo;s clearest analytical instincts is that the research gets much stronger when it stops treating students as one undifferentiated group. Different students respond to nudges differently for intelligible reasons. The study should identify those segments and test whether outcomes differ across them.\n  <\/p>\n \n  <div class=\"segments\">\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--blue-ink);\">Segment A<\/div>\n      <div class=\"seg-title\">Nudge Responders<\/div>\n      <p>High read rate, high action rate, consistent engagement. The system works as designed. Were they already doing well, or did the intervention move them?<\/p>\n    <\/div>\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--green-ink);\">Segment B<\/div>\n      <div class=\"seg-title\">Late Responders<\/div>\n      <p>Low initial engagement, increasing over time. The most interesting mechanism story: what changed? Did trust develop gradually? Did circumstances shift?<\/p>\n    <\/div>\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--ink-faint);\">Segment C<\/div>\n      <div class=\"seg-title\">Nudge Avoiders<\/div>\n      <p>Enrolled but disengaged. Not hostile. Notification fatigue? Anti-AI sentiment? Wrong tone? Wrong timing? This group is as important as the responders.<\/p>\n    <\/div>\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--red-ink);\">Segment D<\/div>\n      <div class=\"seg-title\">High-Risk Students<\/div>\n      <p>Flagged by initial assessment or advisor observation. Does the intervention help those who need it most, or primarily serve the already-capable?<\/p>\n    <\/div>\n  <\/div>\n \n  <p>\n    The avoider segment is not a data loss. It is a research finding. Understanding why some students do not engage &mdash; and whether their reasons are addressable &mdash; prevents the study from reading as one-sided or promotional. It also generates the most interesting questions for intervention refinement.\n  <\/p>\n \n  <div class=\"observation\">\n    &#8220;It would be interesting to map out types of people too &mdash; the nudge responders, the nudge avoiders, whatever.&#8221;\n    <div class=\"source\">&mdash; Anjala Krishen<\/div>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- XI. HYPOTHESES -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">XI.<\/span> Hypotheses<\/h2>\n  <div class=\"section-subtitle\">What we expect to find &mdash; and what would falsify it<\/div>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">H1<\/div>\n    <div class=\"h-title\">Context-Matched Nudges Outperform Random Timing<\/div>\n    <div class=\"h-claim\">\n      Nudges delivered in identified high-leverage windows (post-stacked-classes, pre-class, long-gap) will produce higher response rates and stronger proximal outcomes than nudges delivered at arbitrary times.\n    <\/div>\n    <p>\n      <strong>Falsifiable if:<\/strong> timing-match scores do not predict engagement or outcomes.\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-observed\">Observed<\/span><\/div>\n  <\/div>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">H2<\/div>\n    <div class=\"h-title\">Awareness Precedes Behavior Change<\/div>\n    <div class=\"h-claim\">\n      Students will report increased awareness of compulsive patterns before showing measurable reductions in problematic use. Awareness is upstream of behavior in the causal chain.\n    <\/div>\n    <p>\n      <strong>Falsifiable if:<\/strong> behavior change occurs without awareness change, or awareness change does not predict subsequent behavior change.\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-observed\">Observed<\/span><\/div>\n  <\/div>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">H3<\/div>\n    <div class=\"h-title\">Engagement Profiles Predict Differential Outcomes<\/div>\n    <div class=\"h-claim\">\n      Responders, late responders, and avoiders will show different trajectories on wellbeing and awareness measures &mdash; and those trajectories will be partially predicted by baseline characteristics.\n    <\/div>\n    <p>\n      <strong>Falsifiable if:<\/strong> segments do not differ on outcomes, or baseline variables do not predict segment membership.\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-under-test\">Under test<\/span><\/div>\n  <\/div>\n \n  <div class=\"hypothesis\">\n    <div class=\"h-label\">H4<\/div>\n    <div class=\"h-title\">The Adaptive Loop Produces Durable Change<\/div>\n    <div class=\"h-claim\">\n      Students who engaged with the adaptive system across the full semester will show sustained improvement from baseline to follow-up, not merely spike-and-decay patterns.\n    <\/div>\n    <p>\n      <strong>Falsifiable if:<\/strong> improvements are concentrated in early weeks and decay, or post-intervention follow-up shows full regression to baseline.\n    <\/p>\n    <div class=\"h-status\">Status: <span class=\"status-tag status-under-test\">Under test<\/span><\/div>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- XII. STUDY PROTOCOL -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">XII.<\/span> Study Protocol<\/h2>\n  <div class=\"section-subtitle\">The concrete research plan<\/div>\n \n  <div class=\"timeline\">\n    <div class=\"tl-item\">\n      <h4>Phase 1: Baseline Analysis (Now)<\/h4>\n      <p>Analyze existing initial survey data. Map correlations among goals, pain points, wellbeing indicators, and student characteristics. Identify natural clusters. Build the baseline model. Publish as Study 1.<\/p>\n    <\/div>\n    <div class=\"tl-item\">\n      <h4>Phase 2: End-of-Semester Survey (Before Exams)<\/h4>\n      <p>Administer follow-up survey using comparable items: adapted QoL instrument, Healthy Minds Index, digital awareness items, perceived personalization, perceived agency. Deploy before students mentally check out.<\/p>\n    <\/div>\n    <div class=\"tl-item\">\n      <h4>Phase 3: Engagement Segmentation<\/h4>\n      <p>Classify students into responder \/ late-responder \/ avoider \/ high-risk segments using SMS engagement data. Compare baseline characteristics across segments.<\/p>\n    <\/div>\n    <div class=\"tl-item\">\n      <h4>Phase 4: Longitudinal Analysis<\/h4>\n      <p>Compare baseline vs. follow-up on all outcome variables. Test whether changes differ by segment. Model timing, personalization, and context-match as predictors. Core of Study 2.<\/p>\n    <\/div>\n    <div class=\"tl-item\">\n      <h4>Phase 5: Qualitative Integration<\/h4>\n      <p>Code advisor notes using structured categories. Integrate as supporting evidence for the mechanism story. Create follow-up form for future cohorts.<\/p>\n    <\/div>\n  <\/div>\n \n  <div class=\"experiment\">\n    <div class=\"e-label\">Future<\/div>\n    <div class=\"e-title\">Micro-Randomized Trial (MRT) Component<\/div>\n    <dl class=\"protocol\">\n      <dt>What<\/dt>\n      <dd>Establish causal effects of specific nudge features by randomizing components (type, timing, tone, question vs. directive) within-person across occasions.<\/dd>\n      <dt>Proximal Outcomes<\/dt>\n      <dd>Time-to-open, session length, reply rate, self-reported urge\/goal conflict, next-day digital behavior.<\/dd>\n      <dt>Moderators<\/dt>\n      <dd>Schedule density, time of day, baseline engagement profile, prior response pattern.<\/dd>\n      <dt>Why It Matters<\/dt>\n      <dd>The MRT converts the research from descriptive to genuinely causal at the feature level. It tests whether timing-matched outperforms random, question outperforms directive, mirror-material outperforms generic, recovery outperforms productivity &mdash; all within-person.<\/dd>\n    <\/dl>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- XIII. PRELIMINARY EVIDENCE -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">XIII.<\/span> Preliminary Evidence<\/h2>\n  <div class=\"section-subtitle\">What the first pilot already shows<\/div>\n \n  <p>\n    The UNH pilot was not designed as a formal study. But its descriptive findings establish the feasibility and directional signal that justify the protocol above.\n  <\/p>\n \n  <div class=\"stats\">\n    <div class=\"stat-card\">\n      <div class=\"stat-num\">74<\/div>\n      <div class=\"stat-desc\">First-year students enrolled<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-num\">85%<\/div>\n      <div class=\"stat-desc\">Active nudge responders<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-num\">14,222<\/div>\n      <div class=\"stat-desc\">Total actions recorded<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-num\">3\/wk<\/div>\n      <div class=\"stat-desc\">Nudges per student<\/div>\n    <\/div>\n  <\/div>\n \n  <div class=\"stats\">\n    <div class=\"stat-card\">\n      <div class=\"stat-num\">89%<\/div>\n      <div class=\"stat-desc\">Survey subset stayed engaged<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-num\">57%<\/div>\n      <div class=\"stat-desc\">Reported less doom scrolling<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-num\">71%<\/div>\n      <div class=\"stat-desc\">Said nudges felt personalized<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-num\">71%<\/div>\n      <div class=\"stat-desc\">Found it helpful for focus<\/div>\n    <\/div>\n  <\/div>\n \n  <div class=\"association\">\n    <div class=\"a-label\" style=\"color:var(--green-ink);\">Directional Pattern<\/div>\n    <div class=\"a-title\">Relevance-Driven Engagement Without Addictive Design<\/div>\n    <p>\n      The system was not optimized for engagement, yet retention was high. It did not tell students to stop scrolling, yet scrolling decreased. It did not give answers, yet awareness increased. It did not maximize session length, yet students continued responding. That pattern &mdash; relevance-driven engagement without addictive design &mdash; is the signal that justifies testing the mechanism formally.\n    <\/p>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- XIV. THEORETICAL FRAMEWORK -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">XIV.<\/span> Theoretical Framework<\/h2>\n  <div class=\"section-subtitle\">Where this sits in the literature<\/div>\n \n  <p>\n    The paper integrates five theoretical streams. None is new individually. The contribution is in showing how they interact within a single adaptive system and testing that interaction empirically.\n  <\/p>\n \n  <div class=\"timeline\">\n    <div class=\"tl-item\">\n      <h4>Context-Aware Computing (Dey, 2001)<\/h4>\n      <p>Any information that characterizes the situation of an entity &mdash; and its use to provide relevant services. Journey extends this from computing into behavioral intervention.<\/p>\n    <\/div>\n    <div class=\"tl-item\">\n      <h4>ACIP Framework (Davidson et al., 2020)<\/h4>\n      <p>Awareness, Connection, Insight, and Purpose as trainable dimensions of wellbeing. The Healthy Minds Index operationalizes ACIP in 17 items.<\/p>\n    <\/div>\n    <div class=\"tl-item\">\n      <h4>Just-in-Time Adaptive Interventions (Nahum-Shani et al., 2018)<\/h4>\n      <p>Delivering the right support at the right time by adapting to changing context and state. Journey&rsquo;s context engine implements JITAI logic through schedule-awareness and scarcity-constrained selection.<\/p>\n    <\/div>\n    <div class=\"tl-item\">\n      <h4>Motivational Interviewing (Miller &amp; Rollnick, 2013)<\/h4>\n      <p>Resolving ambivalence by evoking the person&rsquo;s own reasons for change. Journey&rsquo;s nudge architecture draws on MI: question-first, reflective, permission-giving.<\/p>\n    <\/div>\n    <div class=\"tl-item\">\n      <h4>Digital Harm Reduction<\/h4>\n      <p>An awareness-first frame replacing abstinence logic with agency-building. The target is not less screen time but more intentional technology use.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- XV. THE CONTRIBUTION -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"page\">\n  <h2><span class=\"roman\">XV.<\/span> The Contribution<\/h2>\n  <div class=\"section-subtitle\">Why this paper advances the field<\/div>\n \n  <div class=\"segments\">\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--blue-ink);\">Contribution 01<\/div>\n      <div class=\"seg-title\">Context as Mechanism, Not Decoration<\/div>\n      <p>Most nudge studies treat timing as a delivery parameter. This paper treats it as the primary mechanism of action and tests that claim with schedule-derived features.<\/p>\n    <\/div>\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--green-ink);\">Contribution 02<\/div>\n      <div class=\"seg-title\">Scarcity-Constrained Selection<\/div>\n      <p>The three-nudges-per-week constraint introduces a novel design logic: intervention value comes not from frequency but from precision.<\/p>\n    <\/div>\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--red-ink);\">Contribution 03<\/div>\n      <div class=\"seg-title\">Adaptive Loop as Research Object<\/div>\n      <p>The paper does not treat the system as a black box. It maps the adaptive loop explicitly and tests whether the loop itself produces change.<\/p>\n    <\/div>\n    <div class=\"segment\">\n      <div class=\"seg-label\" style=\"color:var(--ink-faint);\">Contribution 04<\/div>\n      <div class=\"seg-title\">Honest About Causal Limits<\/div>\n      <p>Shows the baseline clearly, measures change, models mechanisms, accounts for segmentation, and states what the design can and cannot prove. Scientific honesty as contribution.<\/p>\n    <\/div>\n  <\/div>\n \n  <div class=\"observation\">\n    &#8220;The second study could be looking at how the nudges sort of work with what we find in the first study.&#8221;\n    <div class=\"source\">&mdash; Anjala Krishen<\/div>\n  <\/div>\n \n  <p>\n    A paper that says &ldquo;nudges helped students&rdquo; is common. A paper that says &ldquo;here is the baseline model, here is the adaptive system, here is the observed change, here are the plausible mechanisms, here is who it works for and who it does not, and here are the causal limits&rdquo; &mdash; that is a contribution. The discussion should maintain a healthy scientific tension: optimistic enough to show promise, sober enough to acknowledge what the design cannot prove.\n  <\/p>\n \n  <p>\n    The deepest question the discussion should address is whether adaptive, context-aware wellness interventions represent a genuinely different category of digital intervention &mdash; one built around awareness and agency rather than restriction and compliance &mdash; and whether that difference matters for how emerging adults develop the capacity to direct their own cognitive and emotional lives.\n  <\/p>\n \n  <div class=\"footnote\">\n    This document is a living research artifact. It is not yet submitted for publication. It presents the conceptual framework, study design, and preliminary evidence as an integrated signaling document for collaborative review and development.<br><br>\n    Journey Research Group &middot; Working Paper &middot; April 2026<br>\n    Correspondence: development@valerin-group.com\n  <\/div>\n<\/div>\n \n<\/div><!-- \/notebook -->\n<\/body>\n<\/html>Contextual\nIntelligence in\nAdaptive Wellness\n","protected":false},"excerpt":{"rendered":"<p>Contextual Intelligence in Adaptive Wellness ContextualIntelligence inAdaptive Wellness When the right nudge arrives at the right moment: a conceptual framework and study protocol for understanding why and when SMS-based interventions change behavior in emerging adults. Lorenzo Scardicchio &middot; Anjala Krishen &middot; Journey Research Group Working Paper &mdash; April 2026 &#8220;That first set of data would [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"1080","footnotes":""},"categories":[9],"tags":[],"class_list":["post-1555","post","type-post","status-publish","format-standard","hentry","category-research"],"_links":{"self":[{"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/posts\/1555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/comments?post=1555"}],"version-history":[{"count":1,"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/posts\/1555\/revisions"}],"predecessor-version":[{"id":1556,"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/posts\/1555\/revisions\/1556"}],"wp:attachment":[{"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/media?parent=1555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/categories?post=1555"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lorenzoscardicchio.com\/index.php\/wp-json\/wp\/v2\/tags?post=1555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}