AI & LLM systems in production
AI sales-department controller
Listens to calls and chats, auto-fills the CRM, scores managers and fires alerts on risky or overdue deals. Deployed at three companies across different industries.
Omnichannel AI sales consultant
Reads customer chats across three channels into one CRM window, sees live stock and price, recognizes repeat customers and drafts the order from the conversation. The owner edits how it talks via versioned prompt blocks, no programmer needed.
Conversation-analysis LLM pipeline
A modular Python platform that exports chat histories, transcribes audio/video, then runs a multi-level LLM pipeline: incremental summarization with content-hash caching, batch-API cost optimization, embeddings and semantic drill-down, plus automatic task/project extraction and dedup.
1C automation via AI
A bot that turns a vehicle-registration photo into client + car records in the accounting system, and a customer's voice/video complaint into a draft work-order — transcription plus an LLM, integrated over the ERP's API.
E-commerce & marketplace systems
Custom pharmacy e-commerce engine
Migrated a multi-store pharmacy chain (6 legal entities, two countries) off a boxed CMS onto a custom PHP 8 engine without stopping sales: two-way ERP integration, payment routing per entity, fiscalization, delivery, regulated-drug marking, and a second-country storefront with local pricing and acquirer.
Warehouse-to-marketplace gateway
A warehouse-to-marketplace gateway with per-parcel scanning and a daily operator UI. Rebuilt v1 (PHP/MySQL) into v2 (FastAPI + React + PostgreSQL + Docker) — 76 functions across 6 domains — and migrated it with eight months of zero-downtime parallel run. Also built a cross-border proxy-API gateway from scratch in one month.
CRM engineering & business-system integrations
Own products & tooling
Site-to-CRM connector
A productized connector that pipes website form submissions into the CRM with UTM tags and deduplication, sold direct and through integrator partners; rewritten in 2024 on a queue-backed architecture.
Self-hosted CRM widget suite
Cloned and self-hosted a suite of ten CRM sub-widgets so the studio owns its own widget/vendor platform instead of depending on a third party — and fixed a query-performance bug in the process.
Browser-automation bridge
My own browser-automation layer that lets an AI agent drive a real browser for everyday workflows and for reaching web tools that have no API. I run it across a small fleet of persistent identities.
Semantic dedup engine
A record-deduplication engine that merges duplicate CRM entities with a semantic arbiter — programmatic rules first, an LLM only for the ambiguous cases — packaged as a reusable module.