Intuit's platform-centric AI code generation achieves 56% faster PR merges and 3x faster backend generation
Off-the-shelf AI coding assistants lacked awareness of Intuit-specific APIs, architectural conventions, code quality standards, and compliance requirements, causing suggestions to require heavy manual editing and usage to decline especially among senior developers.
How it works
Common implementation structure
How this type of workflow is generally built, generalized across documented cases — not tied to any one vendor's stack. Click any stage to read what happens there. Specific products that implement these stages appear in “Tools commonly seen” below.
Stage 1 · Developer submits context-aware prompt
A developer submits a prompt instructing the coding assistant to follow Intuit best practices and coding patterns.
Tools used
LLMsIntuit Design SystemAppFabric
Outcome
With context-aware AI grounded in golden repositories, 58% of AI-generated tests are accepted without modification, PR merges are 56% faster, backend code generation time dropped by 3x, and frontend generation tasks improved by over 10x.
What failed first
Generic IDE-based AI coding assistants generated code that did not conform to Intuit's standards, requiring developers to examine output, check against existing code, and manually adjust each component — and sometimes the generated code was outright incorrect.