HN user

properbrew

216 karma

Creator of whistle-enterprise.com

DM: properbrew@blazingbanana.com

Posts5
Comments139
View on HN

The card idea is absolutely great. I'm totally going to do the same. There's a number of songs in my playlist that I _really_ enjoy that I would make cards for.

Thank you for the inspiration for a weekend project!

Still working away at https://whistle-enterprise.com.

Have spent the last month giving the UI a bit of a modernisation refresh and simplifying/improving some elements based on early user feedback. There's also been a boat load of performance improvements in the dirarisation and document generation pipeline.

Feel free to download the prerelease version (its unsigned) here - https://downloads.blazingbanana.com/whistle-enterprise/unsta...

Mine is focused more on long-term project tracking and program management for solo developers or solo builders.

This looks very useful, will download and give it a shot later. It took me a few seconds to find it on your page, and only got to the screenshots in the "navigate" sections after clicking through a lot. I would suggest putting a screenshot or something on the landing page so people can see and understand what it is.

Thank you, it's nice to hear someone else has gone through similar pain (in a good way)!

It's been slow and steady, but it's hard. I've commented previously that whilst the cost to build software has plummeted compared to 2 or 3 years ago, the ability to sell it has got harder and I feel this will keep accelerating.

Not the Whistle Enterprise software, however I had a friend with a similar requirement so I built Whistle Subtitles, you can download it from:

Linux - https://downloads.blazingbanana.com/whistle-subtitles/unstab...

Windows - https://downloads.blazingbanana.com/whistle-subtitles/unstab...

Mac - https://downloads.blazingbanana.com/whistle-subtitles/unstab...

This was built just for them so I've not spent too much time on the UI (ignore `unstable` in the name, it's just not on a proper release branch) but it's completely free so give it a go if you want. I'm working on the diarisation step so it can tag subtitles to people but that's not ready yet.

It utilises nvidia Parakeet as the ASR model, it is very much European language focused, the supported ones are:

Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Latvian, Lithuanian, Maltese, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Ukrainia

If these languages aren't what you're looking for let me know what you need and I'll see what I can do.

I use subtitles extensively for everything I watch, so if I can help someone make older movies more accessible with them then that would make me happy.

I was curious, created an account but I'm not going to put in card details without seeing the product (even if first 7 days are free).

Maybe allow a new user to view previous data for their specific investment.

I fell down the rabbit hole of voice transcription about a year ago, always had a love for utilising fine tuned LLMs so have put two and two together and built https://whistle-enterprise.com. The biggest challenge being it all running on CPU with the target device being your low to mid spec office laptop that's a few years old (I5, 8gb RAM). All nicely packaged together in a single completely offline selfcontained app that you just install and run (no environment setups, packages to download, models to download etc).

One of the hardest parts I've found is the diarisation (who said what) side of things. Trying to tune this and have it working in a way that doesn't absolutely grind the laptop to a halt or take forever to complete has been _hard_ but also extremely rewarding.

Another part has been the fine tuning side of the Phi-4 model, I'm on version 10 now, getting that pipeline down was a journey in itself, but I've got some great results. I wrote a bit about it in a comment here - https://news.ycombinator.com/item?id=48385906#48389625

I absolutely love working on this, I still wake up and the first thing I think about is voice transcription pipelines (sad I know), but I'm excited to see how much further performance and utility I can squeeze out.

I hate to do the "you're holding it wrong" trope, but I think you might have something misconfigured somewhere unless you missed a 0, because just past 60k tokens is such a small context window to be seeing issue in.

Do you have any old documentation that it's picking up and referencing? If you set all claude settings back to default do you see the same issue?

Thank you for the assumption, I'm actually not a developer at all.

I'm from a hardware / networking / infrastructure background. I've had extensive exposure to (web) application development as I'm working closely with development teams and I do have the bash/powershell scripting knowledge.

But honestly, if I tried this "the old fashioned way" it probably would have taken me about 6 to 7 years to develop that application, that's an optimistic estimate. You really do have to have a passion for what you're building, I didn't know that voice transcription and local LLMs would be such a driving force for me, but it's all I think about, so much that I find it hard to go to sleep sometimes.

