4 ms·
This is so sick. I'm really curious to see what focused effort on optimizing a single open source model can look like over many months. Not only on the inferenc
by maherbeg 5mo ago
This is so sick. I'm really curious to see what focused effort on optimizing a single open source model can look like over many months. Not only on the inference serving side, but also on the harness optimization side and building custom workflows to narrow the gap between things frontier models can infer and deduce and what open source models natively lack due to size, training etc.
- dakolli 5mo agoThere will always be a huge gap between frontier models and open source models (unless you're very rich). This whole industry makes no sense, everyone is ignoring the unit economics. It cost 20k a month to running Kimi 2.6 at decent tok/ps, to sell those tokens at a profit you'd need your hardware costs to be less 1k a month. Everyone who's betting their competency on the generosity of billionaires selling tokens for 1/10-1/20th of the cost, or a delusional future where capable OS models fit on consumer grade hardware are actually cooked.
- bensyverson 5mo agoIf you looked at a graph of GPU power in consumer hardware and model capability per billion parameters over time, it seems inevitable that in the next few years a "good enough" model will run on entry-level hardware. Of course there will always be larger flagship models, but if you can count on decent on-device inference, it materially changes what you can build.
- physicsguy 5mo agoIt also massively changes the value economics of the frontier models. In a lot of cases, you really don't need a general purpose intelligence model too.
- bensyverson 5mo agoExactly… as hn readers, we sometimes forget that a lot of people are using these tools to search for the best sunscreen, or rewrite an email.
- dakolli 5mo ago[flagged]
- afro88 5mo agoNo offense, this is a crazy worthless contribution to the discussion. Why?
- dakolli 5mo agoBecause everyone in these replies is in complete denial about the physical limits of memory and scaling in general. Ya'll literally living in an alternate reality where model capability increases with a decrease in size, its simply not the case. There will be small focused models that preform well on very narrow tasks, yes, but you will not have "agents" capable of "building most things" running on consumer hardware until more capable (and affordable) consumer hardware exists.
- bensyverson 5mo agoAh, you haven't realized that consumer hardware gets more capable over time
- adrian_b 5mo agoNot this year, when many vendors either offer lower memory capacities or demand higher prices for their devices.
- bensyverson 5mo agoCorrect, the progress is not perfectly linear. But do you believe technological progress has stalled forever? If so, I'd get out of tech and start selling bomb shelters.
- dakolli 5mo agoDo you really think the trend of consumer hardware is heading towards more memory and better specs? Apple's most popular product this year is an 8gb of RAM laptop.. The trend is heading in the opposite direction, less options for strong consumer hardware and towards cloud based products. This is a memory issue more than anything. Nvidia is done selling their ddr7 to gamers and people with AI girlfriends.
- otabdeveloper4 5mo ago> a delusional future where capable OS models fit on consumer grade hardware 48 gb is enough for a capable LLM. Doing that on consumer grade hardware is entirely possible. The bottleneck is CUDA and other intellectual property moats.
- liuliu 5mo agoI am not sure where this comment is from (possibly without looking at this project?). This project is running quasi-frontier model at reasonable tps (~30) with reasonable prefill performance (~500tps) with a high-end laptop. People simply project what they see from this project to what you optimistically can expect. You can argue whether the projection is too optimistic or not, but this project definitely made me a little bit optimistic on that end.
- amunozo 5mo agoMost tasks do not require frontier models, so as long as these models cover 95-99 per cent of the tasks, closed frontier models can be left for niche and specialized cases that are harder.
- maherbeg 5mo agoThere will always be a gap, but what's interesting is that because new models are constantly coming out, we as an industry never spend any time extracting the maximal value out of an existing model. What if there are techniques, and harness workflows that could be optimized for a singular model end to end? How far can that push the state of the art. An example is https://blog.can.ac/2026/02/12/the-harness-problem/ https://blog.can.ac/2026/02/12/the-harness-problem/ for just improving edits. Or if we could really steer these open source models using well structured plans, could we spend more time planning into a specific way and kick off the build over night (a la the night shift https://jamon.dev/night-shift https://jamon.dev/night-shift)
- daveguy 5mo ago> There will always be a huge gap between frontier models and open source models (unless you're very rich). They said the same thing about open source chess engines.