Earlier quoted context omitted.
It wouldn't be in breach. otherwise, you sending an email with someone's email/phone number via gmail in it would cause Google to breach it. That would be on the software user. If you use somewhere that to breach GDPR, the software provider is not liable for how the user uses it.
If the software is transcribing and sending emails without the user's awareness, much less permission... then the responsibility must rest with the software. Software isn't responsible for my deliberate decisions, but it is responsible for anything it does without consulting me.
Tell HN: Otter.ai bot recording meetings without consent
121–130 of 191 posts
Re: Tell HN: Otter.ai bot recording meetings without consent
#122The big names provide recording and transcription now - Zoom has it, Teams has it (Teams apparently does it realtime and live and it's not bad, great for the deaf!). I suppose those are part of paid plans, and they trigger the "your shit is being recorded, dude." warnings.
Don't the need the permission of all participants to transcribe?
Re: Tell HN: Otter.ai bot recording meetings without consent
#123Earlier quoted context omitted.
If the bot transcribes anything GDPR considers personal data and then emails it out you're already in breach. Simply someone telling their phone number to another participant over the call would result in a violation.
It wouldn't be in breach. otherwise, you sending an email with someone's email/phone number via gmail in it would cause Google to breach it. That would be on the software user. If you use somewhere that to breach GDPR, the software provider is not liable for how the user uses it.
Re: Tell HN: Otter.ai bot recording meetings without consent
#124Earlier quoted context omitted.
If the bot transcribes anything GDPR considers personal data and then emails it out you're already in breach. Simply someone telling their phone number to another participant over the call would result in a violation.
It wouldn't be in breach. otherwise, you sending an email with someone's email/phone number via gmail in it would cause Google to breach it. That would be on the software user. If you use somewhere that to breach GDPR, the software provider is not liable for how the user uses it.
If, for custom software/configuration, you specify software to do something automatically that is a breach, then yes also.
If the software does it without your instruction, especially if you explicitly opted out, that is in beach, then the service responsible for the software may be liable instead.
How enforceable this is, is a different discussion…
Re: Tell HN: Otter.ai bot recording meetings without consent
#125Re: Tell HN: Otter.ai bot recording meetings without consent
#126Earlier quoted context omitted.
It's unfortunate you were downvoted. Perhaps it's because you're self-promoting, but you were up front about it and your pitch was relevant and focused on user needs.
Thank you. It is up to us to do something about making our software more privacy conscious. And management/leaders/founders have to put up the money to support it. This project is also an experiment to see if its possible to build a "successful" app without user behavior tracking, without endless AB testing.. and so far it seems totally possible.
Re: Tell HN: Otter.ai bot recording meetings without consent
#127Re: Tell HN: Otter.ai bot recording meetings without consent
#128I tried to discover something that would stand the scrutiny of a German "Ausschreibung", which is a government call for bids. They require things to be GDPR-compliant by law, and they recently disqualified companies for using on-prem solutions by US Cloud providers with the argument that if it's a US company, the NSA can still force them to disclose GDPR-protected data. I reviewed all offerings I could find on the market. I couldn't find anything good, which is when I decided to build my own.
For what it's worth, I also published a paper on improving German ASR already [4].
In my opinion, the only 100% offline and, hence, 100% private solutions that are ready to use right now are VOSK and Coqui STT. But their recognition quality is atrocious. Like pre-2016 word-error-rate on LibriSpeech / CommonVoice. Then there's Scribosermo, which is converted NVIDIA models, so it comes with a lot of rules for how you're allowed to use it, and quality is still worse than all US clouds and it's quite slow, like 2s delay.
In addition to that, I could only find companies who more or less openly re-sell the cloud AI solutions from Microsoft, Amazon, Google, or Alibaba. But that won't fly for German government bids [2].
I believe your best option is to wait for me ;) to finish my local tool [1] which will have a WebRTC server so that you can just script it however you want :) And your second best option is probably to use HuggingFace Transformers with Facebook's pre-trained base models [3].
[1] https://madmimi.com/signups/f0da3b13840d40ce9e061cafea6280d5... [2] https://gdprhub.eu/index.php?title=VK_Baden-W%C3%BCrttemberg... [3] https://huggingface.co/blog/fine-tune-wav2vec2-english [4] https://paperswithcode.com/paper/tevr-improving-speech-recog...
Re: Tell HN: Otter.ai bot recording meetings without consent
#129Earlier quoted context omitted.
Don't the need the permission of all participants to transcribe?
No you do not - at least not technically! I had to look into this at work. I looked at WebEx, Teams, and Zoom - all three let auto-transcribe just roll. I think on one of them it gives a quick popup saying it's transcribing but no consent required. Contrast with audio/video recording where Zoom lets you either consent or leave the meeting. I asked our legal counsel and they said it's kind of iffy whether live auto-tr…
Re: Tell HN: Otter.ai bot recording meetings without consent
#130The big names provide recording and transcription now - Zoom has it, Teams has it (Teams apparently does it realtime and live and it's not bad, great for the deaf!). I suppose those are part of paid plans, and they trigger the "your shit is being recorded, dude." warnings.