WeSearch

Build Log #07: My Voice Leaked Into KURONEKO's Fortune Telling

·2 min read · 0 reactions · 0 comments · 11 views
#ai#indiedev#saas
Build Log #07: My Voice Leaked Into KURONEKO's Fortune Telling
⚡ TL;DR · AI summary

The article discusses a recent issue encountered while developing KURONEKO, a fortune-telling product. An unintended inclusion of personal pronouns and AI references in the output led to negative feedback from users. The author details the steps taken to rectify the situation and improve the product's design.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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 === 3912869) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } ミント Posted on May 19 • Originally published at zenn.dev Build Log #07: My Voice Leaked Into KURONEKO's Fortune Telling #claudecode #saas #indiedev #ai Zenn (JP): https://zenn.dev/mintototo1/articles/buildlog-2026-05-20-kuroneko-voice ¥500 tip — KURONEKO's first paid purchase. I checked the fortune-telling email that got delivered... "Even if these are words woven by AI, if they can make someone's night a little lighter, that becomes the reason I stand here." Oh no.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)