Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wesleyyue
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
wesleyyue
2y ago
If anyone would like to try the new Sonnet in VSCode. I just updated https://double.bot to the new Sonnet. (disclaimer: I am the cofounder/creator) --- Some thoughts: * Will be interesting to see what we can build in terms
2.
▲
by
wesleyyue
2y ago
Yep you're right, thanks for catching (sorry for the ninja edit!)
3.
▲
by
wesleyyue
2y ago
Ah you're right I totally misread that!
4.
▲
by
wesleyyue
2y ago
Interesting observations: * Llama 3.2 multimodal actually still ranks below Molmo from ai2 released this morning. * AI2D: 92.3 (3.2 90B) vs 96.3 (of Molmo 72B) * Llama 3.2 1B and 3B is pruned from 3.1 8B so no leapfrogging unlike 3 -> 3.
5.
▲
by
wesleyyue
2y ago
If you've tried others, would love to understand if there's anything you didn't like specifically (I'm one of the creators for https://double.bot )
6.
▲
by
wesleyyue
2y ago
Ah interesting! I'm building https://double.bot (ai assistant vscode extension) and someone asked about VSCodium but I didn't realize there's a open marketplace for that specifically.
7.
▲
by
wesleyyue
2y ago
> Maybe something's timing out with the longer o1 response times? Let me look into this – one issue is that OpenAI doesn't expose a streaming endpoint via the API for o1 models. It's possible there's an HTTP timeout o
8.
▲
by
wesleyyue
2y ago
Just added o1 to https://double.bot if anyone would like to try it for coding. --- Some thoughts: * The performance is really good. I have a private set of questions I note down whenever gpt-4o/sonnet fails. o1 solved every
9.
▲
by
wesleyyue
2y ago
If you're open to trying new AI coding assistants, would love if you can give https://double.bot a try! (note: I'm one of the creators) The main philosophical differences is that we are more expensive and are trying to
10.
▲
by
wesleyyue
2y ago
Yes, I built the extension. I actually also just went to send another message asking what the first msg was just to double check I didn't have a bug and it does know what the first msg was.
11.
▲
by
wesleyyue
2y ago
definitely not an articulate request, but the point of using these tools is to speed me up. The less the user has to articulate and the more it can infer correctly, the more helpful it is. Other frontier models don't have this problem.
12.
▲
by
wesleyyue
2y ago
Yes, there's a few things wrong: 1. If it assumes typescript, it should do `as const` in the first msg 2. If it is python, it should be something like https://x.com/WesleyYue/status/1816157147413278811 which
13.
▲
by
wesleyyue
2y ago
I'm building a ai coding assistant ( https://double.bot ) so I've tried pretty much all the frontier models. I added it this morning to play around with it and it's probably the worst model I've ever played wit
14.
▲
by
wesleyyue
2y ago
Just added Llama 3.1 405B/70B/8B to https://double.bot (VSCode coding assistant) if anyone would like to try it. --- Some observations: * The model is much better at trajectory correcting and putting out a chain of tan
15.
▲
by
wesleyyue
2y ago
I've been using it in https://double.bot (vscode coding copilot I'm hacking on) and it's been pretty great so far. We have support for all the top models (gpt4o, deep seek, opus, etc) so I regularly like to switch
16.
▲
by
wesleyyue
2y ago
If anyone would like to try it for coding in VSCode, I just added it to http://double.bot on v93 (AI coding assistant). Feels quite strong so far and got a few prompts that I know failed with gpt4o. fyi for anyone testing this i
17.
▲
by
wesleyyue
2y ago
Surprised no comments are pointing out that the analysis is pretty far off simply due to the fact that the author runs with batch size of 1. The cost being 100x - 1000x what API providers are charging should be a hint that something is seri
18.
▲
by
wesleyyue
2y ago
You can acknowledge how customers feel while shielding your customer facing staff from verbal abuse. If you've ever worked a customer facing job you'll understand.
19.
▲
by
wesleyyue
2y ago
If anyone wants to try it for coding, I just added support for GPT4o in Double ( https://double.bot ) In my tests: * I have a private set of coding/reasoning tests and it's been able to ace all of them so far, beating Op
20.
▲
by
wesleyyue
2y ago
humaneval is generally a very poor benchmark imo and I hate that it's become the default "code" benchmark in any model release. I find it more useful to just look at MMLU as a ballmark of model ability and then just vibe chec
21.
▲
by
wesleyyue
2y ago
Looks interesting! I feel like Qwen has always been one of the most underrated model families that doesn't get as much attention as other peers for whatever reason. (maybe b/c it's from Alibaba?) I've been working on ht
22.
▲
by
wesleyyue
3y ago
Hope they'll release API access soon so I can add it to https://double.bot They've been talking about an API since June and it's now 9 months later with no updates on API access.
23.
▲
by
wesleyyue
3y ago
for future readers, the setting is now shipped in >v0.49. The default is now back to GPT-4 as it has lower latency but you can manually change it to Claude 3 in settings if you wish to try out Anthropic's new model.
24.
▲
by
wesleyyue
3y ago
Thank you for the report! We're using Mintlify for the docs (which that URL links to). Let me report it upstream to see if they can fix.
25.
▲
by
wesleyyue
3y ago
Thanks for the feedback – what search terms did you use? Let me make sure those keywords are on the page :P
26.
▲
by
wesleyyue
3y ago
more early impressions on performance: besides the endpoint erroring out at a higher rate than openai, time-to-first-token is also much slower :( p50: 2.14s p95: 3.02s And these aren't super long prompts either. vs gpt4 ttft: p50: 0.63
27.
▲
by
wesleyyue
3y ago
I think the tldr would be that they have more products (for example, their agent to write git commit messages). In the products we do have (autocomplete, chat), we spend a lot of time to get the details right. For example for autocomplete:
28.
▲
by
wesleyyue
3y ago
It's default to claude 3 right now so I could get it out quick, but working on a toggle for the front-end now to switch between the two.
29.
▲
by
wesleyyue
3y ago
Thanks for the feedback. I was actually reworking the default shortcuts and the onboarding process when I got pre-empted by claude. I was planning to change the main actions to alt-j, alt-k to minimize conflicts. Are you asking because it c
30.
▲
by
wesleyyue
3y ago
it's an interesting idea. We asked our users this as well but at least for those we talked to, running their own model wasn't a big priority. What actually mattered to them is being able to try different (but high performance) mod
More ›