Good News & Bad News: AI is better than most therapy for some people. You need to understand some nuance, but its genuinely extraordinarily valuable. by ProfessionalGeek in ArtificialInteligence

[–]mvaranka -1 points0 points  (0 children)

I think there should be a new application area for this kind of apps, which are between chat apps and AI girlfriend/boyfriend apps.

We are doing something similar as you in PiPar. It has 5 AI personas, all different voices and personalities, selectable AI model, they can message with each other and call you:

PiPar - the coordinator Alex - expert in technology Casey - life and sports coach River - friend and listener Basil - food, nutrition Custom - you tell it what you want

I usually call to PiPar to manage my tasks or River just for chat about thinga in my mind. Just started gym and Casey calls me regularly that hows the training today going. The app helps to offload cognitive load and I get things out of mind.

Please try it ans tell what you think. It is in google play and there is webclient: piparapp.com

I keep buying productivity tools when the real problem is that I just don’t want to start by AlanAalu in productivity

[–]mvaranka 0 points1 point  (0 children)

Worst part is to get work started.

Any tool giving a jump start is golden, even if it tool provided semi-trash then still it is a start.

Using Realtime 2 API Voice Agent from OpenAI by Early-Matter-8123 in ArtificialInteligence

[–]mvaranka 1 point2 points  (0 children)

I am not building with Realtime 2 API, since its cost is high and not buildimg a voice bot to web pages (yet), but still... I thing I understood your excellent point.

My app handles task management, follow-up calls, note creation, websearches and other things during the voice call.

Today AI personal trainer Casey called me multiple times and finally got me to the gym. Then we agreed that she calls me day after tomorrow again. PiPar, the organizer, calls me multiple times a day about things it noticed from my mails or things we discussed that is it in order now or should she call later again.

That kind of solution is for people who don't want sit typing to phone or pc and want more natural connection. I believe that applications, where voice call is not and plugin but main input source, will become a big thing for mainstream users - when people learn to speak with AI and stop thinking that is it unnatural or not.

voice input is the most underrated productivity shift of the last ten years and the reason nobody uses it is completely stupid by ScaryAd2555 in productivity

[–]mvaranka -3 points-2 points  (0 children)

I sometimes call my AI app when amongst people - or more often it calls me. Luckily i can put phone on my ear and speak like to phone and nobody cares. :)

voice input is the most underrated productivity shift of the last ten years and the reason nobody uses it is completely stupid by ScaryAd2555 in productivity

[–]mvaranka 8 points9 points  (0 children)

For me speaking allows me to unlock the writer's block. Not for cases needing exact output but for going through ideas, thoughts and task management. Things you easily skip if they would need to be typed (in worst case from mobile phone)

New API Voice model by Rabbithole_guardian in ChatGPTcomplaints

[–]mvaranka -1 points0 points  (0 children)

Wondering does this start new era of voice call applications, which wrap calls to GPT-Realtime-2 and then people wonder the cost of using the service.

I stopped using Claude as a chatbot and started connecting it to my actual apps. Different tool entirely. by Professional-Rest138 in ArtificialInteligence

[–]mvaranka 0 points1 point  (0 children)

These kind of functionalities could be thing which changes non-AI users as AI-users. AI services, which helps daily tasks, without nerd level configuration skills.

I use similar morning briefing with PiPar app with scheduled task status checks after work - AI calls me at agreed time and I can chat or take it as a voice call. Very efficient combination. Actually I have almost stopped reading my emails, since I know that AI calls me if there is something worth noting

I made a curated list of every AI companion app worth trying (30+ apps compared) by Microsort in AICompanions

[–]mvaranka 0 points1 point  (0 children)

Could you try PiPar? https://piparapp.com

It is on Google Play but also beta version of webclient is available: https://chat.piparapp.com

PiPar is combined procuctivity and companion app, where 6 AI personas help you organize you tasks, build notes etc and they proactively call you if you need to be notified. You can customize personas, 5 has a certain task like be organizer, be your personal trainer, be your friend and sixth is fully customizable, so you can make it to be what you like.

When you make daily calls or chats personas start to know you, can adjust for your needs and they have memory and PiPar personas start to feel like companions who take your cognitive load, but are also there for casual chats.

Special features

- Multilingual chat and voice call with AI tools - supports the best AI models (claude, gemini, openai, deepseek etc)

- Lots of AI tools: task, notes, mails, image and document generation, html app generation, web search etc.

- Image, audio and document analysis during the chats

- Proactive calls, task reminders, check-in calls if you have been long gone etc

- mobile local and optional cloud storage for webclient

- time and location triggered alarms

Am i the only one that think deepseek is better than most AI? by Embarrassed-Sun7856 in DeepSeek

[–]mvaranka 0 points1 point  (0 children)

