i think people are underestimating the potential here for agents building - it is now a lot easier for GPT4 to call other models, or itself. while i was taking notes for our emergency pod yesterday ( https://www.latent.space/p/function-agents ) we had this interesting debate with Simon Willison on just how many functions will be supplied to this API. Simon thinks it will be "deep" rather than "wide" - eg a few functi…
Wow your brand is huge. Crazy growth. i wonder how much these subtle mentions on forums help
Native JSON Output from GPT-4
141–150 of 258 posts
Re: Native JSON Output from GPT-4
#142OpenAI integration is going to be a goldmine for criminals in the future. Everyone and their momma is gonna start passing poorly validated/sanitized client input to shared sessions of a non-deterministic function. I love the future!
Re: Native JSON Output from GPT-4
#143Earlier quoted context omitted.
Wow your brand is huge. Crazy growth. i wonder how much these subtle mentions on forums help
They're the only one commenter on HN I noticed keeps writing "smol" instead of "small", and is associated with projects with "smol" in their name. Surely I'm not the only one who missed it being a meme around 2015 or sth., and finds this word/use jarring - and therefore very attention-grabbing? Wonder how much that helps with marketing. This is meant with no negative intentions. It's just that 'swyx was, in my mind,…
Re: Native JSON Output from GPT-4
#144GPT3.5 would output perfect JSON with a single example.
I have no idea why people are talking about this like it’s a new development.
Re: Native JSON Output from GPT-4
#145Earlier quoted context omitted.
It was already quite easy to get GPT-4 to output json. You just append ‘reply in json with this format’ and it does a really good job. GPT-3.5 was very haphazard though and needs extensive babysitting and reminding, so if this makes gpt3 better then it’s useful - it does have an annoying disclaimer though that ‘it may not reply with valid json’ so we’ll still have to do some sense checks into he output. I have been u…
> You just append ‘reply in json with this format’ and it does a really good job. It does an ok job. Except when it doesn't. Definitely misses a lot of the time, sometimes on prompts that succeeded on previous runs.
Re: Native JSON Output from GPT-4
#146The way openai implemented this is really clever, beyond how neat the plugin architecture is, as it lets them peek one layer inside your internal API surface and can infer what you intend to do with the LLM output. Collecting some good data here.
Re: Native JSON Output from GPT-4
#147Did 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 this like it’s a new development.
Re: Native JSON Output from GPT-4
#148i think people are underestimating the potential here for agents building - it is now a lot easier for GPT4 to call other models, or itself. while i was taking notes for our emergency pod yesterday ( https://www.latent.space/p/function-agents ) we had this interesting debate with Simon Willison on just how many functions will be supplied to this API. Simon thinks it will be "deep" rather than "wide" - eg a few functi…
Re: Native JSON Output from GPT-4
#149Earlier quoted context omitted.
even with gpt 4, it hallucinates enough that it’s not reliable, forgetting to open/close brackets and quotes. This sounds like it’d be a big improvement.
Nah, this was solved by most teams a while ago.
Did they not even try asking gpt to format the output as json?
Re: Native JSON Output from GPT-4
#150i think people are underestimating the potential here for agents building - it is now a lot easier for GPT4 to call other models, or itself. while i was taking notes for our emergency pod yesterday ( https://www.latent.space/p/function-agents ) we had this interesting debate with Simon Willison on just how many functions will be supplied to this API. Simon thinks it will be "deep" rather than "wide" - eg a few functi…
Who is Simon Willison? Is he big in AI?