TinyComputers.io

Sponsors

More Articles

The AI Vampire Is Jevons Paradox

Steve Yegge's "The AI Vampire" describes AI-driven burnout as an extraction problem — companies capture the productivity surplus while workers absorb the cognitive toll. But what he's actually describing is Jevons Paradox applied to human attention. AI makes cognitive output dramatically cheaper, demand for it expands exactly as the model predicts, and the expansion concentrates on the one input that can't scale: human judgment.

Moore's Law for Intelligence: What Happens When Thinking Gets Cheap

AI inference costs are declining at a rate that mirrors the early decades of Moore's Law. If the cost per token continues to fall by an order of magnitude every two to three years, the implications extend far beyond making current AI applications cheaper. This piece explores what becomes possible — not what gets displaced — when intelligence-per-dollar follows the same exponential curve that turned computing from a military luxury into a pocket commodity.

The Jevons Counter-Thesis: Why AI Displacement Scenarios Underweight Demand Expansion

A response to Citrini Research's "The 2028 Global Intelligence Crisis" scenario. Using Jevons Paradox and historical precedent, this piece argues that AI displacement models systematically undercount the demand expansion that follows when a critical input — in this case, cognitive labor — becomes dramatically cheaper. The article examines latent demand, competitive price dynamics, the speed of entrepreneurial response, and why the historical base rate favors expansion over permanent contraction.

A Stack-Based Bytecode VM for Lattice: 100 Opcodes, Serialization, and a Self-Hosted Compiler

A deep dive into the Lattice bytecode VM — a stack-based virtual machine with 100 opcodes, computed goto dispatch, pre-compiled concurrency sub-chunks, an ephemeral bump arena for string temporaries, a binary .latc serialization format, and a self-hosted compiler written in Lattice itself. Covers the instruction set architecture, upvalue-based closures, how structured concurrency compiles without AST dependency, and validation across 815 tests under AddressSanitizer.