Skip to content

Commit b257f2c

Browse files
committed
classify recommended feeds by signal strength
Annotate the "What to read next" section with per-link signal-strength emojis and add a short legend that defines low/medium/high feed volume expectations. This updates the recommended resources list to make scan-time decisions easier for readers who want to control the volume of ongoing content they subscribe to. It also incorporates the final manual curation of links and tiers in that section. Manual testing: - Run bun lint - Confirm prettier reports no further edits - Confirm astro check returns 0 errors Special considerations: - Existing Astro warning about duplicate content id in expanding-horizons remains unchanged and is unrelated to this update. fix #3
1 parent 0f9de64 commit b257f2c

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

β€Žsrc/content/docs/expanding-horizons.mdβ€Ž

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,32 @@ So to answer the question: when should you use MCP, a skill, or a CLI? If possib
8484

8585
If you want to stay sharp in agentic engineering, subscribe to these recommended feeds:
8686

87+
Signal strength: 🟒 Low (~1 post/week), 🟑 Medium (~2-3 posts/week), πŸ”΄ High (daily or high-volume feeds).
88+
8789
### Independent voices
8890

89-
- [Simon Willison's Blog](https://simonwillison.net/)
90-
- [Thorsten Ball's Joy & Curiosity Newsletter](https://registerspill.thorstenball.com/)
91-
- [Armin Ronacher's Blog](https://lucumr.pocoo.org/)
92-
- [Mitchell Hashimoto's Blog](https://mitchellh.com/)
91+
- πŸ”΄ [Simon Willison's Blog](https://simonwillison.net/)
92+
- 🟒 [Thorsten Ball's Joy & Curiosity Newsletter](https://registerspill.thorstenball.com/)
93+
- 🟒 [Armin Ronacher's Blog](https://lucumr.pocoo.org/)
94+
- 🟒 [Mitchell Hashimoto's Blog](https://mitchellh.com/)
95+
- πŸ”΄ [Andrej Karpathy on X](https://x.com/karpathy)
9396

94-
### Anthropic devs
97+
### Harness Developers
9598

96-
- [Boris Cherny](https://x.com/bcherny)
97-
- [Lance Martin](https://x.com/RLanceMartin)
99+
- πŸ”΄ [Boris Cherny on X](https://x.com/bcherny) (Anthropic)
100+
- πŸ”΄ [Lance Martin on X](https://x.com/RLanceMartin) (Anthropic)
101+
- πŸ”΄ [Thariq Shihipar on X](https://x.com/trq212) (Anthropic)
102+
- πŸ”΄ [Thibault Sottiaux on X](https://x.com/thsottiaux) (OpenAI)
103+
- πŸ”΄ [Alexander Embiricos on X](https://x.com/embirico) (OpenAI)
104+
- πŸ”΄ [Thorsten Ball on X](https://x.com/thorstenball) (Amp)
105+
- πŸ”΄ [OpenCode on X](https://x.com/opencode) (they retweet all their devs)
98106

99107
### Product and engineering blogs
100108

101-
- [OpenAI Engineering News](https://openai.com/news/engineering/)
102-
- [Claude Code Blog](https://claude.com/blog/category/claude-code)
103-
- [Cursor Blog](https://cursor.com/blog)
104-
- [Amp News](https://ampcode.com/news)
109+
- 🟑 [OpenAI Engineering News](https://openai.com/news/engineering/)
110+
- 🟑 [Claude Code Blog](https://claude.com/blog/category/claude-code)
111+
- 🟑 [Cursor Blog](https://cursor.com/blog)
112+
- 🟑 [Google Gemini on X](https://x.com/GeminiApp)
113+
- 🟒 [Amp News](https://ampcode.com/news)
105114

106115
---

0 commit comments

Comments
Β (0)