@cm0002@lemmy.world to Programmer Humor@programming.dev • 3 months agoPrompt Engineerlemmy.mlimagemessage-square29fedilinkarrow-up1683arrow-down18cross-posted to: programmerhumor@lemmy.ml
arrow-up1675arrow-down1imagePrompt Engineerlemmy.ml@cm0002@lemmy.world to Programmer Humor@programming.dev • 3 months agomessage-square29fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareEngraver3825linkfedilinkEnglish77•3 months agoTrue story: AI: 42, ] Vibe coder: oh no, a syntax error, programming is too difficult, software engineers are gatekeeping with their black magic.
minus-square@towerful@programming.devlinkfedilink45•3 months agolet data = null do { const response = await openai.prompt(prompt) if (response.error !== null) continue; try { data = JSON.parse(response.text) } catch { data = null // just in case } } while (data === null) return data Meh, not my money
True story:
Meh, not my money
Lol good point