<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Engineering Leadership on Peter Fulop</title><link>https://peterfulop.tech/tags/engineering-leadership/</link><description>Recent content in Engineering Leadership on Peter Fulop</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>Peter Fulop</copyright><lastBuildDate>Mon, 03 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://peterfulop.tech/tags/engineering-leadership/index.xml" rel="self" type="application/rss+xml"/><item><title>Using AI to become a team multiplier: a mindset that makes the people around you more effective - part 1</title><link>https://peterfulop.tech/p/how-ai-can-help-you-become-a-team-multiplier-part-1/</link><pubDate>Mon, 03 Aug 2026 00:00:00 +0000</pubDate><guid>https://peterfulop.tech/p/how-ai-can-help-you-become-a-team-multiplier-part-1/</guid><description>&lt;img src="https://peterfulop.tech/p/how-ai-can-help-you-become-a-team-multiplier-part-1/how-to-use-AI-to-become-team-multiplier.png" alt="Featured image of post Using AI to become a team multiplier: a mindset that makes the people around you more effective - part 1" /&gt;&lt;p&gt;This is the first part of an article series about using AI to become more useful for the people around you. In this part, I focus on code reviews: how they can become an opportunity for mentoring, sharing knowledge, and helping the whole team move with more confidence.&lt;/p&gt;
&lt;p&gt;Working in a team does not automatically make you a team multiplier. At first, the term &amp;ldquo;team multiplier&amp;rdquo; can sound like career-ladder language: something you need to prove before you can move to the next level.&lt;/p&gt;
&lt;p&gt;In practice, I think it is much more human and much more concrete than that. You become a team multiplier by building habits and a mindset that make the people around you more effective. You share useful context. You help unblock someone. You take responsibility for problems that are slightly outside your usual area of ownership, because solving them helps the team move forward.&lt;/p&gt;
&lt;p&gt;AI can support this work. Used well, it can help you prepare and share knowledge, investigate unfamiliar problems, and give your teammates a better starting point. It does not replace judgment, trust, or collaboration. But it can make it easier to act on those values more consistently.&lt;/p&gt;
&lt;p&gt;In this post, I want to explore how AI can help build a team multiplier mindset, and where the human part still matters the most.&lt;/p&gt;
&lt;h2 id="the-process-is-not-a-selfish-game-and-it-is-not-tied-to-seniority"&gt;The process is not a selfish game, and it is not tied to seniority
&lt;/h2&gt;&lt;p&gt;Developing team multiplier skills can help your career. It may help you grow into bigger roles, earn more trust, and eventually receive better compensation. But that is neither the real reward nor the only one.&lt;/p&gt;
&lt;p&gt;The real reward is what changes in you.&lt;/p&gt;
&lt;p&gt;You start leaving behind the need to prove yourself all the time. You become less driven by ego, less afraid of failure, and more focused on what helps the team and the company succeed. Responsibility stops being something attached only to a title. It becomes something you choose, even when nobody explicitly asks for it.&lt;/p&gt;
&lt;p&gt;And you do not need to wait until you are senior to begin. You can start as a junior, with small steps, and build this mindset throughout your journey.&lt;/p&gt;
&lt;h2 id="code-reviews-are-an-opportunity-for-mentoring-and-sharing-knowledge"&gt;Code reviews are an opportunity for mentoring and sharing knowledge
&lt;/h2&gt;&lt;p&gt;With AI involved in writing code, the number of PRs one software engineer can create is increasing. Because of that, the number of PRs we review will probably increase as well.&lt;/p&gt;
&lt;p&gt;My recommendation is not to react to this by pressing the &amp;ldquo;approve&amp;rdquo; button faster. Instead, we should make reviews more thoughtful.&lt;/p&gt;
&lt;p&gt;The colleague who created the PR, even with AI assistance, still owns the change. They are primarily responsible for what they are going to merge and eventually push to production. But as a reviewer, you also have responsibility. Your role is not only to catch obvious bugs. It is also to put the right amount of effort into understanding the change and helping improve it.&lt;/p&gt;
&lt;p&gt;This is where code reviews become a real opportunity for mentoring and sharing knowledge. You can use the review to share your review strategies, architectural thinking, and code design experience. Over time, this helps colleagues make better decisions themselves. It also helps them guide AI agents more effectively in the future, because they learn what good technical reasoning looks like.&lt;/p&gt;
&lt;p&gt;There are also agreements you can make with your team before a PR is even opened:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;one PR should address a single problem or a single feature&lt;/li&gt;
&lt;li&gt;agree with the team that, when possible, PRs should stay small enough to review in one focused session; if there are too many changes, split them into smaller PRs&lt;/li&gt;
&lt;li&gt;adopt shared code generation guidelines, conventions, design patterns, and domain or project-specific requirements, so the review becomes more structured and focused; I wrote more about this in &lt;a class="link" href="https://peterfulop.tech/p/improving-ai-generated-python-code-quality/" target="_blank" rel="noopener"
&gt;How I improved AI-generated Python code by setting clear instructions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;instruct the agent not only to generate code, but also to write tests and documentation, and update the agent context for the changes it makes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also use agents before and during the review process:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;use agents to validate whether the changes follow team agreements and development conventions&lt;/li&gt;
&lt;li&gt;ask agents to review the changes, but make sure the PR owner has already reviewed and addressed the issues and warnings raised by the agent&lt;/li&gt;
&lt;li&gt;use agents to understand what the code changes are doing, and what intent or requirement might be behind them&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The outcome of the review should be shared with the PR owner, but not as an opportunity for blame or criticism. The point is to help your colleague understand the reasoning behind your comments and suggestions. That is where the mentoring happens.&lt;/p&gt;
&lt;h2 id="conclusion"&gt;Conclusion
&lt;/h2&gt;&lt;p&gt;I believe code reviews are a real opportunity for mentoring and sharing knowledge. When they are done in person, or at least through a direct conversation, they can make the process even more human and collaborative. This matters especially in the AI era, where human collaboration can easily become rarer if we let every interaction move into tools and comments.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AI can help the code review process, but it is not a substitute for human judgment and collaboration.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By using AI to support code reviews, you can share clearer and more professionally grounded technical reasoning with your colleagues. That reasoning helps the team generate faster, better, and more reliable code.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This is one piece in the puzzle of becoming a team multiplier.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="whats-next"&gt;What&amp;rsquo;s next?
&lt;/h2&gt;&lt;p&gt;In the next part of the article, I will explore how pair programming can help the team learn, and how creating documentation, including context for agents, can help the team advance faster.&lt;/p&gt;
&lt;h2 id="disclosure"&gt;Disclosure
&lt;/h2&gt;&lt;p&gt;This article was written by me. I used AI to improve clarity, correct grammatical errors, and refine phrasing, but the reasoning and opinions are my own.&lt;/p&gt;
&lt;p&gt;The hero image was generated with Gemini 3.1 Pro.&lt;/p&gt;</description></item></channel></rss>