| Time to first working flow | Configure a pack, connect a channel, and process a WorkItem without building retrieval or orchestration plumbing. | Weeks to months to assemble retrieval, orchestration, approvals, and connectors before the first governed flow runs. |
| Grounded answers and citations | RAG by default with a configurable relevance threshold, cited page URLs and snippets, and an explicit no-answer fallback when context is missing. | You design chunking, embeddings, vector search, thresholds, and citation rendering, and own their quality over time. |
| Approvals and governed actions | Decision steps, approval gates, action allowlists, and reversible actions with idempotency keys and audited execution records are built in. | Approval workflows, idempotency, and audit trails are custom code you build and maintain per integration. |
| Connectors and intake channels | Typed intake channels (web, in-app, Slack, Teams, email, API, custom) normalize into WorkItems, with provider verification and per-channel policy overrides. | Each channel and connector is integrated, verified, and rate-limited by your team. |
| Multi-provider LLM and fallback | Provider-agnostic interface for Gemini and OpenAI with configurable default, timeouts, retries, circuit breaker, and structured fallback logging. | You implement provider abstraction, retries, breakers, and fallback instrumentation yourself. |
| Governance and audit | Tenant isolation, role and capability scoping, versioned policy overlays, retention controls, and a unified telemetry event envelope. | Tenant isolation, RBAC, policy precedence, and audit exports are designed and tested in-house. |
| Ongoing maintenance | Platform updates, provider model changes, and runtime reliability are operated for you. | Your team owns upgrades, model migrations, evaluation regressions, and on-call for the whole stack. |