2025-10-14 08:07:37
Agentic Property-Based Testing: Finding Bugs Across the Python Ecosystem
Muhammad Maaz, Liam DeVoe, Zac Hatfield-Dodds, Nicholas Carlini
https://arxiv.org/abs/2510.09907 https:/…
Agentic Property-Based Testing: Finding Bugs Across the Python Ecosystem
Muhammad Maaz, Liam DeVoe, Zac Hatfield-Dodds, Nicholas Carlini
https://arxiv.org/abs/2510.09907 https:/…
Inequalities, identities, and bounds for divided differences of the exponential function
Qiulin Zeng, Nicholas Ezzell, Arman Babakhani, Itay Hen, Lev Barash
https://arxiv.org/abs/2510.10724
Designing Control Barrier Functions Using a Dynamic Backup Policy
Victor Freire, Marco M. Nicotra
https://arxiv.org/abs/2510.09810 https://arxiv.org/pdf/25…
just released liboprf-0.9.3
liboprf is a library implementing the OPRF from https://www.rfc-editor.org/rfc/rfc9497.html and in addition it also provides a threshold variant (tOPRF) and a distributed key generation (DKG) protocol for the tOPRF shared secret, as well as a key update protocol fo…
Phase Transitions of the Additive Uniform Noise Channel with Peak Amplitude and Cost Constraint
Jonas Stapmanns, Catarina Dias, Luke Eilers, Tobias K\"uhn, Jean-Pascal Pfister
https://arxiv.org/abs/2510.12427
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.