← Reddit

Como posso usar Claude no meu trabalho

Reddit · mickael_versace · April 16, 2026
A mechanical engineer without programming knowledge inquired about automating bulk conversion of CAD files from DWG format to 3D software using Claude, seeking to replace manual redesigning work currently performed by an apprentice.

Detailed Analysis

A mechanical engineer working in a professional engineering environment has posed a practical question to the r/ClaudeAI community: how to leverage Claude to automate a repetitive, labor-intensive file conversion workflow in which an apprentice manually opens DWG files and redraws the same parts in a 3D modeling program. The post reflects a broader, growing pattern of non-technical professionals recognizing the potential of AI assistants to streamline domain-specific workflows, even when the user lacks any background in programming languages such as Python. The engineer explicitly acknowledges this gap in technical knowledge, framing the question as one of accessibility — can Claude serve as a bridge between a domain expert and a complex automation task?

The use case described points to a genuine bottleneck common in engineering firms: the migration or translation of legacy 2D CAD data (DWG format, associated with AutoCAD) into 3D modeling environments. This process, when done manually, is not only time-consuming but also prone to human error and represents a poor use of skilled or semi-skilled labor. Claude's ability to generate functional code scripts in Python or other automation-friendly languages — even for users who cannot write or read such code themselves — is directly relevant here. Claude can produce scripts that interface with CAD software APIs or command-line tools, such as those offered by AutoCAD's scripting engine or third-party DWG conversion utilities, and walk the user through executing them step by step in plain language.

The research context reveals that Anthropic has increasingly positioned Claude as a workplace productivity tool, particularly through features like Claude AI Cowork — a desktop application launched in preview in January 2026 — which enables autonomous file management, local folder access, and task orchestration without requiring the user to have technical expertise. For the mechanical engineer in question, this kind of environment could be especially valuable: rather than needing to understand a Python script, the engineer could potentially describe the conversion task in natural language and have Claude plan and execute subtasks in parallel, monitoring progress and flagging issues. This represents a significant lowering of the barrier to automation for domain specialists.

The broader significance of this post lies in what it illustrates about the democratization of automation. Historically, deploying any kind of batch file processing or workflow automation required either in-house software engineers or expensive third-party tools. Claude's capacity to translate professional domain knowledge — the engineer knows exactly what the task entails, even if not how to program it — into executable automation logic collapses that dependency. The mechanical engineering context is particularly notable: CAD workflows are highly structured and repetitive, making them ideal candidates for scripted automation, and the engineering sector has historically been slower than software or finance to adopt AI-driven productivity tooling. Posts like this one signal that adoption is accelerating across industries previously considered resistant to AI integration.

Anthropic's continued investment in making Claude accessible to non-programmers, through natural language interfaces, step-by-step code explanation, and agentic desktop tools, directly addresses the friction point this engineer describes. The company's guidance — to be specific in prompts and to iterate on responses — applies well to technical automation requests: the more precisely the engineer can describe the source format, target format, software environment, and desired output, the more actionable Claude's generated solutions become. As Claude's capabilities in code generation and multi-step task execution mature, use cases like DWG-to-3D batch conversion are likely to become standard examples of how AI assistants augment professional workflows without requiring users to become software developers.

Read original article →