{% extends "base.html" %} {% block title %}AADC Quick Start — ICDEV™{% endblock %} {% block content %}
CUI // SP-CTI

⚡ Quick Start Wizard

Answer 3 questions — we'll route you to the right solution pack.

← Solution Packs
Step 1 of 3

What domain or industry are you in?

{% set domains = [ ('government', '🏛️', 'Government / Defense', 'Federal agencies, DoD, IC, state/local'), ('healthcare', '🏥', 'Healthcare', 'Clinical, admin, payers, life sciences'), ('technology', '💻', 'Technology', 'Software, SaaS, IT operations'), ('financial', '📈', 'Financial Services', 'Banking, insurance, fintech'), ('general', '🏢', 'General Enterprise', 'Any other industry or cross-domain'), ] %} {% for slug, icon, label, sub in domains %} {% endfor %}
Step 2 of 3

What's your primary use case?

{% set goals = [ ('customers', '💬', 'Customer Engagement', 'Support, chat, intake, service desk'), ('automation', '⚙️', 'Autonomous Automation', 'Code generation, workflows, RPA'), ('research', '🔬', 'Research & Analysis', 'Knowledge work, reports, insights'), ('security', '🛡️', 'Security & Monitoring', 'SOC, anomaly detection, compliance'), ('documents', '📄', 'Document Processing', 'Contracts, procurement, records'), ] %} {% for slug, icon, label, sub in goals %} {% endfor %}
Step 3 of 3

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 %}
Your Recommendation

We found the right pack for you

Browse All Packs
{% endblock %}