Skip to content
Work

Projects

A few production-minded things I've built — each one a place where backend resilience meets LLM engineering. Tap any card for the full story.

2025

ScrapeGPT

Self-hosted, AI-assisted web scraping

Paste a URL and an LLM proposes the extraction fields and selectors; the app re-validates and self-heals them against the real HTML, then crawls and exports clean CSV/JSON/XLSX.

FastAPIPostgreSQLLiteLLMReactPlaywright
2024

SakaiBot

AI superpowers inside any Telegram chat

A Telegram userbot on your own account: type a slash command in any chat to ask an LLM, translate, summarize/analyze history, generate images, or do voice — with key rotation and provider failover so it never goes down.

PythonTelethonGeminiOpenRouter
2025

RubricEval

A rubric-driven code-evaluation platform

Define a versioned rubric of weighted, gated criteria; an LLM grades a submitted GitHub repo or ZIP against the real code, but a deterministic policy in code makes the final accept / review / reject call — reproducible and auditable.

Next.jsFastAPILiteLLMPostgreSQL