type
concept
created
Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
updated
Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
sources
raw/notes/productContext, raw/notes/systemPatterns
tags
zero-friction mills onboarding excel email ai design-pattern

Zero-Friction Mill Pattern

abstract
Mills keep using their existing Excel and email workflow -- the platform adapts to them via AI parsing, requiring zero behavior change from suppliers.

Overview

The Zero-Friction Mill Pattern is a core design philosophy of wiki/entities/b2bpaper. It recognizes a fundamental truth about the paper surplus market: mills will not adopt new technology unless it requires no change to their existing workflow. The pattern dictates that the platform must meet mills where they are, not where the platform wishes they were.

The Pattern

What Mills Do Today

Paper mill sales managers have surplus inventory to sell. Their current workflow:

  1. Open Excel
  2. List surplus items (paper type, GSM, width, quantity, grade, price)
  3. Email the spreadsheet to brokers and trading contacts
  4. Wait for responses via email or phone

This workflow has been the same for decades. Mills see no reason to change it.

What the Platform Does

Instead of asking mills to log into a dashboard, fill out web forms, or learn new software:

  1. Mill emails their Excel file to the platform (same action they already perform)
  2. AI parses the Excel spreadsheet -- handling varying formats, column names, units, and languages
  3. Structured surplus data is extracted and stored
  4. Geographic visibility rules determine which regions see the surplus
  5. Matched buyers are notified automatically

The mill's workflow is identical. The platform is invisible to them.

Why This Matters

Relationship to Three Pillars

The Zero-Friction Mill Pattern is directly connected to the Trust pillar of the wiki/concepts/three-pillars framework. Mills share their surplus data because they trust wiki/entities/thierry and wiki/entities/morichal-trading. Forcing them onto a new platform would introduce friction that erodes that trust.

Technical Implementation

The pattern requires several technical capabilities:

Anti-Pattern: Dashboard-First

The explicit anti-pattern is building a mill-facing dashboard and expecting mills to use it. The project brief is clear: a mill dashboard is a "nice-to-have, not required." Mills should never need to log in to anything. If a dashboard is built, it is for admin monitoring, not mill data entry.

Sources

Related