Earlier quoted context omitted.
> just plain HTML and some basic CSS, if at all any I built my own website like this and I love it. Highly recommended.
I built a website the other month with just pure HTML. It seems even easier to maintain.
The Website Specification
181–190 of 236 posts
Re: The Website Specification
#182I think the presentation may fail to land because, on the surface, it is nearly wholly AI-generated, but also after reading through many of the entries, everything besides the Agent section seems to clearly communicate solid web hygiene and I wouldn't mind sending this to a burgeoning web developer. It is ironic though that the site itself fails to employ even its own "required" practices, but that's more of an aside…
> cache-control: required
It's slop all the way man
Re: The Website Specification
#183Thanks for making this! I planed to make something like this as a skill for my self, but pasting this into any agent chat works like a charm. I just had my local model (Qwen3.6 27B / pi) make a list of all the required standards an older hugo site of mine was missing, make a todo list and then run through the whole thing one by one, giving me chance to review each change. It even made the missing favicon by cropping…
Re: The Website Specification
#184"Agent Readiness" will likely age as well as "Web 4.0 Blockchain Integration" has. (To be entirely clear, not because agents won't be a relevant thing, although certainly I have my doubts, but because I believe even if they are a relevant thing, requiring special allowances from sites undermines the whole point, and such things will only end up used by bad actors to mismatch what agents see to what humans see, and so…
I swear to God. I just want to go back to the 2000s where everything was just plain HTML and some basic CSS, if at all any, by default you got responsive design out of the box, readable text and super user friendly GUI from the browser's own default stylesheet. Today you open any website. Everything is a fucking component. A simple dropdown with a finite list? Has its own loader and makes 10 fetch requests for no rea…
Re: The Website Specification
#185This entire site is just AI slop, defeating the point of the site. If an AI already knows it, then it doesn’t need to read the site.
Re: The Website Specification
#186Thanks for making this! I planed to make something like this as a skill for my self, but pasting this into any agent chat works like a charm. I just had my local model (Qwen3.6 27B / pi) make a list of all the required standards an older hugo site of mine was missing, make a todo list and then run through the whole thing one by one, giving me chance to review each change. It even made the missing favicon by cropping…
How much have you mucked with `pi`? I love the "zero overhead" aspect of the short agent/system prompt, but I can just imagine the waiting and potential dead-end's it'd get itself into if I just let it rip on a random task.
Re: The Website Specification
#187Earlier quoted context omitted.
modern agents already do this via content negotiation and will attempt to retrieve the markdown version of a given site https://www.sanity.io/learn/course/markdown-routes-with-next...
But that isn't that different from requesting the llms.txt version. Why not just make it so the useful content you want the LLM to focus on is easily retrievable from the same HTML the user's browser gets? The sanity.io page writes: > serving agents a bunch of HTML might just bloat their context window. That's only true if you assume the the agent can't extract the useful text before it goes into the model as tokens.…
Re: The Website Specification
#188Earlier quoted context omitted.
I swear to God. I just want to go back to the 2000s where everything was just plain HTML and some basic CSS, if at all any, by default you got responsive design out of the box, readable text and super user friendly GUI from the browser's own default stylesheet. Today you open any website. Everything is a fucking component. A simple dropdown with a finite list? Has its own loader and makes 10 fetch requests for no rea…
Responsive design out of the box? Were you actually there? Back in 2000 you could make a career out of scripting browser polyfills or "DHTML".
Re: The Website Specification
#189Re: The Website Specification
#190https://validator.w3.org/nu/?doc=https%3A%2F%2Fspecification... I don't get the goal of the website. It's averted as a specification, but to spec what ?! Everything is sourced to another "source of truth".
It's a compilation of best practices, and valuable as a one-stop-shop and checklist.
The W3C should really be doing this kind of curation. Or people like those who run caniuse.com.