
We are rediscovering frontend best practices from the first principles.
Nicolas Bustamante@nicbstme
A lot of people are arguing that HTML burns more tokens than markdown. It's true but you can save at least 40% by externalizing the CSS to a template with . This style.css is your formatting so the LLM will never output CSS again. I tested on a 12116 token HTML article and it dropped to 6,723 tokens so -44%! You'll have this:
External CSS
Instead of this:
Hello, world.
...
...
English






















