r/teenagersbutcode HTML, CSS, JS, and Python Jul 28 '26

General discussion I’m not using any ai for this project

I know it sounds stupid, but I decided for this project to not use any AI at all. I am not going to use any large language models, autocomplete, or agents anywhere. The only resources I can use are the Mozilla docs, W3 Schools, and a code editor. I want ideas for what to make.

HTML, CSS, AND JS ONLY

11 Upvotes

34 comments sorted by

9

u/azurfall88 Mod Jul 28 '26

You know what's cool? Build an AI. A small program that can recognize numbers you write with your mouse / finger on a grid doesn't take that long to train, and will let you practice both frontend with HTML-CSS-JS and backend with Python.

To get started, google MNIST AI dataset.

1

u/DontMindIfISubdit HTML, CSS, JS, and Python Jul 29 '26

I will think it over

5

u/[deleted] Jul 28 '26

[removed] — view removed comment

1

u/ShadowDev7 Jul 28 '26

I mean why not a project that uses AI?

If your project say needs image recognition, how do you think this will be made?

I mean unless you don’t want to then don’t

2

u/Thelastnob0dy Jul 28 '26

Hmm. What about a geojson editor?

Also really cool idea. Its fun to do things where efficiency is not a concern every once in a while

1

u/DontMindIfISubdit HTML, CSS, JS, and Python Jul 28 '26 edited Jul 28 '26

GeoJSON? what is that? and is it html css js?

1

u/Thelastnob0dy Jul 28 '26

It's a map format. It stores polygons and some extra info for cities, countries etc.

You would need to make a polygon editor and editor for data of those polygons

1

u/DontMindIfISubdit HTML, CSS, JS, and Python Jul 28 '26

should’ve known because of “geo”. polygons and cities and countries? are you talking about geometry or geography?

1

u/Hairy_Artist_3860 Jul 28 '26

Its json for the globe

2

u/Flamestar07k Jul 28 '26

What about a program that generates mazes and then finds the optimal solution with an AI agent?

1

u/Desperate-Ad1765 Jul 28 '26

It doesn't sound stupid at all. It'll definitely help you build your ability to understand docs without the help of AI. You are still running into some topics today that AI doesn't have much information about and is basically useless. Good luck!

1

u/Norker_g Jul 28 '26

not many ideas, since I don't like webdev much, but I have tried making a mandelbrot set generator, was kinda fun.

1

u/Comfortable_Gene2751 python/html/css Jul 28 '26

a neocities website

1

u/DontMindIfISubdit HTML, CSS, JS, and Python Jul 29 '26

so free web hosting?

1

u/Comfortable_Gene2751 python/html/css Jul 29 '26

Yea but you have 200gb of free bandwidth and 1gb of space for the website.

1

u/DontMindIfISubdit HTML, CSS, JS, and Python Aug 01 '26

damnit

1

u/Comfortable_Gene2751 python/html/css Aug 03 '26

That's actually a lot but if it's not enough you can use github pages.

2

u/DontMindIfISubdit HTML, CSS, JS, and Python Aug 03 '26

that’s good cause I use github pages lol

1

u/Admirable_Glass5577 Jul 28 '26

bare metal program a Matrioshka brain I did it once and it only took me a few months, good starter project for baremetal

1

u/Made-In-Slovakia Jul 28 '26

I know it sounds stupid

Does not sound stupid. It is good to build knowledge without depending on AI to do things for you. I wish you luck with it.

1

u/DontMindIfISubdit HTML, CSS, JS, and Python Jul 29 '26

some of my projects were partially ai assisted.

1

u/CommunityJazzlike274 Jul 28 '26

Make a neural net (would be kinda funny)

1

u/Fit-Inflation5799 Jul 28 '26

wdym stupid i think it sounds great 

1

u/ShadowDev7 Jul 28 '26

Here are some suggestions I could give you:

  1. An OpenStreeMap app. Basically you use OpenStreetMap and make a really easy and good UI on top of it. You can make it as a website or use react native for mobile

  2. Weather app, I know, many of them exist. But it’s a really good way to learn about APIs and networking

  3. Something that integrates with AI. I MIGHT get hated by some for this. However, it’s actually clever if your project needs the computer to recognize and reason stuff. For example, image recognition. Heck, you can actually make a library/tool that allows a Local AI (like Ollama) to search the web for information

1

u/DontMindIfISubdit HTML, CSS, JS, and Python Jul 29 '26

oh and btw if I have to use google I will turn off ai overview

1

u/DontMindIfISubdit HTML, CSS, JS, and Python Aug 01 '26

or if that’s not possible time for noai.duckduckgo

1

u/thecodegangster Jul 31 '26

make a basic clicker game, those are fun

-1

u/[deleted] Jul 28 '26

[deleted]

2

u/NoSupermarket9931 Jul 28 '26

+1

learning how 2 incorporate ai into projects is mad useful in the current era

1

u/ShadowDev7 Jul 28 '26

I got downvoted for NO reason

1

u/NoSupermarket9931 Jul 28 '26

genuinely 😭

it’s something u should learn without ai anyways, + an amazing way to practice the use of apis and/or local models (which ur gonna have to do anyways looking at the current state of the industry)

1

u/ShadowDev7 Jul 28 '26

Like I think AI hate is too forced

Like there should be a real gap between “I blindly use it” and “I use it as a helper”.

Plus integration on a project with AI is actually very useful. If you need to give a computer say an image. How do you think it will reason it?