Product leader & engineer at the intersection of B2B FinTech and AI. Director of Product at Cinimex Group (KZ Β· RU) by day; shipping AI-native systems and infrastructure on GitHub to stay close to the metal.
- 20 years in B2B FinTech and banking platforms
- Grew the practice I lead from 0γγ«.2M β 15γγ«M annual revenue and 9 β 150+ specialists
- 8 national award-winning projects across TAdviser IT Prize, CNews Innovation, FINNEXT, Best ESG, "Project of the Year"
- Payment Hub β large-scale RF cross-border infrastructure (TAdviser IT Prize 2023) Β· VTB API Platform β 2,000+ internal teams, 700+ APIs (CNews Innovation 2023) Β· OpsNext β 99% STP across 5.4B annual transactions Β· Strela β first corporate-deal personalization system in RF (FINNEXT 2025)
- IEEE Senior Member (#99277800) Β· Patent holder (RU 2012616579 β Cinimex Test Tool, deployed in 6 of the top-10 RF banks) Β· Author of Digital Bank (Amazon, 2023)
| Project | Stack | Why it matters | |
|---|---|---|---|
| ποΈ | praefectus-ai β your AI sysadmin under contract: an LLM-powered digital steward for Linux VPS administration | Ansible Β· Python Β· Bash Β· LLM contracts Β· Mermaid Β· GitHub Actions | You bought a VPS, not a second job. PraefectusAI hires an LLM agent to handle the boring 90% of VPS ops 24/7 β disk cleanup, encrypted backups, security baselines, drift alerts β under a written contract that physically rules out the dumb mistakes (no unfiltered docker prune, no git push --force, no app data touched). Onboarded in 15 minutes, MIT-licensed, battle-tested on a real Hetzner CX23. This is the contract pattern that makes LLM agents safe in production. |
| π€ | ai-tab-optimizer β local-first Chrome extension that turns 100+ tabs into structured, searchable knowledge | TS Β· Chrome MV3 Β· FastAPI Β· SQLite Β· Claude Code / Codex CLI | Solves the 100-tab problem without sending a single tab to a cloud. Survives 1000-tab sweeps; 45-type discriminated-union protocol; per-batch failover between Claude Code and Codex CLI |
| πΈ | bnpl-flexipay-hub β modular white-label Buy Now Pay Later platform | React 18 Β· Vite Β· TS Β· shadcn/ui Β· Tailwind | Lets a stakeholder click through a full BNPL launch β Seller, Admin, Customer β before anyone writes a backend endpoint. Three role-based React apps under one router, mock-first data layer |
| π€ | dealsnext-insight-hub β Lovable-built MVP for B2B deal personalization | TypeScript Β· Lovable Β· React Β· shadcn/ui | Solo re-prototype of the corporate DealsNext platform (FINNEXT 2025 winner) β a Director of Product testing the same thesis with modern AI tooling instead of waiting on a sprint team |
| π¬π§ | FluentLoop β single-user English-learning bot that lives in Telegram | Python 3.11 Β· Telethon Β· APScheduler Β· SQLAlchemy Β· Docker Β· DeepSeek | English tutor that lives in Telegram and learns my mistakes. Spaced repetition + mistake-pattern detection; 14 epics shipped end-to-end in one autonomous overnight build with Claude Code |
| π§ | clawden-ai β always-on personal AI ops platform on Hetzner | Python 3.12 Β· OpenClaw Β· LightRAG Β· MCP Β· Telegram | An AI ops teammate that pushes signals before I ask β reads work email, surfaces deal-flow changes, plans next actions. DeepSeek classifier β Claude synthesis β LightRAG memory over an Obsidian vault |
| π¨ | maxgram β personal MAX β Telegram bridge: read and answer all MAX chats from Telegram, without installing MAX | Python Β· WebSocket userbot Β· SQLite Β· Docker Β· Ansible Β· Hetzner | Reverse-engineered an unsupported messenger so I can answer it from Telegram. Privacy-first (only routing metadata stored); idempotent dedup; supervisor runtime; Ansible-codified ops on Hetzner |
| π‘οΈ | ghostroute β router-level VLESS+Reality routing for ASUS Merlin | Shell Β· iptables Β· sing-box Β· xray | Turns a 100γγ« home router into a privacy gateway for the whole household β no apps on phones, no manual VPN toggling. QR profile generator for mobile clients (scan once, import done); read-only web Console with desktop workbenches and mobile triage pages; multi-channel A/B/C data plane that survives reboots and ISP changes |
Plus a long-running side project from 2018: backtestportaa β Java tool for back-testing investing portfolios with technical indicators.
Public, large-scale collaborations across borders:
- Cinimex Group operates across CIS and Southeast Asia with regional offices including a dedicated Kazakhstan office β gives the team a working footprint across multiple regulatory perimeters
- Volkswagen Group AG β joint dealer-network digital ecosystem and IDP platform with the Berlin office (Kubernetes / microservices, 40-person cross-border team)
- Alibaba / AliPay β adoption of ISO 20022 for cross-border payments processed through Russia
- Bank of Russia β first CBDC (digital ruble) transactions in the country; first B2B smart contracts in construction (Mosinzhproekt); contributor to CBDC technical standards
- Direct payment channels built into Payment Hub: China (UnionPay, CIPS), India (NPCI, RuPay), Vietnam, Bangladesh β covering ~60% of RF cross-border trade with the Asian region
- McKinsey & Company Β· EPAM Systems β joint delivery on enterprise digital-transformation programs
- Began my career at Exigen Services (now Emergn) β at the time a top-4 outsourcing firm globally, US clients, English-medium delivery
- Start from the user, not the framework. Every project begins with "what does this make easier for the person using it?" β only then does the stack become a question.
- Ship narrow, then expand. A prototype that does one thing well beats a backlog of half-built features. If real users don't pull on a feature, it doesn't get built next.
- Defaults are policy. Cosmetic choices β copy, ordering, what's pre-selected β have product consequences. They get the same care as architecture.
- Documentation is part of the deliverable. Every project ships with a real README, architecture notes, and CI from day one. If a reviewer can't understand the system from the repo, the system isn't done.
- AI in the loop, not in the way. Production tooling, not a demo β see the patterns below.
Patterns I reach for:
- Discriminated-union message protocols β every cross-process message is a member of one TypeScript union; adding one without handling it doesn't compile (45-type union in
ai-tab-optimizer) - Per-batch provider failover β Claude Code β Codex CLI β heuristic, decided per batch by a small policy module; transient rate limits don't kill long autonomous runs
- Three-tier model dispatcher β cheap classification β medium reasoning β expensive synthesis, picked automatically per task (
clawden-ai's OmniRoute) - Stop-and-resume autonomous runs β run state in SQLite with per-tab status, pending queue, partial results, accumulated metadata; survives reload mid-1000-tab sweep
- Knowledge-graph memory β LightRAG over an Obsidian vault, fed continuously by event-driven bridges; replaces "chat history" as long-term context
- Multi-channel data planes with explicit ownership boundaries β no silent rewriting between layers (
ghostroute's A/B/C channels) - MCP-first context engineering β custom MCP servers (
lean-ctx) and tool-search budgets to keep agentic dev sessions within cache windows
Tooling
- AI runtime β Claude Code Β· Codex CLI Β· OpenClaw Β· MCP servers Β· LightRAG Β· DeepSeek Β· Yandex AI Studio Β· Anthropic / OpenAI APIs
- Niche stack β sing-box Β· xray Β· Reality protocol Β· Hetzner Β· Telethon Β· ASUS Merlin
- Languages & web β TypeScript Β· Python Β· Java Β· React Β· Vite Β· FastAPI Β· Tailwind Β· shadcn/ui Β· Docker Β· SQLite Β· PostgreSQL Β· Linux
- Currently focused on: building AI-native systems where digital workers own entire operational functions β autonomous teammates that observe, decide, escalate, and report, rather than chat assistants triggered on demand. The goal is measurable business outcomes: faster deal cycles, lower OPEX, and human teams freed for higher-leverage work. Applied to B2B FinTech operations, CBDC and tokenized settlements, and cross-border payment infrastructure. Published expert profile and articles on this thesis at RBC Companies
- Author of Digital Bank (Amazon, 2023) β handbook on banking digital transformation
- IEEE Senior Member (#99277800) Β· Skolkovo Foundation expert since 2023 Β· FSI grant jury member
- 10+ peer-reviewed papers indexed at Google Scholar and ORCID
- Yandex Practicum β System Architect program (2025) Β· Karpov.Courses β ML & System Design Β· GoPractice β Product Management Simulator Β· ICAgile Certified Professional
- Languages: Russian (native), English (C1)
- Open to interesting conversations on LinkedIn
Profile views Followers Total Stars
This profile is maintained at eiler2005/eiler2005.