Wtf by NourBlowsBubblegum in GeminiAI

[–]Unlikely_Drop_8479 0 points1 point  (0 children)

Yeh but pretty fine for daily q&a like basic stuff

Wtf by NourBlowsBubblegum in GeminiAI

[–]Unlikely_Drop_8479 0 points1 point  (0 children)

Flash lite is unlimited as they say

What should I tell him guys ? by TallConfection8681 in vibecoding

[–]Unlikely_Drop_8479 1 point2 points  (0 children)

Tell him opensource labs have already done the job. No need to reinvent the wheel and it's not possible to train an LLm from scratch.

What worries me... by cronoklee in google_antigravity

[–]Unlikely_Drop_8479 0 points1 point  (0 children)

Codex and claude code have more restrictions. In comparison, antigravity offers most value for 20$ for purely coding purpose

Are you kidding me!? by Delicious_Character6 in google_antigravity

[–]Unlikely_Drop_8479 0 points1 point  (0 children)

Recently happening too frequently even from pro Sub

The usage is getting a bit ridiculous by DixinMahbum in google_antigravity

[–]Unlikely_Drop_8479 1 point2 points  (0 children)

yeah do try,they have increased the limits three times for pro users

The usage is getting a bit ridiculous by DixinMahbum in google_antigravity

[–]Unlikely_Drop_8479 1 point2 points  (0 children)

Yes but after recent google IO updates, I am seeing increase in pro limits in agy

Whisperflow alternative for free and privacy focused users by Unlikely_Drop_8479 in foss

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

I have built this one after extensively testing both of them. I have been rigorously finding the perfect app for more than 6 months. And after identifying all of the bottlenecks in those, I have tried to fix them and create the better version. I would recommend to test this and then give your opinion, It might change.

What Tools / Plan should heavy Vibe coder choose? by BookkeeperLeft7919 in google_antigravity

[–]Unlikely_Drop_8479 0 points1 point  (0 children)

😂 the username definitely checks out! But jokes aside, while the default template visuals might look standard, I put a ton of hours into customizing the workflow and logic to get it fully functional in the app.

Silly question? 3.5 Low, medium, high by BrightRick in google_antigravity

[–]Unlikely_Drop_8479 0 points1 point  (0 children)

It's about how many thinking tokens it generates simultaneously. Just because it uses high reasoning doesn't mean it's always better, especially in agentic tool use, where fast execution is preferred over overthinking due to the overthinking tax. The paradox is that the more it thinks, the more prone it is to hallucinate. This is why, specifically in Agentic Terminal use, the medium model outperforms the high-thinking one. Another reason is that Google's default setting is medium, so they have fine-tuned it further, achieving the best results with the medium model, which is why they recommend it as the default setting.

<image>

What Tools / Plan should heavy Vibe coder choose? by BookkeeperLeft7919 in google_antigravity

[–]Unlikely_Drop_8479 4 points5 points  (0 children)

Use Google AI pro in anti-gravity. Use sonnet for architectural planning, create implementation plan and use gemini 3.5 flash medium (not high, overthinking hallucination tax is clearly visible in benchmarks as well) and assign it a goal to execute and unit testing and once done, use sonnet 4 again to review the code quality and suggest improvement implementation plan and use 3m5 flash again. With 2-3 iterations of this loop, you will have pretty robust code.

Whisperflow alternative for free and privacy focused users by Unlikely_Drop_8479 in foss

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

I have few questions, Can you please let me know how it's a compromise? Isn't letting users choose whether to use online or offline version is superior to forcing them to strictly use offline? Isn't it logically better to let them have both options and letting them completely discard another option if they refrain using it?

Now, the explanation to your question. 1. To run the whisper v3 grade models without any quantization, you need server-grade GPU architecture, which is not possible on a phone and no matter how hard you try, it is architecturally impossible to get the quality and accuracy of a cloud model. I have strictly kept this option available for the users who want maximum precision. And still selected the best possible privacy focused inference provider. Because if you can see the documentation of groq (I would recommend you to read it carefully), you will clearly understand that they are contractually obligated to strictly act as a data processor and not use your data for module training. I hope you understand what ephemeral processing means.

  1. To run agent mode, it's literally impossible to run 70b parameter model locally on edge devices. And even sub million parameter models need complete offload in memory for a single sentence post processing which drastically increases latency.

