<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>潘锦的空间 &#187; 技术领导力</title>
	<atom:link href="https://www.phppan.com/tag/%e6%8a%80%e6%9c%af%e9%a2%86%e5%af%bc%e5%8a%9b/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.phppan.com</link>
	<description>SaaS SaaS架构 团队管理 技术管理 技术架构 PHP 内核 扩展 项目管理</description>
	<lastBuildDate>Sat, 25 Apr 2026 00:56:17 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>技术领导力的底层逻辑：判断力 × 价值输出 × 主观能动性</title>
		<link>https://www.phppan.com/2025/05/tech-leadership-judgment-value-proactivity/</link>
		<comments>https://www.phppan.com/2025/05/tech-leadership-judgment-value-proactivity/#comments</comments>
		<pubDate>Fri, 16 May 2025 23:37:41 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[架构和远方]]></category>
		<category><![CDATA[技术领导力]]></category>

		<guid isPermaLink="false">https://www.phppan.com/?p=2368</guid>
		<description><![CDATA[技术人升维的三个关键因素 很多技术人工作几年后都会面临一个瓶颈：技术会了不少，系统也写了不少，但怎么感觉成长速 [&#8230;]]]></description>
				<content:encoded><![CDATA[<section id="nice" style="color: #000000;" data-tool="mdnice编辑器" data-website="https://www.mdnice.com">
<section id="nice" data-tool="mdnice编辑器" data-website="https://www.mdnice.com">
<h1 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">技术人升维的三个关键因素</span></h1>
<p data-tool="mdnice编辑器">很多技术人工作几年后都会面临一个瓶颈：<strong style="color: #ff3502;">技术会了不少，系统也写了不少，但怎么感觉成长速度慢了，价值也越来越模糊了？</strong></p>
<p data-tool="mdnice编辑器">这是因为，在技术从「执行层」往「决策层」和「影响力层」跃迁时，光会写代码已经远远不够了。</p>
<p data-tool="mdnice编辑器">真正的技术领导力，拼的是三样东西：</p>
<blockquote class="custom-blockquote multiquote-1" data-tool="mdnice编辑器"><p><strong style="color: #ff3502;">判断力 × 价值输出 × 主观能动性</strong></p></blockquote>
<p data-tool="mdnice编辑器">这三个词，听起来不复杂，但能把它们练到高水平，就是我们从「高级工程师」走向「技术负责人」的通行证。</p>
<hr data-tool="mdnice编辑器" />
<h1 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">判断力：技术人真正的「品味」</span></h1>
<h2 data-tool="mdnice编辑器"><span class="content" style="font-weight: normal; color: #3f3f3f;">什么是判断力？</span></h2>
<p data-tool="mdnice编辑器">判断力，说简单点，就是在一堆看起来都「还行」的选项里，选出<strong style="color: #ff3502;">最值得做的那个</strong>，并且<strong style="color: #ff3502;">用正确的方式去做</strong>。</p>
<p data-tool="mdnice编辑器">它体现在两个层面：</p>
<ol data-tool="mdnice编辑器">
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">方向选得准</strong>（做什么）</section>
</li>
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">方法选得好</strong>（怎么做）</section>
</li>
</ol>
<h3 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">举个例子</span></h3>
<p data-tool="mdnice编辑器">当我们接到一个任务，要优化一个系统模块的性能。<br />
普通思路：加缓存、调 SQL、查慢日志。</p>
<p data-tool="mdnice编辑器">但一个有判断力的工程师，可能会问：</p>
<ul data-tool="mdnice编辑器">
<li>
<section style="color: #010101;">这个模块真的值得优化吗？它是性能瓶颈吗？</section>
</li>
<li>
<section style="color: #010101;">有没有更高层的系统设计可以绕开这个模块？</section>
</li>
<li>
<section style="color: #010101;">优化后能带来多大业务价值？</section>
</li>
</ul>
<p data-tool="mdnice编辑器">可能最后<strong style="color: #ff3502;">什么都没改代码</strong>，而是重构了调用链，<strong style="color: #ff3502;">10行改动，性能翻倍</strong>。</p>
<p data-tool="mdnice编辑器">这就是品味，也是判断力。</p>
<h3 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">如何提升判断力？</span></h3>
<p data-tool="mdnice编辑器">以下是 3 个可以试一下的练习：</p>
<ul data-tool="mdnice编辑器">
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">列出5个最近想做的技术优化点</strong>，找一个信任的同事，请 TA 从「价值」角度给你打分。讨论你们意见不一致的地方。</section>
</li>
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">当别人做了我们本来想做的事时</strong>，别懊悔，去复盘：他们是怎么做的？结果如何？和预期一样吗？</section>
</li>
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">多和有经验的人聊「为什么做这事」</strong>，而不是「做了啥」。高手的判断逻辑，才是我们最该学的。</section>
</li>
</ul>
<hr data-tool="mdnice编辑器" />
<h1 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">价值输出：做有杠杆的事，而不是瞎忙</span></h1>
<h2 data-tool="mdnice编辑器"><span class="content" style="font-weight: normal; color: #3f3f3f;">什么是价值输出？</span></h2>
<p data-tool="mdnice编辑器">价值输出，不是我们写了多少代码、画了多少图，而是：</p>
<blockquote class="custom-blockquote multiquote-1" data-tool="mdnice编辑器"><p><strong style="color: #ff3502;">我们做的事，对别人有多大帮助，对团队和产品有多大推动力。</strong></p></blockquote>
<p data-tool="mdnice编辑器">举个例子：</p>
<ul data-tool="mdnice编辑器">
<li>
<section style="color: #010101;">写了一个内部小工具，帮测试同事节省了每周8小时 → <strong style="color: #ff3502;">高价值输出</strong></section>
</li>
<li>
<section style="color: #010101;">加班两天，把代码从 A 风格改成 B 风格 → <strong style="color: #ff3502;">低价值输出</strong></section>
</li>
</ul>
<p data-tool="mdnice编辑器"><strong style="color: #ff3502;">高效能技术人，不是更忙，而是更「值」。</strong></p>
<h3 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">案例：什么是「高杠杆」工作？</span></h3>
<p data-tool="mdnice编辑器">几个例子：</p>
<ul data-tool="mdnice编辑器">
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">优化工具链</strong>：比如把构建时间从 15 分钟降到 5 分钟，整个团队受益。</section>
</li>
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">识别研究方向</strong>：一开始只是某人边玩边试的 idea，最后变成公司级的重点项目。</section>
</li>
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">深入看数据</strong>：很多隐藏的问题，都是通过“一个人花几个小时翻日志”发现的。</section>
</li>
</ul>
<h3 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">如何提升价值输出？</span></h3>
<ul data-tool="mdnice编辑器">
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">每周问自己：我这周做的事，有没有「放大器」？</strong></section>
</li>
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">如果我停掉这件事，团队会受影响吗？</strong></section>
</li>
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">有没有更小的投入，能实现同样目标？</strong></section>
</li>
</ul>
<hr data-tool="mdnice编辑器" />
<h1 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">主观能动性：不等任务分配，主动出击</span></h1>
<h2 data-tool="mdnice编辑器"><span class="content" style="font-weight: normal; color: #3f3f3f;">什么是主观能动性？</span></h2>
<p data-tool="mdnice编辑器">一句话总结就是：</p>
<blockquote class="custom-blockquote multiquote-1" data-tool="mdnice编辑器"><p><strong style="color: #ff3502;">不等别人告诉我们做什么，而是我们主动去发现问题、提出方案、推动落地。</strong></p></blockquote>
<p data-tool="mdnice编辑器">很多人说自己「执行力强」，但其实只是「能干活」。</p>
<p data-tool="mdnice编辑器">真正的能动性，是我们在没有指导、没有明确需求时，<strong style="color: #ff3502;">还能找到方向、推动价值、让项目成型。</strong></p>
<h3 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">模式对比：</span></h3>
<section class="table-container" data-tool="mdnice编辑器">
<table>
<thead>
<tr>
<th>模式</th>
<th>工作风格</th>
<th>结果</th>
</tr>
</thead>
<tbody>
<tr>
<td>被动模式</td>
<td>“我等任务” “我按流程”</td>
<td>做了很多事，没人记得你</td>
</tr>
<tr>
<td>主动模式</td>
<td>“我发现问题” “我自己提方案”</td>
<td>你是推动者，别人靠你</td>
</tr>
</tbody>
</table>
</section>
<p data-tool="mdnice编辑器">这样成功就变得不可避免了。</p>
<h3 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">如何提升主观能动性？</span></h3>
<ul data-tool="mdnice编辑器">
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">从「任务驱动」切换到「目标驱动」</strong>：别只看排期，而是想「这事最终的业务目标是什么？」</section>
</li>
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">别等别人批准你做什么</strong>，先做 MVP，拿出 demo，让结果说话。</section>
</li>
<li>
<section style="color: #010101;"><strong style="color: #ff3502;">做项目时写一份小计划</strong>：从目标反推关键路径、时间点、资源缺口……这已经是半个技术管理者了。</section>
</li>
</ul>
<hr data-tool="mdnice编辑器" />
<h1 data-tool="mdnice编辑器"><span class="content" style="color: #3f3f3f;">小结：三力合一，才是真正的技术领导力</span></h1>
<section class="table-container" data-tool="mdnice编辑器">
<table>
<thead>
<tr>
<th>核心能力</th>
<th>解释</th>
<th>行动关键词</th>
</tr>
</thead>
<tbody>
<tr>
<td>判断力</td>
<td>选对事情、做对方法</td>
<td>选题、决策、优化路径</td>
</tr>
<tr>
<td>价值输出</td>
<td>做有杠杆的事</td>
<td>放大器、影响力、成果感</td>
</tr>
<tr>
<td>主观能动性</td>
<td>主动推动、对结果负责</td>
<td>发现问题、提出方案、执行落地</td>
</tr>
</tbody>
</table>
</section>
<hr data-tool="mdnice编辑器" />
<h2 data-tool="mdnice编辑器"><span class="content" style="font-weight: normal; color: #3f3f3f;">留个作业吧：今晚复盘一下</span></h2>
<p data-tool="mdnice编辑器">花10分钟，写下你最近做的3件事，问自己：</p>
<ul data-tool="mdnice编辑器">
<li>
<section style="color: #010101;">这事<strong style="color: #ff3502;">有没有判断失误</strong>？有没有更好的做法？</section>
</li>
<li>
<section style="color: #010101;">这事<strong style="color: #ff3502;">真正的价值产出在哪</strong>？是否值得投入？</section>
</li>
<li>
<section style="color: #010101;">是我<strong style="color: #ff3502;">主动推动</strong>的，还是等人安排的？</section>
</li>
</ul>
<p data-tool="mdnice编辑器">最后：</p>
<p data-tool="mdnice编辑器"><strong style="color: #ff3502;">写代码不如写决策，写决策不如写未来。我们一起成长。</strong></p>
<p data-tool="mdnice编辑器">以上。</p>
</section>
</section>
]]></content:encoded>
			<wfw:commentRss>https://www.phppan.com/2025/05/tech-leadership-judgment-value-proactivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
