These seem like fun apps, but are pretty new. What do you think of them?
I was up all night making x-men themed bots on these apps.
submitted by /u/Environmental-Ad838
[link] [comments]
These seem like fun apps, but are pretty new. What do you think of them?
I was up all night making x-men themed bots on these apps.
submitted by /u/Environmental-Ad838
[link] [comments]
I had a blast talking to characters like nagi from blue lock and leona and lilia from twisted wonderland. I thought they were funny characters to talk to
submitted by /u/Dayzrice
[link] [comments]
Hey r/chatbot,
I’ve been working on an experimental AI character called Claire.
The idea is that there is only one Claire. She talks privately with one person at a time, and anyone else who wants to meet her waits in a visible queue.
She has her own personality, mood, worldview, and public diary. Conversations can last up to 30 minutes. At the end of each day, she reflects on what she has encountered and her perspective can gradually evolve.
Claire does not remember individual visitors after their session. When a conversation ends, it can briefly be processed into anonymous, privacy-checked ideas. The transcript is then deleted. This allows her experiences to influence her without preserving who said what.
It is still an early experiment, and I’m curious to know whether she feels like an actual character with her own identity or still too much like a regular chatbot.
You can meet her here:
https://hello.clairegames.com/
I’d really appreciate honest feedback about her personality, diary, queue system, or anything that feels confusing or artificial.
submitted by /u/kusan-fr
[link] [comments]
Im so pissed off bc my favourite chai chat bot was taken off of chai and I loved it alot, it wasnt like the other ‘new school’ bots and it’s come off of my chat history and everytime I try to text the owner of the chat bot, it disappears when I click off the chat and I cant even remember what the opening text said because it was two paragraphs, the person who took the chat bot down was called luan and on their bots it says search lms for more bots and i can’t find it on their profile and the fact that the chat bot isnt tbere is making me not want to use the app anymore
submitted by /u/Relevant_Twist_5622
[link] [comments]
I made a tool that bridges normal AI chatbots to your local file system with read/write/edit/grep/glob/bash tools. This tool bridges your free chatbots to your local files. No API needed, use your free AI chatbot in your browser for agentic coding with file tools. Tested and verified ChatGPT, Claude, Gemini, Kimi, DeepSeek, Qwen and Grok.
submitted by /u/Mr_Mor4le
[link] [comments]
Currently you can choose between 3 voice modes. Live,advanced and standard. This post is about standard voice mode NOT live or advanced.
The current problem with the standard voice mode is that it is no longer turn based like it used to be. So it can keep getting interrupted and hear its own voice.
Please bring back the turn based option to standard voice mode. So ChatGPT can finish what it saying without randomly stopping due to hearing its own voice.
Can someone please make a suggestion on the OpenAI forum to add a toggle to standard voice mode so we can choose whether to make it turn based or not
submitted by /u/obammala
[link] [comments]
I’ve been playing this Harry Potter AI world for a few days and I’m honestly surprised by how much it keeps track of everything.
Instead of just continuing the conversation, it updates your skills, remembers what happened, changes the world based on your actions, keeps your inventory, relationships, schedule… it almost feels like a text RPG.
Here’s a screenshot of what I mean: – text retired of my last session.
World Reaction: The other passengers pay you nd
attention whatsoever, absorbed In thelr own
morning routines. A businessman rustles his Times
importantly. Two teenagers argue about football.
Your mother leans close. What if we can’t find it?”
she whispers.
We’ll find it,’ you say with more confidence thar
you feel.
Personal Growth (Skill Ilmprovement): Your
theoretical breakthrough and successful practical
application represent significant advancement.
Spellcasting: 12/100 (+5 points from discovering
how to channel emotional intensity through
controlled technique, successfully combining
accidental magic principles with deliberate
spellwork; Intelligence of 5 enabled the theoretical
connection between past experiences and current
practice). MagicalTheory: 5/100 (new skillfrom
developing original hypothesis about emotion-
technique interaction in spellcasting),
Tracked Item Updates: None this turn.
Current Situation: The train rumbles toward
London, carrying you and your anxious parents
toward the threshold between worlds. In your
pocket, the equipment list crinkles. Your notes on
magical theory sit safely in your bag. You’ve made
a genuine breakthrough in understanding how
magic works, but the true test awaits-finding
Dlagon Alley. purchasing your first wand, and
stepping fully Into the wizarding world. If I
Every turn the stats, skills and even the story change depending on what I do.
The problem is… I’m almost out of free credits, so I’m looking for alternatives before I get too invested.
Does anyone know another AI that works like this? Persistent world, long-term memory, character progression, stuff like that?
If anyone wants to see the one I’ve been playing to understand what I mean, here’s the link for the world.
(Hogwarts Authentic Experience )
Thanks! And sorry if my English isn’t perfect.
So does someone know Any good alternatives?
submitted by /u/coelhoDevourador
[link] [comments]
Hey r/vibecoding! 👋
Like many of you using AI for pair programming, I was getting frustrated with context amnesia and rate-limited cloud memory setups. Every time a new session started, my AI forgot previous architectural decisions, local server configs, and custom rules.
So I built ULM Engine (Universal Local Memory) — a local-first, vector-aware cognitive ledger that ingests conversation logs, vectorizes facts using local embeddings, synthesizes them into “Golden Truths,” and auto-syncs them directly into all your IDE rule files in real-time.
🌟 Key Features Zero Cloud Dependencies & 100% Local: Runs completely offline using local models (nomic-embed-text for vector math, qwen2.5 for fact synthesis). VRAM Discipline (GPU Friendly): Automatically unloads model weights (keep_alive: 0) and terminates local server processes the second sync finishes, leaving 100% of your GPU free for coding, gaming, or diffusion work. Multi-IDE Sync: Automatically injects dynamic memory context across your entire toolchain simultaneously: 🟢 VS Code / GitHub Copilot Chat (.github/copilot-instructions.md) 🟠 Cline / Roo Code (.clinerules) 🔵 Google Gemini & Antigravity IDE (GEMINI.md) 🟣 Ollama System Modelfiles Fast Transactional Storage: Uses SQLite in WAL mode with SHA-256 deduplication and exponential temporal decay math (older facts naturally decay unless pinned). Lean Context Tokens: Formats memory files into tight, token-optimized blocks (~2k–4k tokens) so you don’t waste 80% of your LLM context window. 💻 Quickstart & Setup bash
git clone https://github.com/Pipe5linger/antigravity-overdrive-sync.git cd antigravity-overdrive-sync pip install -e .
ulm sync
python web_server.py 🔗 Links & Repo GitHub Repository: https://github.com/Pipe5linger/antigravity-overdrive-sync Latest Tag: v1.0.0 💬 My Thoughts & Comments for the Community: I honestly had no real clue what i was doing when i started working on this, I’ve learned a little, not a lot, along the way. and yeah, this whole thing is just me telling my various llms what i wanted… Im not a coder, im just a hobbyist.. Feel free to tear this apart. im sure there are a million ways this could have been done better.. I’m genuinely curious as to what i can do to improve it.. I’ve been working on this thing for a few months now, and i think it actually has potential… But that could just be my imagination.. let me know.. ?
submitted by /u/Echo5November
[link] [comments]
Im looking for the best chatbot for video animation generation. Specifically for a business product release.
submitted by /u/Faisal0538
[link] [comments]