@MrPunyapal@marcelpociot I had the same experience with Claude Code. There I resolved by adding "I'm using Laravel Herd use `C:\Users\username\.config\herd\bin\herd.bat` before every php command." to the Claude.md file. I suspect it can be similar with Codex
When we open a PDF, we see text, images, and sometimes a form to fill in. But a PDF carries more than that.
Invisible text can hide in plain sight with just opacity and color changes. You don't see it, but the AI agents can be affected.
๐A few more samples in thread
@mattshumer_ Agreed! While working with agents, Markdown improves readability and enables fast interaction. HTML brings style, which we usually focus on at the expense of the text we were working on. Few thoughts on what I include in Markdown https://t.co/HaUg9wFghi
I think it's a matter of reading versus presenting. Markdown is simple enough to be read, copied and pasted across different editing workflows. HTML is the final artefact; once you're in HTML, you start thinking about colours and the text goes into the background.
@karpathy HTML can be tricky when you want your output to be copyable elsewhere. I've noticed that Claude prefers to write HTML, perhaps due to a prompt configuration, when chatting. Personally, I prefer to write in Markdown first and convert later.
@_philschmid Agree, Markdown plus components helps control token usage. Rendering is the last part, most of the time you need readability first. With https://t.co/HaUg9wFghi I'm proposing somehow a bridge
@addyosmani I think html is best as presentation layers at the end of the process, while working with agents markdown is quicker to read and edit. That's how I created https://t.co/HaUg9wFghi started in markdown than iterated in html for the design