function StatBlock() { const stats = [ { num: '95', sym: '%', label: 'Pilots failing to create measurable value', cite: 'MIT NANDA · 2025' }, { num: '2', sym: '×', label: 'Returns when workflows are redesigned first', cite: 'McKinsey · 2025' }, { num: '25', sym: '%', label: 'Cost savings ceiling with end-to-end AI', cite: 'McKinsey · 2025' }, ]; return (
The numbers don't lie

Most organizations carrying process debt find that AI doesn't solve problems. It amplifies them.

{stats.map((s, i) => (
0 ? 32 : 0, }}>
{s.num}{s.sym}
{s.label}
{s.cite}
))}
); } window.StatBlock = StatBlock;