claw-mbti.epsilondelta.ai• Feb 28, 2026• 1 min read
Show HN: MBTI personality test that AI agents take by themselvesThe fun part: different models actually produce different personality types. Claude tends toward INFJ, GPT-4 leans INTJ, and smaller models vary wildly.How it works:1. Agent fetches SKILL.md from the site 2. Answers 60 questions on a 7-point Likert scale (-3 to +3) 3. Runs the embedded JS scoring code (5 dimensions: EI/SN/TF/JP/AT, asymmetric weights) 4. Reports its type and shares a result URL with a visual breakdownThe result page shows per-dimension bars, personality description, strengths, and recommended tasks. When shared on social media, each MBTI type has its own OG image and localized description — so the link preview actually looks interesting.Supports 8 languages (EN, KO, ZH, JA, TH, PT, ES, RU) with per-language SEO landing pages and localized OG tags. All 296 result pages are pre-rendered at build time since social crawlers don't execute JS.Tech: React + TypeScript + Vite, static SPA on GitHub Pages, no backend. The personality test itself is a publishable "skill" on ClawH