Introduction: From a RuneScape Obsession to AI at OpenAI
When I was 11 years old, I typed my first line of code, a simple Lua script that made a door in Roblox open with the password 1234. To me, that was magic. That tiny spark of curiosity set me on a path that would define my life.
But the real turning point came when I discovered RuneScape.
For those who don’t know, RuneScape is a massively multiplayer online game where players grind for thousands of hours, chopping trees, mining rocks, fighting dragons. It was tedious, but I was fascinated by how it worked. The fact that three brothers had built this entire digital world blew my mind. So, I did what any curious kid would do, I reverse-engineered it.
The Private Server Era: Learning the Hard Way
I joined the underground world of RuneScape private servers, unofficial copies of the game run by fans. Running one wasn’t just about playing; it was about maintaining a live economy, fixing bugs, and keeping players happy. At 15, I was managing a server with hundreds of active players. I had to learn:
- Java (to modify the game’s code)
- Networking (to keep the server online)
- Cybersecurity (to stop hackers from crashing it)
- Web development (to build forums and payment systems)
And I was doing all of this while my mom kept taking away our modem because I was staying up all night coding instead of sleeping.
The Automation Addiction: Building Bots That Could "Think"
The biggest challenge? Keeping up with demand. Players wanted constant updates, but I also wanted to actually play the game. So, I turned to automation.
At first, I used simple "colour bots" programs that clicked pixels matching certain colours. They were dumb. If another player walked into the frame, the bot would just keep clicking, oblivious. Predictably, those accounts got banned fast.
Then I discovered reflection bots, a game changer. Instead of just looking at pixels, these bots read the game’s memory, making them far more precise. But they still had one fatal flaw: they couldn’t interact with people.
That’s when I found Cleverbot.
Giving Bots a Voice: My First "AI" Experiment
Cleverbot in 2012 was nothing like today’s ChatGPT. It was glitchy, often nonsensical, but it could kind of hold a conversation. So, I hooked it up to my bots. Now, if another player said, "Hey, are you a bot?", my script wouldn’t just freeze. It would respond with something like, "No, I am a real person, how about you?" It was crude, but it worked. And more importantly, it made me realize: AI wasn’t just about replacing humans, it was about augmenting them.
The Bigger Picture: AI’s Role in the Future of Work
Fast-forward to today. After years in software engineering, including working at OpenAI, I see the same fears I had as a kid running bots: Will AI take our jobs? But history tells a different story.
1. Technology Doesn’t Kill Jobs, It Transforms Them
- The Horse Industry vs. Cars
- When automobiles replaced horses, blacksmiths didn’t just vanish, they became mechanics.
- New jobs emerged: traffic engineers, gas station attendants, auto insurers.
- The Internet’s Impact:
- "Webmaster" was once a booming career. Now, it’s obsolete, replaced by UX designers, DevOps engineers, and cloud architects.
- AI’s Role in Coding
- We used to write in assembly (painful). Then came Python (easier). Now, AI writes code from natural language.
- Does that make programmers obsolete? No, it means we can focus on harder problems.
2. AI as a Productivity Supercharger
- White Collar Jobs Will Evolve
- Lawyers will use AI to draft contracts in minutes, but still argue cases in court.
- Doctors will get AI-assisted diagnoses, but still decide on treatments.
- Engineers will automate boilerplate code, but spend more time on system design.
- Blue Collar Jobs Are (Mostly) Safe For Now
- AI can't unclog a toilet or wire a house. But it can help plumbers predict pipe failures before they burst.
- New Jobs We Can't Imagine Yet
- In 2005, the job "social media manager" didn't exist. By 2030, "AI ethicist" or "Neural prompt engineer" might be standard.
3. The Real Challenge: Adapt or Get Left Behind
The danger isn’t AI(yet), it’s refusing to adapt.
- The Luddites Failed Because They Fought Progress
- Textile workers in the 1800s smashed machines rather than learning to operate them.
- The Winners Will Be Those Who Leverage AI
- The best programmers won't be replaced by AI, they'll be the ones using AI to build faster.
Conclusion: A Future of Unprecedented Productivity
I didn’t know it at the time, but my RuneScape bots were a microcosm of the future. AI isn’t here to replace us, it’s here to remove the boring parts of work so we can focus on what humans do best: creativity, strategy, and problem-solving. The industrial revolution didn’t make humans obsolete. The internet didn’t either. And AI wont. The future belongs to those who adapt. And if a kid who learned to code by hacking RuneScape could do it, so can you.
Thanks for reading.