Wil is a learning systems architect whose core proposition, confirmed over a decade and across every institution he has touched, is simple: fixing schools is less about fixing the parts than restoring the hearts of the people who build and run them. Fixing things was always the easy part. The care and resolve to resist mediocrity — that is what is hard to find.
His work spans Title I schools, correctional facilities, and communities where the stakes of institutional failure are not abstract. In each context the results followed the same variable: whether the people doing the work believed it was worth doing, and whether anyone in charge understood that before it was too late to matter.
He holds an Ed.M. from Teachers College, Columbia University, and is completing an Executive MBA at Arizona State University’s W. P. Carey School of Business — not as a transition, but as the deliberate acquisition of range by someone who already knows what he is building and understands that the leaders the next decade needs are the ones who can read a system whole and move before lesser ideas fill the space.
In 2024 he founded What If Love, a social innovation lab built on a different theory of intelligence — one that holds that the people best positioned to define what intelligence should do are not the ones who built it fastest, but the ones who have spent careers learning what it costs when power operates without care.
CIRA and CIRF, the lab’s flagship instruments, give educators, organizers, and practitioners a professional framework to enter the age of artificial intelligence on their own terms — not as recipients of a technology designed without them, but as people who already know how it feels to hold something together with nothing but competence and conviction, and who can name that knowledge, insist on its value, and demand that the intelligence we build next be incapable of the cruelty that made their work necessary.
The first fire was not invented to make wealth. It was built to keep loved ones warm. That is still the only intelligence that matters.
.scroll-highlight { color: #bbb; transition: color 0.45s ease; } .scroll-highlight.lit { color: #111; } (function(){ var items = document.querySelectorAll(‘.scroll-highlight’); function update(){ var focalY = window.innerHeight * 0.5; var band = window.innerHeight * 0.32; items.forEach(function(el){ var r = el.getBoundingClientRect(); var dist = Math.abs((r.top + r.height / 2) – focalY); dist < band ? el.classList.add('lit') : el.classList.remove('lit'); }); } window.addEventListener('scroll', update, {passive: true}); update(); })();