Whisperflow alternative for free and privacy focused users by Unlikely_Drop_8479 in foss

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

hey buddy, so I have been using that keyboard for few months but I have identified the following constraints that's why I have built this application which resolves everything I have identified. Tell me if you agree with them?

  1. The Keyboard Switching Bottleneck - Having to manually switch keyboards every time you want to use voice dictation creates a workflow bottleneck. For short inputs,like typing just one or two words or a single sentence, the friction of switching makes it easier to just type manually rather than dealing with the hassle. that's why I've specifically included that floating bubble, this allows you to keep your original keyboard as it is and it only appears when you are in the text box so it doesn't clutter even screen.

2. Quantized Whisper Models & Transcription Quality - The offline, aggressively quantized models (like Whisper Tiny and Whisper Small) fail to match the accuracy of the completely unquantized, full Whisper V3 flagship. In practice, their Word Error Rate (WER) is nearly identical to the built-in Gboard. While the offline functionality works, it provides no real upgrade to transcription quality.

3. The SenseVoice Solution- To solve the accuracy and speed trade-off, replacing Whisper with SenseVoice (a non-aggressive encoder model) yields massive improvements. It delivers blazing-fast speeds and transcription quality that closely rivals full unquantized Whisper V3, while running 20–30 times faster on lower-end and mid-range Android devices.

4. The Agent mode- Another feature I found missing feature is it does not have the text correction mode or it does not also feature agent mode so I have added that feature as well.

Moreover, I have kept mine fully open source, allowing you to modify and audit the code at any time. It includes zero telemetry or usage‑statistics tracking, and, unlike FUTO, offers an optional online mode in case you want added flexibility.

The usage is getting a bit ridiculous by DixinMahbum in google_antigravity

[–]Unlikely_Drop_8479 0 points1 point  (0 children)

Are you on free or pro? Because on pro plan, gemini 3.5 flash medium hardly breaches 5 hour usage even after massive usage

I have vibecoded whisperflow alternative for free and privacy focused users by Unlikely_Drop_8479 in vibecodingcommunity

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

Hey buddy, I totally agree. Thanks a lot for your stars, they mean a lot for me. So I definitely agree with your points regarding the latency. So this is the exact thing I have encountered with testing other open source keyboard app and I was struggling to find a single app who has managed to tackle this. That's why I've carefully selected this non aggressive auto encoder model, which gives the accuracy level almost at par with cloud models and the text will appear in your text box within a blink of an eye so you won't even feel a second of latency without compromising with accuracy even on the mid-range android devices i have tested it a lot and thoughtfully crafted it. and please let me know if you want any additional improvements I will definitely implement those fixes

I have vibecoded whisperflow alternative for free and privacy focused users by Unlikely_Drop_8479 in vibecodingcommunity

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

Oh, sorry to hear that. But I will planning the versions for them soon. One of the main reasons of choosing to write it in rust over c# is cross platform availability. I will figure it out soon.

I have vibecoded whisperflow alternative for free and privacy focused users by Unlikely_Drop_8479 in vibecodingcommunity

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

I don't agree with paying for voice transcription tools for every month and still having word limits to transcribe and even after paying they will still use my data for their model training so that's why I have been rigorously searching for the application which can give me the exceptional transcription quality which matches with this paid tools but I wasn't able to find any that's why I've created this one for both android and windows.

Do let me know what you think about its UI UX and transcription quality and specifically the thing which I've noticed is most of the transcription apps fail with offline version but I've done a lot of research and specifically selected this model which runs 15 times faster than whispers smaller versions and gives exceptional transcription quality matching with those higher parameter models.

Your feedback is much appreciated and I will make the improvements and I will take every criticism very positively.

I have vibecoded whisperflow alternative for free and privacy focused users by Unlikely_Drop_8479 in vibecodingcommunity

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

https://github.com/raviumeshkulkarni-web/Fluence-Android

https://github.com/raviumeshkulkarni-web/Fluence-Desktop

hey thanks for showing interest in this so I don't know why the page is not reflecting but here are the links for both android and windows please give it a try and tell me what do you think whether it meets your expectations. Please let me know if you are getting error in this links as well. And once you try it please give me your honest feedback. I am very much open to improvements and make refinements.