LLM (Large Language Model)
A language model trained on vast text corpora; generates and reasons over natural language.
In e-commerce, LLMs support copy (descriptions, RSA headlines, FAQ), report summaries, and category mapping. They do not replace ERP or pricing rules - human-in-the-loop and product-fact verification are required.
See also:
Model hallucination,
Prompt (prompt engineering),
Human-in-the-loop,
RAG (Retrieval-Augmented Generation)
Ad platform Machine Learning
Models from Google, Meta and other platforms that optimize bids and budget allocation on conversion signals.
Smart Bidding in Google Ads and Performance Max campaign optimization are platform ML - a "black box" trained on advertising ecosystem data. You supply the feed, conversions and segments; the platform picks channels and bids.
See also:
Smart Bidding,
Performance Max (PMax),
Incrementality
Business rule
Explicit if/then logic (e.g. margin < 10% → exclude from PMax) - predictable, cheap, easy to audit.
Rules are the first choice where conditions are known and stable: feed validation, SKU exclusions, margin thresholds. LLMs should not replace rules for price, GTIN or availability.
See also:
LLM (Large Language Model),
custom_label (0-4),
GTIN / EAN
Model hallucination
A fact invented by AI - a product attribute, promotion or promise not present in the source of truth.
Typical example: a shoe description with a Gore-Tex membrane that is not in the PIM. In campaigns - a non-existent price guarantee. Prevention: brief with facts from ERP, QA checklist, rejection log.
See also:
LLM (Large Language Model),
Human-in-the-loop,
Product data enrichment
Model drift
Change in AI model behavior over time - the same prompt yields different output after a provider update.
After an API version change, description or category quality can drop without any change on your side. Version prompts and retest a control sample after every model update.
See also:
Prompt (prompt engineering),
Human-in-the-loop
Prompt (prompt engineering)
Instruction for an AI model: role, context, constraints, output format and examples (few-shot).
A good e-commerce prompt includes tone of voice, character limits (RSA, meta title), banned phrases and input data exclusively from the PIM. Store versions in a repo, not only in a tool UI.
See also:
LLM (Large Language Model),
Model drift
RAG (Retrieval-Augmented Generation)
LLM answers from an approved knowledge base (FAQ, terms of service), not from model “memory”.
Critical for store chatbots: the bot cites current shipping and return policies. Without RAG the bot invents promotions - a typical process failure in the CX module.
See also:
E-commerce chatbot,
Model hallucination
Human-in-the-loop
A process where a person approves or rejects AI output before publication or a business decision.
Minimum in e-commerce: log SKU + date + author + QA status, content acceptance owner, gate before export to feed. Without this, overnight mass automation ends in incidents.
See also:
Model hallucination,
AI policy in marketing