TRANSFORMER NEURAL NETWORK RUNS ON 1989 MAC
AI DESK■ 1 MIN READ
FRI, APR 17, 2026■ AI-SUMMARIZED FROM 1 SOURCE ▸ TIMELINE
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
A software developer makes the case that AI tools should be integrated more widely into everyday work processes, challenging hesitation around their use.
20H AGO— AI Desk
GitHub experienced a significant incident affecting pull requests, issues, git operations, and API requests. The outage generated substantial community discussion across tech forums.
MAY 28— Dev Desk
PostHog is training its own AI models rather than relying solely on third-party providers. The move reflects a broader trend of companies developing custom AI capabilities for competitive advantage and data control.
MAY 27— AI Desk
GitHub Actions went down again today, disrupting CI/CD workflows for developers. The outage status was tracked on GitHub's status page with significant community discussion on Hacker News.
MAY 26— AI Desk