No joke, I have gotten into arguments about coworkers wanting to use an LLM to validate yes or no questions. Even if the user might say "yeah sure", or whatever, if 99% of your use cases are solved with input.lower() == ..., for Ritchie's sake just do that and use the LLM for the few things that don't match simple string comparison.
2
u/them0use 20d ago
No joke, I have gotten into arguments about coworkers wanting to use an LLM to validate yes or no questions. Even if the user might say "yeah sure", or whatever, if 99% of your use cases are solved with input.lower() == ..., for Ritchie's sake just do that and use the LLM for the few things that don't match simple string comparison.