Loner@lemmy.world to Programmer Humor@programming.devEnglish · 6 months ago"AI is gonne take our jobs." The AI:lemmy.worldimagemessage-square30fedilinkarrow-up1186arrow-down13
arrow-up1183arrow-down1image"AI is gonne take our jobs." The AI:lemmy.worldLoner@lemmy.world to Programmer Humor@programming.devEnglish · 6 months agomessage-square30fedilink
minus-squareIgnotum@lemmy.worldlinkfedilinkarrow-up1·6 months agoWhat do you mean it’s impossible for it? I know how LLMs work but I don’t know if any such limitations Write me a regex that matches a letter repeated four times, followed by a 3 or 4 digit number Here’s your regex: ([a-zA-Z])\1{3}\d{3,4}
What do you mean it’s impossible for it? I know how LLMs work but I don’t know if any such limitations