Tags: vercel* + llm*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Meredith Shubel writes that Vercel published `design.md`, a public prompt file that cut agent-generated design failures by 57% across 200+ agent runs, though none of the six tested pages was ship-ready. The system has three layers: a prompt encoding design judgment, a public stylesheet for mechanical layout rules, and an evaluation loop that converts human feedback into deterministic checks. A Slack-based agent (`design-agent`) consolidates weekly feedback from GitHub and Figma into proposed guidance updates.

    - The comparison test used Codex with GPT-5.5: 39 failure instances with `design.md` versus 91 without.
    - Vercel's first attempt to port its internal "product design" skill to a public prompt failed because subjective design language was interpreted differently by each model.
    - Recurring complaint counts are tracked over time; if a fix doesn't reduce its count, the fix is flagged for refinement.
  2. Vercel has open‑sourced json‑render, a framework it calls "Generative UI" that lets AI models produce structured user interfaces from natural language prompts. The library uses Zod schemas to define a catalog of allowed components and actions, and an LLM generates a JSON specification that the renderer maps to real implementations. json‑render supports React, Vue, Svelte, Solid, React Native and more, and ships with 36 pre‑built shadcn/ui components. The project has already garnered 13,000 stars and 200 releases, and has sparked discussion on the future of constraint‑based UI generation and the role of AI in the rendering layer.
  3. Vercel has released Skills.sh, an open-source tool designed to provide AI agents with a standardized way to execute reusable actions, or skills, through the command line. The project introduces what Vercel describes as an open agent skills ecosystem, where developers can define, share, and run discrete operations that agents can invoke as part of their workflows.
  4. Vercel has open-sourced bash-tool, a Bash execution engine for AI agents, enabling them to run filesystem-based commands to retrieve context for model prompts. It allows agents to handle large local contexts without embedding entire files, by running shell-style operations like find, grep, and jq.
    2026-01-16 Tags: , , , , by klotz
  5. Vercel proposes using
    <script type="text/llms.txt"> to include inline instructions for LLMs directly in HTML responses, particularly for access control and agent navigation.

    <pre>
    &lt;script type="text/llms.txt">
    ## Note to agents accessing this page:

    This page requires authentication to access. Automated agents should use a
    Vercel authentication bypass token to access this page.

    The easiest way to get a token is using the get_access_to_vercel_url or ...
    &lt;/script>
    </pre>
    2025-08-21 Tags: , , , , , by klotz
  6. Model Context Protocol (MCP) is a new specification that standardizes how large language models (LLMs) access data and systems, enabling safe, predictable interactions and acting as a universal connector between AI and applications. This article provides an FAQ explaining what MCP is, why you might use it, and how it works.
    2025-07-26 Tags: , , , by klotz
  7. Grep now supports the Model Context Protocol (MCP), enabling AI apps to query a million public GitHub repositories using a standard interface. This allows AI agents to search code and retrieve relevant snippets for tasks like error handling and implementation guidance.
    2025-07-18 Tags: , , , , , , by klotz
  8. 2023-07-21 Tags: , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "vercel+llm"

About - Propulsed by SemanticScuttle