What level of AI autonomy are you comfortable with?
{% set autonomy_opts = [
('human', '🧑💼', 'Full Human Control (L0–L1)', 'AI assists; humans approve every output. Best for regulated, safety-critical workflows.'),
('supervised', '👁️', 'Supervised Automation (L2–L3)', 'AI acts autonomously but humans monitor and can intervene. Most common enterprise pattern.'),
('autonomous', '🤖', 'Fully Autonomous (L4)', 'AI operates end-to-end with minimal human touchpoints. Fastest, highest risk. Requires strong safety guardrails.'),
] %}
{% for slug, icon, label, sub in autonomy_opts %}
{% endfor %}