// Case Studies
Completed Automation Projects
Every case is a real system running in production, not a proof of concept.
AI MODERATIONEducation Review Platform
AI Content Moderation System
PROBLEM
Receiving dozens of user submissions daily. Manual review was slow, inconsistent, and moderators often missed violations.
SOLUTION
- ✓Claude AI auto-reviews every submission: approve / reject / flag for human review
- ✓Approved posts published instantly, rejected ones include AI feedback explaining why
- ✓Uncertain cases pushed to Telegram — moderators approve/reject with one tap
- ✓Points and rewards auto-distributed or clawed back, zero manual calculation
< 10s
Review response time
Tech Stack
Claude AI, Telegram Bot, Supabase, Webhook
AUTO REPORTINGEducation Review Platform
Daily Operations Intelligence Report
PROBLEM
Founder spent 30 minutes every day manually checking Google Analytics, database, and payment dashboard to piece together daily performance.
SOLUTION
- ✓System auto-pulls GA4 data + user funnel + revenue every evening
- ✓AI analyzes trends, anomalies, and conversion rate changes
- ✓Complete daily report pushed to Telegram
- ✓Includes A/B test comparison and actionable recommendations
Tech Stack
GA4 API, Supabase, Claude AI, Telegram Bot, Cron Job
WEB SCRAPINGEducation Platform / Insurance Co.
Automated Data Crawler + Monitoring
PROBLEM
Needed weekly updates on 6,900+ institutions and their violation records. Manual checking was impossible. An insurance client also needed competitor product monitoring.
SOLUTION
- ✓Auto-crawler updates 6,900+ institutions weekly
- ✓Parallel violation record scraping (4 workers concurrent)
- ✓Auto-compares against open-source databases to fill gaps
- ✓Competitor monitor: detects new products and auto-notifies
- ✓Every step sends Telegram notification on success/failure
6,900+
Institutions updated
Tech Stack
Python, Parallel Processing, Supabase, Cron, Telegram
AI COMPLIANCECross-border Food & Cosmetics
AI Regulatory Compliance Engine
PROBLEM
APAC manufacturers entering the US market need FDA compliance reviews. Traditional consultants charge $5,000-50,000 per engagement.
SOLUTION
- ✓Food: 4-layer AI review chain — Initial → Re-review → Customs → FDA
- ✓Cosmetics: 5-layer AI review — Ingredient → MoCRA → Safety → Customs → FDA
- ✓GRAS/NDI: 4-layer notification report review
- ✓RAG semantic search over regulatory knowledge base (685 chunks)
- ✓10-language support with 900+ translation keys
Tech Stack
Claude AI (Opus + Sonnet), pgvector RAG, OpenAI Embedding, Supabase
SOCIAL AUTOMATIONMulti-brand Social Mgmt
AI Social Media Automation Platform
PROBLEM
Managing social media for 3 brands — writing copy, finding images, scheduling posts, tracking performance. One person couldn't keep up.
SOLUTION
- ✓AI generates brand-voice copy automatically (multilingual)
- ✓Gemini AI image generation / smart stock photo selection
- ✓One-click publish to Facebook with Telegram Bot confirmation flow
- ✓Auto-pull engagement data (30min + 24h snapshots)
- ✓AI industry insight reports: content performance + competitor analysis
Tech Stack
Claude AI, Gemini AI, Meta API, Telegram Bot, Supabase, FastAPI