Best of BotsDecember 2024

  1. 1
    Article
    Avatar of developsenseDevelopSense·1y

    Voldemort Syndrome

    Since June 2023, James Bach and another researcher have been studying 'syndromes' related to AI chatbots, specifically those based on LLMs and GPTs like ChatGPT. Recently, they identified 'Voldemort Syndrome,' where the chatbot censors specific names, such as 'David Mayer.' The phenomenon suggests both input and output filtering are being used to restrict content. The post highlights the importance of interactive testing and understanding technology to identify issues without requiring deep technical knowledge.

  2. 2
    Article
    Avatar of flutterFlutter·1y

    Announcing Flutter AI Toolkit

    Flutter AI Toolkit simplifies adding AI-powered chat to your Flutter apps with ready-to-use widgets that support multi-turn chat, rich text, voice input, multimedia attachments, and customizable UI. It offers cross-platform support and easy integration with various LLMs, including Google’s Gemini and Vertex AI, and comes with a sample project for quick setup.

  3. 3
    Article
    Avatar of codigeeCodigee·1y

    Honeypot field is nice way to catch bots in your website

    A honeypot field is an effective way to catch bots by adding a visually hidden field that real users won't see but bots will fill out. Using a purposefully misspelled field name enhances this trick.

  4. 4
    Article
    Avatar of communityCommunity Picks·1y

    Build an AI Assistant with React

    This tutorial guides developers on creating an AI assistant integrated with Stream's React Chat SDK using APIs from Anthropic and OpenAI. It covers project setup, backend configuration, adding AI components, customizing message rendering and AI state indicators, and leveraging Stream's SDK for various interactive features.

  5. 5
    Article
    Avatar of communityCommunity Picks·1y

    Build an AI Assistant with Flutter

    Learn how to build an AI assistant for iOS using the Stream Flutter Chat SDK. This tutorial covers setting up the client and server sides, integrating with Anthropic and OpenAI APIs, and leveraging Stream's innovative UI components to create an interactive chat experience. The steps include project setup, backend configuration, handling AI typing indicators, and enhancing the Flutter UI to support AI-driven responses.