If AI is great at HTML/CSS, why are AI presentation/CV tools template based?
1 comments
I do this with latex beamer for presentations. The problem is exporting what I make there to .pptx for my coworkers to edit. I think people use the templates to more easily convert to powerpoint later
But LLMs are actually pretty good at generating and modifying raw HTML/CSS. In theory, you could:
1. Keep the doc as real HTML (or React) 2. Let AI directly adjust layout and styles 3. Iterate with prompts like “more minimal” or “stronger hierarchy” 4. Export to PDF at the end
So why are we still constraining everything to rigid templates? Is this about PDF rendering, layout instability, user trust, or something deeper around determinism and control?
Curious if anyone here has tried building something like this and what broke.