Plenty of people are going to grift on it, just like everything.
It's not a perfect search engine, yet. But it's damned useful for programming with a little bit of tweaking.
And, speaking as someone currently paying his mortgage with a GPT-based product, it's definitely useful for a lot of things beyond "fail at answering these questions", particularly for creative endeavors and structured linguistic tasks.
"Write a sonnet about Brad DeLong, but in JSON."
Hmm, now why is the
It's not a perfect search engine, yet. But it's damned useful for programming with a little bit of tweaking.
And, speaking as someone currently paying his mortgage with a GPT-based product, it's definitely useful for a lot of things beyond "fail at answering these questions", particularly for creative endeavors and structured linguistic tasks.
"Write a sonnet about Brad DeLong, but in JSON."
{
"title": "Sonnet for Brad DeLong",
"author": "Anonymous",
"structure": "Sonnet",
"lines": [
{
"line_number": 1,
"text": "Economist of mind both sharp and strong,"
},
{
"line_number": 2,
"text": "In Berkeley's halls, he doth to knowledge long,"
},
{
"line_number": 3,
"text": "With pen and voice, he rights the world's great wrong,"
},
{
"line_number": 4,
"text": "And in his words, we find a siren's song."
},
{
"line_number": 5,
"text": "DeLong, whose thoughts on growth and trade are clear,"
},
{
"line_number": 6,
"text": "Whose wisdom, like a beacon, doth appear,"
},
{
"line_number": 7,
"text": "To guide the ship of state through waters drear,"
},
{
"line_number": 8,
"text": "And steer us from the rocks that we should fear."
},
{
"line_number": 9,
"text": "A scholar and a teacher, he inspires,"
},
{
"line_number": 10,
"text": "The eager minds that seek to stoke their fires,"
},
{
"line_number": 11,
"text": "With knowledge that the noble heart requires,"
},
{
"line_number": 12,
"text": "To lift us all to ever greater spires."
},
{
"line_number": 13,
"text": "So here's to Brad, whose work shall never cease,"
},
{
"line_number": 14,
"text": "To bring to humankind both wealth and peace."
}
]
}
Hmm, now why is the
pre
tag broken I wonder?