Skip to main content
  1. Home/

Projects

2026

Argus — A Browser-Local Long-Video Understanding Agent Harness

528 words
Argus (named after Argus Panoptes, the hundred-eyed giant of Greek myth) is an open-source, long-video understanding agent harness I designed and built solo — frontend-only, no backend. Videos are decoded entirely in the browser, and users bring their own API keys and models. A multimodal LLM agent calls tools to “watch” the video itself: extracting frames, zooming into regions, taking notes, and spawning sub-agents. Typical scenarios: counting people in surveillance footage, or finding a specific object.

Vane — A Production-Grade AI Personalized Feed System

493 words
Vane is an AI-powered personalized feed system I designed and built solo. It continuously ingests content from multiple sources, scores and filters it with an LLM against your profile, then pushes what’s worth reading via Feishu — learning from your feedback to keep refining that profile. From product design and system architecture to production ops, one person end to end. 🔗 Live Demo 🐙 GitHub