Viewing profile — bel423
bel423
HN member- Joined
- Sun, Jan 15, 2023, 4:12 AM UTC
- HN karma
- -2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About bel423
No profile information was provided.
Recent public activity
-
comment
Comment #38253231
I mean maybe he can be replaced but he’s below my line for what I would consider a VC.
-
comment
Comment #36334917
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 …
-
comment
Comment #36334899
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?
-
comment
Comment #36334880
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…
-
comment
Comment #36334864
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…