AI can write SVG. Only one route gives you paths you can edit. SVG Lab, a developer tool, compares three routes for generating SVG files with AI: direct code generation from models like ChatGPT, Claude, and Gemini; auto-tracing raster images from Midjourney or DALL-E; and its own AI Generate feature that produces editable vector paths. The company argues that only the third route yields paths that remain editable in vector editors, avoiding the blind-guess correction loop of code generation and the unusable stacked paths from tracing. Ask an AI for an SVG and you can get three completely different things back: a code block, a PNG, or actual vector paths. They are not interchangeable, and the difference shows up at the worst moment, usually when something needs to scale. Here is each route, what it outputs, and the failure mode that comes with it. SVG is text, so ChatGPT, Claude, and Gemini can all write it. You get XML in a code block, you save it with a .svg extension, and it opens in any browser.