惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
G
Google Developers Blog
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
腾讯CDC
博客园_首页
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
博客园 - 叶小钗

Pierce Freeman

A browser for agents | Pierce Freeman The grey market of podcast appearances The way I travel | Pierce Freeman Fixing slow AWS uploads | Pierce Freeman Local tools should still use vaults We solved scratch content first Starting a podcast in 2025 Being late but still being early Automating our home video imports Adding my parents to tailscale A deep dive on agent sandboxes Language servers for AI | Pierce Freeman My simple home podcast studio We need centralized infrastructure | Pierce Freeman Coercing agents to follow conventions using AST validation My unified theory of social selling My personal backup strategy | Pierce Freeman July updates to the homelab How the KV Cache works httpx is the right way to do web requests in Python Reputation is becoming everything | Pierce Freeman Building a (kind of) invisible mac app Updated knowledge in language models Making an ascii animation | Pierce Freeman How speculative decoding works | Pierce Freeman Under the hood of Claude Code Doing things because they're easy, not hard Speeding up sideeffects with JIT in mountaineer Firehot for hot reloading in Python Misadventures in Python hot reloading
Accuracy in kudos | Pierce Freeman
2024-02-14 · via Pierce Freeman

Self congratulatory atmospheres can be suffocating. When every small win is celebrated like it's sending a man to the moon, it can undercut legitimately impactful moments.

My rule of thumb for giving people kudos is:

  • Quantify the financial impact of what they've done (revenue or saved cost). Would this make someone in Finance or Ops say "dang, that's a lot of money".
  • Could anyone else have done this1? Is there some unique secret sauce that this person brought to bear?
  • Own successes and failures. If you're only advertising the times that you've succeeded, you make positive accolades into the din of background noise. Recap failed or delayed projects in similar channels, ideally with a RCA attached so people collectively can learn something.
  • Cite your sources. Include PRs, figma designs, and anything that can stand fully baked. Some features are deceivingly simple. Looking under the hood reveals what it actually took to make it happen2.
  • Write them in an email, not on Slack. Slack channels only reach the people that are already most engaged on a project. If you're trying to socialize success, let people (especially in the C-Suite) forward it via email.

Will these rules independently combat a self-congratulatory atmosphere? Probably not. But if you start here, you'll already be ahead of a lot of cultures that I've seen struggling from its consequences.

Footnotes

  1. It could be the specific approach, the delivery timeline they were operating under, etc. ↩

  2. It also helps executives understand tech debt. If something intuitively feels like it should be fast to change, but ended up being more complex - what's the issue here? Should we invest in a refactor or stack change to make it easier in the future? ↩