From f32de6376e663e9546d6ee67e2ff295e2eaaa7e2 Mon Sep 17 00:00:00 2001 From: sneg55 Date: Mon, 15 Jun 2026 17:54:38 -0400 Subject: [PATCH] Add article: You're Measuring AI Spend, Not AI Value Adds a new Articles entry on cost-per-verified-outcome (CPVO), a team-level framework for governing AI dev-tool spend. Co-Authored-By: Claude Opus 4.8 --- README.md | 1 + list.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 9c79875..db0be58 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/list.json b/list.json index 5bc2c3e..43cf95f 100644 --- a/list.json +++ b/list.json @@ -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",