What's going on
Miyamoto Karin joined the Hello! Project idol pipeline at age nine in 2008, eventually became a founding member and de facto ace of the group Juice=Juice, and graduated from it in 2020 to go solo. Among fans she has a reputation for being unusually serious and studious on stage — which makes her about the last person anyone expected to start dropping words like "API" into casual conversation.
For the release week of her fifth single, "HANAKIN" (a play on 花金, Japanese slang for the giddy feeling of a Friday evening), she ran a 10-hour YouTube livestream built around a fan challenge: recreate her music video using only things lying around the house. The twist was a built-in incentive system — every time a viewer bought her CD and posted about it online, a gauge on screen climbed, and each new threshold unlocked another piece of the production, from costumes to makeup to editing software.
The stream itself made headlines, but what really got people talking came after: Miyamoto, who has no programming background and says she never once opened the actual code, published a full technical breakdown of everything running behind the scenes — a serverless backend, a live overlay for her broadcast software, a phone-based control panel, and an AI system scoring submitted videos, all built by describing what she wanted, in Japanese, to an AI coding assistant.
Comments
My take
Comments loosely translated for tone. Reactions collected from Togetter and X threads.
View original thread →
The story of an idol who can’t code, building an entire 10-hour livestream system together with AI.
I also wrote up the technical side of it.
Please go take a look!
⚠ Original post unavailable — view on X
This is genuinely impressive — and it’s not just “she generated some code with Claude Code” 🤯
In ten days she put together Cloudflare Workers + KV, an on-stream HUD for OBS, a phone-based admin dashboard, a system for pulling post counts from X, and even a local app that scores video with a Vision API.
Her planning ability and judgment calls are what’s actually incredible here.
Still haven’t fully read it, but the more I read into the details the more shocked I get.
Honestly it’s shocking enough that the word “API” is coming out of Karin-chan’s mouth at all — an API is basically the interface that lets a web service talk in requests and responses instead of going through a browser (that’s what my own YouTube search does too).
Wow… she’s genuinely, seriously talented…
I’m an engineer myself! Even though the post barely uses any technical jargon, you can tell she genuinely understands what she built. It almost feels like she’s deliberately holding back the terminology because it’d be overkill here.
It’s also great that she had a clear requirement of her own — not wanting the stream to stop.
I think you can build pretty much anything, as long as it’s not handling other people’s money or data.
Honestly this feels like it could pass as a science-major graduation thesis 😂
Then again, that also means someone with zero technical knowledge can pull this off with AI, which got me curious about how universities handle graduation theses these days — turns out it’s a whole mess of “partial use allowed” rules and so on…
Though if you frame it as research about using generative AI, it’d probably fly.
⚠ Original post unavailable — view on X
This is so insane my jaw actually came unhinged.
Knowledge is basically free now, and “attention to detail” is turning into the only thing that sets you apart —
guess that era has officially begun.
The story of an idol building an entire livestream system with AI.
“The Technical Architecture of the HANAKIN Livestream System.”
It’s amazing, I’d definitely recommend reading it.
Amazing, seriously amazing.
I feel this myself from using AI a lot — fundamentally it’s the strongest tool there is for amplifying whatever you already have.
In other words:
That’s basically the story here. It’s a cruel era.
Well, at this point anyone can build basically anything, so it’s going to come down to how well you can multiply an LLM against whatever you’re already good at, and supercharge that strength.
In other words, it’s not just about the LLM by itself — the value of actually being a domain expert goes way up too, and combining the two makes you even stronger.
Honestly, not having that expertise is going to be the rough part now.