Posts
All the articles I've posted.
-
I Built a 120-Image AI Influencer Pipeline for $4.80
Four brand partnerships. 120 AI-generated photos. One fictional influencer, her dog, and a $4.80 fal.ai bill. This is the entire pipeline — what worked, what didn't, and why it matters.
-
Visual UIs Are Now Possible in MCP Servers
MCP servers can now render interactive UIs directly in Claude Desktop's chat window. Not just text responses—actual HTML with JavaScript, maps, charts, anything.
-
Did You Know CLIP Works as an AI Image Detector?
OpenAI's CLIP model was trained to match images with text descriptions. But it also works remarkably well at detecting AI-generated images. No fine-tuning required—just extract embeddings and add a simple classifier.
-
From Prototype to Production: Building a Multimodal Video Search Engine
Expanding an afternoon hack into a production-like multimodal video search engine with CLIP, Whisper, and ArcFace — containerized with Docker and powered by Postgres+pgvector.