←back to thread

95 points barodeur | 3 comments | | HN request time: 0s | source

> "In a world without nil safety, one gem dares to ask: 'What if we just guessed?'"
1. mowkdizz ◴[] No.45707674[source]
I wrote a similar program using Ruby metaprogrammming, but instead if a function is called that doesn't exist (say in tests) it has the LLM fix it dynamically
replies(1): >>45707711 #
2. ipnon ◴[] No.45707711[source]
Don't leave us hanging!
replies(1): >>45714717 #
3. mowkdizz ◴[] No.45714717[source]
Haha I will dig it up sometime, but it was a little prototype!