Comment by andypants
3 days ago
> However, in this task, the model was intentionally given no way to directly view the drawing. Opus 5 responded by writing its own computer vision pipeline to pull the geometry from the raw pixels
Surely being able to view the raw pixels counts as viewing the drawing... How else does a computer view a drawing?
I think they meant that Opus 5 had to find and set up a vision model to process the image
So it probably wrote a Python script using OpenCV? That's not exactly groundbreaking and have seen o3 do this.
I’m guessing other models would probably stop in this situation and ask the user for instructions.
1 reply →