NickBusey.com | My coding agent invented its own vision
My coding agent invented its own vision
2026-08-18
Article
I was working with my coding agent today and noticed some interesting behavior.
I am using deepseek-v4-flash:0731 which is a text-only model. I’m using it with an Oh-My-Pi backend and Paseo frontend. I described a UI rendering bug to it.
The model, knowing it cannot “see” images, came up with its own clever way to determine if it had fixed the bug or not.
It spawned a Chromium browser, and used it to take a screenshot. Then it wrote a python script to brute force it’s way through the pixels in the image to find the rendering problem I had described. It verified the problem existed, fixed the relevant code, and then verified that the problem was fixed.
My initial prompt was only to fix the problem, and it did all that extra work on it’s own. To be clear, this is using a very cheap open source model ($0.08in $0.18out $0.016 cached/ 1M tokens at time of writing via DeepInfra).
Here’s a snippet of the script it generated to “see” the image.
ssh -o BatchMode=yes [email protected] 'python3 -
From that output, it managed to find and fix the problem.
Pretty extraordinary if you ask me.
Please enable JavaScript to view the comments powered by Disqus.<br>comments powered by Disqus
©
2026
by NickBusey
RSS
Bilberry Hugo Theme