Using Claude Code: The unreasonable effectiveness of HTML
1–10 of 308 posts
Re: Using Claude Code: The unreasonable effectiveness of HTML
#2Re: Using Claude Code: The unreasonable effectiveness of HTML
#3I worked with a vibe coded app at my last job (and since quit due to it) and because it was a nextjs SPA frontend with a separate API backend, the user facing urls didn't match the backend endpoints. Because AI uses react hooks for everything, state is in-memory, url-based routing isn't a thing unless you design for it. So links aren't free and thus we have no way for users to link to anything other than top-level entry points. LINKS! Especially for internal tools, everything being linkable is vital to collaboration and problem solving.
The need for uniform resource locations and verbs was so well thought out, 30 or 40 some odd years ago.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#4Re: Using Claude Code: The unreasonable effectiveness of HTML
#5Markdown only makes sense for us meatbags becuse it's easy for us to edit and version control, but if you're sharing anything where the audience is an agent publicly, HTML must be just as interpretable.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#6Re: Using Claude Code: The unreasonable effectiveness of HTML
#7Re: Using Claude Code: The unreasonable effectiveness of HTML
#8Re: Using Claude Code: The unreasonable effectiveness of HTML
#9I even did a workshop with PartyKit cursors, dot voting, reflection comments, and an individual rating at the end.
Oh, and I can add super lightweight analytics so I know who actually reads my things or interacts with my prototypes. ^_^
Re: Using Claude Code: The unreasonable effectiveness of HTML
#10This is why I read long agent output either by using VIM and MacOS Quicklook (with a markdown extension for rendering) or paste output into MarkEdit (an editor with a preview pane; I think it’s cross platform?). Worst case, have an agent build you a simple local web page that interprets Markdown and renders it. Markdown was invented as a shorthand for web syntax[0]. That’s what it’s for! I bet you spend more tokens and time asking an agent to convert its native markdown to html than any of these.