Earlier quoted context omitted.
I feel like once they make a mega successful movie of a book we can stop doing the secret handshake.
The only movie I've ever enjoyed after reading the book was Jurassic Park. I've never seen the Dune movies or most other book-based movies, but honestly The Martian and Project Hail Mary were tempting. I'll probably surrender to one of those two someday.
DeepSeek-V4-Flash Update
341–350 of 362 posts
Re: DeepSeek-V4-Flash Update
#342Earlier quoted context omitted.
He explicitly said he wants open weight models at his recent speech at an AI conference in Shanghai: https://news.ycombinator.com/item?id=48970449#48970784
The Chinese equivalent of the expression 'open weights' appears nowhere in this talk. You believed the Western press. Chinese AIs are not typically open. The most important by far is Bytedance.
Re: DeepSeek-V4-Flash Update
#343Oh my goodness what an update. I need these weights. It's an incredible model for the size. The improved tool calling etc. should be able to make my harness way simpler. This runs at mega-speed on prosumer hardware (2x RTX Pro 6000).
How many tok/s are we talking about?
Re: DeepSeek-V4-Flash Update
#344Earlier quoted context omitted.
Works out of the box with OpenRouter for most models. Some providers are a bit flaky, but DeekSeek (provider) has been one of the most reliable for me, no problems hitting >99% CH.
The problem is when OpenRouter switches providers..
If you don't care about latency, you can create a preset with a single provider, then use that as the model key (i.e. `@preset/deekseek-v4-excl`). The only real downside is OpenRouter's service fee. If you don't want the convenience of switching models, or their excellent dashboard, it's definitely better to pay the provider directly.
Re: DeepSeek-V4-Flash Update
#345I use deepseek for a lot of my personal day-to-day agent needs, and I will simply put this here and let this speak for itself, last 30 days: - Cost: $4.55USD - API requests: 3,467 - Tokens: 323,183,886 And as an engineer who leads a small team, I have very high standards for quality, and these carry across to my personal projects where I use deepseek. It has not disappointed at all for coding or review tasks. For eve…
Re: DeepSeek-V4-Flash Update
#346Re: DeepSeek-V4-Flash Update
#347Earlier quoted context omitted.
Weird, I'm using 5.6 Sol through Chinese resellers and it reverse engineers stuff just fine
Do you have any suggestions for resellers? My Gmail username is the same as my HN username if you're not comfortable posting that here. Thanks.
Re: DeepSeek-V4-Flash Update
#348Earlier quoted context omitted.
Sounds like it'll replace v4-flash, v4.1 would be nice to keep both available. On the other hand, it's nice to just get an improvement on anything that asks for "deepseek-v4-flash" without having to change the model string.
I think that's backwards. Anything that changes the performance of a model deserves a minor version bump. A new model has to be qualified before being pushed to production; but we don't get the choice here, just cross your fingers there are no regressions at all on all possible tasks the model might be asked to do.
Re: DeepSeek-V4-Flash Update
#349I'm thinking of using ChatGPT for making plans and V4-Flash for execution. Does anyone have good advice on pairing different models?
Pairing non-APIs with APIs tend to be a hassle, and risky, as usually that breaks the ToC. I guess easiest for you to test if it's worth using the OpenAI API, is to manually copy-paste responses between wherever you run V4-Flash and the ChatGPT UI. What I've done in the past is basically .zip up the entire project directory, ignoring files from .gitignore, then asking ChatGPT Pro to inspect that and come up with a pl…
Re: DeepSeek-V4-Flash Update
#350Earlier quoted context omitted.
You are using DeepSeek's services directly? Doesn't that end up sending at least snippets/chunks of code to a server where it is subject to Chinese government data access laws? Even if I was okay with that, my organization would never be. And even if they were, our partners/vendors/customers would not be. I think that's the sticking point for a lot of people.
So go with some other provider who hosts the models like OpenRouter if are worried about this.