# The HN threads with the most burnout discussion

- Kind: `query`
- Share Slug: `8zlawc08`
- Created At: 2026-08-28T23:31:50Z

## Executed SQL
```sql
SELECT s.title AS story, count() AS burnout_comments FROM hackernews.items AS c INNER JOIN hackernews.items AS s ON c.story_hn_id = s.hn_id WHERE c.original_timestamp >= '2024-01-01' AND scry_recipe('burnout', c.search_text_lc) AND s.title != '' GROUP BY story ORDER BY burnout_comments DESC LIMIT 12
```

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