▲ | demirbey05 4 days ago | |||||||
Yesterday, I was asked to scrape data from a website. My friend used ChatGPT to scrape data but didn't succeded even spent 3h+. I looked website code and understand with my web knowledge and do some research with LLM. Then I described how to scrape data to LLM it took 30 minutes overall. The LLM cant create best way but you can create with using LLM. Everything is same, at the end of the day you need someone who can really think. | ||||||||
▲ | jvm___ 4 days ago | parent | next [-] | |||||||
LLM's can do anything, but the decision tree for what you can do in life is almost infinite. LLM's still need a coherent designer to make progress towards a goal. | ||||||||
| ||||||||
▲ | isatty 4 days ago | parent | prev | next [-] | |||||||
Or you could’ve used xpath and bs4 and have been done in an hour or two and have more understandable code. | ||||||||
| ||||||||
▲ | 1718627440 4 days ago | parent | prev [-] | |||||||
wget -m ? |