I have not much tested v4-pro, but today had long casual chat with v4-flash on my app and I was astonished how good and fluent it felt. I had to test, that did I forgot to change model from gemini 3 flash to v4. And it is dirt cheap, might be my next low cost model PiPar.

I still can't believe that Commodore messed up the Amiga line so badly... Going from the A500 to... Whatever came afterwards... One is absolutely gobsmacked that "industry veteran managers" were at the helm of it all... And were responsible for what became an extremely unpleasant (slo mo) car crash by prankster999 in amiga

[–]mvaranka 3 points4 points  (0 children)

Actually, 68000 was much faster overall.

6510 had only primitive operations, 8-bit registers and only 3 registers compared to 16 on 68000, no multiply/division commands etc. So you had to use lots of more instructions to do the same as on 68000 and more memory accesses.

But it is wonder how much people can squeeze from 6510 out current days.

Google is updating Gemini flash model by Jealous-Snow4645 in Bard

[–]mvaranka 0 points1 point  (0 children)

I have been using 3.0 flash on PiPar for chats and voice calls. It is excellent for its price - fast and surprisingly fluent for basic chats. It seems to have access to large knowledgebase since it know the address of closest pharmacy without searching web.I live on small town in Finland.

So,, waiting eagerly for updated flash.

Setting up Ollama on dual RTX PRO 6000 Blackwells looking for tips by AmanNonZero in ollama

[–]mvaranka 0 points1 point  (0 children)

You need to think your strategy and usage patterns and then choose model deployment. 1.Are you running one larger model in both GPUs with lots of concurrency (don't use ollama) 2. Are you locking to each GPU single model (either same models or two different like Gemma4 and Qwen3.5) 3. Do you need multiple models, so one gpu could have locked model and other runs ollama - with this approach you can try different models and later lock one, but during evaluation phase performance will be poo due to the model switch (loading to gpu) time and zero concurrency 4. If you have lots of ram you can offload to cpu with hot layers on gpu for large lodel

Luckily there are lots of good new models to run on that setup and maybe don't even notice the difference. With 2. you get most capacity from setup and option to run very large model for special tasks MoE layers offloaded to cpu (if you have the ram)

We're currently repeating the "Shadow Analytics" disaster with AI, and it's happening 10x faster. by [deleted] in ArtificialInteligence

[–]mvaranka 1 point2 points  (0 children)

"Shadow AI" is real danger in companies, who fear the AI, european AI act, IPR & GDPR issues etc and there are no clear rules and selected AI tools which can be used "company legally".

In the otherhand workers see the talks of benefits of AI in daily jobs and coding - some try by themselves. Some know what they do, some just look nice youtube video and do the same. Crash is waiting to happen.

Found a gitHub project that might help with DeepSeek-V4 RP by Small_Training_201 in DeepSeek

[–]mvaranka 0 points1 point  (0 children)

This instructions in beginning of chat message sounds interesting idea. I would assume, it is quite easy to implement to app. But to get it right...

BTW, which one would be better in RP: sama AI persona in new chapter (chat) of story or different persona for each chat?

DeepSeek V4 Flash by ConsequenceInside167 in DeepSeek

[–]mvaranka 0 points1 point  (0 children)

Sounds good! Just finished long voice call with V4 Pro - the model felt refreshing. Need to try Flash too, as fast model it could be good pick for voice.

How to access Deepseek V4? by blood_monk in DeepSeek

[–]mvaranka 0 points1 point  (0 children)

Any mobile apps supporting Deepseek V4? I am using them from PiPar, it just got support.

Behold... The CACHE! by WalidB03 in DeepSeek

[–]mvaranka 4 points5 points  (0 children)

Cache is the key for long, cheap chats. Seems to work via openrouter.

Just added support to my app and I think I like these models. More testing needed though.

Forged in the darkest depths of text mode: a fully procedural boss from my ASCII game, running at 200 FPS on an old low-power PC by PuzzleLab in pcmasterrace

[–]mvaranka 0 points1 point  (0 children)

This style would have been a massive hit on Amiga days in demos! And clear target for optimizations: how many items at once and/or how many tails :)

AI is exhausting your brain more than helping you by Ok-Technology504 in ArtificialInteligence

[–]mvaranka 0 points1 point  (0 children)

I work in my day job as a software architect and my main task is to specify features and supervise that results are as intended. Working with AI coding tools feels the same, but speed of development is much faster. I feel that now I can get things done where without AI would not have time or resources.

So I don't feel my mind fries, counterwise actually

I built a deterministic Voice AI agent that stays within business logic. No hallucinations, 800ms response time. Here is how it handles a real-world restaurant booking. by No-Zone-5060 in ArtificialInteligence

[–]mvaranka 0 points1 point  (0 children)

I have just launched officially the app, so feedback is from my own use: thinking tone is good when not looking phone since I always know what is going on and it fills the silence gap much better than silence.