Viewing profile — danlenton
danlenton
HN member- Joined
- Tue, Jan 11, 2022, 2:07 PM UTC
- HN karma
- 144
- Public activity
- 85 items
- HN profile
- View on Hacker News ↗
About danlenton
Recent public activity
- comment
- comment
-
comment
Comment #48291391
[flagged]
-
comment
Comment #48230533
I think the main benefit is improved speed and parallelism. Very similar to https://thinkingmachines.ai/blog/interaction-models/
- job
-
comment
Comment #40507050
We just initialize a random latent vector for each model, and then jointly train each of these unique latent vectors :)
-
comment
Comment #40464726
Currently the motivation is mainly speed. For the really easy ones like "hey, how's it going?" or "sorry I didn't hear you, can you repeat?" you can easily send to Llama3 etc. Ofc …
-
comment
Comment #40457231
Interesting, do you have any hunch as to why this is? We've seen in more verticalized apps where the underlying model is hidden from the user (sales call agent, autopilot tool, sup…
-
comment
Comment #40457142
no down side
-
comment
Comment #40457110
One use case is optimizing agentic systems, where a custom router [ https://youtu.be/9JYqNbIEac0 ] is trained end-to-end on the final task (rather than GPT4-as-a-judge). Both the i…
-
comment
Comment #40457060
Thanks for sharing, will get this fixed now!
-
comment
Comment #40457002
If you do test it out, feel free to ping me with any questions!
-
comment
Comment #40456978
Makes sense, however I would clarify that we don't need to make the final decision. If you're using the neural scoring function as an API, then you can just get predictions about h…
-
comment
Comment #40455575
Thanks for weighing in. I'm sure for your setup right now, our router in it's current form would not be useful for you. This is the very first version, and the scope is therefore r…
-
comment
Comment #40455400
duly noted!
-
comment
Comment #40455363
however, as janekm says, we can't charge just based on cost savings. We would need the router points to be sufficiently compelling wrt quality, speed and cost (including our own ma…
-
comment
Comment #40455329
Yeah that's a great point, something we'll keep in mind as we work out the final business model. Thanks!
-
comment
Comment #40453842
Thanks! Ipsos is also a great analogous example, I hadn't thought of that.
-
comment
Comment #40453809
Makes sense, thanks a lot for the feedback. We're pretty confident that future versions of our router will provide sufficient value where we can take margins here, we therefore don…
-
comment
Comment #40453288
It's on the roadmap! Hopefully will be added next week
-
comment
Comment #40452996
Yes the benchmarks are ongoing, we continually plot the speed and cost across time in our runtime benchmarks [ https://unify.ai/benchmarks ], and we use this live data when plotted…
-
comment
Comment #40452959
Currently, we simply use GPT4-as-a-judge, with a general system prompt we've written which is task agnostic. This is then used to train the neural scoring function, which predicts …
-
comment
Comment #40452936
Sure! Basically traditional MoE has several linear layers, and the network learns to route down those paths, based on the training loss (similar to how CNNs learn through max-pooli…
-
comment
Comment #40452908
So the neural scoring introduces ~20ms latency, but this only impacts time-to-first-token (not inter-token-latency). When using our public endpoints there is an additional ~150ms l…
-
comment
Comment #40452882
lol well sure, that too