Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bel423
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
bel423
3y ago
I mean maybe he can be replaced but he’s below my line for what I would consider a VC.
2.
▲
by
bel423
3y ago
You still have to worry about errors. You will probably have to add an error handler function that it can call out to. Otherwise the LLM will hallucinate a valid output regardless of the input. You want it to be able to throw an error and s
3.
▲
by
bel423
3y ago
I feel like I’m taking crazy pills with the amount of people saying this is game changing. Did they not even try asking gpt to format the output as json?
4.
▲
by
bel423
3y ago
It literally does it everytime perfectly. I remember I put together an entire system that would validate the JSON against a zod schema and use reflection to fix it and it literally never gets triggered because GPT3.5-turbo always does it ri
5.
▲
by
bel423
3y ago
Did people really struggle with getting JSON outputs from GPT4. You can literally do it zero shot by just saying match this typescript type. GPT3.5 would output perfect JSON with a single example. I have no idea why people are talking about