Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ This repository contains a comprehensive collection of articles, books, podcasts
* [No, I’m not fine: A leader’s guide to building a culture where it’s ok to not be ok](https://fellow.app/blog/2021/building-a-culture-where-its-ok-to-not-be-ok/) - This article shares some helpful insights into building trust and vulnerability in your team.
* [How to Build a Culture of Ownership, and Other Engineering Leadership Tips from Plaid & Dropbox](https://review.firstround.com/how-to-build-a-culture-of-ownership-and-other-engineering-leadership-tips-from-plaid-and-dropbox) - This article shares tips for getting alignment in a team.
* [9 Tips for Effectively Sharing Peer Feedback in the Workplace](https://fellow.app/blog/2021/tips-for-effectively-sharing-peer-feedback-in-the-workplace) - Helpful tips for giving someone feedback.
* [You're Measuring AI Spend, Not AI Value](https://sawinyh.com/blog/measuring-ai-spend-not-value/) - AI broke velocity and lines-of-code as proxies. Proposes cost-per-verified-outcome (CPVO) plus review-tax and verified-share as a team-level dashboard for governing AI dev-tool spend, without resorting to per-person leaderboards.
* [1 Top Priority About Remote Work That Most Managers Are Forgetting](https://www.inc.com/marcel-schwantes/1-top-priority-about-remote-work-that-most-managers-are-forgetting.html) - How to improve remote work for your team.
* [You're not just a manager, you're also a boss](https://leaddev.com/professional-development/youre-not-just-manager-youre-also-boss) - This article helps to identify the power dynamics that come with being a manager.
* [Too Many Meetings? Here’s How to Scale Back](https://fellow.app/blog/2021/too-many-meetings-heres-how-to-scale-back) - There are some good tips for scaling back on the number of meetings you attend.
Expand Down
6 changes: 6 additions & 0 deletions list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,12 @@
"reason": "Helpful tips for giving someone feedback.",
"cat": "article"
},
{
"title": "You're Measuring AI Spend, Not AI Value",
"url": "https://sawinyh.com/blog/measuring-ai-spend-not-value/",
"reason": "AI broke velocity and lines-of-code as proxies. Proposes cost-per-verified-outcome (CPVO) plus review-tax and verified-share as a team-level dashboard for governing AI dev-tool spend, without resorting to per-person leaderboards.",
"cat": "article"
},
{
"title": "1 Top Priority About Remote Work That Most Managers Are Forgetting",
"url": "https://www.inc.com/marcel-schwantes/1-top-priority-about-remote-work-that-most-managers-are-forgetting.html",
Expand Down