01
FMCG distribution · ERP · 2026

AI analyst agents inside a distributor ERP

Two LLM roles wired into a sales-management platform: an analyst on the management dashboard, a sales assistant on the B2B portal. Both answer only from the KPI API - the model never writes a number it did not fetch.

LaravelPostgreSQL1C syncReact 19LLM toolsRBAC
2 agent roles
5 alert triggers
24 merged PRs
Read
02
Marketplace · retail · 2024

Two-way marketplace sync that stopped overselling

A Symfony service that keeps price and stock consistent across Amazon, Shopify and Walmart. One adapter interface per marketplace, a Workflow state machine per item, and a dead-letter queue for everything that fails.

SymfonyDoctrineRabbitMQPostgreSQLAmazon SP-APIShopify
Zero overselling
<5 min sync latency
10K+ SKUs
Read
03
Data platform · 2023

A 100M-row pipeline that finishes before morning

Order, product and price feeds land through RabbitMQ into Laravel workers, get validated and transformed, and settle into partitioned PostgreSQL tables with Redis in front of the hot data.

LaravelRabbitMQPostgreSQLRedisAirflow
100M+ rows processed
-90% processing time
10x capacity
Read
04
Growth · bots · 2025

Telegram lead bot wired into the CRM

Inbound Telegram messages go through classification and entity extraction, get scored for priority, and arrive in the CRM as complete lead records. The sales team opens a queue, not an inbox.

LaravelOpenAI APITelegram Bot APIJob queuesCRM API
90% auto-processed
Seconds instead of hours
Zero manual entry
Read