In MS Copilot, every time I am interacting with ChatGPT I see the response firs appearing as markdown and then immediately formatted inline.<p>Does ChatGPT have a hidden instruction to output in Markdown ?
I believe many LLMs have this training. It is becoming increasingly difficult to get the foundation models to output just a JSON object, without the ```json ... ``` around it.<p>It's certainly a convenient format to output, simple for the LLM, easy to parse, render, and style for UIs