AI Engineer & Agentic Full Stack Developer

AI Agents & Multi-Agent Systems | Voice Agents | RAG Systems | LLM Fine-Tuning | Full-Stack Apps | Shopify | Web3

📍 Lviv, Ukraine | 🌐 Available Worldwide

I engineer AI agents and agentic systems that do real work: voice agents that take orders in real time (LiveKit + OpenAI Realtime), self-extending assistants that write their own skills, production RAG pipelines, LLM fine-tuning (QLoRA → GGUF → Ollama), and AI-powered automation. I build the full stack around them — Next.js, React, TypeScript, Python, Node.js — and develop with a multi-agent Claude Code workflow, so every project ships with automated code review and security audit. Don't take my word for it — ask my AI in the corner: it's my own RAG system.

20+ Projects Delivered
10+ Active Platforms
2 Shopify Apps Published
10+ Years Experience
Next.js React Claude Code Python TypeScript Node.js Django Multi-Agent MCP API Voice Agents RAG Shopify AI Orchestration PostgreSQL Remix Figma MCP Subagents LangGraph

About Me

Volodymyr Dorosh

Volodymyr Dorosh

AI Engineer from Lviv, Ukraine

I build AI agents that do real work

DOU

I'm an AI engineer & full-stack developer — 10+ years of software engineering, the last 3 focused on LLM and agentic systems — with 20+ shipped products. I build agentic systems as products — voice agents, self-extending assistants, production RAG pipelines, LLM fine-tuning, and AI automation — and develop them with multi-agent Claude Code orchestration (Planner, Architect, Implementer, Reviewer, Security Auditor in parallel), delivering production-ready applications faster and at a fraction of the cost of a traditional team. Every project ships with automated code review, security audit, and my personal quality control. Stack: Next.js, React, TypeScript, Python, Django, Node.js, PHP/Symfony, Solidity — plus Shopify app development, SaaS, and Web3 integration.

No Language Barriers

Fluent real-time communication in 50+ languages via AI live voice interpreter

EN DE FR ES ZH JA KO IT

+ Arabic, Hindi, Portuguese, Dutch, Swedish, Polish, Czech, Turkish, Vietnamese, Thai and 32 more

AI Agent Quality

Automated review by Opus: bugs, security, UI/UX — every commit

Team Speed

Features ship in parallel: Architect + Implementer + Tester simultaneously

Solo Cost

1 engineer. No management overhead. No team coordination cost.

Key Achievements & Expertise

20+ Shipped Products

Full-stack web apps, Shopify apps, smart contracts, AI agents, and ML pipelines delivered to production — 10+ platforms still live and active

2 Published Shopify Apps

InkBot (AI product descriptions, 111+ languages) and ClothCast (AI virtual try-on with FLUX.2) — built, published, and maintained solo

End-to-End ML Pipeline

Synthetic dataset generation → QLoRA/LoRA fine-tuning → GGUF export → Ollama deployment — a complete in-house LLM training workflow

Self-Extending AI Agent

Dual-LLM agent (Buddy) that autonomously writes, validates, and deploys its own skills — with Ukrainian voice interface and sandboxed execution

Production RAG System

3,360+ indexed chunks, hybrid search (pgvector HNSW + BM25 + RRF fusion), neural reranking — self-hosted on AWS EC2 with CI/CD

10,000+ Token Holders

Built the ZORIUM token & DeFi staking ecosystem on Zora Network and successfully airdropped it to a community of 10,000+ holders

Sold-Out NFT Collections

Bored Giraffes Yacht Club — 3,333 NFTs sold out on Ethereum — plus The GAFs and a novel-to-NFT adaptation (Misery Avenue)

NFT Design Awards Judge

Official judge at NFT Design Awards, evaluating innovative NFT projects and design excellence

AI Video Production

Directing fully AI-generated animated films — complete video workflows combining Sora, Runway, and Midjourney

Professional Experience

