Mastodon Feed: Post

Mastodon Feed

Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
paco@infosec.exchange ("Paco Hope") wrote:

One of the ways that LLM-authored code improves productivity is by merely SAYING it does things. It's way faster than the whole time-consuming process of actually doing things. This is real code someone sent to me for review.

A screenshot of a code editor. The line numbers are in the lefthand column, running from 121 to 125. There is a comment that says "Verify packages were created and check sizes" Then line 123 says echo Verifying Lambda packages were created... and Line 124 says echo checkmark emoji colon All Lambda packages verified successfully. There is no line in here that actually did anything.