Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dandiep
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
dandiep
2mo ago
Why are LLMs producing this super tense text more often now? Is it because they are being optimized to use fewer tokens?
2.
▲
by
dandiep
4mo ago
Hopefully Gemini 3 fine tuning is released sometime soon. Failing that, what other recommendations do people have?
3.
▲
OpenAI end of lifes fine-tuning
(developers.openai.com)
4 points
by
dandiep
4mo ago
|
1 comments
4.
▲
OpenAI deprecates all GPT nano fine tuning
(community.openai.com)
2 points
by
dandiep
5mo ago
|
0 comments
5.
▲
by
dandiep
5mo ago
Will GPT 5.5 fine tuning be released any time soon?
6.
▲
by
dandiep
6mo ago
For me, the biggest hurdle to writing a PWA is the insane installation process [1]. There are also a ton of quirks, eg I don’t think you can update the icon if it’s installed as a PWA. It is hard to argue that this whole process has not bee
7.
▲
by
dandiep
7mo ago
Anyone know why OpenAI hasn't released a new model for fine tuning since 4.1? It'll be a year next month since their last model update for fine tuning.
8.
▲
by
dandiep
7mo ago
For me, Codex does well at pure-coding based tasks, but the moment it involves product judgement, design, or writing – which a lot of my tasks do – I need to pull in Claude. It is like Claude is trained on product management and design, not
9.
▲
by
dandiep
9mo ago
99% of what I do is fine-tuned models, so there is a certain level of commitment I have to make around training and time to switch.
10.
▲
by
dandiep
9mo ago
For someone looking to switch over to Gemini from OpenAI, are there any gotchas one should be aware of? E.g. I heard some mention of API limits and approvals? Or in terms of prompt writing? What advice do people have?
11.
▲
WebKit Features for Safari 26.2
(webkit.org)
1 points
by
dandiep
9mo ago
|
0 comments
12.
▲
by
dandiep
9mo ago
I tried this! Me: Is it possible get early access to the GPT 5 fine tuning? It is much better at non-English languages, which is the majority of what we do, so it would be greatly beneficial to us. Bot: I'm an AI support agent. I don&#
13.
▲
by
dandiep
9mo ago
Still no GPT 5.x fine tuning? I emailed support a while back to see if there was an early access program (99.99% sure the answer is yes). This is when I discovered that their support is 100% done by AI and there is no way to escalate a case
14.
▲
by
dandiep
10mo ago
100% agree. Will never understand the love for the global menu bar, it makes no sense.
15.
▲
by
dandiep
1y ago
Isn’t this solved in 3.14/PEP-649?
16.
▲
by
dandiep
1y ago
I've been using yt-dlp to download transcripts. Are there alternatives that don't require going through all these hoops? I'm guessing no.
17.
▲
by
dandiep
1y ago
Whisper is unusable IMO because of the hallucinations. Widely documented. Removing silence from audio clips helps, but even then it will auto correct grammar, translating bilingual speech, etc. Improved in the latest audio models but not so
18.
▲
by
dandiep
1y ago
I wish Google would provide a WebRTC endpoint for their Live mode like Open AI does for their Realtime models [1]. Makes it so much easier to deploy without needing something like LiveKit or Pipecat. 1. https://platform.openai.co
19.
▲
by
dandiep
1y ago
Appreciate the efforts. It’s not there yet, but when it gets there it will open up a lot of use cases. Any fine tuning for s2s in the horizon?
20.
▲
by
dandiep
1y ago
100% and I’ve done this, but it’s still there.
21.
▲
by
dandiep
1y ago
1) Previous TTS models had problems with major problems accents. E.g. a Spanish sentence could drift from a Spain accent to Mexican to American all within one sentence. Has this been improved and/or is it still a WIP? 2) What is the la
22.
▲
by
dandiep
2y ago
This is a fantastic idea. Now how to get it on RDS…
23.
▲
by
dandiep
2y ago
Clearly crypto should be a sinking ship with people swimming to the shores of other places in this metaphor
24.
▲
by
dandiep
2y ago
Has anyone had great success with voice mode following their system prompts? Every time I try the quality seems markedly less than the normal gpt-4o model.
25.
▲
by
dandiep
2y ago
Thanks, this is great!
26.
▲
by
dandiep
2y ago
Gemini multimodal live docs here: https://cloud.google.com/vertex-ai/generative-ai/docs/model-... A little thin... Also no pricing is live yet. OpenAI's audio inputs/outputs are too expensive to rea
27.
▲
by
dandiep
2y ago
One thing that has always annoyed me is how some icons are flat (e.g. phone) and some have depth (e.g. camera). How hard is to make all the buttons have the same style?
28.
▲
by
dandiep
2y ago
This is why everything I do is fine tuned openai. It is so much easier, faster and at least at my scale, cheaper. I suspect it’s also better for small datasets like mine. It’s unbelievable to me that none of the big competitors offer a simi
29.
▲
The Coolidge Effect
(en.wikipedia.org)
1 points
by
dandiep
3y ago
|
0 comments
30.
▲
by
dandiep
3y ago
Ooh, seems there is a new syntax for declaring the types of kwargs [1]: from typing import TypedDict, Unpack class Movie(TypedDict): name: str year: int def foo(*kwargs: Unpack[Movie]): ... Maybe now I'll be able
More ›