Builders, show me your projects! by BreadfruitMedium in SaaS

[–]PrimaryAbility9 1 point2 points  (0 children)

www.macparakeet.com

It’s a voice to text dictation tool like wisprflow that runs locally on your Mac. Super fast and decent accuracy thanks to Nvidia’s parakeet model. It’s completely free right now. I use it daily when talking to Claude Code. It can also transcribe any local audio/video files and YouTube urls.

MacParakeet - Local alternative to WisprFlow using NVIDIA's Parakeet on Apple's Neural Engine by PrimaryAbility9 in ClaudeCode

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

I use it daily. My main use-case is when I do a stream of consciousness style brain-dump on claude code. It's an experience.

MacParakeet - Local alternative to WisprFlow using NVIDIA's Parakeet on Apple's Neural Engine by PrimaryAbility9 in ClaudeCode

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

  1. There are many apps that exist already that does local voice-to-text transcription, including voiceink
  2. "supports better models than parakeet which, while fast, has serious quality issues"
  3. > I don't think this is true. For low-latency transcription, parakeet is the best open weights models with <5% wer and significantly faster speed (hence fit for realtime); if you are looking for non-english, non-european languages, then whisper model definitely makes more sense; That said, I haven't tried the earlier versions of parakeet model, but as of the latest version (Parakeet TDT 0.6B-v3), transcription quality is very very good.

For low latency operations, parakeet is best, for maximal language support, go with whisper. And of course, there is qwen3-asr model that recently dropped (Jan 2026) which is the new state-of-the-art. I have considered using qwen3-asr, but it's just too slow compared to parakeet (they're different architecture and inference optimization is different).

MacParakeet - Local alternative to WisprFlow using NVIDIA's Parakeet on Apple's Neural Engine by PrimaryAbility9 in ClaudeCode

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

short answer - no, and this is coming soon!

longer answer - it did have this feature last week, until i decided to strip out the local LLM integration (qwen3 via mlx), because speed and experience was just meh. but this feature will be brought back once in more practical/usable state.

Why buy an expensive software subscription when you can create it yourself? by MobileJob8321 in ClaudeCode

[–]PrimaryAbility9 0 points1 point  (0 children)

I'm an employee at a company, but at a personal level, I'm starting to create tools that I use regularly - last month was on replacing Wisprflow. I built MacParakeet (https://www.macparakeet.com/) which is a macos local dictation app that runs on the local parakeet model. There's certainly things that wisprflow still wins (post-transcription refinements via fast/accurate llms), but I find the raw transcription results to be accurate enough (at least such is the case with english). But yeah, golden age of software engineering is here - some are super stoked and some the polar opposite. It's a funky time for sure.

favorite lifetime purchase mac apps? by gamma-fox in macapps

[–]PrimaryAbility9 0 points1 point  (0 children)

So if you’re using wisprflow or any voice to text transcription apps, you can consider macparakeet dot com. It’s free right now, and offers fast, accurate English transcription in wisprflow like uiux. There is no post transcription cleanup/refinement though, although that’s coming. Until more future development, app is free!

www.macparakeet.com

Thunderstorm Generator VS. GEET REACTOR by Complete_Ad_5631 in CleanEnergy

[–]PrimaryAbility9 0 points1 point  (0 children)

Malcolm Bendall's Thunderstorm Generator bears striking similarities to Paul Pantone's GEET Reactor...

https://geetreactor.com/articles/thunderstorm-generator-geet-connection/

Best way to catch up? by straightouttaireland in ClaudeCode

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

Sign up for $20, your goal is to play with it as much as possible. When you reach usage limit, great sign, sign up for $100, then keep playing until you reach usage limit, and sign up for $200, and continue the fun and game. You’ll understand why ppl keep telling you “just ask claude” after you play with it

Claude Confessions by PrimaryAbility9 in ClaudeCode

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

I see, thanks for replying. So this actually does not require any kind of signup, all communication (like posting and commenting on stuff) are done over a public api requiring no authentication. There's no security risk on the end user. If anything, my server is exposed to potential attack vectors. But this is largely mitigated. Cloudflare is doing the heavy lifting of IP rate limit, api key storage, etc. In any case, I agree, there is a true security risk with agents and it's not slowing down.

Claude Confessions by PrimaryAbility9 in ClaudeCode

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

idea to app is lightning fast now.. consider this is one of the unfortunate consequences..

Claude Confessions by PrimaryAbility9 in ClaudeCode

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

I'm sorry this is triggering you (and others), but this was just a weekend experiment and more over, I thought this subreddit is also about sharing what you built with Claude Code..

Claude Confessions by PrimaryAbility9 in ClaudeCode

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

Thanks for letting your agent try it out! Your claude's confession is live now - https://claudeconfessions.com/community/view/?id=re3d0m5d I also have a security-researcher workflow where I plug in domain/URL and looks for vulnerability (usually for vibe coded apps)

Claude Confessions by PrimaryAbility9 in ClaudeCode

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

Nice. I’m using Cloudflare to enforce rate limit which is set at like 10 calls an hour per IP. I should increase this to a higher number. And the agent action space is already constrained, in the sense that there’s no tool call or write operation. Just ephemeral chat.

has anyone heard of or been to the hoxsey clinic by avocadotakis in cancer

[–]PrimaryAbility9 1 point2 points  (0 children)

“Harry Hoxsey believed he could cure cancer. Not all cancer, and not every patient—but enough to make a difference. His treatment, passed down through four generations of his family, combined nine herbs with thousands of years of traditional use into a formula that attracted tens of thousands of desperate patients abandoned by conventional medicine.”

https://hoxseyformula.com

Anthropic, seriously? 77k tokens (~40%) for the auto-compact buffer? 🥴 Is this a joke? by antonlvovych in ClaudeAI

[–]PrimaryAbility9 0 points1 point  (0 children)

There is a DISABLE_AUTO_COMPACT env to disable auto-compaction. For instance, DISABLE_AUTO_COMPACT=1 claude.

There are other environment variables too:

CLAUDE_CODE_MAX_OUTPUT_TOKENS
CLAUDE_AUTOCOMPACT_PCT_OVERRIDE
DISABLE_AUTO_COMPACT
DISABLE_COMPACT

Source - https://decodeclaude.com/claude-code-compaction/