We (at DEV and MLH) are covering AI Engineer's World Fair by printing a physical newspaper called "The Daily Context" everyday of the conference.
...
For further actions, you may consider blocking this person and/or reporting abuse
Love how this came out!
I tried the game. Awesome, and addictive.
What an awesome use case! Love word games so I'll be playing away 👀👀
Thanks for helping with the fun @fm, @technogamerz, @dannwaneri, @nazar_boyko, @hemapriya_kanagala, @xulingfeng, @gramli, @sujalavnelavai, @joshua-fields-dev, @javz!
and @nicksukie, @jula-markova, @cnongera, @oparaugo_michael_f02c4c0d, @sunychoudhary, @annavi11arrea1!
@jess Well played. I was thinking of doing this, but oh well XD
My eye burns from looking at the letters. Once I figured the words can be backwards, I fainted lol.
Thoughh....I did complete it. Nice to see this Jess!

You're lucky I couldn't get diagonals to work easily 😄
Next time perhaps words in tetris shapes? 😂😂😂😂 EVIL 🙈😶🌫️
😂🤣
Oh god I was hoping there wouldn't be any lol
Really cool! Reminds me of newspaper word searches 😂
Huh, that's actually really cool that Dev.to can embed it like that... Who'd be interested in a series of games that cover programming paradigms and concepts?
Eg. Just mocked up a crossword in ai studio that covers blittables to explain the concepts and features of the various types? Or maybe a multi-step word puzzle that covers the systems a command goes through and the state, eg. when a LLM is run, what's the journey of an input to an output, with an arithmetic counter to 'step through' the tensor modifications in an easier to understand way?
✋️ I would!
I'll give it a go for tomorrow and tag you in it, so you can give it a go, I'll have a look how long it takes me, might be a daily thing, might be a weekly thing, who knows 😂
LLMs are Demented is almost done. Just busy fine tuning the difficulties a bit 🤣 it's gunna be such good rage-bait, but they'll love it! Once I get it on my cloud run and get it ready, I'll tag you in my challenge, I wanna see if anyone can beat my score 😁 (it wont be easy...)
Awesome haha 🦚😂 I was wondering what was happening!
Wow, cool! I used to play it as a kid 🥰
Cool!
I love it's multi-directional nature 🥰
I was only looking horizontal. That's why I Couldn't solve all
Nope - it goes vertical, diagonal and reverse too 😂
Fun 😀, but the styling is pretty poor with regards to ease of actually playing the game. The really dark cell borders add WAY too much visual noise. Much better UX like this:
Also, the underlying CSS and HTML is far from great... but nobody cares about that kind of stuff any more, right? 😉
Atleast UX designers are safe from AI... (for now)
😍😍😍

The "it regenerated a brand-new puzzle on every refresh" detail got me — that "wait, why is it doing something I never asked for" moment is basically 90% of building anything with AI. Fun little game though, confetti well earned. 🎉
Actually it is a likely problem pre-AI as well.
If you build a dynamic random word search generator, the changing word positions is simpler to write. It does not require order, bounds or state. It is actual a less complex generator.
For example creating a generator for even numbers is simpler than a generator for even numbers between 1-10 in order.
The smaller space is actually a subset of the generator output and thus more complex funtionally.
even numbers
label a
i = 1
print i*2
i++
goto a
even numbers less than 10
label a
i = 1
print i*2
i++
if (i*2 >= 10) exit
goto a
btw. game is super fun.
Amazing how simple things can be so fun for us mere humans.
Love this! AI generating a different puzzle on every refresh is the most AI-native "bug" imaginable 😂. We've seen similar things while experimenting with AI-assisted tools at CodeCan—great reminder that deterministic behavior still matters when digital and physical experiences need to match
Wow. This game is old school but cool! Thank you for this fun game ☺️
I finish it 🤩 , nice to play.
Had fun spotting those terms in the word search — nice surprise to see them show up here after that buzzwords thread. Congrats on the launch! 🎉