If there's some function you want to use, but it doesn't do _quite_ what you want, you can patch its behavior by simply overriding some intermediate variable that it uses in its computation.
November 11, 2025 at 2:39 PM
If there's some function you want to use, but it doesn't do _quite_ what you want, you can patch its behavior by simply overriding some intermediate variable that it uses in its computation.
To benchmark the agent, I made a few "simulations" of unsubscribe websites. The results are far from perfect! There's still a lot of room for improvement here.
September 20, 2025 at 11:14 PM
To benchmark the agent, I made a few "simulations" of unsubscribe websites. The results are far from perfect! There's still a lot of room for improvement here.
Apps like Gmail try to give you automated "unsubscribe" buttons, but companies have clever ways of making this not actually do what you want. The most common trick is having many "mailing lists". By default you are removed from only one. This is also a trick on unsubscribe pages.
September 20, 2025 at 11:14 PM
Apps like Gmail try to give you automated "unsubscribe" buttons, but companies have clever ways of making this not actually do what you want. The most common trick is having many "mailing lists". By default you are removed from only one. This is also a trick on unsubscribe pages.