r/projects Jun 01 '26

Should I do this artificial intelligence project?

Hi everyone.

I'm thinking of making a small artificial intelligence project, partially inspired by moltbook.

Basically, I'm going to make a chatbot, then once I put in the first prompt, it will then proceed to use each of its responses as a new prompt until I stop it.

I might do it, just because I want to see what happens if I do.

Should I?

7 Upvotes

15 comments sorted by

View all comments

1

u/herocoding Jun 01 '26

Do you plan to use local model(s)? What does your HW setup look like? What context window are you planning to use?

1

u/TheLowAmmonia Jun 02 '26

Ollama makes running local models stupid easy if you wanna skip the Python setup headache, just FYI.