Devang
Devang

Building Things That Matter

Back to Blog
PythonLearningAI/MLStory

From Discord Bots to AI/ML: My Learning Journey

November 1, 20245 min read

From Discord Bots to AI/ML

It started with a Discord server and a wild idea: what if I could make a bot that did... everything?

The First Bot

My first real project was a basic Discord bot in Python. It didn't do much — respond to a few commands, maybe send a GIF. But the feeling of typing a command and watching my code respond in real-time? I was hooked.

I spent weeks adding features: moderation commands, fun commands, utility commands. Each one taught me something new about Python, about APIs, about how software actually works in production.

The Rabbit Hole

Once you build one bot, you want to build ten. I explored Discord.js, built bots that tracked Minecraft server status, created modules that integrated with external APIs. Each project was a stepping stone.

The Shift to AI/ML

As my Python got better, I started wondering: what else can this language do? That's when I found machine learning.

The jump from Discord bots to ML might seem huge, but the fundamentals are the same: you're processing data, making decisions, and outputting results. The difference is that with ML, the computer learns the decision-making part.

Cybersecurity: The Other Side

At the same time, I got curious about the dark side — not in a malicious way, but in a "how do things break?" way. Understanding security means understanding systems at a fundamental level.

Where I Am Now

First-year CSE student. Still building. Still learning. The best is ahead.

I'm not an expert in any of these fields yet. But I'm building a foundation that connects them: Python as the common thread, problem-solving as the common skill, and impact as the common goal.

Share this post