Client
Industry
Duration
Delivered by
Architected an AI-powered automated procurement pipeline using n8n and OpenAI to rank multi-vendor products by quality, price, and availability. Achieved 5x faster cart completion and 80% reduction in manual procurement effort.
McGrocer's procurement team was manually comparing products across dozens of vendors every day — a process that took hours and produced inconsistent quality decisions based on whoever was doing the work. They needed a system that could ingest multi-vendor product catalogs, score items by quality, price, and availability, and automatically build optimized procurement carts without human intervention.
We designed an event-driven pipeline using n8n as the orchestration layer and OpenAI GPT-4 for multi-criteria product ranking. Vendor catalogs are ingested via API connectors, normalized into a canonical schema, then scored by the AI model against configurable procurement policies. AWS SQS handles the async job queue for large catalog refreshes, and Redis caches scoring results to avoid redundant API calls. The final cart is assembled automatically and presented to procurement staff for one-click approval.
