Post #1802252
2026-04-27 23:32 UTC
@chaucerburnt I know I recently asked it about the behavior of a library I was calling with relevant source code from the library, and in its thoughts it actually pulled up relevant code fragments and traced the execution. I've started using it for occasional auditing as well, I write code and see if it can catch any bugs I missed, and it caught a nasty recursive one that I wouldn't have found out until it bit me by throwing a test.
Replies (1)
-
@alys@selfy.army 2026-04-28 00:15
@x0 @chaucerburnt i mean, llms have access to their own recent output so if the chain of thought says “i better use the regex module” that increases the odds of it using the regex module in a similar way the prompt saying “use the regex module” does.