Wix builds a domain-adapted custom LLM that outperforms GPT-3.5 on Wix-specific tasks
Standard LLM customization techniques—prompt engineering, RAG, and task-specific fine-tuning—suffered from high cost, high latency, model hallucination, and an inability to handle multiple domain tasks simultaneously.
Prompt engineering and RAG required overly complex prompts prone to overfitting, vendor-provided fine-tuning services overfitted to specific prompts without yielding cross-domain capabilities, and existing LLM and RAG solutions did not perform well enough on Wix domain tasks.
Wix's smaller customized LLM showed better results than GPT 3.5 models on a variety of Wix tasks and opened the door for more impact in the organization.
Frequently asked questions
What did this team achieve with this AI workflow?
Wix's smaller customized LLM showed better results than GPT 3.5 models on a variety of Wix tasks and opened the door for more impact in the organization.
What tools did this team use?
RAG, LLaMa2, LoRA, AWS P5.
What results were reported?
custom LLM performance vs GPT-3.5: better results than GPT 3.5 models on a variety of Wix tasks; Domain-specific training data ratio: 2% (source-reported, not independently verified).
What failed first in this deployment?
Prompt engineering and RAG required overly complex prompts prone to overfitting, vendor-provided fine-tuning services overfitted to specific prompts without yielding cross-domain capabilities, and existing LLM and RAG…
How is this back office ops AI workflow structured?
Build domain evaluation dataset → LLM-as-judge evaluation → Synthesize training data → Fine-tune LLaMa2 on AWS P5 → Custom LLM delivers Wix domain tasks.