Home

A country road with trees lining the path

What do you work for?

More than a career blog. This is about the passion to show up fully — in your work, your health, your faith, and everything in between.


Find out what you actually work for

Four research-backed questions. A personalized reflection. Takes two minutes.

#pw-root{max-width:620px;margin:0 auto;padding:1.5rem 0;font-family:-apple-system,BlinkMacSystemFont,’Segoe UI’,sans-serif;color:#1a1a1a;} #pw-root .pw-step{display:none;} #pw-root .pw-step.active{display:block;} #pw-root .pw-progress{display:flex;gap:6px;margin-bottom:2rem;} #pw-root .pw-dot{height:4px;flex:1;border-radius:2px;background:#e5e5e0;transition:background 0.3s;} #pw-root .pw-dot.done{background:#1D9E75;} #pw-root .pw-q-label{font-size:12px;color:#888;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.4rem;font-weight:400;} #pw-root .pw-source{font-size:11px;color:#aaa;margin-bottom:1rem;font-style:italic;line-height:1.5;} #pw-root .pw-q{font-size:20px;font-weight:500;color:#1a1a1a;line-height:1.4;margin-bottom:1.5rem;} #pw-root .pw-options{display:flex;flex-direction:column;gap:10px;margin-bottom:1.5rem;} #pw-root .pw-opt{background:#fff;border:0.5px solid #ccc;border-radius:12px;padding:14px 18px;cursor:pointer;font-size:15px;color:#1a1a1a;text-align:left;transition:border-color 0.2s,background 0.2s;line-height:1.5;font-family:inherit;} #pw-root .pw-opt:hover{background:#f7f7f5;border-color:#999;} #pw-root .pw-opt.selected{border:1.5px solid #1D9E75;background:#E1F5EE;color:#085041;} #pw-root .pw-next{background:#fff;border:0.5px solid #ccc;border-radius:8px;padding:10px 24px;font-size:15px;cursor:pointer;color:#1a1a1a;display:none;font-family:inherit;} #pw-root .pw-next.visible{display:inline-block;} #pw-root .pw-next:hover{background:#f7f7f5;} #pw-root .pw-result-box{background:#f7f7f5;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;min-height:120px;} #pw-root .pw-result-text{font-size:16px;color:#1a1a1a;line-height:1.7;margin:0;} #pw-root .pw-loading{color:#888;font-size:15px;font-style:italic;margin:0;} #pw-root .pw-framework-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1.25rem;} #pw-root .pw-tag{display:inline-block;font-size:12px;padding:4px 12px;border-radius:8px;} #pw-root .pw-tag-pillar{background:#E1F5EE;color:#085041;} #pw-root .pw-tag-framework{background:#f0f0ec;color:#666;border:0.5px solid #ddd;} #pw-root .pw-cta{background:#fff;border:0.5px solid #ccc;border-radius:12px;padding:1.25rem 1.5rem;} #pw-root .pw-cta-head{font-size:16px;font-weight:500;color:#1a1a1a;margin-bottom:0.25rem;} #pw-root .pw-cta-sub{font-size:14px;color:#666;margin-bottom:1rem;line-height:1.5;} #pw-root .pw-email-row{display:flex;gap:8px;flex-wrap:wrap;} #pw-root .pw-email-row input{flex:1;min-width:180px;border-radius:8px;border:0.5px solid #ccc;padding:9px 14px;font-size:15px;background:#fff;color:#1a1a1a;font-family:inherit;} #pw-root .pw-email-row button{background:#1D9E75;color:#fff;border:none;border-radius:8px;padding:9px 20px;font-size:15px;cursor:pointer;white-space:nowrap;font-family:inherit;} #pw-root .pw-email-row button:hover{background:#0F6E56;} #pw-root .pw-restart{font-size:13px;color:#888;cursor:pointer;margin-top:1rem;display:inline-block;text-decoration:underline;background:none;border:none;padding:0;font-family:inherit;} #pw-root .pw-confirm{display:none;font-size:14px;color:#1D9E75;margin-top:10px;}

Question 1 of 4 — Autonomy

From SDT’s Basic Need Satisfaction Scale (Deci & Ryan) — the single strongest predictor of engagement and well-being at work

When you’re at work, how much do your choices feel like your own?

Question 2 of 4 — Meaning & contribution

From Ikigai research and validated work meaningfulness scales — connecting individual effort to something beyond the self

When you think about the work you do, who does it actually help?

Question 3 of 4 — Competence & growth

From SDT’s competence need and Csikszentmihalyi’s Flow research — the challenge-skill balance is a primary driver of engagement

How does your current work challenge you?

Question 4 of 4 — Identity alignment

From SDT autonomy research: “I feel my choices express who I really am” — the most predictive single item for meaningful work across cultures

If someone asked why you do the work you do, what would you actually say?

Your reflection

Reading your answers…

