RPA
- Predictability – total; same input always produces same output
- Unstructured input – brittle; a new variant breaks the rule
- Cost – low marginal cost per run
- Compliance and audit – easy; the rule is the audit trail
AI (LLM-based)
- Predictability – probabilistic; use RPA where exact repeatability is required (regulatory reporting, accounting)
- Unstructured input – this is where LLMs shine; natural language, variation and ambiguity that no rule set can cover
- Cost – each LLM call has a real cost; at scale this adds up – we track and disclose it
- Compliance and audit – harder; grounded RAG, citations, human review and full audit logging make AI workflows audit-ready
