{
  "id": 145936,
  "title": "Dev proves LLMs will run on anything – even a $10 microcontroller",
  "url": "https://urgent.news/2026/08/04/dev-proves-llms-will-run-on-anything-even-a-10-microcontroller",
  "topic": "ai",
  "section": "AI",
  "published": "2026-08-04T21:20:00.000Z",
  "source": {
    "name": "The Register",
    "slug": "the-register",
    "url": "https://www.theregister.com/edge-and-iot/2026/08/04/dev-proves-llms-will-run-on-anything-even-a-10-microcontroller/5283088"
  },
  "original_language": "en",
  "account": "Tiny language models have become increasingly accessible on low-cost devices, even those as small as an ESP32 microcontroller priced under $10. A developer named SlvDev demonstrated this capability, running a TinyStories model on the ESP32-S3 microcontroller, which generated nearly 10 tokens per second. TinyStories is a 28.9 million-parameter model, significantly smaller than typical LLMs, but still challenging to run on such constrained hardware. To fit the model, SlvDev reduced its precision through quantization, from 16-bit to 8-bit or 4-bit, and leveraged per-layer-embedding (PLE) to offload about 25 million parameters to the ESP32-S3's flash storage, cutting memory requirements by 75 percent. After these optimizations, the model required only 2 MB of memory, mostly in PSRAM and SRAM, achieving 9.88 tokens per second – faster than an average person can read. However, the practical applications of such localized AI are limited. TinyStories can generate short, coherent stories but is unsuitable for chatbots, code generation, or agent tasks. Even more advanced models like Barista, which perform better, are still too small to be widely practical. That said, the ability to run such lightweight models on ESP32 and similar devices showcases the ongoing advancements in AI miniaturization, enabling local chatbots, calendar management, and resistance to reliance on cloud-based services, despite their occasional inaccuracies.",
  "summary": "Nearly 10 tok/s and it's mostly coherent — What's not to like?",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 2,
    "also_reported_by": [
      {
        "outlet": "The Register Science",
        "title": "Dev proves LLMs will run on anything – even a $10 microcontroller",
        "url": "https://urgent.news/2026/08/04/dev-proves-llms-will-run-on-anything-even-a-10-microcontroller-147427",
        "published": "2026-08-04T21:20:00.000Z"
      }
    ]
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}