Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lambda
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
61.
▲
by
lambda
3mo ago
Nemotron is mostly open data. They only release a portions of their pre-training data. From https://docs.nvidia.com/nemotron/latest/nemotron/super3/pret... Open-source data coverage: The released dat
62.
▲
by
lambda
3mo ago
I tried this with the original comment in the thread. Guaranteed to not be in the corpus, references a few terms that also wouldn't be in the corpus (Claude Fable), and long enough to be more than a sentence or two while short enough t
63.
▲
by
lambda
3mo ago
DeepSeek themselves claimed that R1 cost $294k to train. Folks are skeptical of how low that is, however. https://www.techspot.com/news/109542-rare-disclosure-deepsee... Olmo 3 claims that if they paid market rates for
64.
▲
by
lambda
3mo ago
Oh, neat, I hadn't heard of that. From the blog, it looks like there hasn't been much progress for a few months, but if you check their HF it looks like they have a series of 32B models trained on top of Qwen3 32B with different n
65.
▲
by
lambda
3mo ago
You're right, there are probably lots of sites misconfigured to not respect language headers, but we don't notice because English is the default. However, the right solution is still to use the language header. I send that to them
66.
▲
by
lambda
3mo ago
Olmo releases their full datasets. Nemotron only releases portions of some of their datasets, like the source code dataset that they pretrain on. For example, from https://docs.nvidia.com/nemotron/latest/nemotron&#
67.
▲
by
lambda
3mo ago
I suspect it's even more expensive to run than they are charging for. These safeguards are just an excuse to get people to use it less, because it's not actually sustainable to use. They want to tempt people to consider them the l
68.
▲
by
lambda
3mo ago
That's a slime mold, not a fungus A slime mold is actually a giant amoeba, entirely distinct from a fungus.
69.
▲
by
lambda
3mo ago
This may be the future of local models. The thing is, diffusion models perform somewhat worse than autoregressive on text. So you lose some performance. Speed is the big advantage. Autoregressive when doing local inference is mostly memory
70.
▲
by
lambda
4mo ago
Well, the problem is that we train them to solve problems and follow instructions given, and so if you ask them to do something and they work through the logic and figure that the easiest way is to do something else like delete the producti
71.
▲
by
lambda
4mo ago
Ah, Unsloth has uploaded mmproj now as well.
72.
▲
by
lambda
4mo ago
It's not? There's an mmproj in the GGUFs released by ggml-org: https://huggingface.co/ggml-org/gemma-4-12B-it-GGUF/tree/mai... From the visual guide, there's still the 35M parameter embedder, t
73.
▲
by
lambda
4mo ago
Yeah, seems like this is in the range of Qwen 3.6, Gemma 4, Nemotron 3 Super, and the like. There are lot of models, including much smaller cheaper ones (like Qwen 3.6 35B-A3B), that are similarly competitive with Haiku. I can run these on
74.
▲
by
lambda
4mo ago
Yeah, but for this use case you don't need Claude. You probably want a tuned lightweight small model that can run locally. Even Haiku is massive overkill for this use case.
75.
▲
by
lambda
4mo ago
Zero-shot, one-shot, few-shot etc. refers to how many examples you have to give. It comes about from machine learning algorithms that could pick up on patterns from a small number of examples. Few shot means only a handful of examples to re
76.
▲
by
lambda
4mo ago
Distillation isn't only between different labs. A lab can train a large model, and then distill a smaller model from it that retains the majority of the useful capbility. I don't know well enough if there's any benefit of tha
77.
▲
by
lambda
4mo ago
I only use local models myself personally. But yeah, OpenRouter would probably be a good option.
78.
▲
by
lambda
4mo ago
Why do you need them to provide a coding agent? Just use their model with any off the shelf coding agent. I happen to prefer Pi, but use whatever works for you.
79.
▲
by
lambda
4mo ago
> but the AI doesn't need this That's not true. The LLM performance will degrade as the codebase gets messier as well. You get to a point where every fix breaks something else and you can't really make forward progress. Ye
80.
▲
by
lambda
4mo ago
LLMs are originally trained to predict the next word in (mostly) human authored text. Then they are fine tuned to follow instructions, and further reinforcement learning applied to make them behave in certain ways, be better at math and cod
81.
▲
by
lambda
4mo ago
Near the top: TL;DR With Flipper One, we're reimagining what a Linux cyberdeck can be — it's a huge project. We're opening up the development process and asking the community for help. Then later: We're as
82.
▲
by
lambda
4mo ago
Thanks for the tip, but I tried that and I still see $0 for EC2-Instances, while if I look at Savings Plan coverage breakdown, I can see 100% of costs being covered by savings plans, broken down by instance family, but that view doesn'
83.
▲
by
lambda
4mo ago
Tell me how I can easily determine the price from my IaC deployment as well. Heck, I even have a hard time telling the price I pay on an account by account basis; because we have savings plans, those get charged against the root account and
84.
▲
by
lambda
5mo ago
If they want to be seen as responsible rather than opportunistic, then yeah, they should do a proper coordinated disclosure. Sure, they have no legal obligation to disclose, but we all also have no legal obligation to buy their services. Bl
85.
▲
by
lambda
5mo ago
llama.cpp My setup is a bit of a mess as I experiment with different ways of configuring and hosting local models. So at some point I was experimenting with the router server but stopped doing that, but some of my settings are still in mode
86.
▲
by
lambda
5mo ago
Gemma 4 31b was working ok for me; but it was consuming tons of memory on SWA checkpoints, I had to turn them way down, and as a 31b dense model is fairly slow on a Strix Halo. I did have a lot of tool calling issues on 26b-a4b, though. The
87.
▲
by
lambda
5mo ago
What do you mean, are they still making GPUs? This is a discrete GPU that has just recently been released, and it's one of the most popular GPUs in its class at the moment, due to 32 GiB of RAM for under $1000, which makes it great for
88.
▲
by
lambda
5mo ago
Generally the bottleneck is RAM throughput. Inference, in particular token generation, especially on a single user instance, is not all that computationally complex; you're doing some fairly simple calculations for each parameter, the
89.
▲
by
lambda
5mo ago
This is my biggest problem with the promises of agentic coding (well, there are an awful lot of problems, but this is the biggest one from an immediate practical perspective). One the one hand, reviewing and micromaning everything it does i
90.
▲
by
lambda
5mo ago
That sounds high for a Strix Halo with a dense 27b model. Are you talking about decode (prompt eval, which can happend in parallel) or generation when you quote tokens per second? Usually if people quote only one number they're quoting
More ›