惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 司徒正美
M
MIT News - Artificial intelligence
博客园_首页
IT之家
IT之家
L
LangChain Blog
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
人人都是产品经理
人人都是产品经理
博客园 - Franky
云风的 BLOG
云风的 BLOG
罗磊的独立博客
量子位
G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
博客园 - 叶小钗
S
SegmentFault 最新的问题
Stack Overflow Blog
Stack Overflow Blog
B
Blog
T
Tailwind CSS Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
While My Friends Were Playing Games, I Was Pressing BREAK
Александр Ларионов · 2026-06-15 · via DEV Community

How a curious kid with a ZX Spectrum became an engineer who builds AI from scratch


When I was a kid in the early '90s, every boy in my class dreamed about the same thing: getting a game console or a ZX Spectrum to play games. And when they finally got one — that was it. Hours of Dizzy, Boulder Dash, and Elite. Pure entertainment.

I was different. Not because I was smarter or more disciplined — I just couldn't resist pressing the BREAK button.

The moment everything changed

I'd load a game from a cassette tape, wait through that awful screeching sound, and then — instead of playing — I'd hit BREAK. The screen would fill with cryptic BASIC code. And I felt something I can only describe as pure awe.

This is what's inside? This is how it works? These strange words and numbers — they make the game?

I was maybe 10 years old, and I was hooked.

The book that started it all

I found a book by Radionov and Larchenko — a Soviet-era programming manual for the ZX Spectrum. It was thick, technical, and absolutely not written for children. I didn't care. I read it cover to cover.

First came BASIC. Simple loops, PRINT statements, drawing pixels on the screen. But BASIC was slow, and I wanted more.

Then came assembly language.

I still remember the thrill of typing my favorite line:

ORG 40000

That was the starting address. From that point on, every byte was mine to control. No interpreter, no abstraction — just raw machine code talking directly to the Z80 processor.

My classmates were still playing games. I was writing them.

Building things nobody asked for

I didn't stop at simple programs. I got my hands on a Yamaha sound processor expansion board, connected it to my Spectrum, and wrote an assembly routine to digitize audio from cassette tapes. At an age when most kids were trading game cartridges, I was sampling sound and playing it back through code I wrote myself.

I created custom fonts — pixel by pixel, byte by byte, designing each character in a grid and encoding it into memory.

Then I wrote my own game. A small one, sure — but it had sprite animation, collision detection, and a game loop. All in Z80 assembly. All by hand.

And the feeling through all of this? It wasn't pride. It wasn't "look how smart I am for reading hard books at a young age." It was pure joy. The same joy I felt the first time I pressed BREAK. The joy of seeing how things work and making them do what I want.

From solder to software

That curiosity never went away — it just evolved.

From the ZX Spectrum, I moved to PC hardware — soldering, modding, understanding every chip on the motherboard. I fell in love with microcontrollers and circuits. I dove deep into C++ and low-level systems programming, always chasing that same feeling: what's inside? How does it really work?

This path led me to industrial automation — and it became my career for over 20 years.

20+ years in the field — and the fire never went out

I started at the bottom. Operator at oil field pumping stations in the Russian Arctic — the Nenets Autonomous Okrug, shift work in -40°C, maintaining instruments and control systems with my own hands.

Then I built an internet service provider from scratch. Got the licenses, installed base stations, deployed communication nodes at remote oil fields. I was the director, the engineer, and often the guy climbing the tower.

But the big chapter was Rosneft. Twelve years. I grew from an automation engineer to acting head of the production automation group — managing 105 people across 14 oil fields in the Komi Republic and Yamal. SCADA systems, telemetry, instrumentation, fire suppression, communication networks. I personally commissioned control systems at 3 new oil fields from the ground up.

I wrote software in C++, VBA, RAD Studio. I built monitoring dashboards in Wonderware InTouch. I designed databases in MySQL. When Flash was still a thing, I built interactive HMI panels in ActionScript. Whatever the problem needed — I learned it and built it.

After Rosneft, I moved to SCADA auditing and expertise — reviewing automation systems, writing technical specifications, quality control for one of the largest oil companies in the world.

And through all of it — every new controller, every protocol, every late night debugging a PLC — that same feeling from childhood was there. The joy of understanding how things work.

It never faded. Not once.

Why I'm building Genesis 2

Today, at 46, I'm building Genesis 2 — an AI system based on a novel Cascade Mixture-of-Experts architecture that I invented and patented. A system with 10,800 experts, 100% accuracy on its domains, 18ms inference — and it runs entirely on CPU. No GPU required.

It doesn't just generate text — it executes. It runs code, manages servers, solves real engineering problems. Because that's what I've always built: things that do things.

People ask me: "Why build your own AI from scratch? Why not just use APIs?"

Because I'm still that kid pressing BREAK.

I don't want to use the black box. I want to open it, understand every neuron, every weight, every routing decision. I want to build something that works the way I think it should work — efficient, practical, and deeply understood.

The ORG 40000 of today is a neural network's first layer. The Yamaha sound chip is now a GPU. The Z80 opcodes are now PyTorch tensors. But the feeling? The feeling is exactly the same.

I love this. I loved it when I was 10, I love it at 46, and I'll love it at 80. It's not a job. It's not a career move. It's the way my brain is wired — and I wouldn't change a thing.

The point

I'm not writing this to brag. I'm writing this because I think the world needs more people who press BREAK.

Not people who are afraid of complexity. Not people who need permission to learn something "too advanced." Just curious people who look at a running system and think: I wonder what's inside.

If you're that person — whether you're 10 or 50 — trust that instinct. It's the most valuable thing you have.


I'm Aleksandr Larionov — industrial automation engineer with 20+ years of experience, inventor, and builder of AI systems. Find my work on GitHub.