AI · Architecture · DXF

Architectural plans
generated from words.

ARCHITON turns natural-language descriptions into professional 2D floor plans, ready to open in AutoCAD. Write. Generate. Edit.

architon.dxf — apartament_2cam_
v1.0
8.40 m 8.40 m LIVING 18.2 m² DORMITOR 14.5 m² BUCĂTĂRIE 9.8 m² BAIE 4.2 m² HOL
ARCHITON INTELLIGENCE — LIVE THINKING
llama-3.3-70b · ezdxf 1.3
USER PROMPT
apartament 2 camere, 80m², living cu bucătărie deschisă spre sud, dormitor 14m², baie 4m², hol de acces, 2 ferestre mari în living
LANG RO
TOKENS 34
MODE RESIDENTIAL
ARCHITON REASONING
00:01PARSETokenizing input → 34 semantic units
00:02NLUDetected 5 rooms, 2 windows, orientation S
00:03GEOMComputing floor envelope 9.00 × 8.90 m
00:04PLANSolving spatial constraints → 3 candidates
00:05OPTSelected optimal layout (score 0.94)
00:06WALLSDrawing exterior + interior → 18 segments
00:07DOORSPlacing 4 openings with swing arcs
00:08DIMSAdding 12 dimension lines (metric)
00:09LAYERSOrganizing into 6 DXF layers
00:10✓ DONEarchiton.dxf ready · 14.2 KB
PROCESSING...
01 — The concept

From idea to DXF, in seconds.

ARCHITON is an AI engine that interprets freeform architectural descriptions and produces standardized DXF files. You describe what you want — "two-bedroom apartment, open kitchen, 4m² bathroom" — and the engine builds the geometry, layers, and dimensions. No drag & drop. No learning curve.

— 01

Natural language

Describe your space in English, Romanian or French. The AI understands sizes, relationships and functions.

— 02

DXF export

Files compatible with AutoCAD, ZWCAD, BricsCAD. Clean layers, metric scale, ready to edit.

— 03

Metric precision

Walls, doors, windows, furniture — all at real scale, with proper thickness and dimensions.

— 04

Fast iteration

Change a sentence, regenerate the plan. Explore dozens of variants in an hour.

02 — Flow

Three steps. One plan.

STEP 01

Describe

Write what you want to build, in your own words.

STEP 02

Generate

The AI translates your description into valid DXF geometry.

STEP 03

Download

Open the file in AutoCAD and continue the project.

03 — Under the hood

Built for professionals.

Python engine with ezdxf for geometry generation, orchestrated by large-capacity LLM models. Modular architecture: semantic parser → spatial planner → DXF generator. Runs in the cloud, responds in seconds.

01INPUT.parse()
02SEMANTIC.analyze()
03SPATIAL.plan()
04DXF.generate()