DEV Community

Arnav Gupta
Arnav Gupta

Posted on

I'm 12 and Built an AI Platform in 15 Hours. Here's Everything I Learned.

Hi, I'm Arnav. I'm 12 years old, I'm in 7th grade, and I built an AI platform called Wizard.AI in 15 hours.

This is the story of how it happened, what I learned, and why you should try it.

šŸ§™ What is Wizard.AI?
Wizard.AI is an AI platform with 7 personality modes:

Mode Vibe
Normal Helpful, balanced assistant
Fast Quick responses, no fluff
Fun Playful, energetic, casual
Sarcasm Witty and slightly snarky
JARVIS Inspired by the Iron Man AI
Oracle Mystical, prophetic answers
Nerd Technical, detailed, precise
You can switch between them instantly, generate conversations, and experience AI that actually has personality.

And it's completely free.

⚔ How I Built It in 15 Hours
Frontend: HTML, CSS, JavaScript
Backend: Python, Flask
AI Engine: Groq API (incredibly fast inference)
Deployment: GitHub Pages + backend service

The entire project—from first line of code to working product—took 15 hours spread across a few days after school.

Here's the actual setup command that works on any Mac:

bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zshrc && eval "$(/opt/homebrew/bin/brew shellenv)" && brew install python && pip3 install --upgrade pip && echo "alias python=python3" >> ~/.zshrc && echo "alias pip=pip3" >> ~/.zshrc && source ~/.zshrc && pip3 install flask flask-cors groq && echo "\nāœ… Setup complete!"
šŸ’” What I Learned Building This

  1. Start before you're ready I didn't wait for the perfect setup. I built this on a Dell Inspiron 3511 that I share with my dad. My monitor? A hand-me-down Samsung 32" curved 4K that used to be his.

The Silver M5 MacBook Pro everyone keeps asking about? Coming in November. I've been planning that setup for months too. (Yes, I'm that type of person.)

  1. APIs make AI accessible
    I used Groq API for inference—it's insanely fast. No need to run models locally, no GPU requirements. Just an API key and you're building AI.

  2. Personality matters more than answers
    People don't just want information. They want engagement. That's why Wizard.AI has 7 modes. The "suit up" command in JARVIS mode isn't practical—but it's fun. And fun keeps people coming back.

  3. 15 hours is enough to build something real
    You don't need months. You don't need a team. You just need a weekend, an idea, and the willingness to figure things out as you go.

  4. Your age doesn't matter. Your code does.
    I'm 12. Some people find that surprising. Some people find it suspicious. But when the product works, none of that matters. Build things that work. Everything else is noise.

šŸŽÆ Why You Should Try It
Wizard.AI is free. No credit card. No sign-up required (unless you want to save chats).

Whether you're:

Curious about AI

Need a creative companion

Want to argue with Sarcasm mode

Just want to type "suit up" and get JARVIS

It's here.

šŸ‘‰ Try Wizard.AI here

šŸ”® What's Next
I'm working on Wizard.AI v8.0 (the "Pro" update). More personalities, better conversations, and features I haven't even figured out yet.

If you have ideas—drop them in the comments. I actually read them. I'm 12. I have time. šŸ˜„

šŸ™ Thanks for Reading
If you try Wizard.AI, let me know what you think in the comments.

If you're also a young developer, reach out—I'd love to see what you're building. Drop your project links below.

And if you're an adult who made it this far... thanks for not scrolling past. Seriously. It means a lot.

šŸ”— Links
Wizard.AI: ag-ultima.github.io/wizard-ai/

GitHub: github.com/ag-ultima

Thanks for reading. Now go build something. šŸ§™ā€ā™‚ļø

ai, #showdev, #webdev, #beginners, #python, #flask, #javascript

Top comments (1)

Collapse
 
ag_wizai profile image
Arnav Gupta

Hey everyone, thanks for reading! Drop your projects below—I'd love to see what you're building.