# When did vibe coding first appear, and where did it spread?

- Kind: `query`
- Share Slug: `m5xh3no7`
- Created At: 2026-08-28T22:35:08Z

## Executed SQL
```sql
SELECT relation, min(ts) AS first_seen, count() AS n FROM internet.text WHERE relation IN ('hackernews.items','reddit.comments','reddit.posts','forums.posts','stackexchange.posts','bluesky.posts','mailing_lists.messages','internet.documents') AND scry_lex('"vibe coding"') GROUP BY relation ORDER BY first_seen LIMIT 10
```

## Result Preview
_No result rows captured in this share._
