- cross-posted to:
- technology@beehaw.org
- cross-posted to:
- technology@beehaw.org
G/O Media, an online media company that owns Gizmodo and Kotaku has announced that it will begin a “modest test” of AI content on its sites.
G/O Media, an online media company that owns Gizmodo and Kotaku has announced that it will begin a “modest test” of AI content on its sites.
Why is every point marked ‘1.’ lol
It’s the training data. Every list the bot has ever seen has had the number 1 in it. All other numbers come up less than that.
The bot also has no memory of what it wrote before, and no clue what it will write next. It simply guesses what the next word will be based on what the last word was.
Another failure of these bots, they’re Pre-Trained. It’s the “p” in the name. So anything they generate will be based on the training data, with no changes to the algorithm based on interacting with users. You can “convince” the bot of anything and the second you close that browser window, the bot basically resets to factory defaults.
I have no idea lamo.
Maybe it’s trying to use markdown to create a numbered list, in many flavours of markdown that would do it.
Probably botched Markdown formatting. Ordered Markdown lists will automatically be ordered properly, so starting each point with ‘1.’ doesn’t matter.
I also think it’s botched Markdown but from the opposite perspective. When you have many points that end up parsed as several separate 1-item lists, you can write 1. 2. 3. and it will make it 1. 1. 1. since each list only has one point.