Skip to content
Vitaly Shidlovskiy

Projects

BOSS Money

I lead product at BOSS Money, IDT’s money transfer app. BOSS Money serves diaspora communities sending money to family abroad, a space where trust, compliance, and speed all matter equally.

Shadow monitoring agents

A multi-tier monitoring system I built for our remittance platform. Statistical detection (Z-scores, per-corridor baselines) feeds anomalies into LLM agents that investigate across dimensions: payment method, corridor, platform, user behavior. Four tiers running hourly, daily, weekly, and monthly. Built with Claude CLI, an MCP server for analytics queries, and shell scripts for orchestration. I built the prototype and handed it off to the engineering team to run in production.

Read the full write-up

Team morning radar

An AI agent that sends my team a daily briefing every morning. It pulls from Slack, Jira, and GitHub, filters out noise (bot messages, other teams’ PRs, stale backlog), and delivers a digest of what needs attention: unanswered questions, stale PRs, blocked items, unassigned criticals, key decisions. A weekly version adds sprint health, PR quality checks, and a “challenge corner.” Built with Claude CLI and MCP servers for Slack, Jira, and GitHub.

Read the full write-up

Agentic coding pipeline

A multi-agent framework for building enterprise software. Ten AI agents across two pipelines (design system and features), with locked TDD tests, adversarial reviewers, and 1,800 lines of project rules. Three people building a production fintech web app, all operating as “product builders” who ship features end-to-end. 27,000 lines of code, 90 UI components so far.

Read more about the approach