WhatA platform that converts natural language and LLM-generated code into manufacturable 3D CAD models, with an optimized intermediate representation designed for AI output.
SignalMultiple commenters are independently exploring the LLM-to-CAD pipeline and debating which backend representation works best for AI generation — OpenSCAD, Rust-based kernels, or parametric solvers — revealing an unsolved infrastructure problem that everyone building in this space needs solved.
Why NowLLMs can now reliably generate structured code (OpenSCAD, CadQuery, Rust), and WASM compilation enables instant browser preview, making the full loop from text prompt to viewable 3D model finally viable.
MarketHardware engineers, product designers, and rapid prototyping shops; sits between the $10B CAD market and the emerging AI coding tools market; no clear winner yet — GrandpaCAD and similar projects are very early.
MoatProprietary training data from user interactions — every correction a user makes to an LLM-generated design becomes training signal to improve the representation and model, creating a data flywheel competitors can't replicate.
Automated Supply Chain Attack Detection for Package RegistriesP7/10A real-time monitoring service that detects compromised packages on npm, PyPI, crates.io, and other registries by analyzing behavioral anomalies like credential-bypassed publishes, injected phantom dependencies, and suspicious postinstall scripts.
Zero-Trust Dependency Firewall for Development EnvironmentsC7/10A local proxy that intercepts all package installs, enforces configurable quarantine periods, blocks postinstall scripts by default, and provides a unified policy layer across npm, pip, cargo, and Go modules.
Dependency Security Copilot for AI Coding AgentsC8/10A plugin for LLM coding agents (Cursor, Claude Code, Copilot Workspace) that intercepts dependency operations, validates packages against threat intelligence, and prevents agents from blindly installing or upgrading to compromised versions.
Managed Dependency Mirror with Built-In QuarantineC7/10A hosted private registry proxy that mirrors npm, PyPI, and crates.io with an automatic 72-hour quarantine on all new publishes, behavioral analysis scanning, and instant rollback — so teams never pull a package version less than 3 days old.
AI Code Provenance and Supply Chain AuditingP6/10A platform that scans npm packages, PyPI modules, and other registries for accidentally leaked source maps, prompts, API keys, and internal business logic — alerting maintainers before attackers find them.
AI Authorship Detection for Code ContributionsC6/10A tool that integrates with GitHub/GitLab to probabilistically flag whether a pull request or commit was written by an AI agent, giving maintainers transparency without relying on self-disclosure.