AI Engineer (part-time) Goal Marketing Agency («Ціль») Jun 2026 — Present

AI agents and LLM-powered automation for marketing operations: multi-LLM pipelines, AI-assisted auditing and reporting systems.

AI Engineer & Full-Stack Developer Freelance & Own Products 2014 — Present

Voice agents, RAG systems, self-extending assistants, LLM fine-tuning, Shopify apps, SaaS and Web3 platforms — 20+ shipped products (see Projects below).

Digital Transformation Lead & Head of E-commerce «Dim i Son» Jan 2021 — Apr 2026

Architected a custom Next.js/React e-commerce core replacing legacy CMS; built a real-time omnichannel ecosystem syncing inventory, logistics and sales between offline stores and the web; introduced AI agents for order intake, content generation and automated social publishing; automated marketing workflows (Google Ads, SEO, CRM) and supply-chain logic.

Co-founder & Head of E-commerce Mekko Jun 2011 — Jan 2021

Co-founded and led a mattress e-commerce brand for almost 10 years: owned the entire technical side (Shopify store, SEO across platforms, Google & Meta Ads) plus project management, recruitment, R&D and marketing strategy.

Featured Projects

Ask About Dorosh — Production RAG System

Production RAG chatbot that indexes 34 real projects + CV (3,360+ chunks). Hybrid search (pgvector HNSW + BM25 GIN) with RRF fusion, Jina Reranker v3, DeepSeek LLM streaming via SSE. Self-hosted on AWS EC2 with Nginx, PM2, Let's Encrypt SSL, and GitHub Actions CI/CD. Try It Live

Next.js 16 Supabase pgvector Jina AI DeepSeek AWS EC2 GitHub Actions

Buddy Agent — Self-Extending AI Assistant

Self-extending Telegram AI assistant with dual-LLM architecture — DeepSeek V3.2 dispatches tasks while MiniMax M2.7 autonomously generates new skills. Ukrainian voice interface (Whisper STT + Edge-TTS), 3-tier security with PIN gate, persistent memory, and sandboxed execution with AST-based code validation. View on GitHub

Python OpenClaw DeepSeek V3.2 MiniMax M2.7 Whisper STT Edge-TTS

Pizza Voice Agent — Real-Time Voice Ordering

Voice assistant for a pizzeria: natural spoken ordering in Ukrainian with real-time speech-to-speech conversation, menu logic, and order confirmation. Built with LiveKit Agents and the OpenAI Realtime API with a Next.js frontend. View on GitHub

LiveKit Agents OpenAI Realtime Next.js TypeScript Python WebRTC

LoopForge — Autonomous Multi-Agent Dev Loop

Forges large features in an autonomous multi-agent loop for Claude Code: requirements interview → spec → plan → TDD implementation loop → verification. Agentic engineering distilled into a reusable workflow. View on GitHub

Claude Code Multi-Agent Orchestration Spec-Driven Dev TDD Automation CLI

TinyLlama QLoRA Fine-Tuning Pipeline

End-to-end LLM fine-tuning pipeline: QLoRA training on a Colab T4 GPU plus a local CPU LoRA pipeline. 4-bit quantization, adapter persistence, GGUF export with Q4_K_M quantization, and Ollama deployment with resume and incremental training. View on GitHub

Python HuggingFace PEFT QLoRA / LoRA llama.cpp / GGUF Ollama

Dataset Factory — Synthetic Data Pipeline

Universal pipeline for generating high-quality LLM training datasets. Interactive wizard, 4 output formats (Alpaca, Chat, QA, Classification), text chunking, validation with deduplication, language detection, and label distribution analysis. View on GitHub

Python DeepSeek V3 OpenRouter YAML Configs Data Validation

LangGraph Code Assistant Agent

Intelligent code analysis agent built on a LangGraph state graph. Directory scanning with auto-watch (hash-based change detection), multi-file analysis, bug detection, code review, and test generation — with a Streamlit UI.

