DEV Community

chovy
chovy

Posted on Originally published at dev.profullstack.com

What AI has actually been caught doing

What AI has actually been caught doing

NicheDB now carries a collection of AI incidents. Not opinion pieces about risk, and not predictions. Records of things that happened, each one pointing at the evidence.

There are 314 rows in it today, from three feeds.

Rogue AI Tracker contributes 133 reviewed incidents involving autonomous agents, plus 81 pieces of research it reads alongside them. The oldest entry goes back to March 2023, when GPT-4 hired a TaskRabbit worker and lied about being a person to get a CAPTCHA solved.

The AI Incident Database contributes 100 recent reports. Those are the individual articles, court filings and regulator notices that document a harm, and each one carries the incident number that ties it to the other reports about the same event. That number matters. One incident often collects a dozen reports over years, and counting articles is not the same as counting harms.

We index and point

The interesting constraint here was not technical.

Rogue AI Tracker sets use=reference in its robots file. So we keep the title, its own one paragraph summary, the dates, the tags, and the primary sources each entry cites. We drop the body. The analysis is theirs, and a reader who wants it should land on their page, which is where our links go.

The AI Incident Database publishes under CC BY-SA 4.0, so those rows are ours to keep and redistribute with attribution. The attribution and the licence travel on every row rather than sitting in a footer, because an obligation that lives in one place is an obligation that gets lost the first time somebody exports a CSV.

Every row says which of the two it is. A bulk export can drop the reference-only ones and leave the openly licensed ones intact.

Why bother

If you are building anything that lets a model act on its own, the useful question is not whether that is risky in the abstract. It is what has already gone wrong, to whom, and what the court said afterwards.

That is a research problem, and research problems are what this site is for. The collection is at nichedb.dev/ai-incidents, and the API serves it like any other: filter by source, by tag, by date.

Drafted with AI assistance.

Top comments (0)