(function(){ var answers={}; document.querySelectorAll(‘#pw-root .pw-opt’).forEach(function(btn){ btn.addEventListener(‘click’,function(){ var step=btn.closest(‘.pw-options’).getAttribute(‘data-step’); btn.closest(‘.pw-options’).querySelectorAll(‘.pw-opt’).forEach(function(o){o.classList.remove(‘selected’);}); btn.classList.add(‘selected’); answers[step]=btn.textContent.trim(); var nb=document.getElementById(‘pw-next-‘+step); if(nb)nb.classList.add(‘visible’); }); }); function advance(from,to){document.getElementById(‘pw-step-‘+from).classList.remove(‘active’);document.getElementById(‘pw-step-‘+to).classList.add(‘active’);document.getElementById(‘pw-d’+from).classList.add(‘done’);} document.getElementById(‘pw-next-0’).addEventListener(‘click’,function(){advance(0,1);}); document.getElementById(‘pw-next-1’).addEventListener(‘click’,function(){advance(1,2);}); document.getElementById(‘pw-next-2’).addEventListener(‘click’,function(){advance(2,3);}); document.getElementById(‘pw-next-3’).addEventListener(‘click’,function(){getReflection();}); function getPillarAndFramework(){ var a0=answers[0]||”;var a1=answers[1]||”;var a2=answers[2]||”;var a3=answers[3]||”; if(a1.indexOf(‘not sure’)>-1||a1.indexOf(‘machine’)>-1||a3.indexOf(‘wonder’)>-1)return{pillar:’→ Purpose & Career’,fw:’Ikigai × SDT’}; if(a2.indexOf(“doesn’t”)>-1||a2.indexOf(‘sleep’)>-1||a2.indexOf(‘Occasionally’)>-1)return{pillar:’→ Psychology’,fw:’Flow Theory × SDT Competence’}; if(a0.indexOf(‘Almost never’)>-1||a0.indexOf(‘Sometimes’)>-1)return{pillar:’→ Intentional Living’,fw:’SDT Autonomy’}; return{pillar:’→ Purpose & Career’,fw:’SDT × Ikigai’}; } function getReflection(){ document.getElementById(‘pw-step-3’).classList.remove(‘active’); document.getElementById(‘pw-d3’).classList.add(‘done’); document.getElementById(‘pw-step-result’).classList.add(‘active’); var prompt=’You are the voice behind whatyouwork4.com — a blog about purpose, work, and intentional living. Warm, direct, and honest. A smart friend who cuts through noise and asks the right questions. Not a therapist. Not a coach selling a program.\n\nA visitor answered four research-backed questions about their work.\n\n1. Autonomy: “‘+answers[0]+'”\n2. Meaning & contribution: “‘+answers[1]+'”\n3. Competence & growth: “‘+answers[2]+'”\n4. Identity alignment: “‘+answers[3]+'”\n\nWrite a 3-4 sentence personal reflection. Be specific — reference what they actually said. Name the tension or the pattern you see. Do not summarize — diagnose. End with one honest open question they probably have not asked themselves. No bullets. No generic affirmations. Write directly to them.’; fetch(‘https://api.anthropic.com/v1/messages&#8217;,{method:’POST’,headers:{‘Content-Type’:’application/json’},body:JSON.stringify({model:’claude-sonnet-4-20250514′,max_tokens:1000,messages:[{role:’user’,content:prompt}]})}).then(function(r){return r.json();}).then(function(data){ var text=(data.content&&data.content.find(function(b){return b.type===’text’;})||{}).text||”; document.getElementById(‘pw-loading’).style.display=’none’; var rt=document.getElementById(‘pw-result’);rt.textContent=text;rt.style.display=’block’; var pf=getPillarAndFramework(); document.getElementById(‘pw-pillar-tag’).textContent=pf.pillar; document.getElementById(‘pw-framework-tag’).textContent=’Based on: ‘+pf.fw; document.getElementById(‘pw-pillar-section’).style.display=’block’; document.getElementById(‘pw-cta’).style.display=’block’; }).catch(function(){document.getElementById(‘pw-loading’).textContent=’Something went wrong — please try again.’;}); } document.getElementById(‘pw-subscribe-btn’).addEventListener(‘click’,function(){ var email=document.getElementById(‘pw-email’).value; if(!email||email.indexOf(‘@’)<0)return; document.getElementById('pw-email').disabled=true; document.getElementById('pw-subscribe-btn').disabled=true; document.getElementById('pw-confirm').style.display='block'; }); document.getElementById('pw-restart').addEventListener('click',function(){ answers={}; document.querySelectorAll('#pw-root .pw-step').forEach(function(s){s.classList.remove('active');}); document.querySelectorAll('#pw-root .pw-opt').forEach(function(o){o.classList.remove('selected');}); document.querySelectorAll('#pw-root .pw-next').forEach(function(b){b.classList.remove('visible');}); document.querySelectorAll('#pw-root .pw-dot').forEach(function(d){d.classList.remove('done');}); document.getElementById('pw-result').style.display='none'; document.getElementById('pw-loading').style.display='block'; document.getElementById('pw-loading').textContent='Reading your answers…'; document.getElementById('pw-pillar-section').style.display='none'; document.getElementById('pw-cta').style.display='none'; document.getElementById('pw-confirm').style.display='none'; document.getElementById('pw-email').disabled=false; document.getElementById('pw-subscribe-btn').disabled=false; document.getElementById('pw-step-0').classList.add('active'); }); })();

What you’ll find here

This isn’t a blog about hustle culture or climbing the ladder for its own sake. It’s about doing work that matters — and building a life around it.

Purpose & Career

Honest conversations about what it means to build a career with intention — not just ambition.

Intentional Living

Work-life integration, wellness, and the real cost of building a life that looks good on paper but feels hollow in practice.

Psychology

The science of why we do what we do — motivation, behavior, and what it really takes to live and work with purpose.

Health

Your body is the foundation everything else is built on. Practical thinking on physical wellness, energy, and showing up at your best.

Spirituality

Exploring the deeper questions — meaning, faith, and the inner life that shapes how we work, how we lead, and how we live.


Join the Conversation

Weekly thoughts on purpose, work, and what it means to live intentionally. No fluff. No hustle culture. Just honest ideas worth sitting with.


A little about me

I’m Mark — I have a passion for life and this blog is where I think out loud about work, purpose, and what it really means to build a life where we are truly living.