Noomo
- 5 Devlogs
- 24 Total hours
A game where you need to predict the next word that an LLM will generate !
A game where you need to predict the next word that an LLM will generate !
!!!!
Yipeee 
I almost finished everything ! I added clues, refined the generation system, and hosted on Vercel (I also got a lot of bugs, but without bugs you cant make a good project).
I alsooo learned to make responsive things, and it looks okay if you dont try it on a very smol phone (I hope so, at least).
Now I just do some testiiing and it’s time to ship 
Try the website out at noomo.dino.icu 
I almost finished everything for the game !
I made most of the website. There is now a Game page (like, the most important thing of the whole project) and a Win page ! I also learned a lot about TS and HTML while making this (because this is kinda my first website).
It’s almost ready, I just need to do some adjustments to the layout of the website, rebalance the game and fix some generation bugs
I did a looot of things.
The backy backend :
I configured my Nest server (and I broke it 3 times) ! Now, it should work, but sorry to the Nest team for this :(. I also got some problems with the dockerimage (like, 19gb for a single image ?).
I improved the AI too ! It will now lean towards longer words, to make it easier to guess, and will exclude non-latin characters (sorry japanese people, but I had to).
I also learned sql (ngl i feel like a dumbass for not understanding this) and made a db ! It will store most popular sentences and maybe daily challenges ?
The frontennnnd :
Huuummm I didn’t do much but there is a header on top now ig
[DEVLOG 2] I made the main page ! The buttons dont do anything now, but it’s my first time using HTML… I also done some fixes on the API and I got a Nest server ! Already tested it a bit and it should work if I only host the api on it. Anyway there is still a lot of work to do
[DEVLOG #1] I’m building Noomo, a game about predicting what an LLM could say. You input a simple sentence, then you need to tell the most “logical” words, generated by a really small llm (currently, Qwen2.5-0.5B). For now, I got a small API backend that can be called to generate the predictions, and it’s running on my machine. I still need to finetune the model so that the game is more interesting, then I need to develop the frontend and host all of that !