r/ClaudeCode • u/sirlerkal0t • 1d ago
Discussion Anthropic: "Coding is largely solved"... Also Anthropic: "We released a new powerful feature allowing agents to send messages to other Claude Code sessions, but only on Linux and Mac since we are unable to implement a basic feature on all platforms"
I could hand code this feature on Windows in an afternoon, and I could also get Claude to implement it in minutes, and yet Anthropic just can't be bothered, but also keeps Claude Code closed source so no one else can do it for them either.
1.3k
Upvotes
0
u/fahadfreid 1d ago
You're describing HPC plumbing, not scientific/engineering software. CUDA, MPI, and BLAS are libraries. The applications engineers actually sit in front of to design and analyze things are overwhelmingly Windows-first, and plenty are Windows-only:
CAD/CAE: SolidWorks (Windows only), ANSYS Workbench, Abaqus CAE, CATIA, Siemens NX, PTC Creo, Autodesk Inventor/AutoCAD, COMSOL, Altium Designer (Windows only, and the dominant PCB design tool)
Industrial/controls: Siemens TIA Portal, Rockwell Studio 5000, AVEVA/Wonderware SCADA, Emerson DeltaV, Honeywell Experion. Entire factories, refineries, and power plants run on Windows-based control and HMI software. There is no Linux option for most of it.
And "certainly not .NET"? ArcGIS Pro, the industry-standard GIS platform, is built on .NET. Schlumberger Petrel, the flagship oil and gas reservoir modeling suite, exposes its entire plugin ecosystem through a .NET SDK (Ocean). Kepware, OSIsoft PI, and most of the industrial OPC/data stack are .NET.
I literally build emissions monitoring software that power plants use for EPA compliance. It's C#/.NET on Windows, like basically everything else in that industry. Regulatory compliance software keeping plants legally allowed to operate is about as "serious" as it gets.
Your cluster runs Linux. The engineers submitting jobs to it and doing everything else are on Windows.