# Every HN author who used scaling laws in 2023

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

## Executed SQL
```sql
SELECT author, count() AS n FROM internet.text WHERE relation='hackernews.items' AND ts >= '2023-01-01' AND ts < '2024-01-01' AND scry_lex('"scaling laws"') GROUP BY author ORDER BY n DESC LIMIT 500
```

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