AI Features (Priority Order)

AI Features (Priority Order)

Overview

Plock is AI-native — not AI-bolted-on. Every data model is designed with AI querying in mind. The AI layer runs continuously; warehouse workers are alerted, not asked to check.

Target user for AI: A warehouse worker with dirty gloves asking var finns SKU-X on a cracked phone screen — not an analyst building pivot tables.

Language: Swedish first. Short, direct responses. Action-oriented. Mobile-friendly.


Priority 1 — Plock AI Chat (Launch)

Type: LLM natural language interface Model: Claude API (claude-sonnet-4-5) Language: Swedish

What it does

Example queries

Architecture


Priority 2 — Smart Picking (Launch)

Type: Route optimisation Engine: OR-Tools (Google) — VRP/TSP solver Reduction target: 30-70% travel time

What it does

How it works

  1. Order released — ML microservice receives order + bin locations
  2. OR-Tools VRP solver computes shortest path across warehouse zones
  3. Optimised pick list returned to mobile app in under 2 seconds
  4. Worker follows sequence — no backtracking

ROI


Priority 3 — Anomaly Detection (Launch)

Type: Statistical detection on inventory transactions Algorithms: Z-score + isolation forest (scikit-learn) Trigger: Real-time, on every transaction

What it detects

Alert flow

  1. Transaction recorded — Python microservice analyses against rolling baseline
  2. Z-score above 3 sigma or isolation forest flags as outlier — alert created
  3. Warehouse manager receives push notification + AI chat message
  4. Manager confirms or dismisses — feedback improves model

Priority 4 — Demand Forecasting (Month 6)

Type: Time-series forecasting Models: XGBoost + Prophet (Facebook) Input: Order history (minimum 90 days)

What it does


Priority 5 — Smart Slotting (Month 6)

Type: ML-based placement recommendations Input: Pick frequency, order affinity, SKU dimensions

What it does


Priority 6 — Labor Planning (Month 12)

Type: Shift optimisation Constraints: Swedish labour law (Arbetstidslagen)

What it does


AI Cost Model (per customer)

Feature Est. cost/month (Growth plan)
Plock AI Chat (1,000 queries/month) ~45 SEK (Claude Sonnet pricing)
Smart Picking (10,000 optimisations) ~5 SEK (OR-Tools compute)
Anomaly Detection (100K transactions) ~10 SEK (Python microservice)
Total AI cost per Growth customer ~60 SEK/month
Growth plan revenue 2,990 SEK/month
AI cost as % of revenue ~2%

Revision #3
Created 2026-03-04 05:10:12 UTC by John
Updated 2026-05-31 20:04:54 UTC by John