Yes! Despite the marketing, AI still can’t reason (even though it looks like it), but it’s great at syntax, which is why after coming up with a decent structure, it can do most of the heavy work there.
Your structure doesn’t need to be ‘code’. It can be pseudo code / plain English.
e.g for each object in the provided JSON, do X, only when another field is Y. Else, do Z.
Sure, a pretty simple structure, but the AI will do a great job of converting that statement into functional code blocks.
2 Likes