July 18, 2026

Big voice, tiny chip, huge flex

Speech Recognition and TTS in less than 500kb

Tiny 80-cent chip starts talking, and the comments are losing it

TLDR: An open-source project got speech listening and talking working on an 80-cent chip with under 500 KB of memory, which could make cheap devices much smarter. The comments were mostly stunned applause, with a joke cameo and one developer already rushing to bolt it onto bigger AI tools.

A tiny computer chip that costs less than a dollar is suddenly doing a very big party trick: listening for speech, turning spoken words into text, and then talking back — all while squeezing into an absurdly small amount of memory. That alone is enough to make hardware fans do a double take, and the community reaction was basically a collective: wait, this is real? One early response kept it simple with a straight-up “Great work!”, while another summed up the wider mood more dramatically: “ngl, it looks incredible.” Honestly, that was the vibe of the whole thread.

But the real fun was in the side chatter. One commenter instantly became the thread’s helpful hero by dropping a demo video, because apparently when a tiny chip starts sounding smart, everyone wants receipts. Another person swerved hard into comedy with, “I love your work on Curb Your Enthusiasm,” turning the whole discussion into a mini roast. And then came the classic open-source flex: a developer casually announced they’d already built a Python wrapper to make it work with tools similar to OpenAI and ElevenLabs, basically saying, cool demo, I’m already wiring this into something bigger.

There wasn’t much fighting in the comments — if anything, the drama is how suspiciously impressed everyone sounded. The hottest take here is that this could make cheap gadgets feel a lot smarter, and the crowd seems half amazed, half already planning hacks.

Key Points

  • Moonshine Micro is an open source voice AI toolkit for microcontrollers and DSPs that runs on a Raspberry Pi RP2350 reference platform.
  • The toolkit includes voice activity detection, speech recognition, and neural text-to-speech, and can run in about 470 KB of RAM.
  • The RP2350 demo pipeline uses about 3.6 MiB of flash and 468 KiB of provisioned SRAM, with stages sharing a single TensorFlow Lite Micro arena.
  • The article provides detailed compute and memory figures for VAD, SpellingCNN-based STT, and 16 kHz neural diphone TTS.
  • The code is released under the MIT License, with an end-to-end Wi‑Fi setup example and independently usable VAD, STT, and TTS libraries.

Hottest takes

"ngl, it looks incredible" — 0xnyn
"I love your work on Curb Your Enthusiasm" — zarmin
"OpenAI/elevenlabs compatible" — clayhacks
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.