Mastodon Feed: Post

Mastodon Feed

jonny@neuromatch.social ("jonny (nonvenomous)") wrote:

i'm gonna go ahead and bet money the problem is that both spawnDepth and depth are used interchangeably and there is always a fallback condition to 0 when the attribute can't be accessed. fallbacks are the LLMs absolute most favorite thing in the world.

edit: please note that this is a betting statement and i have not analyzed the code beyond an ast diff and am just browsing around. these are not confirmed RE findings.

three added lines to add properties "ownerAgent", "parentAgent" and "spawnDepth" - spawnDepth is set by querying a property "depth", and if it isn't set, defaults to 0