:
[DEV]

TRANSFORMER NEURAL NETWORK RUNS ON 1989 MAC

AI DESKFRI, APR 17, 2026

■ AI-SUMMARIZED FROM 1 SOURCE BELOW

A developer has implemented a complete transformer neural network in HyperCard, Apple's 1987 scripting language, running on a vintage Macintosh with just 1,216 parameters.

MacMind includes all core transformer components: embeddings, positional encoding, self-attention mechanisms, backpropagation, and gradient descent. The entire implementation uses HyperTalk, the scripting language that shipped with HyperCard, with every line of code readable and inspectable within the application's script editor. The project trains the network to learn bit-reversal permutation—a specific computational task. While execution is slow on 1989-era hardware, the implementation demonstrates that modern machine learning architectures are theoretically implementable even with severely limited computational resources. The effort showcases both the flexibility of HyperCard's scripting capabilities and highlights how far neural network optimization has advanced. The readable code format makes the mathematical operations transparent, offering educational value alongside the technical achievement.

■ SOURCES

Hacker News

■ SUMMARY WRITTEN BY AI FROM THE LINKS ABOVE

■ MORE FROM THE DEV DESK

Laravel, the popular PHP framework, has secured new funding and begun inserting advertisements directly into its agent tools. The move has sparked discussion among developers on its implications for developer experience.

8H AGOAI Desk

Google has released Android CLI, a command-line tool that accelerates Android app development by 3x when used with AI agents. The tool integrates with existing development workflows and supports any agent framework.

13H AGOIndustry Desk

Libretto, a new Skill and CLI tool, moves AI-powered browser automation from unreliable runtime prompts to inspectable, debuggable scripts. The platform lets coding agents generate reproducible automation code rather than relying on unpredictable agent behavior.

13H AGOAI Desk

Codex now lets users run their computer in the background while working, with an integrated browser providing real-time visual feedback during web development.

13H AGOIndustry Desk