🌿 For Engineering Leaders

Resources for Managers, EMs
& Tech Leaders

AI fatigue is the retention crisis no one's naming. Here are the free resources from The Clearing that help teams navigate it — with honesty, data, and practical tools.

2,147 Engineers Surveyed
71% Feel Like "Middlemen"
110 Free Resource Pages

📋 For Engineering Managers

Practical guides for leading teams through AI adoption without losing your best people.


📊 Data & Research

Shareable stats and research-backed insights for evidence-based conversations about AI fatigue.

"71% of engineers feel like they're reviewing AI code more than writing it. 44% are considering leaving the industry. This isn't a productivity problem. It's a retention crisis."

— The Clearing AI Fatigue Survey, 2025 (N=2,147 engineers)

🌿 Recovery & Prevention

Evidence-based recovery plans for engineers and teams experiencing AI fatigue.


📬 The Dispatch

A quiet weekly letter for engineering leaders navigating AI adoption. Data, insights, and practical tools. No hustle culture.

Get The Dispatch in Your Inbox

Every Tuesday morning. For engineering managers, CTOs, and senior engineers who want to lead through this honestly.

No spam. No tracking. Unsubscribe anytime. 2,000+ engineers already subscribe.

// Show mailto fallback if Formspree not configured (function() { var form = document.getElementById('lh-newsletter-form'); var mailtoEl = document.getElementById('mailto-fallback'); if (!form || !mailtoEl) return; var action = form.getAttribute('action') || ''; if (action.indexOf('xpwqqvln') === -1) return; var mailtoAnchor = document.getElementById('mailto-link'); if (mailtoAnchor) { var emailInput = form.querySelector('[name="email"], [type="email"]'); var email = emailInput ? (emailInput.value || '') : ''; var subject = encodeURIComponent('Subscribe to The Dispatch 🌿'); var body = encodeURIComponent( 'Hi, please subscribe me to The Dispatch.\n\nEmail: ' + email + '\n\n— from clearing-ai.com' ); mailtoAnchor.href = 'mailto:hello@clearing-ai.com?subject=' + subject + '&body=' + body; } mailtoEl.style.display = 'block'; })(); // Intercept form submit when Formspree not configured — use mailto fallback (function() { var form = document.getElementById('lh-newsletter-form'); if (!form) return; var action = form.getAttribute('action') || ''; if (action.indexOf('xpwqqvln') === -1) return; form.addEventListener('submit', function(e) { e.preventDefault(); var emailInput = form.querySelector('[name="email"], [type="email"]'); var email = emailInput ? (emailInput.value || '') : ''; var subject = encodeURIComponent('Subscribe to The Dispatch 🌿'); var body = encodeURIComponent( 'Hi, please subscribe me to The Dispatch.\n\nEmail: ' + email + '\n\n— from clearing-ai.com' ); var mailtoLink = 'mailto:hello@clearing-ai.com?subject=' + subject + '&body=' + body; window.open(mailtoLink, '_blank'); var mailtoEl = document.getElementById('mailto-fallback'); if (mailtoEl) mailtoEl.style.display = 'none'; var successEl = document.getElementById('form-success') || document.querySelector('.form-success, .success-msg'); if (successEl) { successEl.style.display = 'block'; successEl.scrollIntoView({ behavior: 'smooth', block: 'center' }); } }); })();