Comment by phkahler

2 hours ago

>> This is the second ChatGPT shared conversation I've seen today that is truly fascinating.

We recently had some bugs fixed in the geometry kernel of solvespace. Not much conversation, but the analysis from the AI was amazing:

https://github.com/solvespace/solvespace/pull/1729

https://github.com/solvespace/solvespace/pull/1730

https://github.com/solvespace/solvespace/pull/1731

From the Validation section of PR 1730:

"The model family was reconstructed programmatically (parameterized cuboid stack) and swept over 2,304 configurations — extrusion directions, workplane-normal orientations, sketch windings, D's plane/height/depth/extent, including all the exact-coincidence heights. Zero failures with the fix; 576 failing configurations without it. The generator is available on request."

It looks like it wrote a python script to generate test cases in our file format for testing. Just... you know, as a side quest.