AI-readable 3D design platform

Design models that keep their meaning.

Talos3D is building a different kind of 3D stack: one where geometry is not just pixels and meshes, but an authored model with structure, intent, and commands that both people and AI can understand. Recent work adds drawing views, dimensioning, guide-line inference, named views, multi-format paper export, and a persistent assistant lane that still operates through the same public model API as everything else.

Authored model first Public MCP interface Drawing and export workflow Capability-based extensions
cargo run --features model-api

# same command surface for UI and AI
view.front
view.apply_paper_preset
place_dimension_line
place_guide_line
export_drawing
Rust + Bevy + Wasm-ready + MCP
For design teams Clearer structure, reusable parts, better automation.
For builders One model, one command substrate, real extension boundaries.

Why it matters

Most 3D software makes intent disappear.

When a model collapses into mesh-only state, people lose context and AI has to guess. Talos3D keeps authored entities, relations, views, dimensions, and commands legible so the model can stay understandable as it moves from sketching to editing to communication.

Less reconstruction

Rooms, storeys, openings, features, guides, and relationships do not need to be reverse-engineered from triangles.

More usable AI

The in-app assistant and external agents work through the same MCP and command surfaces instead of hidden editor hooks.

Better communication

Recent drafting work turns the live model into orthographic views, dimensioned exports, and paper-ready PNG, PDF, and SVG output.

Key differentiator

The authored model is the product.

Talos3D treats meshes, highlights, previews, and caches as derived artifacts. The real source of truth is the authored model: entities, definitions, parameters, semantic assemblies, typed relations, and evaluated facts.

Recent innovation

Drafting emerges from the same live scene

New orthographic drawing views, dimension offsets, guide-line inference, named views, and `export_drawing` turn modeling state directly into communicable paper-style output without a disconnected second workflow.

AI without special privileges

MCP is a real public surface

Model inspection, screenshots, view control, lighting, dimensions, guides, assemblies, and edits are exposed through a structured MCP interface backed by the same command and history pipeline the UI uses.

Broader than one vertical

Architecture is a reference extension, not the limit

The core already hosts modeling, architecture, terrain, content libraries, and assistant workflows. The capability model is designed so future domains can add their own tools, vocabularies, rules, and catalogs on the same footing.

Latest thinking

Talos3D is becoming a design system, not just a renderer.

The current direction is clear: keep authored intent primary, expose the model publicly, let AI and automation operate on the same semantics as humans, and make views, drawing output, and domain workflows first-class instead of bolt-on extras.

Model meaning

  • Authored entities and definition graphs
  • Assemblies and typed relations
  • Evaluated body summaries for AI

Communication

  • Orthographic and named views
  • Dimensions and construction guides
  • PNG, PDF, and SVG drawing export

Platform reach

  • Embedded assistant through MCP
  • Capability-based domain packs
  • Desktop and browser-hosted direction

Built with

Modern systems tooling, open engine foundations, web reach.

Talos3D is grounded in a stack that is unusually well-suited to a long-lived 3D platform: Rust for correctness and performance, Bevy for ECS-driven runtime composition, and a browser-hosted direction that aligns with WebAssembly (Wasm) rather than locking the project to a desktop-only future.

Rust

Strong data modeling, reproducible command pipelines, and a credible foundation for serious geometry, import/export, and AI integration work.

Bevy

An ECS architecture that maps cleanly to plugin composition, capability boundaries, authored entities, and multiple future workbenches.

Wasm

Bundled catalogs, abstract storage boundaries, and managed assistant relays all point toward browser-hosted deployments that keep the same core model contract.

Open platform

For people who want more than another black-box CAD stack.

If you care about AI-readable models, extensible domain workflows, or a cleaner bridge between 3D authoring and communication, Talos3D is worth watching now.