Building a Sarcastic AI English Tutor with Persona-as-Code and Gemini Audio Input for Pronunciation Correction
A new AI English conversation app called Mesugaki AI English has been developed, featuring a sarcastic persona inspired by Japanese subculture. The app combines a unique character with audio input for pronunciation correction, targeting a niche market. The design process involved balancing sarcasm with supportive feedback to enhance user engagement.
- ▪The app features a bratty, tsundere-style persona that mocks users while providing support.
- ▪The developer aimed to fill a gap in the AI chat market by creating an immersive experience that big labs overlook.
- ▪The persona design includes a mix of sarcasm and warmth to keep learners motivated.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3945785) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } shinji shimizu Posted on May 22 • Originally published at kotonia.ai Building a Sarcastic AI English Tutor with Persona-as-Code and Gemini Audio Input for Pronunciation Correction #ai #webdev #typescript #rust I built a niche AI English conversation app called Mesugaki AI English on Kotonia. "Mesugaki" (メスガキ) is a tsundere-style bratty persona popular in Japanese subculture — imagine a character who constantly mocks you but secretly has your back.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).