Hacker News new | ask | show | jobs
by throwawayswiss 1084 days ago
It can't even get regular expressions correct in my experience
2 comments

I've had it fail to get a basic regex right, but simultaneously, found it able to model my custom problem using the z3 constraint solcing framework, which I'd have struggled to do myself. Regular expressions are probably harder for it to get right easily, at least not without prompting it to first think through step by step ehat each piece of a regex should be or something.
imo this is the most human thing about it.