const Human = () => { return (
Workflows should run themselves —
and still empower people.} sub="Automation isn't replacement. It's the removal of work that shouldn't exist, so your team can do work that compounds." className="border-t border-token" >
{/* AI handles */}
AI handles

Repetition, scale, and signal.

    {[ 'Reads every document, every email, every transaction', 'Watches the queue 24/7 — never tired, never blind', 'Calculates against thousands of variables in milliseconds', 'Acts on policy when policy is clear', ].map((t,i) => (
  • {t}
  • ))}
{/* Humans handle */}
Humans handle

Strategy, judgment, and trust.

    {[ 'Set the policy the AI executes against', 'Resolve the ambiguous, the novel, the political', 'Build relationships the model will never have', 'Own the outcome — because outcomes are what count', ].map((t,i) => (
  • {t}
  • ))}
); }; window.Human = Human;