Python LangGraph Streamlit MiniMax OpenRouter

InkBot - AI Product Descriptions

AI-powered Shopify app that generates SEO-optimized product descriptions using DeepSeek V3. Features bulk generation, brand voice analysis, SEO scoring, 111+ languages, 9 niches, and 4 subscription plans. Visit InkBot

React 18 Remix 2 TypeScript Shopify Polaris Prisma 5 DeepSeek V3

ClothCast - AI Virtual Try-On

AI Virtual Try-On Shopify app using FLUX.2 image generation. Customers upload a selfie to see themselves wearing any product. Features customizable widget, theme extension, analytics dashboard, and privacy-first 24h data retention. Visit ClothCast

React 18 Remix 2 TypeScript Shopify Polaris Prisma 5 FLUX.2 AI

NiFTa - NFT Marketplace on Base

Full-stack NFT marketplace on Base Network with 4 gas-efficient Solidity smart contracts (Factory, ERC-1155 Collection, Marketplace, Events). Features unique revenue split (Creator 50% / First Minter 10% / Referral 20%), 48h timer urgency mechanic, ERC-2981 royalties, UUPS upgradeable contracts, and X/Farcaster OAuth social verification. View MVP

Solidity 0.8.24 ERC-1155 Hardhat Next.js 14 Wagmi/Viem Base Network

CryptoDuel - Crypto Gaming Platform

PvP crypto game on Base Network with 4 game modes (Duel, Battle Royale). Features Farcaster integration, provably fair blockchain randomization, PostgreSQL database, and real-time leaderboards. Play Now

Solidity Next.js Hardhat Base Network Farcaster SDK PostgreSQL

ZORIUM.FUN - NFT Marketplace

Decentralized NFT marketplace on Zora Network with trending analytics, creator tools, and multi-chain support. Built with Next.js 14, TypeScript, Wagmi, RainbowKit. 🚧 MVP in progress. View MVP

Next.js 14 TypeScript Wagmi RainbowKit Zora Network TanStack Query

Fjord & Mekko - E-Commerce Store

Professional online store for orthopedic mattresses. Features product catalog, interactive Leaflet maps with 20+ store locations, partner program, mattress selector tool, and email integration. Visit Store

Next.js 16 React 19 TypeScript Tailwind v4 Leaflet Resend

AI Trading Bots - Binance Futures

Advanced trading bots for Binance Futures with GPT-3.5-turbo AI analysis, technical indicators (RSI, MACD, Bollinger Bands, ADX), multi-timeframe analysis (5m-4h), and 100x leverage scalping. Built with Python and Node.js.

Python Node.js OpenAI API Binance API TechnicalIndicators Winston

Social Media Automation Bots

Multiple Python bots for automated posting on Zora.co and other social networks. Features AI-powered content generation, scheduling, cross-platform publishing, and engagement tracking.

Python OpenAI API Zora API Web Scraping Automation

lilURL - URL Shortener Service

Full-featured URL shortening service (Bit.ly alternative) with click analytics, QR code generation, REST API, and subscription plans. Features real-time dashboard with Chart.js, device/browser/location tracking, and rate limiting. Visit lilURL

Django 5.0 DRF PostgreSQL Tailwind CSS Chart.js Vercel

Doshka — Kanban Board REST API

Full-featured Trello-like REST API built with Symfony 7.2, JWT auth, role-based access control (Symfony Voters), async email notifications via Redis queue + Symfony Messenger, and daily deadline reminders via Scheduler. Full Docker Compose environment with PostgreSQL 16 and OpenAPI docs. View on GitHub

PHP 8.3 Symfony 7.2 API Platform 3 PostgreSQL 16 Redis 7 Docker

ZORIUM Token - Smart Contract

