site banner

Friday Fun Thread for September 8, 2023

Be advised: this thread is not for serious in-depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.

3
Jump in the discussion.

No email address required.

One of the many things I use gpt for is data cleaning (for analysis, not in real time production that would be insane). Basically, for inconsistent user inputs, even a regex (or a 100) made by god wouldn't stand a chance at parsing.

Just explain what to look for -> function calling -> perfectly useable JSON.

This is a rather expensive way to clean data though. But I'd rather not spend 2 days doing a shitty job.