Earlier quoted context omitted.
Can you explain what the benefits are of actually "talking" with the bot instead of typing and reading? As someone who would rather send a slack message to a coworker rather than actually walking over and talk to them, the idea of having to talk with my laptop is not appealing at all, haha.
I am someone that prefers a slack message to a coworker than talking to them and I use AI. My current flow is: Google Eloquent to capture 127WPM (my typing is best case is 65wpm). This lets me get the thoughts out without thinking too much about structure or flow, the same way I would brain-dump type it. Next I use AI to compress, summarize, and restructure to create a clear coherent message for my peer to read (whic…
DeepSeek Introduces Vision
91–100 of 218 posts
Re: DeepSeek Introduces Vision
#92Earlier quoted context omitted.
I believe that most reasoning models actually think in their own "language" which is not really understandable by humans. The thinking traces that are shown in the UI are actually summaries generated by a smaller model in plain english (or user language). Sometimes this leaks through and you see some chinese/japanese characters in e.g. Claude's reasoning.
As far as I'm aware, it's not true for models like DeepSeek or other Chinese open-weight models (at least those that I have seen); their reasoning traces are fully composed from some human language, be it English, Chinese or another one; by the way, most of them can adapt their reasoning based on user language, for example, if user speaks English the reasoning more likely will be in English. I think that for DeepSeek…
Re: DeepSeek Introduces Vision
#93For those not trying, this allows Deepseek to understand a picture (instead of just extracting text from it), and it can describe what's in the picture, but this is not an image generation system, so you can't ask it to modify an image. Personally, I'm a bit surprised the DS chat app still doesn't offer its own text to speech and speech to text features (I know DS doesn't have any ASR model for example, but there are…
Can you explain what the benefits are of actually "talking" with the bot instead of typing and reading? As someone who would rather send a slack message to a coworker rather than actually walking over and talk to them, the idea of having to talk with my laptop is not appealing at all, haha.
But I love the chatgpt voice interface e.g. on a long drive when I can use it to learn about random stuff (btw, turn advanced voice off for such usage).
Other part though is, hacker news vs regular population, majority of which would much much rather talk and listen than type and read.
Re: DeepSeek Introduces Vision
#94Earlier quoted context omitted.
I believe that most reasoning models actually think in their own "language" which is not really understandable by humans. The thinking traces that are shown in the UI are actually summaries generated by a smaller model in plain english (or user language). Sometimes this leaks through and you see some chinese/japanese characters in e.g. Claude's reasoning.
Wait, this isn't real, is it? Is there actually an intermediate model that translates DeepSeek's thinking from its "alien language" into human languages? That's not actually the case, right? I thought "thinking" is literally the model generating additional text in a human language that shows its "thought process". It's added to the model's context, which helps it reason better because it now has this self-generated c…
Re: DeepSeek Introduces Vision
#95Earlier quoted context omitted.
Can you explain what the benefits are of actually "talking" with the bot instead of typing and reading? As someone who would rather send a slack message to a coworker rather than actually walking over and talk to them, the idea of having to talk with my laptop is not appealing at all, haha.
I type as fast as I talk so for majority of my LLM usage I don't need text to speech. But I love the chatgpt voice interface e.g. on a long drive when I can use it to learn about random stuff (btw, turn advanced voice off for such usage). Other part though is, hacker news vs regular population, majority of which would much much rather talk and listen than type and read.
Re: DeepSeek Introduces Vision
#96For those not trying, this allows Deepseek to understand a picture (instead of just extracting text from it), and it can describe what's in the picture, but this is not an image generation system, so you can't ask it to modify an image. Personally, I'm a bit surprised the DS chat app still doesn't offer its own text to speech and speech to text features (I know DS doesn't have any ASR model for example, but there are…
Re: DeepSeek Introduces Vision
#97Earlier quoted context omitted.
I believe that most reasoning models actually think in their own "language" which is not really understandable by humans. The thinking traces that are shown in the UI are actually summaries generated by a smaller model in plain english (or user language). Sometimes this leaks through and you see some chinese/japanese characters in e.g. Claude's reasoning.
Wait, this isn't real, is it? Is there actually an intermediate model that translates DeepSeek's thinking from its "alien language" into human languages? That's not actually the case, right? I thought "thinking" is literally the model generating additional text in a human language that shows its "thought process". It's added to the model's context, which helps it reason better because it now has this self-generated c…
Re: DeepSeek Introduces Vision
#98OpenAI and Anthropic need to get this free foreign competition banned.
Competition is a good thing sometimes. It forces companies to innovate.
Of course, organizations like ycombinator gave that up many years ago. Now our industry is mask-off about their desire to create monopolies so they can collect exorbitant rents.
Re: DeepSeek Introduces Vision
#99Earlier quoted context omitted.
Can you explain what the benefits are of actually "talking" with the bot instead of typing and reading? As someone who would rather send a slack message to a coworker rather than actually walking over and talk to them, the idea of having to talk with my laptop is not appealing at all, haha.
I am someone that prefers a slack message to a coworker than talking to them and I use AI. My current flow is: Google Eloquent to capture 127WPM (my typing is best case is 65wpm). This lets me get the thoughts out without thinking too much about structure or flow, the same way I would brain-dump type it. Next I use AI to compress, summarize, and restructure to create a clear coherent message for my peer to read (whic…
Re: DeepSeek Introduces Vision
#100Earlier quoted context omitted.
Can you explain what the benefits are of actually "talking" with the bot instead of typing and reading? As someone who would rather send a slack message to a coworker rather than actually walking over and talk to them, the idea of having to talk with my laptop is not appealing at all, haha.
I am someone that prefers a slack message to a coworker than talking to them and I use AI. My current flow is: Google Eloquent to capture 127WPM (my typing is best case is 65wpm). This lets me get the thoughts out without thinking too much about structure or flow, the same way I would brain-dump type it. Next I use AI to compress, summarize, and restructure to create a clear coherent message for my peer to read (whic…
I have used Whisper to transcribe audio into text in the past. You could probably build a pipeline for that, whether running locally or in the cloud - and the run the transcription through the same summarization agent.