| I'm trying to understand how big of a deal ChatGPT and the like is or isn't. Even people in AI don't seem to agree on whether it's going to change everything or it's overhyped and not a major advancement. Which is it? Or somewhere in the middle? "if you think AI chatter has reached an annoying level right now you're in for something else. it's going to be the only thing on anybody's mind starting shortly... i'm finding it a bit hard to communicate the urgency and heaviness of what's going on" https://twitter.com/tszzl/status/1617317478987878400 "Personally I can give you a formal definition of intelligence and even a number of speculative sketches of how I think it could be implemented, but I will also tell you that strong AI is not within sight and that recent advances are not moving us in the direction of strong AI" https://twitter.com/fchollet/status/1617579095885500416 |
Just one example: parsing structured data out of a big pile of poorly formatted PDF documents.
That used to be too difficult and expensive for me to tackle without a small army of data entry people to help do the work.
Today I can point Textract OCR at it and then use a language model to extract structured data.
(I haven't implemented this particular example just yet, but I'm looking for an opportunity to do so.)