HackerTrans
TopNewTrendsCommentsPastAskShowJobs

npmipg

no profile record

Submissions

Install.md: A standard for LLM-executable installation

mintlify.com
109 points·by npmipg·vor 6 Monaten·118 comments

Anthropic, Meta, and Snap are paying up to 350k+ base for a DevRel

devreljob.com
3 points·by npmipg·vor 10 Monaten·1 comments

Decoding an SF Craigslist "furniture" listing that appears to be a coded drug ad

twitter.com
4 points·by npmipg·vor 11 Monaten·2 comments

Fast Cheap Image Captioning Model Trained on Video Frames

cliptagger.inference.net
1 points·by npmipg·vor 11 Monaten·1 comments

OS 12B model that beats Claude 4 Sonnet at video captioning and is 17x cheaper

old.reddit.com
2 points·by npmipg·vor 11 Monaten·1 comments

GPU-rich labs have won: What's left for the rest of us is distillation

inference.net
88 points·by npmipg·vor 11 Monaten·50 comments

The Economics of Hosting Open Source Models

inference.net
1 points·by npmipg·vor 12 Monaten·0 comments

Smart Routing Saved Exa 90% on LLM Costs

inference.net
1 points·by npmipg·vor 12 Monaten·0 comments

The Cheapest LLM Call Is the One You Don't Await

inference.net
1 points·by npmipg·vor 12 Monaten·0 comments

1T Tokens for Sale

twitter.com
2 points·by npmipg·letztes Jahr·0 comments

Late Chunking vs. Contextual Retrieval: The Math Behind RAG's Context Problem

gist.github.com
2 points·by npmipg·vor 2 Jahren·0 comments

comments

npmipg
·vor 10 Monaten·discuss
Devrel salaries appear to be growing very rapidly.

This was unheard of just a few years ago. It's possible it's because previously these roles would be called 'Head of Product Marketing,' and have just been rebranded as devrel.
npmipg
·vor 11 Monaten·discuss
lmao yes but the language is interesting
npmipg
·vor 11 Monaten·discuss
We trained a frame captioning model that's 2x faster and 17x cheaper than Claude 4 Sonnet
npmipg
·vor 11 Monaten·discuss
hf: https://huggingface.co/inference-net/ClipTagger-12b

blog post: https://inference.net/blog/cliptagger-12b

docs: https://docs.inference.net/use-cases/video-understanding

serverless API: https://inference.net/models/cliptagger-12b
npmipg
·vor 11 Monaten·discuss
Note that distilling a general model is several orders of magnitude more expensive than distilling a task-specific model, which is what I'm trying to promote here. Smart general models make distilling great task specific models with no expert labelers way easier.
npmipg
·vor 11 Monaten·discuss
Hey, I'm the author of the post.

The image has been fixed, and the point I'm making is that proprietary models are almost always ahead, and this gap is widening. OS models that are nearly at the same quality are usually distilled versions of proprietary models, or somehow get training data from them. Sometimes, after massive, expensive training runs models are open sourced anyway, and at some point that becomes unsustainable.

The difference between a top model and a model with a similar ELO might seem small, but the value of even a marginal increase in intelligence is extremely high--for example I only use the best coding model for coding, whatever the cost.

There's also lots of evidence that large labs are only getting started. In the past year, they have secured massive amounts of compute, which is still not utilized well. I expect lots of big training runs in the future, which will shift the gap further between OS and proprietary models.

The major problem for these companies is they spend hundreds of millions of dollars training a model, and then someone comes in the next day and distills something almost as good for far less money (still a VERY large sum of money.)

I don't know how this will be resolved long term.
npmipg
·letztes Jahr·discuss
working on this as we speak!