Prototype Exploration

Two Paths to AI-Powered Onboarding

Compare LLM-assisted workflows (user-driven) with Agentic AI (goal-driven, autonomous). Click into each to explore.

๐Ÿงญ
Current Scope

LLM-Assisted Onboarding

A guided wizard where you control progression. AI extracts data and suggests mappings, but you decide each step.

  • โ†’ Predefined flow โ€” 7 fixed screens
  • โ†’ User-controlled โ€” Click "Next" to advance
  • โ†’ AI assists โ€” Extraction, suggestions, validation
  • โ†’ Explicit confirmation โ€” Review every object
Open Wizard Prototype โ†’
๐Ÿค–
Future Vision

Agentic AI Onboarding

Give the agent a goal and documents. It plans, executes, validates, and adapts autonomously. You oversee and approve.

  • โ†’ Goal-driven โ€” "Onboard Houston FCC" is the input
  • โ†’ Autonomous planning โ€” Agent decides the steps
  • โ†’ Tool/API use โ€” Calls OA APIs, validates, retries
  • โ†’ Human oversight โ€” Approve checkpoints, not clicks
Open Agentic Prototype โ†’
Side-by-Side Comparison
Dimension LLM-Assisted Agentic AI
Input Form fields + uploads per step Goal statement + documents upfront
Control Flow User advances through fixed screens Agent plans and executes; user oversees
AI Role Suggests, extracts, validates on request Reasons, acts, adapts, retries autonomously
Tool Use Backend processing, no visible API calls Visible tool calls: OA API, validation, parsing
Error Handling User sees errors, manually fixes Agent detects, reasons, retries or asks
UX Pattern Wizard / Stepper Chat + Activity Log + Approval Gates
Trust Model Confirm every step Approve at checkpoints, audit anytime