Human coders are still better than LLMs
The author describes fixing a complex bug in Redis Vector Sets where corrupted data could cause use-after-free errors. While LLMs provided basic solutions, the author devised a more creative approach using XOR accumulators and hash functions to verify link reciprocity efficiently.