Comment by briandw

3 days ago

Grok 4 helped me solve a problem with inconsistent behavior in running lldb via python. Had differences in docker and my local linux box. Turns out to be a differences in how address sanitizer works in the slightly different environments. O3 didn’t catch it. So far i’m impressed.