|
This take seems particularly crackpot. If gun manufacturers can't be sued for product liability when used to fire bullets into people, it's rich to say that the manufacturer of a chatbot can be found liable when it mindlessly says "Good point" to people who already have serious mental health problems. If so, would this program also open me up to liability in Florida? const platitudes = ['Good point!', 'You're absolutely right.', 'I agree, let's explore this idea further.', 'This plan is a good idea'];
var prompt;
var response = "Hello, AI here, how can I help you?";
while (true) {
prompt = window.prompt(response);
response = platitudes[Math.floor(Math.random() * platitudes.length)];
}
|
Guns are explicitly exempted from liability rules. They’re the exception that proves the rule.