What this is

ByteDance's Volcano Engine recently updated Doubao-Seed-Evolving, with official emphasis on code generation and multi-turn refinement capabilities. Someone tested it offline by connecting it to Trae, a Vibe Coding IDE (a development tool driven by natural-language conversation): they asked the model to generate a two-player Flappy Bird from scratch — the 2D version worked on the first pass. Switching to a Three.js (web 3D rendering library) 3D city racing game required three or four revision rounds, but it was eventually playable. The whole mini-game collection came together in about an hour.

Industry view

The positive read: over the past year, the coding-capability race among LLMs has centered on overseas products like Cursor and Claude, while domestic models have generally been dismissed as "can write code, but not usefully." In this run, Seed-Evolving cleared complex scenarios — state management, collision detection, dual-input logic — on the first attempt, suggesting domestic models are entering a range where they can be "used directly for small projects," no longer just toys for spitting out function snippets.

But we have to acknowledge the other side: the article's author themselves admits that bugs in the 3D racing game — missing parameters in panorama requests, confused coordinate-system orientation — were "not syntax errors, but a flawed grasp of 3D spatial relationships." In other words, LLM code generation still depends heavily on humans describing things clearly and iterating effectively; it remains far from "say one sentence and ship." On top of that, the prompts used in this test were polished and restructured by DeepSeek, so a typical user going in raw would almost certainly not get equivalent results. There is real water between the marketing and the actual hands-on experience.

Impact on regular people

For enterprise IT: needs like internal tools and prototype demos — "not worth hiring a contractor for" — can be prototyped directly by business teams using AI, without queuing up engineering every time.

For individual careers: "Writing code" is shifting from a specialized skill to a general form of expression — you don't need to know JS, but you do need to articulate requirements to an AI in clear structure. That matters more than learning syntax.

For the consumer market: you won't see more apps in the short term, but supply of "one person + one AI = one small product" will surge, making the indie developer and side-hustle tracks more competitive.