A data-driven look at how General Managers Rick Spielman (2012–2021) and Kwesi Adofo-Mensah (2022–2025) built the Vikings through the draft, cap management, and on-field results — using nflverse data, Approximate Value metrics, and OLS regression. Kwesi was fired on January 30, 2026; the Vikings are currently operating with an interim GM.
When Kwesi Adofo-Mensah replaced Rick Spielman as Vikings GM after the 2021 season, it triggered the kind of debate every NFL city loves: is the new guy actually better? Kwesi's tenure ended on January 30, 2026, when he was fired despite the Vikings posting their best regular season in either GM's era in 2024. Rather than rely on hot takes, I used publicly available NFL draft data to build a side-by-side statistical comparison of both GMs across four dimensions — draft quality and hit rate, positional investment, cap stewardship, and their downstream effect on regular season wins.
All draft data comes from the nflverse ecosystem (nfl_data_py). Player quality is measured using Approximate Value (AV), a Pro Football Reference metric that captures career production across positions on a single numerical scale. Win-loss records are sourced from nflverse schedule data (2012–2024). Cap figures are normalized to reflect league-wide spending trends over time.
Kwesi Adofo-Mensah's draft classes (2022–2024) are still early in development — most of
his picks have played only 1–3 seasons. Career AV naturally favors veterans with more
playing time, so his numbers will almost certainly improve over time. This analysis
captures a snapshot of his tenure (2022–2025), not a final verdict — he was
fired on January 30, 2026, with the Vikings' roster and cap situation left to an interim GM.
Additionally, nflverse's dr_av field (team-specific AV) mirrors
car_av for all rows, so departed-player detection relies on 2024 roster
data rather than AV splits.
Spielman: 2012–2021 (10 classes). Kwesi: 2022–2024 (3 classes, still maturing).
Total picks tracked from 2012 through 2024, with career AV and roster status verified.
Draft class AV from years Y-1, Y-2, and Y-3 used to predict wins in year Y via distributed lag OLS.
Players no longer on the 2024 Viking roster are tracked separately — traded, released, or retired — preserving their draft-era AV for comparison.
The charts below walk through the analysis section by section. Click any figure to view it at full resolution. Captions reflect my own read of the data — feel free to draw your own conclusions.
Draft quality is measured as the sum of Career Approximate Value (car_av) for all players selected in a given draft class. Players who left the Vikings — via trade, release, or retirement — are shown in teal on the scatter plot to distinguish their AV from active contributors; their career AV is preserved so both GMs can be fairly compared even when roster turnover is high.
The regression uses a distributed lag model: wins in year Y are regressed on draft class AV from years Y-1, Y-2, and Y-3, rather than the same-year class. This reflects the reality that rookies rarely contribute immediately — a quality draft class typically shows its full impact within two to three seasons. A second model adds normalized dead cap spend as a control for inherited roster decisions.