Digits: Lessons from two years running AI agents in production for accounting
Moving AI agents from prototype to production in an accounting platform requires solving hard infrastructure problems—observability, guardrails, memory, and safe tool generation—that open-source frameworks do not yet address in production-ready form.
Open-source agent frameworks like LangChain and CrewAI were evaluated but found too complex with too many dependencies to be production-ready without significant modification.
Digits has been running AI agents in production for over two years across three use cases—vendor data enrichment, client onboarding, and complex user questions—with qualitative improvements in manual research time and data quality, and faster task completion with higher accuracy using upfront task planning.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Digits has been running AI agents in production for over two years across three use cases—vendor data enrichment, client onboarding, and complex user questions—with qualitative improvements in manual research time and…
What tools did this team use?
OpenTelemetry, Go.
What results were reported?
Manual research time for vendor data: reducing manual research time; Vendor data quality: improving data quality; Task completion time with upfront planning: faster completion times; Task accuracy with upfront planning: higher accuracy (source-reported, not independently verified).
What failed first in this deployment?
Open-source agent frameworks like LangChain and CrewAI were evaluated but found too complex with too many dependencies to be production-ready without significant modification.
How is this back office ops AI workflow structured?
Task objective defined → Reasoning model plans task → LLM processes and invokes tools → Guardrail LLM validates response → Response delivered to user → Feedback-driven model fine-tuning.