←back to thread

95 points barodeur | 2 comments | | HN request time: 0.423s | source

> "In a world without nil safety, one gem dares to ask: 'What if we just guessed?'"
Show context
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 #
1. ipnon ◴[] No.45707711[source]
Don't leave us hanging!
replies(1): >>45714717 #
2. mowkdizz ◴[] No.45714717[source]
Haha I will dig it up sometime, but it was a little prototype!