<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Engineering Culture on Peter Fulop</title><link>https://peterfulop.tech/categories/engineering-culture/</link><description>Recent content in Engineering Culture on Peter Fulop</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>Peter Fulop</copyright><lastBuildDate>Sat, 09 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://peterfulop.tech/categories/engineering-culture/index.xml" rel="self" type="application/rss+xml"/><item><title>Effectiveness anti-patterns — part 5: when good work is invisible work</title><link>https://peterfulop.tech/p/invisible-work-make-the-work-legible/</link><pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate><guid>https://peterfulop.tech/p/invisible-work-make-the-work-legible/</guid><description>&lt;img src="https://peterfulop.tech/p/invisible-work-make-the-work-legible/effectiveness-antipaterns-05-invisible-work.png" alt="Featured image of post Effectiveness anti-patterns — part 5: when good work is invisible work" /&gt;&lt;p&gt;There is a sentence in &lt;a class="link" href="https://addyosmani.com/blog/" target="_blank" rel="noopener"
&gt;Addy Osmani&lt;/a&gt;&amp;rsquo;s chapter on &lt;a class="link" href="https://www.oreilly.com/library/view/the-effective-software/9798341638167/" target="_blank" rel="noopener"
&gt;engineering effectiveness anti-patterns&lt;/a&gt; that stayed with me longer than I expected: visibility issues often become critical when pursuing staff-level roles.&lt;/p&gt;
&lt;p&gt;This post is mostly a reflection on that idea and how it connects with platform and data infrastructure work I have seen, and sometimes made harder for myself.&lt;/p&gt;
&lt;p&gt;The uncomfortable part is simple: good work is not always visible work.&lt;/p&gt;
&lt;p&gt;That is especially true on platform teams.&lt;/p&gt;
&lt;h2 id="when-success-looks-like-silence"&gt;When success looks like silence
&lt;/h2&gt;&lt;p&gt;In product work, success often leaves a visible artifact.&lt;/p&gt;
&lt;p&gt;A feature ships. A customer-facing bug closes. A screen loads faster. Someone can point to the thing and say: this changed.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Platform and data infrastructure work is different.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A pipeline that runs cleanly does not generate a Slack thread.&lt;/p&gt;
&lt;p&gt;A migration that does not break downstream BI does not produce an incident review.&lt;/p&gt;
&lt;p&gt;A Snowflake access policy that quietly enforces the right boundary does not get a demo.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The better the work is, the less it may look like anything happened.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;For a long time, I was comfortable with that. I liked the idea that reliable systems should be quiet. I still believe that. &lt;em&gt;Noise is not a sign of impact&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;But I have also started to see the risk in taking that too far.&lt;/p&gt;
&lt;p&gt;If only the three people closest to the work understand what changed, what tradeoff was made, and what failure was avoided, then the work is not just quiet. It is partly invisible.&lt;/p&gt;
&lt;p&gt;That matters more as the scope gets wider.&lt;/p&gt;
&lt;h2 id="the-instinct-i-had-to-question"&gt;The instinct I had to question
&lt;/h2&gt;&lt;p&gt;I used to trust the idea that good work would eventually speak for itself.&lt;/p&gt;
&lt;p&gt;There is something honest in that instinct. I do not like performative visibility. I do not want every small task turned into a victory lap. Most engineering work is team work anyway, and claiming too much individual credit usually feels wrong.&lt;/p&gt;
&lt;p&gt;But I think I confused two different things.&lt;/p&gt;
&lt;p&gt;Not performing is good.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Not communicating is different.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If a migration avoided a BI outage, but nobody outside the immediate team knows what risk was avoided, then the result is not legible.&lt;/p&gt;
&lt;p&gt;If a production DAG runs without paging anyone, but the handoff decision, operational constraint, and ownership change are only remembered by the person who implemented it, then the system got better but the organizational memory did not.&lt;/p&gt;
&lt;p&gt;That is the part I had been underestimating.&lt;/p&gt;
&lt;p&gt;The work does not need a louder story. It needs a clearer record.&lt;/p&gt;
&lt;h2 id="the-distributed-team-version-of-the-problem"&gt;The distributed-team version of the problem
&lt;/h2&gt;&lt;p&gt;There is also a structural reason this matters.&lt;/p&gt;
&lt;p&gt;I work from Budapest. Some of the people who need to understand my work are in US or in other teams. They do not see the pull request as it happens. They do not sit in every refinement. They do not read every runbook.&lt;/p&gt;
&lt;p&gt;They see whatever surfaces.&lt;/p&gt;
&lt;p&gt;Incidents surface.&lt;/p&gt;
&lt;p&gt;Delivery dates surface.&lt;/p&gt;
&lt;p&gt;Cross-team blockers surface.&lt;/p&gt;
&lt;p&gt;But a lot of good platform work prevents those things from surfacing in the first place.&lt;/p&gt;
&lt;p&gt;That means the absence itself needs some shape.&lt;/p&gt;
&lt;p&gt;I do not mean exaggerating it. I mean writing down enough context that someone who was not in the room can still understand the decision.&lt;/p&gt;
&lt;p&gt;What could have broken?&lt;/p&gt;
&lt;p&gt;What tradeoff did we choose?&lt;/p&gt;
&lt;p&gt;Which downstream team was protected?&lt;/p&gt;
&lt;p&gt;What would we do differently if the same pattern had to work at ten times the scale?&lt;/p&gt;
&lt;p&gt;Those are small questions, but they change the usefulness of the update.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Airflow upgrade shipped&amp;rdquo; is a status line.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;We moved the pipeline to the newer 3.0.6 Airflow version, accepted some migration cost now, and reduced the risk of running critical data workflows on an aging orchestration layer&amp;rdquo; is closer to a decision someone else can repeat.&lt;/p&gt;
&lt;p&gt;The second version takes longer to write. It is also the version that carries judgment&lt;/p&gt;
&lt;h2 id="making-absences-legible"&gt;Making absences legible
&lt;/h2&gt;&lt;p&gt;The reframing that has helped me most is this:&lt;/p&gt;
&lt;p&gt;Much of platform work creates useful absences.&lt;/p&gt;
&lt;p&gt;No incident.&lt;/p&gt;
&lt;p&gt;No broken dashboard.&lt;/p&gt;
&lt;p&gt;No confused access path.&lt;/p&gt;
&lt;p&gt;No data scientist blocked because a notebook-to-DAG handoff was unclear.&lt;/p&gt;
&lt;p&gt;By default, those absences disappear.&lt;/p&gt;
&lt;p&gt;So I am trying to get better at &lt;strong&gt;making them legible without inflating them&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;For me, that usually means a short note after meaningful work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;what changed&lt;/li&gt;
&lt;li&gt;what risk it reduced&lt;/li&gt;
&lt;li&gt;what decision mattered&lt;/li&gt;
&lt;li&gt;who benefits from it&lt;/li&gt;
&lt;li&gt;what remains unresolved&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is not a grand communication framework. It is closer to a small maintenance habit.&lt;/p&gt;
&lt;p&gt;The audience is not only leadership. It is also the future version of the team that will ask, three months later, why we made this choice and what we were optimizing for.&lt;/p&gt;
&lt;p&gt;When I do this well, it does not feel like self-promotion. It feels like design documentation written close to the moment when the context is still fresh.&lt;/p&gt;
&lt;p&gt;When I skip it, I usually regret it later.&lt;/p&gt;
&lt;h2 id="the-question-i-am-using-now"&gt;The question I am using now
&lt;/h2&gt;&lt;p&gt;I am still not naturally good at this.&lt;/p&gt;
&lt;p&gt;My default is to finish the work, move to the next thing, and assume the outcome is obvious. In platform work, it often is not.&lt;/p&gt;
&lt;p&gt;So I have started asking one question when I finish something that actually mattered:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If somebody two levels away from the work asked what changed, could they explain it in one sentence I would agree with?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If the answer is no, the work may still be good.&lt;/p&gt;
&lt;p&gt;It is just not legible yet.&lt;/p&gt;
&lt;p&gt;Sometimes the fix is a paragraph to my manager. Sometimes it is a short note in a shared channel. Sometimes it is a small design record. Sometimes it is a blog post like this one, written after I notice the same pattern more than once.&lt;/p&gt;
&lt;p&gt;The point is not to make every task visible.&lt;/p&gt;
&lt;p&gt;The point is to make the important decisions understandable outside the room where they happened.&lt;/p&gt;
&lt;p&gt;That feels, to me, like one of the quiet shifts from senior execution toward staff-level scope.&lt;/p&gt;
&lt;p&gt;Not louder work.&lt;/p&gt;
&lt;p&gt;More legible work.&lt;/p&gt;</description></item><item><title>Effectiveness anti-patterns — part 3: knowledge silos feel efficient until they don't</title><link>https://peterfulop.tech/p/knowledge-silos-share-what-you-know/</link><pubDate>Sat, 18 Apr 2026 00:00:00 +0000</pubDate><guid>https://peterfulop.tech/p/knowledge-silos-share-what-you-know/</guid><description>&lt;img src="https://peterfulop.tech/p/knowledge-silos-share-what-you-know/effectiveness-antipaterns-03-knowledge-silos.png" alt="Featured image of post Effectiveness anti-patterns — part 3: knowledge silos feel efficient until they don't" /&gt;&lt;p&gt;This post is mostly a reflection on Addy Osmani&amp;rsquo;s chapter about knowledge silos and how it connects with situations I have seen, and sometimes reinforced, myself.&lt;/p&gt;
&lt;h2 id="when-one-person-becomes-the-queue"&gt;When one person becomes the queue
&lt;/h2&gt;&lt;p&gt;In data and platform work, knowledge silos rarely announce themselves dramatically. More often they arrive dressed as responsibility.&lt;/p&gt;
&lt;p&gt;One person knows the ugly Airflow DAG nobody wants to touch. Another knows why a Snowflake policy was written in a strange way three quarters ago. A third knows which operational step is safe to automate and which one still has a sharp edge.&lt;/p&gt;
&lt;p&gt;At first this can look like efficiency. Questions go to the fastest person. Incidents get resolved quickly. Reviews move because the &amp;ldquo;owner&amp;rdquo; already knows the answer.&lt;/p&gt;
&lt;p&gt;I have been on both sides of this. I have depended too much on the one person who knew a system well, and I have also been that person, quietly becoming the routing layer for every question touching an area I understood better than the rest of the team.&lt;/p&gt;
&lt;p&gt;The problem is that this arrangement feels efficient.&lt;/p&gt;
&lt;p&gt;Right up to the point when it very clearly is not.&lt;/p&gt;
&lt;p&gt;I’m not even sure I noticed this happening at the time — it just gradually became normal.&lt;/p&gt;
&lt;h2 id="why-it-happens"&gt;Why it happens
&lt;/h2&gt;&lt;p&gt;I do not think knowledge silos are always about ego or job protection. Sometimes they are. But in my experience the more common cause is simpler.&lt;/p&gt;
&lt;p&gt;It starts when a system is messy, production-facing, or expensive to get wrong. The person carrying the operational risk stays close to it. They know the history, the failed attempts, the hidden dependencies, the weird edge cases.&lt;/p&gt;
&lt;p&gt;Handing that context over takes time they do not feel they have, so they keep moving alone.&lt;/p&gt;
&lt;p&gt;That choice is understandable. It is also how the silo gets stronger.&lt;/p&gt;
&lt;p&gt;I have seen this happen in small engineering teams where everybody is busy and the shortest path is obvious: let the person with context handle it. For a sprint or two, that can even be the right call.&lt;/p&gt;
&lt;p&gt;The trouble starts when a temporary shortcut turns into a default operating model.&lt;/p&gt;
&lt;p&gt;Then the signals show up.&lt;/p&gt;
&lt;p&gt;Code review can become a bit ceremonial, because only one reviewer can really judge the change.&lt;/p&gt;
&lt;p&gt;Vacation creates low-grade anxiety because everyone knows which system must not break that week.&lt;/p&gt;
&lt;p&gt;Important decisions start living in somebody&amp;rsquo;s head, or in Slack threads nobody will realistically find later.&lt;/p&gt;
&lt;p&gt;And the person who &amp;ldquo;owns&amp;rdquo; the area slowly becomes overloaded by support, interruptions, and invisible maintenance.&lt;/p&gt;
&lt;h2 id="what-i-had-to-admit"&gt;What I had to admit
&lt;/h2&gt;&lt;p&gt;The uncomfortable part for me is that being the person with the context can feel good.&lt;/p&gt;
&lt;p&gt;People trust your judgment. You can move quickly. You know where the bodies are buried. In the short term, it can look like competence.&lt;/p&gt;
&lt;p&gt;In the long term, it often becomes a limit on your own effectiveness.&lt;/p&gt;
&lt;p&gt;If every tricky issue in a certain area still needs me, then I have not really scaled anything. I have just built a nicer bottleneck.&lt;/p&gt;
&lt;p&gt;That is the part I try to keep in mind now. Not because sharing knowledge is morally better.&lt;/p&gt;
&lt;p&gt;Because it is operationally better, and because the alternative quietly traps both the team and the so-called expert.&lt;/p&gt;
&lt;h2 id="what-has-helped-in-practice"&gt;What has helped in practice
&lt;/h2&gt;&lt;p&gt;I do not think this gets fixed by saying &amp;ldquo;we should document more&amp;rdquo; and leaving it there. The useful version is more concrete.&lt;/p&gt;
&lt;p&gt;What helped me most was lowering the bar for transfer.&lt;/p&gt;
&lt;p&gt;A short runbook is better than waiting for the perfect document.&lt;/p&gt;
&lt;p&gt;A pairing session on a real incident is better than a polished presentation nobody will revisit.&lt;/p&gt;
&lt;p&gt;A review where I explain why a change is risky is better than leaving a vague &amp;ldquo;not comfortable with this&amp;rdquo; comment and keeping the reasoning to myself.&lt;/p&gt;
&lt;p&gt;I remember one case where a single Snowflake policy change was blocked for days just because only one person felt comfortable touching it.&lt;/p&gt;
&lt;p&gt;I have also learned that ownership spreads faster when the second person is allowed to do real work, not just observe.&lt;/p&gt;
&lt;p&gt;If someone only watches me handle the difficult part, I still own the system.&lt;/p&gt;
&lt;p&gt;If they take the next change with me nearby, the center of gravity already shifts.&lt;/p&gt;
&lt;p&gt;In teams I led or supported, the most useful small changes were usually these:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;asking for one more reviewer outside the usual ownership line&lt;/li&gt;
&lt;li&gt;rotating small operational tasks before rotating the big scary ones&lt;/li&gt;
&lt;li&gt;turning recurring Slack answers into notes immediately (this one helped more than I expected)&lt;/li&gt;
&lt;li&gt;involving another engineer in incident follow-up, not only in the incident itself&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;None of this is glamorous. That is probably why it gets postponed.&lt;/p&gt;
&lt;h2 id="the-real-payoff"&gt;The real payoff
&lt;/h2&gt;&lt;p&gt;People sometimes act as if sharing knowledge makes you replaceable. I think the opposite is closer to the truth.&lt;/p&gt;
&lt;p&gt;The engineer who keeps most of the context often becomes necessary in a very narrow way.&lt;/p&gt;
&lt;p&gt;The engineer who spreads context becomes useful at a broader level.&lt;/p&gt;
&lt;p&gt;That second version has more room to improve systems, mentor others, and take on work that actually requires senior judgment instead of constant re-explanation.&lt;/p&gt;
&lt;p&gt;After seeing this play out many times over the years, I’ve learned to trust that pattern more than the short-term comfort of being the only one who understands something.&lt;/p&gt;
&lt;h2 id="one-question-i-try-to-use"&gt;One question I try to use
&lt;/h2&gt;&lt;p&gt;When I notice myself holding onto an area too tightly, I try to ask a very simple question:&lt;/p&gt;
&lt;p&gt;What part of this is genuinely hard, and what part is just undocumented history living in my head?&lt;/p&gt;
&lt;p&gt;That question does not solve the problem on its own.&lt;/p&gt;
&lt;p&gt;But most of the time it at least tells me where to start.&lt;/p&gt;
&lt;p&gt;If the hard part is real, I should teach it.&lt;/p&gt;
&lt;p&gt;If the hard part is mostly history, I should write it down and stop making the team rediscover it through me.&lt;/p&gt;</description></item><item><title>Avoiding getting territorial pays off — in collaboration and trust</title><link>https://peterfulop.tech/p/avoiding-getting-territorial/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><guid>https://peterfulop.tech/p/avoiding-getting-territorial/</guid><description>&lt;img src="https://peterfulop.tech/p/avoiding-getting-territorial/avoiding_getting_territorial.jpg" alt="Featured image of post Avoiding getting territorial pays off — in collaboration and trust" /&gt;&lt;p&gt;This post is mostly a reflection on &lt;a class="link" href="https://www.thecaringtechie.com/p/how-to-handle-territorial-behavior" target="_blank" rel="noopener"
&gt;Irina Stanescu&amp;rsquo;s article&lt;/a&gt; and how it connects with situations I&amp;rsquo;ve seen, and sometimes created, myself.&lt;/p&gt;
&lt;h2 id="the-quiet-version"&gt;The quiet version
&lt;/h2&gt;&lt;p&gt;My weekend read was about territorial behavior in engineering teams, and it stayed with me longer than I expected. Not because the idea was new, but because it named a pattern that is easy to miss when you are the one doing it.&lt;/p&gt;
&lt;p&gt;I have seen the obvious version before: people shutting others out, guarding access, treating a system like private property. That is easy to spot from the outside.&lt;/p&gt;
&lt;p&gt;The harder version to catch is quieter.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;It shows up when someone comments on an area you know well and your first instinct is to defend it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It shows up when a suggestion feels like an intrusion before you have properly evaluated it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It shows up when &amp;ldquo;this is risky&amp;rdquo; is partly true, but not the whole truth.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="where-it-comes-from"&gt;Where it comes from
&lt;/h2&gt;&lt;p&gt;In platform and data work, I think this is easy to fall into. Ownership matters. Context matters. Bad changes can create real downstream pain. If you have spent enough time carrying production responsibility, some protectiveness is understandable.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The problem is that the feeling may be understandable while the behavior is still counterproductive.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When I look back on situations where I was too defensive, the issue was usually not pure ego. It was something more ordinary:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I wanted to be consulted earlier.&lt;/li&gt;
&lt;li&gt;I felt responsible for the consequences.&lt;/li&gt;
&lt;li&gt;I did not trust that the full context had been considered.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Those are all legitimate concerns. But if they come out as territorial behavior, they do damage anyway. People stop raising ideas early. They become more careful around you than they should be. Collaboration becomes slower and more political than the work deserves.&lt;/p&gt;
&lt;h2 id="catching-it-in-yourself"&gt;Catching it in yourself
&lt;/h2&gt;&lt;p&gt;That was the part of the article I found most useful: not how to deal with territorial behavior in others, but &lt;strong&gt;how to deal with it in yourself.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For me, the practical version looks like this.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;First&lt;/strong&gt;, slow the reaction down. The first defensive thought is not always wrong, but it is often incomplete. If I move too fast from discomfort to rejection, I skip the part where I might learn something.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Second&lt;/strong&gt;, separate the technical objection from the ownership emotion. Sometimes an idea is genuinely weak. Sometimes it only feels wrong because it touches an area I identify with. Those are not the same thing, and mixing them makes the conversation worse.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Third&lt;/strong&gt;, say the real concern plainly. &amp;ldquo;I want to understand the impact before we change this.&amp;rdquo; &amp;ldquo;I would like to be part of this decision.&amp;rdquo; &amp;ldquo;I am worried about the operational cost if this goes wrong.&amp;rdquo; Those are much more useful statements than acting like the territory itself needs defending.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="the-cost-of-getting-it-wrong"&gt;The cost of getting it wrong
&lt;/h2&gt;&lt;p&gt;I do not think this is only a management problem or only a Staff-level problem. But as your scope grows, the cost gets higher. If people learn that bringing you an idea means walking into a defensive conversation, they will either avoid you or work around you. Neither outcome is good for trust, and neither helps the system.&lt;/p&gt;
&lt;h2 id="one-small-adjustment"&gt;One small adjustment
&lt;/h2&gt;&lt;p&gt;I am writing this mostly as a note to myself. I do not think I have this solved. I just know that some of my worst collaborative moments started with a reasonable concern expressed in an unhelpful way.&lt;/p&gt;
&lt;p&gt;The adjustment I am trying to make is small but difficult: &lt;strong&gt;ask one more question before saying no.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;That alone does not solve everything. But it creates enough space to tell the difference between real technical risk and simple territorial reflex. In my experience, that distinction matters more than it first appears.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Weekend read: &lt;a class="link" href="https://www.thecaringtechie.com/p/how-to-handle-territorial-behavior" target="_blank" rel="noopener"
&gt;The Ownership Problem: Why We Get Territorial And What To Do About It&lt;/a&gt; by Irina Stanescu&lt;/em&gt;&lt;/p&gt;</description></item><item><title>The hidden causes of self-doubt at work</title><link>https://peterfulop.tech/p/hidden-causes-self-doubt-at-work/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://peterfulop.tech/p/hidden-causes-self-doubt-at-work/</guid><description>&lt;img src="https://peterfulop.tech/p/hidden-causes-self-doubt-at-work/hidden-causes-self-doubt-at-work.png" alt="Featured image of post The hidden causes of self-doubt at work" /&gt;&lt;p&gt;&lt;strong&gt;Silence isn&amp;rsquo;t neutral — for most employees, it quickly turns into &amp;ldquo;something must be wrong.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I came across &lt;a class="link" href="https://www.thecaringtechie.com/p/why-your-team-might-be-underperforming?hide_intro_popup=true" target="_blank" rel="noopener"
&gt;Irina Stanescu&amp;rsquo;s insights&lt;/a&gt; on why people start doubting themselves at work, and it&amp;rsquo;s a powerful checklist for any manager.&lt;/p&gt;
&lt;p&gt;Managers often think they&amp;rsquo;re helping when they jump in to fix things or constantly &amp;ldquo;course-correct&amp;rdquo;. But in reality:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Micromanaging chips away at trust.&lt;/li&gt;
&lt;li&gt;Silence leaves space the mind quickly fills with doubt.&lt;/li&gt;
&lt;li&gt;Stepping in too quickly blocks learning.&lt;/li&gt;
&lt;li&gt;Moving the goalposts kills momentum.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Leadership isn&amp;rsquo;t just about delivering results — it&amp;rsquo;s about creating the psychological safety that makes those results possible.&lt;/p&gt;
&lt;p&gt;Which one of these do you find the hardest to avoid?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I&amp;rsquo;d love to hear what you think about this. Drop a comment on &lt;a class="link" href="https://www.linkedin.com/posts/irinastanescu_why-people-start-doubting-themselves-at-work-activity-7165751259393705984-UeIk" target="_blank" rel="noopener"
&gt;the related LinkedIn post&lt;/a&gt; or reach out directly.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>A senior mindset is ultimately about trust</title><link>https://peterfulop.tech/p/senior-mindset-trust/</link><pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate><guid>https://peterfulop.tech/p/senior-mindset-trust/</guid><description>&lt;img src="https://peterfulop.tech/p/senior-mindset-trust/senior-mindset-trust.png" alt="Featured image of post A senior mindset is ultimately about trust" /&gt;&lt;p&gt;For a long time, I felt the pressure to always have an answer, or at least pretend I did.&lt;/p&gt;
&lt;p&gt;Gregor Ojstersek&amp;rsquo;s recent article in the Engineering Leadership newsletter really cuts through this myth. He argues that being comfortable saying &amp;ldquo;I don&amp;rsquo;t know&amp;rdquo; is actually a sign of experience, maturity, and true seniority.&lt;/p&gt;
&lt;p&gt;Because a senior mindset is ultimately about trust.&lt;/p&gt;
&lt;p&gt;A senior engineer isn&amp;rsquo;t the one who knows everything — it&amp;rsquo;s the one who responds confidently and constructively when they don&amp;rsquo;t know:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;I don&amp;rsquo;t know yet, but I&amp;rsquo;ll look into it.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Let&amp;rsquo;s explore this together.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;I know someone who might have the answer.&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What began as a light weekend read ended up strongly reinforcing something I deeply believe: honesty builds trust.&lt;/p&gt;
&lt;p&gt;Admitting you don&amp;rsquo;t know something isn&amp;rsquo;t a flaw — it&amp;rsquo;s part of being reliable, especially in senior roles.&lt;/p&gt;
&lt;p&gt;Highly recommended read: &lt;a class="link" href="https://newsletter.eng-leadership.com/p/saying-i-dont-know-is-a-sign-of-seniority" target="_blank" rel="noopener"
&gt;Saying &amp;ldquo;I don&amp;rsquo;t know&amp;rdquo; Is a Sign of Seniority For Me&lt;/a&gt; by &lt;a class="link" href="https://substack.com/@gregorojstersek" target="_blank" rel="noopener"
&gt;Gregor Ojstersek&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I&amp;rsquo;d love to hear what you think about this. Drop a comment on &lt;a class="link" href="https://www.linkedin.com/posts/fuloppeter_career-mindset-seniority-activity-7391025104161488896-1_f6" target="_blank" rel="noopener"
&gt;the related LinkedIn post&lt;/a&gt; or reach out directly.&lt;/em&gt;&lt;/p&gt;</description></item></channel></rss>