Earlier quoted context omitted.
I actually think there is a second level to this. Yes HTML will get you most anywhere, but I found that letting the LLM define its own language is also unreasonably effective. Currently working on a dumb little mobile game with isometric view and sound: - told codex to write a tool that lets its place blocks in a prepared three.js document and have chromium dev tools take a screenshot. It made up a little JSON struct…
This sounds very intriguing have you written more about it anywhere we can read?
Using Claude Code: The unreasonable effectiveness of HTML
241–250 of 308 posts
Re: Using Claude Code: The unreasonable effectiveness of HTML
#242Earlier quoted context omitted.
Yes, it's literally about being able to use HTML effectively and knowing what you are doing, then you know HTML. I'm not sure why you bring up some arbitrary accessibility guidelines, that has no bearing if someone is using HTML correctly and neither would I gatekeep the "frontend" label on some arbitrary "must pass this particular standard", never heard something so outlandish when it comes to who could call themsel…
I suspect this unintentionally satisfies my conclusion.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#243Earlier quoted context omitted.
You have been authoring HTML by hand for decades. Not every SWE is a FE dev.
I learned HTML 20+ years ago in high school. I did not go to a front end high school.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#244Re: Using Claude Code: The unreasonable effectiveness of HTML
#245My concern here is that by gravitating to HTML you lose the ability for a human (you!) to easily co-author the document with the LLM. If it’s just an explainer for your consumption, that’s not a concern - but if it’s a spec sheet for something more complex, I deeply value being able to dive in and edit what is produced for me. With a HTML doc it is much harder to do that than with MD. Now of course you could just rep…
I’ve done something similar with Figma-like commenting and find myself pulling it into all kinds of personal projects.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#246Re: Using Claude Code: The unreasonable effectiveness of HTML
#247Re: Using Claude Code: The unreasonable effectiveness of HTML
#248My concern here is that by gravitating to HTML you lose the ability for a human (you!) to easily co-author the document with the LLM. If it’s just an explainer for your consumption, that’s not a concern - but if it’s a spec sheet for something more complex, I deeply value being able to dive in and edit what is produced for me. With a HTML doc it is much harder to do that than with MD. Now of course you could just rep…
Re: Using Claude Code: The unreasonable effectiveness of HTML
#249Earlier quoted context omitted.
Not sure how you use CC, but the last 6 months has felt like significant optimization efforts to me. Last year Claude would just read and edit files, now it's all kinds of basic tool gymnastics with grep/awk/sed/etc to narrowly slice and avoid token-heavy reads. Resuming sessions that aren't even that large get a scary prompt about using a significant portion of your token budget if you continue without compacting. T…
Valid points, but they address a totally different matter than the one I pointed out.