Thomas Wolf

Home / Blog / 🎠 Low Tech AI

🎠 Low Tech AI

Lately, I've been thinking a lot about something I've begun calling "low-tech AI." It's not a formal term yet, but it neatly describes several distinct trends converging in the AI landscape. These trends might initially seem unrelated, but together they suggest a future in which sophisticated artificial intelligence quietly integrates into everyday technology stacks without demanding huge upgrades or high complexity.

First trend: Smaller Models, Increased Intelligence

A couple years ago, improving AI meant building bigger models—larger parameter counts, massive compute clusters, and huge energy budgets. Recently, this has shifted dramatically. Newer AI models, exemplified in the Qwen, DeepSeek, Llama, Phi series, achieve roughly the same performance as their predecessors but at half, one-tenth or even one-twentieth the size. Simultaneously, personal computing power keeps growing more affordable. A GPU today, costing a few hundred dollars, matches the power of what required several thousands just a short while ago.

Extrapolating along these two lines means a fixed level of intelligence gets cheaper every year, fit increasingly more affordable hardware.

Second trend: Simplified Architecture

The internal complexity of traditional software stacks often resembles a sprawling bureaucracy: countless branches, loops, and conditions. By contrast, inference in an AI model is remarkably straightforward. It mostly involves linear algebra—vast tensor operations executed in a single sequence rather than conditionally (even for Mixture-of-experts).

Hardware designers have taken notice, simplifying chips drastically for these linear tasks. Companies like Cerebras, Groq, Etched, and Fractile are building specialized AI hardware stripped down to essentials, which run way more efficiently and with fewer unexpected complications than traditional CPUs.

Third trend: Seamless Integration into Existing Systems

One surprising benefit of language- and vision-based AI models is their inherent compatibility with legacy systems. Because these models are trained on vast collections of human-written text—including code, documentation, visual interfaces and protocols—they naturally understand and integrate with familiar interfaces. Embedding AI into existing software—and increasingly hardware—systems requires little change, lowering both friction and adoption barriers.

A bank running software from the early 2000s doesn't need to overhaul its entire infrastructure; instead, it might simply plug in an AI interface to its existing transaction logs or legacy software. Overnight, older system can gain capabilities previously unimaginable without disruptive upgrades.

Imagining the Possibilities

Imagine a small chip, drawing just five watts of power, running a model with billions of parameters that surpasses GPT-4 capabilities. Such a device could power autonomous drones, home assistants, or even local AI devices, all operating at low cost and minimal energy.

Alternatively, think of a small, traditional business—perhaps a manufacturing plant running software that's barely changed since the early 2000s. By adding just a small AI component to their existing stack, they might suddenly manage predictive maintenance, real-time inventory management, and complex optimizations without an expensive overhaul.

Societal Implications

This shift toward low-tech AI will lead to surprisingly rapid societal changes. We've already seen something analogous in how smartphones bypassed desktop computers in many regions around the world. Countries that never widely adopted wired infrastructure moved directly into mobile, leapfrogging intermediate steps. Low-tech AI could similarly allow societies or businesses to leap directly into advanced capabilities without incremental technology investments.

PS: This technological leap reminds me of Lois McMaster Bujold's "Vorkosigan Saga," where Barrayar's society vaults from medieval feudalism directly to interstellar technology after reconnecting with the wider galaxy. May our journey be smoother, but equally revolutionary.

Copyright Thomas Wolf 2017-2025