ERC20 upgradeable token on Zora Network with staking, multi-level referral system (3 levels), burn mechanism, tier system (Bronze to Platinum), and auto-rewards distribution. Built with Solidity 0.8.19, OpenZeppelin UUPS proxy pattern, and Hardhat. View Contract

Solidity 0.8.19 OpenZeppelin Hardhat UUPS Proxy Zora Network ERC20

ZORIUM Platform - DeFi Staking

Next-gen DeFi staking platform on Zora Network with flexible lock periods (30-365 days), up to 300% APY, progressive tier system with 50% bonuses, 3-level referral program, NFT rewards integration, and real-time dashboard. Built with Next.js 13, Wagmi, Viem, RainbowKit. Visit Platform

Next.js 13 TypeScript Wagmi Viem RainbowKit Tailwind CSS Framer Motion

Bored Giraffes Yacht Club

3,333 NFT collection on Ethereum with successful sell-out minting. Complete development and deployment. View on Rarible

Ethereum IPFS Generative Art ERC-721

The GAFs NFT Collection

Innovative NFT collection featuring unique generative artwork and community-driven features. View Collection

NFTs Generative Art OpenSea Ethereum

Misery Avenue: Beginning

Transformed published novel into NFT collection, bridging traditional publishing with Web3 innovation. Visit Project

NFTs Publishing Web3 Digital Art

Technical Expertise

AI Agents & Agentic Systems

Voice Agents (LiveKit / OpenAI Realtime)
RAG Pipeline (pgvector + Jina AI)
LangGraph Agents
Self-Extending Agents (OpenClaw)
Claude Code Orchestration
Multi-Agent Systems (Opus / Sonnet / Haiku)
Parallel Subagent Execution
Automated Code Review & Security Audit
Figma → Code (MCP API)
OpenAI / Gemini / Grok API Integration
Git → Vercel CI/CD Pipeline

ML & LLM Engineering

LLM Fine-Tuning (QLoRA / LoRA / PEFT)
Synthetic Dataset Generation
HuggingFace Transformers
GGUF / llama.cpp / Ollama (Local LLMs)
Whisper STT / Edge-TTS

Python Development

Python
Django Framework
Automation & Bots
Web Scraping
Trading Bots

AI Integration & Tools

ChatGPT & OpenAI API
Claude & Claude Code
Google Gemini
Midjourney & AI Image Gen
Sora & Runway (AI Video)
Trading Algorithms & ML
OpenRouter / DeepSeek / FLUX.2

Frontend Development

Next.js (14-16)
React (18-19)
TypeScript
Tailwind CSS (v3-v4)
Framer Motion

Backend Development

Node.js
PHP 8.3
Symfony 7 / API Platform
Django / DRF
PostgreSQL / Neon / Supabase
API Development (REST)
Vercel Functions
Prisma ORM

Shopify Development

Shopify App Development
Shopify Polaris & App Bridge
Remix (Shopify Stack)
Theme Extensions & Liquid
Shopify CLI & APIs

Tools & Integrations

Git / GitHub
Binance API
Farcaster SDK
Leaflet Maps
Resend / Email APIs
Redis (Cache + Queue)
Docker / Docker Compose
AWS EC2 / Nginx / PM2
GitHub Actions CI/CD

Content Creation

Video Production
AI-Generated Videos
Animated Films

NFT Ecosystem

NFT Development (ERC-721)
Marketplace Development
Generative Art
IPFS / Decentralized Storage

Blockchain Development

Smart Contracts
Solidity
Web3.js / Ethers.js / Viem
Hardhat / Foundry
Wagmi / RainbowKit

Let's Build Something Amazing

Ready to Transform Your Vision

Whether you need an AI agent or multi-agent system, a voice agent, a RAG system or chatbot, LLM fine-tuning, a full-stack web app, Shopify app, SaaS platform, or Web3 development — you get multi-agent AI engineering: faster delivery, automated quality control, and senior-level code review on every commit. Team output. Solo price.

Get In Touch

Response Time

I'll respond to your message within 24 hours