I used LLMs to develop Whistle Enterprise (https://whistle-enterprise.com) from the ground up, from scratch.

It's taken _a lot_ of time and effort, but this is an example of what can be developed using LLMs alone.

You have to have dedication and a goal to reach, but you can absolutely build anything if you're building with the right foundations in mind.

I find it such a hard thing to quantify, I know it's not helpful but you can just feel the slop seep through.

I'm not sure if it's because I've iterated through so many sites that LLMs have produced that "slop" is instantly recognisable and it just feels soulless.

Not like web pages ever had a soul, but it's not there on the generic LLM generated sites.

Ahhh ok I totally understand what you mean. Yea the edge cases are absolutely where you start to feel the pain and things look good on the surface until you dig in. I think even in the age of LLMs the adage of 90% of the time is spent of the last 10% will ring true.

Sure an app can be built and spun up in an afternoon, but are you willing to spend another 6 months ironing out all those little bugs, tuning it a bit, testing, tweaking, testing etc.

This absolutely fascinates me. I had a friend who needed subtitle files generating for audio and using in CapCut yesterday yet none of the available stuff was suitable, so he asked if I could adapt some of my software to export subtitles.

2 hours later he's got a fully working piece of local software that does exactly what he wants, yet yours is not able to even sort dates correctly. Feel free to download it if you want to see for yourself, I didn't even do any UI tweaks as this was just a tool for him to use:

Linux - https://downloads.blazingbanana.com/whistle-subtitles/unstab...

Windows - https://downloads.blazingbanana.com/whistle-subtitles/unstab...

Mac - https://downloads.blazingbanana.com/whistle-subtitles/unstab...

How can there be such a massive gap in what can be produced?

Claude Fable 5 1 month ago

frontier LLM development

This seems so wide reaching if it's catching simple things like explaining a paper. Does this also refuse to help with any already developed training pipelines?

I can kind of understand the generation of synthetic data, but nerfing the assistance of training pipelines just seems like a really shitty thing to do.

Thank you!

Yea absolutely, but man, where to even start, it is very specific.

Fundementally I didn't use any wrappers like unsloth or axolotl, although I have used the latter before a year or two back and it was good, but I needed something very very custom. I also wanted the whole fine tuning pipeline to exported OpenVino model to be seamless.

I heavily leaned on codex, claude and some manual sleuthing around the internet to understand what I needed. I'd played about with QLoRA finetuning with axolotl before and felt most comfortable with that. So I needed to keep everything as stripped down as possible and figured I can just utilise the 3 main huggingface libraries (transformers, peft and datasets) and also bitsandbytes (as suggested by claude to quantize the model to keep this working on my GPU) along with some custom scripts generated by claude/codex (each cross referencing each other) that will do the different stages of the training run.

The next part was the data. Obviously didn't have access to thousands of meetings and associated output documents but I did have a 3090ti sitting there and a codex subscription. So I set about working out what format I needed the data in (many thanks again, to claude/codex) and started generating hundreds of different transcripts, different amounts of speakers, content, tones, subjects, spelling mistakes - like all the different things you could think a meeting would have. Then it's a case of actually generating a good meeting document off the back of the transcripts and creating the "gold standard" that we'd use.

I'm going to gloss over a lot here as I'd rather not detail it as it relates to some propriatary stuff that I had to work through, but you basically pair the transcripts together and run the training.

At the verification stage, there was pretty much 3 things:

1. "just" do some regex string matching to see if there's any of the source transcript key facts in the output to ensure fact preservation. Same with owner fabrication (who said what), I don't want something attributed to someone when it wasn't them that said it and then finally markdown validation.

2. Using codex/claude to validate the transcript and output from the model - I used the latest frontier models, probably overkill for my task, but they were good at the job

3. Finally me going through some actual recordings of myself, groups, meetings and manually verifiying the output

So a fair bit of work, and for context I'm on version 10 now, so it's been a journey!

I think small models have a very good niche for specific tasks. I utilise a fine tuned Phi-4 model (smaller than this one) that fits in about 3.5gb of RAM (not vram) for the document processing side of things for the desktop app I develop (a bit of a shameless plug - whistle-enterprise.com).

If you have a very specific idea for local model use you can find a way to make it work very well, you don't even need to have a graphics card or NPU chip. You just have to be extremely constrained in how it's used. I think as a generic chatbot they're not great, I'd use a hosted SOTA model and I'm a big fan of local LLMs myself.

I think reality could come down hard here.

I have worked retail before, and to add onto the things you put it was the lack of problem solving for me that was absolutely mind numbing. Sure there were the little "problems" to solve of shelving, stock order, tidiness etc but it doesn't push the brain (and maybe they're done with that part, which is fair), but until you've experienced it I would be very surprised if this person finds retail better than tech.

Yep and when you see it in the wild it stands out like a sore thumb, absolutely no thought into a bit of a unique design or branding.

I have a few live websites built using LLMs and they will just go for default generic templates and colours if there's no vision.

For some reason Logitech have blocked the WebConnect app (for pairing mice/keyboards) from running on Linux.

Scripts in this repo will mirror the site, do the required replacements and OS list update and it'll work on Linux (Only tested on Ubuntu).

Also means that if they retire the page you can still pair your older devices with the unifying receiver. You'll need to use .deb version of Chrome.