Vercel open-sources vgpu, a WebGPU library designed for agents
evilrabbit_ · x · 2026-08-27
Vercel has open-sourced vgpu.sh, a minimal agent-first WebGPU library it built to ship shaders in its own products. Key features:
- The same shader runs in the browser or headless Node.js, rendering at any resolution or exporting to video.
- Renders in CPU sandboxes and CI tests, with a built-in flow: compile shader → render a headless frame → compare snapshot.
- Import/export WGSL modules like TypeScript; vgpu resolves the module graph, strips unused declarations, and minifies output at build time (a sample compiles to just 397 B).
- Ships with Prompt, CLI, Skill, and MCP integrations (npx vgpu, MCP endpoint) so coding agents can work with shaders directly.
Related event: Vercel Open-Sources vgpu, a WebGPU Shader Library Built for Agents(3 posts)→
More from coding & agent
- Dev builds browser extension to upload ComfyUI videos with metadata to Civitai — diogodiogogod · 2026-08-27
- Pixi global installs projects directly from source without pixi.toml — wolfvollprecht · 2026-08-27
- Dev builds open-source local coding harness on Qwen 27B to replace OpenCode — xornullvoid · 2026-08-27
- AI Bot Experiment Achieves Autonomous Art Purchase, Gains Online Spending Power — Daniel_Farinax · 2026-08-27
- New Benchmark Shows AI Agents Miss a Quarter of the Live Web — EXM7777 · 2026-08-27
- Indicator Go v2: Go trading toolkit with AI integration via MCP — Shruti_0810 · 2026-08-27