|
|
|
|
|
by Scoundreller
26 days ago
|
|
As a mostly non-programmer it got me a lot done. With about 5-10h over the weekend using free tier Claude and ChatGPT I managed to put together a scraper for a particular thing on a website I’m interested, grab the item images, do an initial pass with local OCR, if it hit some keywords, run openCV to crop for better OCR and dump the hits for further investigation. Nothing particularly advanced but it would have taken me a horrendous amount of time without it to be half as good, like it did when I built a similar scraper 10 years ago. Neither were very good code quality i’m sure. |
|
I guess this means that you have some good instincts or habits that would be good for a programmer, even if you didn't choose that path.
Programming is more than just knowing the syntax of the programming language and the APIs you want to use. It also requires clear communication and clear thinking, checking things, etc.
There is no reason why a non-programmer couldn't also think clearly or carefully. It's just a fact about humanity that most people don't; and many people have jobs that do not require this, so they never develop the skills. Some people develop them for job-unrelated reasons.
Now we are at the moment when the LLMs can do the syntax and APIs for you, but they still fail at clear thinking and proper caution. That elevates a good potential programmer to a good vibecoder.