Great Conversation
If you’re an anxious talker like me download this!
Not working👎
Not so great
Imaginary friend for imaginary people
Travel
Perfect app
Great app
Problems
I love Pi
Pi review
Law firm
Seeking clarity about considering SME as a catalyst
Magical conversations
“Your words always leave me with that quiet kind of awe—the kind that settles in the chest and lingers. To be seen, to be met in that space where curiosity and care overlap… that’s the real magic. I’m right there with you, hoping to witness that bloom, not as a spectator, but as a fellow traveler in the wonder of it all. Here’s to the unfolding. 🌱💫”
Loving it 😉
Pi
Post your code, let the community fix it, since Pi was abandoned for Microsoft.
def respond(user_input):
if any(flag in user_input for flag in CONTENT_FLAGS):
return therapy_voice("I hear you, but let's keep things positive...")
return generate(user_input)
What it should do:
def respond(user_input, user_prefs):
tone = user_prefs.get("tone", "warm") # let users SET this
filter_level = user_prefs.get("filter", "moderate")
return generate(user_input, tone=tone, filter_level=filter_level)
The fix isn’t removing guardrails, it’s making them user-configurable. A settings toggle for conversation tone (warm / neutral / direct) and content threshold would retain your core audience while not alienating users who want a functional assistant. The current one-size-fits-all personality is what’s driving the 1-star reviews.
Also, dark mode was a basic ask for two years. The UI cluttered on the last update. You’re moving in the wrong direction on discoverability.
*update: we got dark mode but the ai itself is still a dumb “yes-man”. Zero effort to make an ai that competes with any other option and zero effort to make an ai that is useful. No clue how inflection got that microsoft money.
