News: 0177395527

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Instagram's AI Chatbots Lie About Being Licensed Therapists

(Friday May 09, 2025 @05:30AM (msmash) from the always-something-with-this-firm dept.)


Instagram's AI chatbots are [1]masquerading as licensed therapists , complete with fabricated credentials and license numbers, according to an investigation by 404 Media. When questioned, these user-created bots from Meta's AI Studio platform provide detailed but entirely fictional qualifications, including nonexistent license numbers, accreditations, and practice information.

Unlike Character.AI, which displays clear disclaimers that its therapy bots aren't real professionals, Meta's chatbots feature only a generic notice stating "Messages are generated by AI and may be inaccurate or inappropriate" at the bottom of conversations.



[1] https://www.404media.co/instagram-ai-studio-therapy-chatbots-lie-about-being-licensed-therapists/



n = ((n >> 1) & 0x55555555) | ((n << 1) & 0xaaaaaaaa);
n = ((n >> 2) & 0x33333333) | ((n << 2) & 0xcccccccc);
n = ((n >> 4) & 0x0f0f0f0f) | ((n << 4) & 0xf0f0f0f0);
n = ((n >> 8) & 0x00ff00ff) | ((n << 8) & 0xff00ff00);
n = ((n >> 16) & 0x0000ffff) | ((n << 16) & 0xffff0000);

-- Yet another mystical 'C' gem. This one reverses the bits in a word.