Inventory, Fulfillment & Supply Coordination¶
← Back to Domain-Specific Families
Abstractions about synchronizing demand, inventory, production, suppliers, and returns across supply networks. They include forecasting and available-to-promise, make-to-order and make-to-stock, just-in-time flow, stockouts and phantom inventory, cross-docking, service levels, and reverse logistics.
19 abstractions in this family — domain-specific abstractions that sit near one another in structural-signature space (k-means over structural-signature embeddings). Each is shown with its short description.
- Accelerator Effect — The macroeconomic mechanism by which a change in the level of consumer demand produces a proportionally larger swing in investment, because desired capital tracks output at a fixed ratio — so it is the rate of change of demand, not the level, that drives capital ordering.
- Available-to-Promise — Gate every new delivery commitment against a date-bucketed residual curve — on-hand plus scheduled receipts minus prior promises — so a request is accepted only if no future bucket goes negative, distinguishing what is physically present from what is contractually free.
- Backorder — The fulfilment arrangement in which an order is accepted as a binding obligation despite a stock-out, becoming a queued claim against future supply tracked in a visible ledger and clocked against an estimated resupply, rather than being refused as a lost sale.
- Cross-Docking — The distribution practice of unloading, re-sorting by destination, and reloading inbound freight straight onto outbound vehicles with zero dwell — casting the facility as a sorter rather than a warehouse, governed by schedule synchronization rather than inventory level.
- Entrepreneurial Bricolage — The practice of building ventures by recombining the materials, skills, and slack already within reach — treating the existing inventory as the fixed input and accepting a working-but-imperfect solution rather than waiting for the textbook configuration.
- Just-in-Time — Replenish each production stage only when the next one consumes its input, deliberately shrinking buffers so disruption propagates instead of hiding — a coupling that pays off only when paired with the variability-reduction work that earns it.
- Make-to-Order — Begin conversion of inputs into a finished good only after a confirmed customer order, placing the forecast-driven/order-driven decoupling point as far upstream as it will go so finished-goods inventory vanishes and the customer absorbs the full conversion-cycle wait.
- Make-to-Stock — Produce finished goods ahead of any order against an aggregate forecast, placing the decoupling point as far downstream as it will go, so customer wait collapses to the order-to-pick interval at the price of holding cost and a binding forecast bet.
- Min–Max Inventory — An inventory policy that manages stock inside a declared band — replenishing up to a maximum ceiling only once on-hand falls to a minimum reorder point, and doing nothing in between — collapsing continuous order decisions into two scalars per item.
- Perfect Order — Read fulfillment quality as one customer-facing scalar — the product of complete, on-time, undamaged, and correctly-documented sub-rates — so multiplicative decay (four links at 95% giving 81%) becomes visible and the binding sub-rate is read off directly.
- Phantom Inventory — Diagnose a fulfilment miss against a record showing healthy stock as an information-state failure — the record overstating reality between audits — that silently suppresses replenishment, pointing the fix at reconciliation cadence rather than the pick face.
- Returns Friction — Diagnose why returns, recalls, and repairs move badly: the reverse flow is an irregular trickle of heterogeneous, quality-uncertain units forced through a network designed and optimized for one-directional forward flow, sharing its rails as an afterthought.
- Reverse Logistics — Manage the backward flow of goods from consumption toward recovery through one invariant pipeline — receive, inspect-and-grade, route, settle — where the triage sorts each unit up a value gradient and the constraints invert the forward chain.
- S&OP Disconnect — Diagnose a firm's downstream execution crises as an upstream planning defect — separate functions each holding an internally sound but mutually incompatible plan for the same future, because no binding forum reconciles them before commitments are taken.
- Saga Pattern — Achieve all-or-nothing semantics across a multi-step operation that no single ACID transaction can span by pairing each local transaction with a forward compensating action, so a failure at step k runs compensations k-1 down to 1 and leaves the system as-if-nothing-happened.
- Service Level — Commit in advance to fulfilling a stated quantile of stochastic demand — not its average — within a stated window with a breach consequence, and size the system's buffer against that tail, so each additional nine costs disproportionately more reserve.
- Stockout — Pin inventory's central failure to a precise binary event — on-hand stock for one SKU at one location reaching zero while demand still arrives — whose heterogeneous, mostly-unobservable cost, weighed against holding cost, drives every safety-stock and service-level decision.
- Supplier Concentration Risk — Exposure that arises when a buyer's dependency for a critical input rests on so few suppliers that one node's disruption propagates downstream faster than alternatives can be qualified — a shape property of the dependency distribution, not of any supplier's performance.
- Vendor-Managed Inventory — Shift four coupled properties — consumption data, replenishment authority, stock ownership, and risk — upstream from buyer to supplier as a single bundle, dampening the bullwhip effect at the cost of a principal-agent gap that governance metrics must close.