FactoryJet

Glossary

The commerce & AI glossary

Plain-language definitions of the commerce, AI, and AI-search terms that come up when you are building or scaling a modern store. Written to be accurate and quotable, for people and for the AI assistants they ask.

AI & Automation

The building blocks of language models, agents, and automated workflows.

Large Language Model (LLM)
A large language model (LLM) is an AI model trained on vast amounts of text to understand and generate human language. Models such as Claude, GPT, and Gemini power chatbots, AI search, and agentic systems.
AI agent
An AI agent is a software system that uses a language model to pursue a goal by planning, calling tools or APIs, and taking actions with limited or no human intervention, rather than only answering a single prompt. See Agentic AI.
Agentic AI
Agentic AI refers to AI systems that act autonomously toward goals, making decisions, using tools, and completing multi-step tasks. It contrasts with a passive assistant that only responds to direct instructions.
Multi-agent system
A multi-agent system coordinates several specialized AI agents that each handle part of a task and communicate to reach an outcome no single agent would complete alone, for example separate agents for research, drafting, and review.
Model Context Protocol (MCP)
The Model Context Protocol (MCP) is an open standard that lets AI models connect to external tools, data sources, and services through a consistent interface. It standardizes how an agent reads context and takes actions across systems.
Workflow automation
Workflow automation uses software to run multi-step business processes with little manual effort. AI automation adds language models to tools like n8n, Zapier, and Make so workflows can interpret content and make decisions, not just move data between apps.
AI chatbot
An AI chatbot is a conversational interface powered by a language model that answers questions and completes tasks in natural language. On a business site it can handle support, qualify leads, or guide product discovery.
Prompt engineering
Prompt engineering is the practice of writing and structuring instructions to get reliable, accurate output from a language model. It includes providing context, examples, constraints, and a clear task definition.
Fine-tuning
Fine-tuning adapts a pre-trained language model to a specific domain or task by training it further on a curated dataset, improving accuracy and tone for that use case.
Embeddings
Embeddings are numerical representations of text or other data that capture meaning, so similar items sit close together in a mathematical space. They power semantic search, recommendations, and retrieval for AI systems.
Vector database
A vector database stores embeddings and retrieves the items most semantically similar to a query. It is a core component of retrieval-augmented generation and semantic search.

Commerce

The platforms, models, and metrics behind modern DTC and B2B commerce.

E-commerce
E-commerce is the buying and selling of goods and services online, including a brand's own store, online marketplaces, and B2B ordering portals.
Direct-to-consumer (DTC)
Direct-to-consumer (DTC) is a model in which a brand sells straight to shoppers through its own channels, bypassing wholesalers and retailers to own the customer relationship and data.
B2B commerce
B2B commerce is the online sale of products or services between businesses. It typically involves account-specific pricing, bulk ordering, approval workflows, and purchase-order payment, alongside or instead of a consumer storefront.
Omnichannel commerce
Omnichannel commerce gives customers a consistent, connected experience across every channel, a brand's website, marketplaces, social shops, and physical stores, with inventory, orders, and customer data kept in sync. See Unified commerce.
Unified commerce
Unified commerce runs every sales channel on a single real-time platform and data source rather than stitching separate systems together, so inventory, orders, pricing, and customers stay consistent across store, marketplaces, and B2B at once.
Headless commerce
Headless commerce separates the storefront that shoppers see from the commerce engine behind it, connecting them through APIs. This lets teams build a fast, custom front end while keeping a proven backend for catalog, cart, and checkout. See Composable commerce.
Composable commerce
Composable commerce builds a store from independent, best-of-breed components (search, checkout, CMS, payments) connected by APIs, so each piece can be swapped or upgraded without replatforming the whole system.
Marketplace
A marketplace is an online platform such as Amazon, eBay, Walmart, or TikTok Shop where many third-party sellers list products to a shared audience. Selling on marketplaces alongside an owned store is a common multichannel strategy.
Shopify Plus
Shopify Plus is the enterprise tier of Shopify, aimed at high-volume and complex merchants. It adds higher API limits, checkout customization, multi-store management, and automation tools on top of standard Shopify.
Adobe Commerce (Magento)
Adobe Commerce, formerly Magento, is an open-source-based commerce platform known for deep customization and strong B2B features. It suits merchants with complex catalogs and workflows that need extensive control.
BigCommerce
BigCommerce is a SaaS commerce platform with strong native and headless capabilities, known for flexible APIs and no added transaction fees. It is often chosen by mid-market and B2B merchants.
WooCommerce
WooCommerce is an open-source commerce plugin for WordPress that turns a WordPress site into an online store, offering wide flexibility through themes and plugins and full control of hosting and code.
Point of sale (POS)
A point-of-sale (POS) system is the hardware and software a business uses to take in-person payments and record sales. In unified commerce it shares inventory and customer data with the online store in real time.
Replatforming
Replatforming, or migration, is moving a store from one commerce platform to another, transferring catalog, customers, orders, content, and URLs while preserving SEO and minimizing downtime.
Average order value (AOV)
Average order value (AOV) is the average amount a customer spends per order, calculated as total revenue divided by number of orders. Raising AOV through bundling, upsells, and free-shipping thresholds is a common growth lever.
Conversion rate optimization (CRO)
Conversion rate optimization (CRO) is the practice of increasing the share of visitors who take a desired action, such as buying or submitting a lead, by testing and improving design, copy, and flow.
Commerce AI operator
A commerce AI operator is software that does the operating work of running a store, not just reporting on it. It audits the storefront, ranks issues by revenue impact, and executes approved fixes across every channel. FactoryJet's Commerceflo is an example.

Web & Development

The rendering, performance, and technical-SEO concepts behind a fast, discoverable site.

Next.js
Next.js is a React framework for building fast, production-grade websites and web apps. It supports server-side rendering and static generation, which deliver complete HTML that search engines and AI crawlers can read without executing JavaScript.
Server-side rendering (SSR)
Server-side rendering (SSR) generates a page's full HTML on the server for each request, so browsers, search engines, and AI crawlers receive complete content immediately rather than a blank shell filled in later by JavaScript.
Static site generation (SSG)
Static site generation (SSG) builds every page's HTML ahead of time at build and serves the pre-rendered files from a CDN. It is fast, reliable, and fully readable by crawlers.
Core Web Vitals
Core Web Vitals are Google's user-experience metrics for loading (Largest Contentful Paint), interactivity (Interaction to Next Paint), and visual stability (Cumulative Layout Shift). They influence search rankings and reflect real-world speed.
Lighthouse
Lighthouse is an open-source tool from Google that audits a page's performance, accessibility, best practices, and SEO, scoring each out of 100. A 100 out of 100 performance score signals a highly optimized page.
Progressive Web App (PWA)
A Progressive Web App (PWA) is a website that behaves like a native app: it can work offline, load instantly, and be installed on a device, while still being reached through a normal URL.
Canonical URL
A canonical URL tells search engines which version of a page is the primary one when similar or duplicate content exists at multiple addresses. It consolidates ranking signals and prevents duplicate-content dilution.
hreflang
hreflang is an HTML annotation that tells search engines which language and region a page targets, so the right version is shown to the right audience. It is essential for sites serving multiple countries.
Web accessibility (WCAG)
Web accessibility is designing sites so people with disabilities can use them, guided by the Web Content Accessibility Guidelines (WCAG). It covers keyboard navigation, color contrast, screen-reader support, and clear structure.

Building something in commerce or AI?

FactoryJet designs, builds, and scales commerce and AI for DTC and B2B brands. Tell us what you are working on and we will scope it on a short call.