AI agent builds a mountain road in DWG from a single prompt
DWG is now a target format for AI agents in the same way Python is a target language. This demo shows the full path: a prompt of a few lines asks for a mountain road through three named locations on real terrain, and the agent works with no human intervention from there.
From prompt to finished DWG
Terrain and routing in Python
It fetches and parses the terrain tile and runs the routing algorithm in Python on its own — then uses the ODA MCP Server to turn the result into CAD geometry.
DWG and PDF output
The output is a single DWG file with the full scene and a technical PDF report on the road, both produced by the agent. The DWG opens and edits as ordinary CAD data in OdaMfcApp or AutoCAD.