Comment by righthand

Comment by righthand 12 hours ago

0 replies

My coworker is supposed to translate React webpage with 100% text and links into html and put in the WYSIWYG editor of the CMS. These are legal pages.

Q: What did he do to solve the problem?

A: pasted the raw react code and asked an Llm to translate it to html.

The Llm did a terrible job. For example, it converted unordered lists to paragraphs with break tags. When I asked why he didn’t just copy the rendered output from the browser, he didn’t know how to do that.

When he was shown how to do that, he said it would be too much work because the rendered output still contained css tags. So he would have to get the Llm to remove the tags for him.

This is an engineer who’s been developing software for at least 10 years, well before Llms even existed. Yet he cannot figure out how to do a simple regex find + replace. He has no clue that he’s wasted a huge amount of time fiddling with Llms.

Everyone thinks AI is a cheat code to their employment video game and I’m looking for a new job now because I’m surrounded by the downfall of humanity.