Saltar al contenido principal

5 publicaciones etiquetados con "Automation"

CAD and workflow automation

Ver Todas las Etiquetas

Beyond Chatbots: How LLMs Fit into the Engineering Workflow (CAD, Electrical, Automation, Projects, Hardware)

· 11 min de lectura
Yurii
CAD Automation Engineer

Expanded version based on the original article "Beyond Chatbots: LLMs in the Mechanical Engineering Workflow" (December 2, 2025). Goal: focus on practical automation, not "magical design" - especially where engineers lose time on repetitive steps, documentation search, format conversion, and recurring calculations.

FreeCAD 1.x: the "king" of open-source CAD

· 5 min de lectura
Yurii
CAD Automation Engineer

FreeCAD 1.x is a rare case where a free CAD stops feeling like a hobby toy and turns into a practical engineering tool. After the 1.0 release (November 18, 2024), the project gained improvements that directly affect engineering usability: stronger parametric stability (mitigating the topological naming problem), a built-in Assembly Workbench, refreshed materials/appearance, and better UX. By late 2025, the first 1.1 release candidate had already appeared, so the 1.x line keeps moving.

Below is why FreeCAD can be called the "king" of open-source CAD, where it genuinely approaches commercial systems (SolidWorks, Inventor, Solid Edge, Creo, Fusion 360, NX), and where it still trails.

Excalidraw: a virtual napkin for engineers

· 2 min de lectura
CAD AutoScript
SolidWorks automation toolkit

Why you can forget about Visio for quick diagrams.

In engineering and office work, "heavy software" is a recurring drag. To draw a simple flowchart or script logic, we reach for Visio, Lucidchart, or even CAD. That is slow, costly, and overkill when ideas just need to land somewhere. Excalidraw fixes this with a fast, open-source, hand-drawn canvas that runs in the browser.

Below is how to integrate it into your workflow if you are an engineer or script developer.

Headless CAD: Generating and Nesting DXF Flat Patterns via Chromium

· 3 min de lectura
Yurii
CAD Automation Engineer

Traditional approaches to drawing generation rely heavily on bulky desktop software and proprietary APIs. The modern approach shifts the geometric kernel to the web.

In this article, we explore how to use the Chromium engine (via Puppeteer or Playwright) and JavaScript to automatically generate, validate, and nest DXF files.

Beyond Chatbots: LLMs in the Mechanical Engineering Workflow

· 3 min de lectura
Yurii
CAD Automation Engineer

We often hear about AI generating images or poetry. But for mechanical engineers and CAD designers, Large Language Models (LLMs) are not about creativity-they are about interface and automation.

In this article, we look at how to use LLMs (GPT-4, Claude 3.5, Llama 3) to control CAD software and process technical data.

LinkedInGitHub