% grep -r "automation" /posts/
Automation
Auto-Push URLs to Bing Search Engines with IndexNow
Adding IndexNow to push new and updated articles to Bing instantly — no waiting for sitemap discovery. GitHub Actions handles the ping on every push.
Automating Related Posts with Embeddings
How I built an automated related-posts feature using Supabase's pgvector and semantic similarity instead of traditional keyword matching, with thoughts on hybridizing with other recommendation techniques.
Automating Blog Tagging with AI
To cut through the hassle of tag granularity and reconciliation, I fully automated tag management using the Gemini API and GitHub Actions. Notes on how to embed rules in prompts and get stable automated classification working in the pipeline.
Automated Translation Quality Verification with AI
I built a system that automatically verifies translation quality using back-translation — no reference translations needed. Scores are calculated with Gemini Embedding + pgvector cosine similarity, comparing results across multiple models.
Building a Blog at Lightning Speed with Next.js + Vercel
The technical stack and design behind this multilingual Jamstack blog, built with Next.js and Vercel. Covering Git-based workflows, AI translation with Gemini, and data management with Supabase.
Hello World
First post on a blog for movie and anime thoughts, tech notes, and whatever else comes up. Also covering the technical side — AI-powered multilingual support with automated translation quality checks across multiple models.