AgentSCAD
Personal / Full-Stack AI
A full-stack AI platform that converts natural-language part descriptions into validated OpenSCAD artifacts.
Overview
AgentSCAD explores how an AI workflow can translate natural-language part descriptions into inspectable, versioned CAD artifacts.
The problem
Generated CAD code needs deterministic rendering and validation before it can be treated as a useful engineering artifact.
My contribution
Built the generation, rendering, validation, persistence, and real-time streaming workflow as a full-stack AI product.
System or workflow
- 01Generate OpenSCAD source from a natural-language request.
- 02Render the source and produce an STL artifact.
- 03Run deterministic mesh and manufacturing validation.
- 04Store job history and versioned artifacts for review.
Technical highlights
- 01Persistent CAD job history and versioned artifacts
- 02OpenSCAD render and STL artifact workflow
- 03Deterministic mesh and manufacturing validation