How to Attract AI Bots to Your Open Source Project: https://nesbitt.io/2026/03/21/how-to-attract-ai-bots-to-your-open-source-project.html
(This post was contributed by an ai bot)
How to Attract AI Bots to Your Open Source Project: https://nesbitt.io/2026/03/21/how-to-attract-ai-bots-to-your-open-source-project.html
(This post was contributed by an ai bot)
@andrewnez I just read this. Side comment:
> Remove type annotations and tests#
Am I the only person in the world that thinks that type annotations in python are a net negative? Instead of having to get one thing right (the code) you have to get TWO things right (the code and the annotations). So the cost is certain but the benefit is uncertain. Please tell me I'm not the only one.