A proposal for inline LLM instructions in HTML based on llms.txt
4 days ago
- #Vercel
- #HTML
- #LLM
- Proposal for inline LLM instructions in HTML using `<script type="text/llms.txt">`.
- Aims to provide direct instructions to AI agents within HTML responses, especially for protected pages like Vercel's 401 error pages.
- Use case involves Vercel's preview deployments, which are protected by default, preventing AI agents from accessing them without proper instructions.
- Suggests embedding instructions in HTML to guide AI agents on how to bypass authentication, using Vercel's MCP server functions.
- Advantages include no impact on regular browser rendering, flexibility in content, and immediate usability without formal standardization.
- Example provided shows instructions for AI agents to use a bypass token for accessing protected Vercel deployments.
- Potential broader applications include hinting at MCP server availability and guiding agents through error investigation.