cm0002@lemmy.world to Programmer Humor@programming.dev · 9 months agoPrompt Engineerimagemessage-square29linkfedilinkarrow-up1652arrow-down17
arrow-up1645arrow-down1imagePrompt Engineercm0002@lemmy.world to Programmer Humor@programming.dev · 9 months agomessage-square29linkfedilink
minus-squareEngraver3825@piefed.sociallinkfedilinkEnglisharrow-up75·9 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-squaretowerful@programming.devlinkfedilinkarrow-up45·9 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