Notifications
Clear all
Topic starter
15/07/2026 2:35 pm
Hi everyone. I've been running a small service that uses LLMs to parse and structure complex support tickets. We were using GPT-4 and recently switched to GPT-4o for the obvious cost and speed benefits.
For simple tasks, it's been great. But for our more complex instructions—ones that involve multiple extraction steps and strict JSON formatting—we've seen a noticeable jump in errors. The model seems to skip parts of the instruction or output malformed JSON more often.
Has anyone else experienced this with GPT-4o on intricate tasks? I'm trying to figure out if we need to adjust our prompts significantly, or if this is a known trade-off. Any insight would be appreciated 😊