shipwithjev

Blog / 27

Jev for Ecommerce: Catalog, Reviews, and Support at Verdict Prices

The ecommerce jobs that are secretly classification: product categorization, review screening, support triage, and listing moderation, priced in cents.

Ecommerce is a decisions business wearing a logistics costume. Under the storefront: is this product in the right category, is this review real, is this ticket about a lost package or a chargeback threat, is this listing allowed, is this order fraud-shaped. Every one is a closed-set judgment, every one arrives at volume, and until recently each cost either human minutes or an ML project. This page maps the decision-model pattern onto the storefront, receipts included, numbers as reported by their build authors.

Catalog hygiene: categorization and attributes

Product categorization is textbook classification, and the reported economics (500 items classified for 3.5 cents is the reference shape from email; the mechanics are identical) make full-catalog passes casual. Beyond the category tree, attribute extraction as verdicts: does the description state a material, is a size chart present, does the title contain the brand, is this listing a duplicate of that one. Fuzzy dedup ("are these two the same product?") is the judge question marketplaces have wanted answered cheaply forever, and the materialize-a-column pattern from the database piece is exactly how to store the answers.

Review integrity: the conversion-rate defense

Screen product reviews for authenticity and helpfulness before they publish: does the review describe actual product use, is it template-shaped, does it mention a defect versus a preference, is it incentive-disclosure territory. That's content moderation defending revenue instead of community, and it runs at the same universal-coverage prices: judge every review, not a sample. The adjacent wins come free once the layer exists: surfacing the most useful review to the top, flagging sudden review-pattern shifts on a SKU, and mining the whole review corpus as labeled research data ("what percentage of negative reviews cite shipping versus product?") instead of an unread pile.

Support triage, ecommerce dialect

The general pattern lives in the support-triage guide; the storefront dialect adds its own verdicts: refund-or-replace signals, chargeback-threat language, WISMO ("where is my order") versus everything else, VIP-customer detection, marketplace-SLA clocks. The fraud build's cascade, a reported 96/100 at ~$0.07 per hundred with a bigger model taking only the uncertain slice, is the architecture, and order-fraud screening is its most literal ecommerce translation: cheap judge on every order's text signals, escalation on the weird ones, humans on the expensive ones.

Listing moderation and marketplace policy

Marketplaces inherit the platform problem: prohibited items, counterfeit tells, policy-violating claims ("cures", "FDA approved"), off-platform contact attempts. The moderation stack applies verbatim: rules floor, verdict-on-everything middle, human ceiling, with the same discipline about irreversible actions: auto-hold is a model job, seller bans are not.

The limits section, briefly, because storefronts are where over-automation gets expensive: verdicts read text and structure, not photos of the actual counterfeit; nondeterminism means cache and version everything; and customer-facing money actions (refunds, cancellations) stay behind human or verification-gated approval. The wins here are coverage and speed on judgments you were already making badly at 20 percent coverage; keep the judgment calls that were genuinely hard exactly where they were.

Frequently asked questions

What ecommerce tasks fit a decision model best?

Product categorization, dedup, review screening, support and fraud triage, listing policy checks: high-volume closed-set judgments on text. Photo-based checks and money-moving actions stay with vision models and humans respectively.

What does full-catalog or full-review coverage cost?

At reported verdict prices (hundreds of items for cents, ~$0.07 per hundred with escalation included), universal coverage on a mid-size store prices in coffee money; the cost table has reference workloads.

Can it detect fake reviews reliably?

It detects fake-shaped reviews (template patterns, non-use language, burst timing signals in the text you give it) well enough to route for review; treat it as a screening tier with human adjudication, per the cataloged build's own design.

Where should a store start?

Whichever pile is largest and least read: usually reviews or support. Export a few hundred historical items, run your questions, score against what your team actually did, then go live; the getting-started guide is the walkthrough.

Numbers throughout are as reported by the build authors, not verified by shipwithjev. Code-shaped examples are pseudocode; the official docs live at docs.typesafe.ai.