Category: Chat

  • Besides Grok, what other chatbots allow NSFW prompts?

    I had been using Grok for a couple of months with very good results. But now, Grok always says that it is busy and that it cannot respond my prompts. I guess they want me to subscribe to their paid service. So, what alternatives do you know that can handle NSFW prompts?

    submitted by /u/Direct-Interaction
    [link] [comments]

  • Built a Slack bot with AI agents for internal ops a few things I wish someone had told me before starting

    About six months ago we started building AI agents for internal workflows. First thing we shipped was a Slack bot pretty scoped, just handling repetitive team questions, routing requests, fetching status updates. Seemed simple enough.

    Here’s what actually happened that I didn’t see coming.

    The trust problem hit faster than expected. Within two weeks our team stopped double-checking outputs. Not because they were lazy because it worked well enough that they forgot it could be wrong. One bad answer sat unchallenged for two days before someone caught it. After that we deliberately built in a confirmation step here’s what I found, does this look right? before any action got finalized. Felt like a step backward but it fixed the problem.

    Maintenance is the real job. Building the bot took maybe three weeks. We’ve now spent way more time than that just keeping it working prompts drifting, APIs changing, edge cases we never anticipated showing up in production. Nobody really talks about this part.

    Context handling is harder than it looks. Slack conversations are messy. People mid-thread, no clear structure, references to things said three days ago. Getting the agent to handle that gracefully took a lot more iteration than the core functionality.

    We’ve built more agents since then for different workflows each one had its own version of these same problems.

    Anyone else building agents for internal tooling? Curious what broke first for you and how you handled it.

    submitted by /u/Consistent-Arm-875
    [link] [comments]

  • Gay chatbots

    Has anyone experience with gay chatbots? I’ve created my own over the years as never felt catered for with existing platforms – all very hetrocoded and straight AI boyfriend approach?

    submitted by /u/Fun-Head-885
    [link] [comments]

  • Closing the knowledge gap loop: when my bot doesnt know, it WhatsApps the owner, owner replies plain text, bot saves + messages the customer back

    Hi!

    Im building Opero.so (WhatsApp AI agents platform). Wanted to share the architecture of what I think is the most impactful feature Ive shipped.

    The setup is probably familiar. Customer asks something the bot cant ground in its knowledge base. Traditional flow: bot refuses, writes a row in a dashboard nobody opens, knowledge plateaus.

    I did something different. When a gap is detected:

    1. Agent refuses honestly to the customer (“Ill check with the team”)
    2. Notification fires to the owners WhatsApp (same number the customer wrote to, which matters for delivery trust)
    3. Owner replies in plain text. Not quote-reply, not form. Just typing the answer
    4. An admin engine surfaces the last 3 pending gaps in its system prompt each turn, so the LLM can match the plain-text reply to the right gap_id
    5. Admin shows what itll save and asks “save this?”, waits for confirmation
    6. On confirmation: knowledge doc created + original customer auto-messaged back with the answer

    The two things that made it work: injecting recent gaps into the prompt (no structured link needed), and normalizing questions so “Do you have X?” and “hi do you have X?” dedupe into one gap.

    Full writeup with the Go code and the prompt injection strategy: https://opero.so/blog/ai-agent-texts-boss-when-stuck?utm_source=reddit&utm_campaign=chatbots

    Anyone building similar feedback loops? Curious how others are handling the teach-the-bot UX.

    submitted by /u/juancruzlrc
    [link] [comments]

  • ChatBase vs CustomGPT ai vs Crisp(or Other platforms) – Real-world limitations?

    I’ve been evaluating different chatbot platforms for a client project and Customgpt and ChatBase keeps coming up. The marketing looks great, but I’d love to hear from people who’ve actually used it in real-world scenarios.

    I’ve been evaluating different chatbot platforms for a client project and I have narrowed it down to ChatBase, CustomGPT, and Crisp, but I want to get beyond marketing materials.

    If you’ve used any of these platforms, I’d love to hear about:

    Technical limitations:

    • What breaks or doesn’t work as advertised?
    • Performance issues with high traffic?
    • API restrictions or limitations?

    Integration challenges:

    • How difficult was implementation?
    • Any compatibility issues with specific website platforms?
    • Custom styling limitations?

    Feature gaps:

    • What’s missing that should be there?
    • Which one has the best knowledge retrieval?
    • Do any struggle with complex questions?

    I’m particularly interested in ChatBase vs SiteGPT for knowledge-base functionality, and Crisp for customer support integration.

    Appreciate any real-world experiences!

    submitted by /u/Tamusie
    [link] [comments]

  • Chatting guide?

    I tested a few roleplay with multiple apps. But teach me, what is the best way to roleplay? Like how do you arrange the dialogues or actions, scenes, etc

    Would be nice if you could give an example as well. I also still confused about how to put emotions, and sometimes when my intention is to put “thoughts”, the chatbot sees it as dialogue and responded as if she heard that

    submitted by /u/Slight_Leadership_82
    [link] [comments]

  • connect n8n chatbots to website (easy)

    hey everyone, so i’ve been heads down building this WordPress plugin for the past few months and i think it’s finally ready to share with you guys

    basically it gives your n8n agents a proper frontend on WordPress — no more paying for Voiceflow or Botpress seats, no more hacking together ugly chat UIs for clients. just plug it in and you’re done.

    currently WordPress only but SaaS version with shortcode embed is on the roadmap

    what it does rn:

    • connects directly to your n8n webhook (auth included)
    • bubble or embedded chat, your choice
    • basically fully customizable via UI + custom CSS if you’re into that
    • supports text, buttons, carousels, images, WooCommerce products, forms — the whole vibe
    • built-in UI builder so you can create message tools for your agents with zero coding or JSON nonsense
    • chain messages with configurable delays between them (actually clean UX)
    • auto messages on chat open
    • quick setup with a starter demo agent so you’re not starting from scratch
    • chat viewer to see all your conversations
    • WooCommerce support with cart + checkout redirect
    • pre-chat banner for GDPR stuff (email, phone collection)
    • webhook fires when a lead comes in
    • A/B testing for chatbots
    • chat history

    coming soon (the fun stuff):

    • human handoff
    • agent marketplace — literally copy paste ready-made agents, no setup
    • bot sends attachments (PDFs, files, whatever)
    • users can record and send audio
    • calendar message type
    • bot plays video directly in chat
    • multi-session support

    anyway lmk what you think, would you actually use this? drop any feature requests below, i’m all ears

    submitted by /u/esse-pao
    [link] [comments]