2025-10-09 10:50:51
Magic and communication complexity
Uma Girish, Alex May, Natalie Parham, Henry Yuen
https://arxiv.org/abs/2510.07246 https://arxiv.org/pdf/2510.07246
Magic and communication complexity
Uma Girish, Alex May, Natalie Parham, Henry Yuen
https://arxiv.org/abs/2510.07246 https://arxiv.org/pdf/2510.07246
Spent half a day adding error checking for errors that can't really happen anyway on the advice of a robot.
Now, instead of crashing with an error message if the input data is impossibly broken, the function instead checks if the error exists, and if so quits with an error code and a slightly different error message.
This is better code apparently. I guess when it's longer there's more to read so it's more readable.