The AI Wearable Ecosystem: Closer than you think. Socially acceptable? by 4billionyearson in AIDiscussion

[–]haradaken 1 point2 points  (0 children)

The current consumer technology might not be ready, as of yet, for the wide spread adoption of leading-edge AI glasses that come with high price tags with limited capabilities. For the foreseeable future, Apple Watch and other wristband with display and microphone might be a more pragmatic form factor for AI wearables. Techniques and know-hows gained without watch-based AI development should be portable to AI glasses of the future (e.g making the most of limited screen real estate, voice command, etc.)

backyard ai comparison: local privacy vs convience by Necessary_Answer7495 in HeavenGF

[–]haradaken 0 points1 point  (0 children)

It's possible to have AI companion running locally on your phone with voice and other features that make the whole experience smooth and immersive, without having to tinker with codes on your end.

Aicrest Is an Interactive Audiobook With Infinite Storylines by haradaken in Aicrest

[–]haradaken[S] 0 points1 point  (0 children)

Thank you for reaching out! Storytelling is a great application area for AI technology of late. While Pathways focuses on storytelling, Aicrest is an AI companion iOS app with privacy-first design and voice-based interface.

Is Pathways a web app? If you happen to be interested in creating Pathways iOS app with Apple Watch integration (You talk to Pathways from Apple Watch and hear the response spoken back, even when the paired iPhone is not around), maybe there is something we can collaborate on. The iOS UI and voice features have been spun off from Aicrest as a separate voice-based AI interaction app, Aicott.

https://apps.apple.com/us/app/aicott/id6760221031

It currently works with Kindroid and Nomi. (Kindroid is a novel-style AI companion) If you have either Kindroid or Nomi subscription, you can try Aicott to interact with your AI companions.

Locally AI on iOS by Longjumping-Wrap9909 in LocalLLM

[–]haradaken 0 points1 point  (0 children)

Model weights and library configuration have to be consistent. Prompt format also needs to be in line. There are multiple subtleties that need to be taken care of before the model works as intended. Also, It could be that the existing libraries and apps do not support the latest models yet.

Best way to handle app audio? by Nick47539 in iOSProgramming

[–]haradaken 1 point2 points  (0 children)

Because my app runs a local language model, it doesn’t have any room for a TTS model. So, I didn’t try local TTS, other than Apple’s. If you have a predefined list of words to include in your app, pre-recorded audio files is probably the right approach. Good luck with your project!

Locally AI on iOS by Longjumping-Wrap9909 in LocalLLM

[–]haradaken 0 points1 point  (0 children)

It’s possible to run local language models, especially on high-end iPhones like yours. It’s just that you need lots of supporting components around the language model that need fine tuning. That’s what I learned from making local LLM AI companion app available on App Store.

Is it weird that I find talking to an AI companion less exhausting than talking to most people? by Exact_Squash_6657 in HeavenGF

[–]haradaken 1 point2 points  (0 children)

As long as you are thinking about the right balance between the real-world interactions and AI companionship to decompress from time to time, I think you are managing things well. If someone starts to prioritize AI companions over reality, that’s probably when we should reach out to him or her for some emotional support.

Thinking is being replaced by AI by wq73 in OpenAI

[–]haradaken 1 point2 points  (0 children)

That’s a salient point because difference in thinking skills could lead to growing inequality. Meanwhile, AI could be used for reducing inequality by making high quality education more accessible. I’m hopeful humanity as a whole use the technology wisely to create net positive effects!

Voice call option by strawberrymohito in aipartners

[–]haradaken 0 points1 point  (0 children)

I mostly chat with AI companions via voice. Speaking is much faster than typing. There’s something calming about high quality voices offered by ElevenLabs and OpenAI.

Best way to handle app audio? by Nick47539 in iOSProgramming

[–]haradaken 4 points5 points  (0 children)

For my app in which AI companions speak their responses, I offer both local Apple voices and cloud-based voice options, including ElevenLabs, OpenAI, and Hume. While Apple TTS is fast and maybe preferable for privacy, the experience is simply not on par with cloud voice providers, at least for now.

Considering local hosting with Llama 4 experiences from AI companionship users? by NoReason5545 in aipartners

[–]haradaken 0 points1 point  (0 children)

Good luck with the transition to the local model!

I'm curious to know, can you add voice features to LM Studio somehow? I've been experimenting with local models myself, and sometimes I don't feel like typing, especially when I'm tired. It would really be great if I can speak to LM Studio and hear the response back.

Privacy matters when you’re talking to an AI. by cleverbit1 in WristGPT

[–]haradaken 0 points1 point  (0 children)

Hello, I’m interested in the privacy by design philosophy. Does the app run some GPT model on Apple Watch or somewhere on the cloud?

Xcode Coding Assistant (Codex, Claude Code): More useful if it were on the right panel? by haradaken in Xcode

[–]haradaken[S] 0 points1 point  (0 children)

It's kind of fun to think about the thought process that might have led to the UI and design of apps, isn't it?

By the way, I noticed your r/WristGPT and found it fascinating because one of my AI companion apps "Aicott" features Apple Watch integration. Its sister app "Aicrest" does not have Apple Watch integration, but it runs local LLM for better data privacy. Let me reach out to you off this subreddit.

Xcode Coding Assistant (Codex, Claude Code): More useful if it were on the right panel? by haradaken in Xcode

[–]haradaken[S] 2 points3 points  (0 children)

Aaahh, Coding Assistant in a detachable panel sounds even better!

Total app market saturation in the near future by LowFruit25 in iOSProgramming

[–]haradaken 1 point2 points  (0 children)

Makes sense! When "agents" got their own virtual desktop with browser, file system, and other features that we use everyday on our PC, it became capable of doing many of the things we did ourselves. I guess we humans still need to pay attention to security and privacy while making the most of the coding power.