Many Linux programmers use the find command every single day of their career. But find gives a limited set of filesystem entries, and if you have to do a large set of find operations, it's not even very fast. So instead, I prefer to use the Rust fd command because it provides sensible defaults that work for most use cases.
The title should have been “consider switching”. That said ripgrep (one example of a unix tool taken next-level) is literally a game changer.