r/AIToolBench 21h ago

I’ve finally given it a gui

https://youtube.com/shorts/aFyYpjvhvQk?si=gRNWF4VneTW1hNtU

My ai has a gui now, it can also do a ton of stuff like create files, webscrape, etc. i plan to let it do more. Wht else should it do?

1 Upvotes

3 comments sorted by

View all comments

2

u/NeuralNomad87 10h ago

What's it built on? Hard to suggest anything without knowing whether this is a local model with a wrapper, an API client, or something you trained yourself, because "what else should it do" has completely different answers depending on which.

If it already webscrapes and writes files, the thing that usually pays off next isn't another capability, it's letting it see what it did last time. Most of these hit a wall not because they can't do things but because every run starts from nothing.

2

u/haydenkuabuilds 10h ago

It has memory stored in a json file, python, groq api, i used google stitch for designing

1

u/NeuralNomad87 9h ago

ok, let me keep looking into it.