Adam CAD Harness Integrates with Fusion and Onshape for Agentic CAD Editing

Adam (adam.new) has released a harness that natively integrates with Autodesk Fusion and PTC Onshape, allowing an AI agent to read and edit your existing CAD feature tree. The tool focuses on giving mechanical engineers full visibility and control, rather than being a black-box text-to-STL generator.
Key Features
- Model-agnostic: picks the best frontier model (e.g., GPT 5.5, Opus 4.7) from its internal benchmark per task.
- Lives inside Fusion and Onshape; reads the feature tree and edits it agentically.
- Common use cases: merge redundant features, rename features for readability, round all internal edges with a 2mm fillet, parametrize models, or generate CAD end-to-end.
- Leverages FeatureScript (Onshape) and Python (Fusion) under the hood.
Installation on Autodesk Fusion
One-liner install (recommended, ~10 seconds):
macOS: paste in Terminal
curl -sSL https://fusion.adam.new/install.sh | bash
Windows: paste in PowerShell
irm https://fusion.adam.new/install.ps1 | iex
After install: quit Fusion, reopen, press Shift+S → Add-Ins tab → find AdamFusion → click Run and tick 'Run on Startup'.
Manual install: download AdamFusion.bundle.zip, unzip, move the Contents folder into:
- macOS:
~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIns/(rename to AdamFusion) - Windows:
%APPDATA%\Autodesk\Autodesk Fusion 360\API\AddIns\AdamFusion
Then quit and reopen Fusion, enable via Add-Ins panel, and sign in with your Autodesk account.
Context
Adam’s earlier text-to-CAD work is open-sourced on GitHub. The team also notes that the Anthropic Autodesk connector validates the space but differs in being model-specific; Adam remains model-agnostic.
📖 Read the full source: HN AI Agents
👀 See Also

Mike: Open-Source Legal AI with Self-Hosting, Multi-Model Support
Mike is an open-source alternative to Harvey and Legora, offering document chat, tabular extraction, and workflow templates — all self-hostable with your own Claude or Gemini API keys.

Meera: A Fully Offline AI Assistant for Linux Gnome Built on Qwen3.5-2B
Meera is an offline AI assistant for Gnome Desktop that uses Qwen3.5-2B-Q4_K_M (1.2 GB) and llama-cpp with Vulkan support. It leverages a second tiny embedding model for tool selection and RAG, avoiding prompt embedding bloat. Works on Ubuntu 24.04 with RTX 5090 and Fedora Silverblue on Intel i3.

Spectral: Capture App Traffic to Generate MCP Servers for OpenClaw Agents
Spectral is an open-source tool that captures traffic from any application, analyzes it with an LLM, and generates a working MCP server, allowing OpenClaw agents to call the app's real API directly instead of relying on browser automation.

Tracked 5 Biggest Claude Code SKILL.md Collections on GitHub — Sortable Table with Auto-Refresh
Built a sortable table of the top 5 skill-collection repos (totaling 125k stars) with star counts and skill counts, auto-refreshed by a /workflows:skill-collections command.