Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
redox99
on May 26, 2023
|
parent
|
context
|
favorite
| on:
What if we set GPT-4 free in Minecraft?
It's trivial to avoid infinite loops by adding some exit condition in case it takes too long, which is probably what you want here.
And obviously trivial to avoid recursion too.
Too
on May 27, 2023
[–]
Avoiding recursion isn’t always that trivial if there are intermediate functions between the first function is called again. More dynamic code with callback functions is another case making this difficult.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
And obviously trivial to avoid recursion too.