cm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agoPrompt Engineerlemmy.mlimagemessage-square29fedilinkarrow-up1681arrow-down18cross-posted to: [email protected]
arrow-up1673arrow-down1imagePrompt Engineerlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agomessage-square29fedilinkcross-posted to: [email protected]
minus-squareEngraver3825@piefed.sociallinkfedilinkEnglisharrow-up75·6 days agoTrue story: AI: 42, ] Vibe coder: oh no, a syntax error, programming is too difficult, software engineers are gatekeeping with their black magic.
minus-squaretowerful@programming.devlinkfedilinkarrow-up44·6 days 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