Using machine learning to help moderate Stack Overflow: https://stackoverflow.blog/2019/09/17/meet-the-bots-that-help-moderate-stack-overflow/
It's a grassroots campaign! There's definitely value in human moderation but it's helpful to automatically spot e.g. unkind comments to flag early.
Related Posts
Co-Authored-By: An old Stack Overflow answer, blindly accepting the compiler's suggestions, and a linter.
Exploring design ideas using AI as a learning assistant, for creative exploration: https://andymatuschak.org/hmwl/
I've been using "Expected Int, but got String" for my type error messages, but I've been wondering if I could do better.
"Expected Int here, but this value has type String" or "This expression requires Int, but the value is String".
Do you have a favourite?