<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Natália Spencer</title>
    <description>The latest articles on Forem by Natália Spencer (@nataliaherself).</description>
    <link>https://forem.com/nataliaherself</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3573031%2Fc44153c6-30c0-41c7-8c8e-74cba6d34a4a.jpg</url>
      <title>Forem: Natália Spencer</title>
      <link>https://forem.com/nataliaherself</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nataliaherself"/>
    <language>en</language>
    <item>
      <title>Meta Built an AI to Write Reviews. You Still Need to Remember.</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Fri, 27 Feb 2026 00:16:36 +0000</pubDate>
      <link>https://forem.com/nataliaherself/meta-built-an-ai-to-write-reviews-you-still-need-to-remember-eb</link>
      <guid>https://forem.com/nataliaherself/meta-built-an-ai-to-write-reviews-you-still-need-to-remember-eb</guid>
      <description>&lt;p&gt;&lt;em&gt;Meta built an AI to help write performance reviews. But you still need to remember what you accomplished. Learn how to track work achievements automatically.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Late last year, Meta launched an AI-powered performance review assistant for their employees. The tool, which integrates their internal AI assistant Metamate with Google's Gemini, helps staff write better self-reviews and peer feedback.&lt;/p&gt;

&lt;p&gt;There's just one problem: you still have to tell it what you accomplished.&lt;/p&gt;

&lt;p&gt;The AI can make your writing more polished. It can format your achievements into compelling narratives. It can ensure your review aligns with company values. But it can't remember the critical bug fix you shipped in March. Or the architectural decision you made in July. Or the teammate you mentored in September.&lt;/p&gt;

&lt;p&gt;Meta's AI solves the output problem. It doesn't solve the input problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Meta Actually Built
&lt;/h2&gt;

&lt;p&gt;In December 2025, Meta launched their AI Performance Assistant for year-end reviews. According to &lt;a href="https://www.businessinsider.com/meta-ai-assistant-helps-employees-performance-reviews-2025-11" rel="noopener noreferrer"&gt;Business Insider&lt;/a&gt;, the tool does exactly what you'd expect from a modern AI writing assistant.&lt;/p&gt;

&lt;p&gt;Employees feed their accomplishments into the system. The AI—using both Meta's internal Metamate (trained on company docs) and Google's Gemini—generates polished review text. Employees edit the output. Submit the review.&lt;/p&gt;

&lt;p&gt;Based on available reports, the workflow appears to work like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Employee manually compiles what they worked on&lt;/li&gt;
&lt;li&gt;Employee inputs accomplishments into AI tool&lt;/li&gt;
&lt;li&gt;AI drafts review text&lt;/li&gt;
&lt;li&gt;Employee refines the AI-generated content&lt;/li&gt;
&lt;li&gt;Employee submits review&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Notice what's missing? Steps 0 through 1. The part where you actually remember what you did.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Remember Accomplishments for Performance Reviews
&lt;/h2&gt;

&lt;p&gt;If you've ever prepared a performance review, you know the hard part isn't writing eloquent prose. The hard part is answering a much simpler question: what did I actually accomplish in the last six months? This is the universal challenge: how to remember accomplishments for performance reviews when months have passed.&lt;/p&gt;

&lt;p&gt;You shipped code every day. You closed tickets. You reviewed PRs. You fixed bugs. You participated in design discussions. You mentored teammates. You made architectural decisions. All of this happened, but can you list it six months later?&lt;/p&gt;

&lt;p&gt;Most engineers can't. Not because they didn't do the work, but because human memory doesn't work that way.&lt;/p&gt;

&lt;p&gt;You remember the big projects. The feature launch that took three months. The incident that kept you up until 2am. But what about everything else? The steady stream of smaller contributions that actually make up most of your work?&lt;/p&gt;

&lt;p&gt;That refactor in April? Gone. The performance optimization in May? Fuzzy. The bug fix that saved a customer from churning? You know you did something like that, but when was it exactly?&lt;/p&gt;

&lt;p&gt;This is the documentation problem that Meta's AI doesn't solve. You can have the most sophisticated AI writing assistant in the world, but if you can't remember what you accomplished, it never makes it into your review. The challenge isn't writing—it's capturing and tracking work achievements before memory fades.&lt;/p&gt;

&lt;h2&gt;
  
  
  Meta's Approach Still Requires Manual Input
&lt;/h2&gt;

&lt;p&gt;Here's what Meta's AI Performance Assistant &lt;a href="https://www.businessinsider.com/meta-ai-assistant-helps-employees-performance-reviews-2025-11" rel="noopener noreferrer"&gt;actually does&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Metamate searches internal docs.&lt;/strong&gt; If you wrote design docs, sent emails, or posted in internal forums, Metamate can find and summarize those. That's useful for context.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It generates draft text.&lt;/strong&gt; Feed it bullet points about your work, and it'll turn them into polished review language. It knows company terminology. It can map your work to Meta's values.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It combines multiple AI models.&lt;/strong&gt; Using both Metamate and Gemini gives employees different strengths—internal context from one, broader reasoning from the other.&lt;/p&gt;

&lt;p&gt;But based on available information, it doesn't appear to automatically capture code commits, merged PRs, or closed bugs. Employees still need to tell the system what they accomplished.&lt;/p&gt;

&lt;p&gt;Even with access to internal documentation, the system still relies on you remembering what's worth documenting. If you didn't write a design doc for that critical bug fix, Metamate won't find it. If you didn't post about that architectural decision in the internal forum, it's not in the system.&lt;/p&gt;

&lt;p&gt;Your actual work—the code you shipped, the PRs you reviewed, the commits you made—isn't automatically captured.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcg95puv6p7fpq38r4ws9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcg95puv6p7fpq38r4ws9.png" alt="Diagram showing what Metamate can access (internal docs, emails, forums) versus what it cannot access (Git commits, PRs, bugs, code reviews)" width="800" height="419"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Missing Layer: Automatic Achievement Capture
&lt;/h2&gt;

&lt;p&gt;This is where the automation gap becomes obvious. Meta employees still need to do the same thing everyone else does: manually track their accomplishments and compile them from memory before they can use the AI writing tool.&lt;/p&gt;

&lt;p&gt;Compare this to a system that starts with your actual work:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Your Git commits are automatically captured as they happen&lt;/li&gt;
&lt;li&gt;PRs you created and merged are tracked&lt;/li&gt;
&lt;li&gt;Issues you closed are documented&lt;/li&gt;
&lt;li&gt;Technical context is preserved (branch names, commit messages, dates)&lt;/li&gt;
&lt;li&gt;When review time comes, you have a complete record&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is what automatic achievement tracking provides. You're not relying on memory. You're not scrolling through six months of Git history at 11pm. The documentation already exists because it was captured while you were working.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp2qpvhpm5z0jz67bp6xn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp2qpvhpm5z0jz67bp6xn.png" alt="Comparison diagram showing Meta's manual approach (remember, input, AI writes) versus automatic capture approach (work captured automatically, context preserved, complete record ready" width="800" height="419"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then—and only then—does an AI writing assistant become useful. It can help you synthesize that complete record into compelling review language. But it needs the complete record first.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters Now
&lt;/h2&gt;

&lt;p&gt;Meta isn't just helping employees write reviews. They're changing how they evaluate them. Starting in 2026, &lt;a href="https://www.businessinsider.com/meta-ai-assistant-helps-employees-performance-reviews-2025-11" rel="noopener noreferrer"&gt;"AI-driven impact" becomes a formal part of performance reviews&lt;/a&gt;. Employees are assessed on how effectively they use AI tools to deliver results.&lt;/p&gt;

&lt;p&gt;This raises the stakes for documentation. It's not enough to say "I shipped features." You need to show how AI tools amplified your work. What did AI accelerate? Where did your strategic decisions matter most? What impact resulted from combining your judgment with AI capabilities?&lt;/p&gt;

&lt;p&gt;Answering these questions requires complete documentation of what you actually did. Not a partial list assembled from memory. Not the big projects you remember plus a few smaller ones you happened to write down.&lt;/p&gt;

&lt;p&gt;The complete record. Every contribution. Every decision. Every outcome.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Meta Got Right (And What They Missed)
&lt;/h2&gt;

&lt;p&gt;Meta deserves credit for recognizing that AI can improve the performance review process. Writing clear, compelling self-reviews is hard, and an AI assistant helps. The multi-model approach—combining their internal Metamate with external models like Gemini—is smart architecture.&lt;/p&gt;

&lt;p&gt;But they solved the wrong bottleneck. The hard part isn't writing polished prose. It's remembering what you accomplished in the first place.&lt;/p&gt;

&lt;p&gt;Put differently: Meta built a better typewriter when what employees needed was a better notebook.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Track Work Achievements Automatically
&lt;/h2&gt;

&lt;p&gt;The solution to tracking work achievements isn't better AI writing. It's automatic capture.&lt;/p&gt;

&lt;p&gt;Your Git history already contains a complete record of your technical work. Every commit. Every PR. Every code review. Timestamped. With context. With diffs showing exactly what changed.&lt;/p&gt;

&lt;p&gt;This is objective documentation that requires zero additional effort. You create it automatically every time you push code.&lt;/p&gt;

&lt;p&gt;The problem isn't the data—it's extracting meaningful achievements from it. That's where &lt;a href="https://www.bragdoc.ai/blog/why-developers-need-automated-brag-docs" rel="noopener noreferrer"&gt;automated achievement tracking&lt;/a&gt; changes the equation.&lt;/p&gt;

&lt;p&gt;Instead of manually compiling your work six months later, the system processes your Git history continuously. As you work. Commit by commit. PR by PR. When review time comes, you have a comprehensive record documenting every work achievement.&lt;/p&gt;

&lt;p&gt;That's when an AI writing assistant becomes truly valuable. It can help you synthesize that complete record into compelling review language. But it needs the input first.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Shift to AI-Driven Performance Reviews
&lt;/h2&gt;

&lt;p&gt;Meta's move signals where the industry is heading. Other companies will follow. [AI-driven impact (&lt;a href="https://www.bragdoc.ai/blog/documenting-impact-ai-coding-era" rel="noopener noreferrer"&gt;https://www.bragdoc.ai/blog/documenting-impact-ai-coding-era&lt;/a&gt;) will become a standard evaluation criterion.&lt;/p&gt;

&lt;p&gt;This makes comprehensive documentation even more critical. You'll need to show:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What problems you solved&lt;/li&gt;
&lt;li&gt;How you used AI to amplify your work&lt;/li&gt;
&lt;li&gt;Where your strategic decisions mattered&lt;/li&gt;
&lt;li&gt;What impact resulted&lt;/li&gt;
&lt;li&gt;How you enabled others to do better work&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can't demonstrate any of this if you forgot half your accomplishments. The engineers who thrive in this environment will be the ones with complete achievement records. Not because they're better self-promoters. Because they have better systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start With Better Input
&lt;/h2&gt;

&lt;p&gt;Meta built an AI to help write performance reviews. But the real leverage comes earlier: automatic capture while you work.&lt;/p&gt;

&lt;p&gt;Then use AI to polish the writing. Start with complete data. Everything else is trying to write a good story about work you forgot you did.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where to Go From Here
&lt;/h2&gt;

&lt;p&gt;If you're using Meta's AI Performance Assistant—or any similar tool—make sure you're feeding it complete information. The AI can only work with what you give it.&lt;/p&gt;

&lt;p&gt;That means documenting work achievements continuously. Git commits, PRs you created, issues you closed—all captured as it happens so you never have to remember accomplishments from memory.&lt;/p&gt;

&lt;p&gt;That's what we built &lt;a href="https://www.bragdoc.ai/" rel="noopener noreferrer"&gt;BragDoc&lt;/a&gt; to do. It extracts achievements from your GitHub activity automatically. When review time comes, you have a comprehensive record ready. Use AI writing tools to polish it, but start with complete input.&lt;/p&gt;

&lt;p&gt;Meta built AI to help employees write reviews. You can solve the harder problem—remembering what to write—by capturing your Git history. Your actual work is already documented. It's time to use it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>gemini</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Long Game: How to Document Impact That Takes Years</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Thu, 05 Feb 2026 17:01:23 +0000</pubDate>
      <link>https://forem.com/nataliaherself/the-long-game-how-to-document-impact-that-takes-years-387h</link>
      <guid>https://forem.com/nataliaherself/the-long-game-how-to-document-impact-that-takes-years-387h</guid>
      <description>&lt;p&gt;&lt;em&gt;Output-based reviews reward quick wins. But refactoring, mentoring, and paying down tech debt take years. Learn how to document long-term engineering impact effectively.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Engineer A shipped 47 features this year. Got promoted.&lt;/p&gt;

&lt;p&gt;Engineer B refactored the payment system, reducing technical debt that had been slowing the team down for 18 months. No promotion.&lt;/p&gt;

&lt;p&gt;Engineer C mentored three junior developers who went on to become productive contributors. Performance review said "needs more visible impact."&lt;/p&gt;

&lt;p&gt;These aren't hypothetical scenarios. They're patterns we've seen repeatedly in performance review cycles at tech companies. The names are changed, but the problem is real.&lt;/p&gt;

&lt;p&gt;This is the problem with &lt;a href="https://bragdoc.ai/blog/output-over-effort-changes-everything" rel="noopener noreferrer"&gt;output-based performance reviews&lt;/a&gt;. The system rewards what's easy to measure—features shipped, tickets closed, lines of code committed. It struggles with what actually matters most: the foundational work that takes months or years to show results.&lt;/p&gt;

&lt;p&gt;As one thoughtful engineer recently pointed out in response to our LinkedIn post on output-based reviews: "This incentivizes short-term wins over long-term investments. Attribution is hard for foundational work that only comes to fruition after a long baketime."&lt;/p&gt;

&lt;p&gt;He's right. And he's not alone in noticing this. A &lt;a href="https://medium.com/data-science-collective/big-tech-performance-review-01fff2c5924d" rel="noopener noreferrer"&gt;recent analysis&lt;/a&gt; of big tech performance systems concluded they are "neither fair, nor meritocratic, nor humane"—and one major reason is that they fail to properly attribute work that takes time to show impact.&lt;/p&gt;

&lt;p&gt;The question isn't whether output-based reviews are perfect. They're not. But Meta, Amazon, and others have adopted them anyway. So the real question becomes: how do you document long-term impact in a way that's legible to this system—without it feeling like politics?&lt;/p&gt;

&lt;h2&gt;
  
  
  The Attribution Problem
&lt;/h2&gt;

&lt;p&gt;Long-term engineering work creates a specific kind of documentation challenge: the impact is real, but it's disconnected from the work by months or years.&lt;/p&gt;

&lt;p&gt;When you ship a feature, the timeline is compressed. You write code, it goes to production, metrics improve, you document the win. The cause-effect relationship is immediate and obvious.&lt;/p&gt;

&lt;p&gt;When you refactor a core system, the timeline expands. You spend six months modernizing the codebase. Three months later, the team's velocity improves because new features are easier to build. Six months after that, a major incident is avoided because the system is more maintainable. A year out, engineers still benefit from better architecture.&lt;/p&gt;

&lt;p&gt;The impact is real and substantial. But at review time, when your manager asks "what did you ship?", the answer is complicated. You didn't ship features that users saw. You created conditions that made future work better. That's harder to quantify and even harder to remember.&lt;/p&gt;

&lt;p&gt;Here's what makes it worse: the people who benefit most from your long-term work often don't know you did it. The junior engineer you mentored six months ago is now independently shipping features—but when they get praised for their work, the connection to your mentorship has faded. The technical debt you paid down prevented three incidents—but those incidents never happened, so no one noticed.&lt;/p&gt;

&lt;p&gt;Good work becomes invisible precisely because it succeeded.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq96pysbxn0fr2p468vmb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq96pysbxn0fr2p468vmb.png" alt="Timeline visualization showing how short-term feature work has immediate measurable impact while long-term foundational work compounds over months and years" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Three Types of Long-Term Impact
&lt;/h2&gt;

&lt;p&gt;Not all long-term work looks the same. Each type requires a different documentation strategy. (For a broader view of all developer contributions, see our guide on &lt;a href="https://bragdoc.ai/blog/six-types-developer-impact" rel="noopener noreferrer"&gt;the 6 types of developer impact&lt;/a&gt;.)&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Infrastructure and Technical Foundations
&lt;/h3&gt;

&lt;p&gt;This is work that improves the system itself: refactoring legacy code, modernizing architecture, paying down technical debt, implementing better testing infrastructure, improving deployment pipelines.&lt;/p&gt;

&lt;p&gt;The impact shows up as second-order effects: faster development velocity, fewer production incidents, easier onboarding, reduced maintenance burden. Our co-founder Ed is a huge fan of this kind of work, but we fear that in output-based review systems it's harder than it used to be for a manager to perceive and attribute the value of this kind of work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The documentation challenge:&lt;/strong&gt; You can't point to a feature and say "I built this." The value is distributed across everything that came after.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to document it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Capture before/after metrics. The key is measuring the second-order effects rather than the work itself. &lt;a href="https://getdx.com/blog/technical-debt-ratio/" rel="noopener noreferrer"&gt;Research on measuring technical debt&lt;/a&gt; shows that while you can't directly measure "units of debt," you can track its impact on business metrics.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"Refactored authentication system to eliminate 3-year-old legacy codebase that was blocking feature development. Before: new auth features took 2-3 weeks and required working around limitations in multiple places. After: new auth features take 2-3 days. This unblocked 5 engineers who were spending 30% of their time on workarounds. Tracked via team velocity metrics—auth-related stories now close 70% faster."&lt;/p&gt;

&lt;p&gt;Notice what this does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Quantifies the problem (3 years old, blocking work)&lt;/li&gt;
&lt;li&gt;Measures the improvement (weeks to days, 70% faster)&lt;/li&gt;
&lt;li&gt;Shows the multiplier effect (5 engineers, 30% of time)&lt;/li&gt;
&lt;li&gt;Ties to trackable metrics (team velocity)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Another example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"Migrated CI/CD pipeline from Jenkins to GitHub Actions after repeated failures were slowing deployments. Before: builds took 25 minutes, failed 15% of the time, required manual intervention 2-3 times per week. After: builds take 8 minutes, fail rate under 2%, zero manual intervention in 3 months. Team deploys 40% more frequently and engineering time saved: ~12 hours per week across the team."&lt;/p&gt;

&lt;p&gt;The pattern: document the old state, the new state, and the measurable difference. The work you've done there is hugely valuable, but you need to help your manager to see it and understand its impact.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fczqg4mxjnaazo56mzq1s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fczqg4mxjnaazo56mzq1s.png" alt="Before and after metrics template showing how to document infrastructure improvements with concrete numbers" width="800" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important caveat:&lt;/strong&gt; Not every refactoring produces spectacular results. Sometimes you invest six months in modernizing a system and velocity improves by 15% instead of 70%. Sometimes the metrics are harder to quantify. Document what you can measure, be honest about what you can't, and explain why the work still mattered. "We reduced technical complexity and made the codebase more maintainable, though velocity improvements were modest (15%). However, this work prevented the system from becoming a complete blocker as we scale to new markets next year."&lt;/p&gt;

&lt;p&gt;Realistic documentation is more credible than inflated claims.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Mentoring and Knowledge Transfer
&lt;/h3&gt;

&lt;p&gt;This is work that multiplies the effectiveness of other engineers: mentoring junior developers, onboarding new team members, conducting thoughtful code reviews, creating documentation, running internal workshops.&lt;/p&gt;

&lt;p&gt;The impact shows up when the people you helped start contributing independently. But by then, the connection to your mentoring has faded from memory.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The documentation challenge:&lt;/strong&gt; Your contribution is indirect. The person you mentored ships features—but they get credit for the output, and your role in enabling that output is invisible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to document it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Track the progression of the people you help. &lt;a href="https://medium.com/tech-at-core/mentoring-junior-developers-proven-practices-to-build-skills-confidence-culture-b08177d82170" rel="noopener noreferrer"&gt;Research on effective mentoring&lt;/a&gt; emphasizes documenting progress through specific milestones and skill development over time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"Mentored two junior engineers (Sarah and James) through their first 6 months. Time investment: 5-6 hours per week on code reviews, pair programming, and technical guidance. Progress tracked: both completed their first production features independently by month 4, now handling increasingly complex work. Sarah led the dashboard redesign project. James resolved a critical production incident that previously would have required senior engineer intervention. Team velocity improved as they became independent contributors."&lt;/p&gt;

&lt;p&gt;Notice what this captures:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Specific names (makes it concrete, not vague)&lt;/li&gt;
&lt;li&gt;Time invested (shows commitment)&lt;/li&gt;
&lt;li&gt;Progression milestones (from mentored to independent)&lt;/li&gt;
&lt;li&gt;Concrete outputs (specific projects they led)&lt;/li&gt;
&lt;li&gt;Team impact (velocity improvement)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Note that in impact-based review systems, you get no credit for saying "invested 5-6 hours per week on X", but it's still worth documenting to make sure you have alignment with your manager (who may want you spending more/less time doing this).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Another example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"Created comprehensive onboarding documentation for our GraphQL API after observing new engineers spent 2-3 days ramping up. Documentation includes architecture overview, common patterns, troubleshooting guide, and example implementations. Result: new team members now productive in under a day. Documentation referenced 50+ times per month by broader engineering team. Three engineers have contributed updates, making it a living resource."&lt;/p&gt;

&lt;p&gt;The pattern: identify the problem, document what you created, measure the improvement, track ongoing impact.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Architecture and Strategic Decisions
&lt;/h3&gt;

&lt;p&gt;This is work that shapes how the system evolves: making technology choices, defining technical strategy, writing RFCs, establishing coding standards, preventing bad decisions.&lt;/p&gt;

&lt;p&gt;The impact shows up when future work becomes easier because of the foundation you established. But at the time you made the decision, nothing shipped to production.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The documentation challenge:&lt;/strong&gt; Good architecture prevents problems that never happen. You can't show an incident that didn't occur or a wrong path that wasn't taken.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to document it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Explain the decision context, the options considered, and the long-term consequences. Make the counterfactual visible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"Proposed and led migration from monolithic API to microservices architecture after identifying scalability bottlenecks. Context: monolith was limiting deployment frequency (could only deploy twice per week) and preventing team autonomy (changes required coordination across 4 teams). Led technical design discussions over 6 weeks, evaluated trade-offs, built consensus. Migration launched in Q3. Results after 6 months: deployment frequency increased from 2x per week to 15x per week. Teams now deploy independently. System handled 3x traffic growth during Black Friday with no architecture changes needed."&lt;/p&gt;

&lt;p&gt;Notice the structure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Problem context (why this mattered)&lt;/li&gt;
&lt;li&gt;Decision process (how you led it)&lt;/li&gt;
&lt;li&gt;Options considered (shows judgment)&lt;/li&gt;
&lt;li&gt;Long-term results (the payoff)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Another example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"Advocated for adopting TypeScript across frontend codebase despite initial team resistance. Built proof-of-concept showing 40% reduction in runtime errors in converted modules. Presented cost-benefit analysis to engineering leadership. Led gradual migration over 4 months. Results after 1 year: runtime errors down 60%, onboarding time for new engineers reduced (type system makes codebase self-documenting), refactoring confidence increased (type checking catches breaking changes)."&lt;/p&gt;

&lt;p&gt;The pattern: context, advocacy, adoption, long-term results. But this is also work, and it's hard to farm that kind of work out to AI. You just have to do it yourself, or gamble that your manager will figure it out for themselves. Nobody's coming to do it for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  When to Document Long-Term Work
&lt;/h2&gt;

&lt;p&gt;The worst time to document long-term impact is at review time. By then, you've forgotten the details, the metrics are stale, and the connection between your work and the outcomes has faded.&lt;/p&gt;

&lt;p&gt;Here's when to actually capture it:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;At the start:&lt;/strong&gt; Document the problem state. What's broken? What's the cost? What metrics matter?&lt;/p&gt;

&lt;p&gt;Before you refactor the authentication system, note how long auth features currently take and how many workarounds exist. Before you mentor a junior engineer, note their current skill level and what they can't do independently yet. This gives you a clear baseline.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;During the work:&lt;/strong&gt; Track your time investment and major milestones.&lt;/p&gt;

&lt;p&gt;For long-term projects, note how much time you're spending weekly. When significant progress happens, write it down. This isn't busy work—it's building the narrative of what you're doing and why it matters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;When early results appear:&lt;/strong&gt; Document the first signs of impact.&lt;/p&gt;

&lt;p&gt;The first time a junior engineer ships something independently, note it. The first week where the refactored system enables faster development, capture the metrics. These early wins build the case for long-term value.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quarterly:&lt;/strong&gt; Review and update the story.&lt;/p&gt;

&lt;p&gt;Set a calendar reminder to revisit your long-term projects every quarter. How has the impact evolved? What new benefits have emerged? This turns a one-time event (the work) into an ongoing narrative (the compounding impact).&lt;/p&gt;

&lt;h2&gt;
  
  
  Making Long-Term Impact Visible
&lt;/h2&gt;

&lt;p&gt;The engineers who get credit for foundational work aren't necessarily doing better work. They're documenting it better.&lt;/p&gt;

&lt;p&gt;Here's the framework:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Create a tracking document for long-term projects&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Don't rely on memory. When you start a major refactoring, mentoring relationship, or architectural initiative, create a simple document:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What's the problem you're solving?&lt;/li&gt;
&lt;li&gt;What metrics define success?&lt;/li&gt;
&lt;li&gt;What's your time investment?&lt;/li&gt;
&lt;li&gt;What milestones matter?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Update it monthly. By the time the work pays off, you'll have a complete narrative. Make a private github repo for it so you don't lose it, and hook up Claude Code or similar if you think you can benefit from an agentic partner.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Quantify the multiplier effect&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Long-term work is valuable because it helps multiple people or prevents multiple problems. Make that visible.&lt;/p&gt;

&lt;p&gt;Instead of: "Mentored junior engineers"&lt;/p&gt;

&lt;p&gt;Write: "Mentored 2 engineers, investing 5 hours per week over 6 months. Both now contribute independently, recovering ~200 hours of senior engineer time previously spent on guidance. Team velocity increased 15%."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Connect your work to later outcomes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When something good happens because of your earlier work, draw the line explicitly.&lt;/p&gt;

&lt;p&gt;"New authentication feature shipped in 3 days—this was only possible because of the auth system refactoring completed in Q2. Previous similar features took 2-3 weeks."&lt;/p&gt;

&lt;p&gt;&lt;a href="https://bragdoc.ai/blog/manager-ammunition-documentation" rel="noopener noreferrer"&gt;Your manager&lt;/a&gt; won't make these connections automatically. You have to show them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Use your 1:1s strategically&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Don't wait for formal reviews. In monthly 1:1s with your manager, share updates on long-term work:&lt;/p&gt;

&lt;p&gt;"Quick update on the API refactoring: we're now seeing velocity improvements. Auth features that used to take weeks are now taking days. This is already paying off."&lt;/p&gt;

&lt;p&gt;This keeps the narrative alive in your manager's mind and provides regular evidence of progress.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Reality Check
&lt;/h2&gt;

&lt;p&gt;Let's be honest: even with perfect documentation, output-based review systems will still undervalue some long-term work. A junior engineer who ships 50 small features will often get rated higher than a senior engineer who refactored a critical system—even if the refactoring created more value.&lt;/p&gt;

&lt;p&gt;The system isn't perfect. But documentation improves your odds.&lt;/p&gt;

&lt;p&gt;Without documentation, your long-term work is invisible. With documentation, it's at least in the conversation. Your manager &lt;a href="https://bragdoc.ai/blog/what-managers-look-for-performance-reviews" rel="noopener noreferrer"&gt;might not be able to give you full credit&lt;/a&gt; for work that took a year to pay off—but they can't advocate for you at all if they don't know what you did or why it mattered.&lt;/p&gt;

&lt;p&gt;The goal isn't to game the system. It's to make sure your actual contributions are visible within an imperfect system.&lt;/p&gt;

&lt;h2&gt;
  
  
  When Documentation Isn't Enough
&lt;/h2&gt;

&lt;p&gt;Documentation helps—but it's not magic. There are situations where even perfect documentation won't change the outcome:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Forced ranking systems:&lt;/strong&gt; If your company uses stack ranking that requires a certain percentage of engineers to receive low ratings, someone has to get cut regardless of performance. Documentation can help you avoid being that person, but it can't eliminate the system's built-in quota.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Biased managers:&lt;/strong&gt; If your manager doesn't value the type of work you're doing, or has already decided on ratings before reading documentation, no amount of evidence will change their mind. In these cases, the problem isn't your documentation—it's your manager or your company culture.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Toxic environments:&lt;/strong&gt; Some workplaces systematically devalue certain types of work or certain types of people. If refactoring and mentoring are consistently dismissed as "not real engineering," that's a cultural problem that individual documentation can't solve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The wrong level of work:&lt;/strong&gt; If you're a senior engineer spending all your time on junior-level tasks (even well-documented ones), that's a scope problem. Documentation shows what you did, but promotion committees want to see you operating at the next level.&lt;/p&gt;

&lt;p&gt;If you're documenting thoroughly and still being consistently undervalued, that's a signal. Sometimes the right answer isn't better documentation—it's a different team or a different company. Documentation should make good work visible. If your workplace can't or won't see good work even when it's documented clearly, that tells you something important about the workplace.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start This Week
&lt;/h2&gt;

&lt;p&gt;Pick one long-term project you're working on right now—a refactoring, a mentoring relationship, an architectural initiative.&lt;/p&gt;

&lt;p&gt;Create a simple document with four sections:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Problem:&lt;/strong&gt; What's broken or inefficient right now?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your work:&lt;/strong&gt; What are you doing to fix it?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Time investment:&lt;/strong&gt; How much effort is this taking?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Success metrics:&lt;/strong&gt; What will improve when this is done?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This takes 10 minutes to set up and 5 minutes per month to maintain. That's 70 minutes over a year—far less time than you'll spend scrambling before your next review. Throw it into a private github repo so you don't lose it.&lt;/p&gt;

&lt;p&gt;Yes, this requires time you might not feel you have. If you're underwater with deadlines, taking 5 minutes per month to document might feel impossible. But consider the alternative: spending hours before review time trying to reconstruct what you did months ago, with half the details forgotten and none of the metrics available.&lt;/p&gt;

&lt;p&gt;Update it monthly. By the time the impact shows up, you'll have the full story ready for your next review.&lt;/p&gt;

&lt;p&gt;The engineers who advance fastest aren't necessarily the ones doing the most impactful work. They're the ones who document their impact most effectively—including the kind that takes years to show results.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Start documenting this week.&lt;/strong&gt; The simplest approach: create a running document and capture the problem state before you start long-term work. Note your time investment monthly. When results appear, connect them back to the earlier work.&lt;/p&gt;

&lt;p&gt;If you want something that automates the short-term documentation (features, commits, PRs), that's what we built &lt;a href="https://bragdoc.ai/" rel="noopener noreferrer"&gt;BragDoc&lt;/a&gt; to do. It extracts your achievements from GitHub automatically. For the long-term work—the refactoring, the mentoring, the architecture—you'll still need to tell that story yourself. But at least you won't be scrambling to remember what you shipped in March.&lt;/p&gt;

</description>
      <category>career</category>
      <category>workplace</category>
      <category>developer</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Output-Based Performance Reviews: What Engineers Need to Know</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Thu, 29 Jan 2026 16:27:25 +0000</pubDate>
      <link>https://forem.com/nataliaherself/output-based-performance-reviews-what-engineers-need-to-know-3jd3</link>
      <guid>https://forem.com/nataliaherself/output-based-performance-reviews-what-engineers-need-to-know-3jd3</guid>
      <description>&lt;p&gt;&lt;em&gt;Meta, Amazon, and X switched to output-based performance reviews. Learn what this means for engineers and how to document your impact for better reviews.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Amazon just laid off 16,000 employees this week—the second wave of a 30,000-person cut that started in October. Their reason? Too many 'layers of bureaucracy' and not enough 'ownership.' Meanwhile, the employees who remain are being evaluated on their Forte system, which requires 3-5 specific accomplishments with measurable impact. The message is clear: output matters, effort doesn't.&lt;/p&gt;




&lt;p&gt;Your performance review is changing. Meta, Amazon, and X just made it official: they're rating engineers on output, not effort.&lt;/p&gt;

&lt;p&gt;Earlier this month, [Meta announced (&lt;a href="https://finance.yahoo.com/news/meta-changing-performance-review-reward-171427657.html" rel="noopener noreferrer"&gt;https://finance.yahoo.com/news/meta-changing-performance-review-reward-171427657.html&lt;/a&gt;) a complete overhaul of its performance review system. The new platform, called Checkpoint, does away with the old model and introduces something more direct: employees will be rated on what they delivered, not how hard they worked.&lt;/p&gt;

&lt;p&gt;Amazon made a similar move earlier this month. Their internal review system, &lt;a href="https://fortune.com/2026/01/08/amazon-demands-proof-of-productivity-from-employees-asking-for-list-of-accomplishments/" rel="noopener noreferrer"&gt;Forte&lt;/a&gt;, now requires employees to submit 3-5 specific accomplishments—not reflections on their work style, but concrete examples of what they delivered.&lt;/p&gt;

&lt;p&gt;X has been doing this since 2022, when Elon Musk required employees to explain their weekly accomplishments.&lt;/p&gt;

&lt;p&gt;This isn't a coincidence. It's a shift in how tech companies evaluate engineers. And if you're not adapting, you're falling behind.&lt;/p&gt;

&lt;h2&gt;
  
  
  What "Output Over Effort" Actually Means
&lt;/h2&gt;

&lt;p&gt;Let's be specific about what changed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The old model&lt;/strong&gt; rewarded presence and activity. You showed up, you worked hard, you participated in meetings, you were a good teammate. At review time, you wrote about your "contributions" and "involvement" in projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The new model&lt;/strong&gt; rewards results. What did you ship? What impact did it have? Can you quantify it?&lt;/p&gt;

&lt;p&gt;Here's how Amazon's internal guidance puts it:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Accomplishments are specific projects, goals, initiatives, or process improvements that show the impact of your work."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;They give an example of what not to write: "I contributed to team projects."&lt;/p&gt;

&lt;p&gt;And what to write instead: "Led a cross-functional team to reduce server downtime by 15%, resulting in $2 million in savings."&lt;/p&gt;

&lt;p&gt;The difference isn't subtle. One describes activity. The other describes output.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is Happening Now
&lt;/h2&gt;

&lt;p&gt;Three forces are converging:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. The "Year of Efficiency" became permanent.&lt;/strong&gt; Meta called 2023 its "year of efficiency." Three years later, that mindset hasn't relaxed—it's intensified. Companies are running leaner and expecting more from fewer people. That means every person needs to justify their seat.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. AI is changing how productivity is measured.&lt;/strong&gt; According to &lt;a href="https://finance.yahoo.com/news/meta-changing-performance-review-reward-171427657.html" rel="noopener noreferrer"&gt;internal communications reported by Fortune&lt;/a&gt;, Meta's head of people, Janelle Gale, told staff that "AI-driven impact" will become a core expectation starting in 2026. Employees will be assessed on how effectively they use AI to achieve results. The bar for what counts as productive output is rising.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Competition for roles is fierce.&lt;/strong&gt; With &lt;a href="https://www.anildash.com/2026/01/06/500k-tech-workers-laid-off/" rel="noopener noreferrer"&gt;500,000 tech workers laid off&lt;/a&gt; since ChatGPT launched, there's no shortage of qualified engineers. Companies can afford to be selective—and they're selecting for people who can demonstrate impact, not just effort.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Means for You
&lt;/h2&gt;

&lt;p&gt;If you're an engineer at a company that hasn't announced these changes yet, don't assume you're exempt. The pattern is clear: what starts at Meta and Amazon spreads across the industry.&lt;/p&gt;

&lt;p&gt;Here's the practical reality:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your manager can't advocate for you with vague descriptions.&lt;/strong&gt; When your manager goes into a calibration meeting to argue for your promotion or raise, &lt;a href="https://www.bragdoc.ai/blog/manager-ammunition-documentation" rel="noopener noreferrer"&gt;they need specific examples&lt;/a&gt;. "She works really hard" doesn't compete with "She shipped the new authentication system, reducing login failures by 60% and saving 200 support tickets per month."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Recency bias will hurt you even more.&lt;/strong&gt; If the only outputs your manager remembers are from the last few weeks, you're competing against yourself from 11 months ago. Everything you shipped in Q1 needs to be documented, or &lt;a href="https://www.bragdoc.ai/blog/the-promotion-gap-why-great-engineers-get-overlooked" rel="noopener noreferrer"&gt;it effectively didn't happen&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"I was busy" is no longer an excuse.&lt;/strong&gt; Busy with what? What was the result? If you can't answer that clearly, you're in trouble.&lt;/p&gt;

&lt;h2&gt;
  
  
  How the New Review Systems Work
&lt;/h2&gt;

&lt;p&gt;Let's look at what you're up against:&lt;/p&gt;

&lt;h3&gt;
  
  
  Meta's Checkpoint System
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Four ratings:&lt;/strong&gt; Outstanding (top 20%), Excellent (70%), Needs Improvement (7%), Not Meeting Expectations (3%)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bonus multipliers:&lt;/strong&gt; Outstanding = up to 300% bonus. Excellent = 115%. Needs Improvement = up to 50%. Not Meeting = no bonus.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frequency:&lt;/strong&gt; Two review cycles per year, bonuses paid twice annually&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The gap between "Excellent" (115% bonus) and "Outstanding" (up to 300% bonus) is massive. The difference? Documented, quantifiable output.&lt;/p&gt;

&lt;h3&gt;
  
  
  Amazon's Forte System
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Required:&lt;/strong&gt; 3-5 specific accomplishments with measurable impact&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Linked to compensation:&lt;/strong&gt; Your "Overall Value" rating determines pay&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Explicit criteria:&lt;/strong&gt; Must connect accomplishments to Amazon's Leadership Principles&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Amazon's guidance is explicit: "Consider situations where you took risks or innovated, even if it didn't lead to the results you hoped for." They want specifics, even about failures.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Engineers Who Will Thrive
&lt;/h2&gt;

&lt;p&gt;The engineers who succeed in this environment share one trait: they document their output as it happens.&lt;/p&gt;

&lt;p&gt;Not at the end of the quarter. Not the week before reviews. As it happens.&lt;/p&gt;

&lt;p&gt;Here's why that matters:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Details fade.&lt;/strong&gt; You shipped something important in March. By November, you remember that you did it, but not the specifics. Not the metrics. Not the context that made it matter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Context gets lost.&lt;/strong&gt; The feature you built was important because it unblocked another team, saved the company from a compliance issue, or prevented a customer from churning. Six months later, that context is gone unless you wrote it down.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Impact compounds.&lt;/strong&gt; A single achievement might not seem impressive. But when you can show a pattern—five performance improvements, three mentorship wins, two architectural decisions that paid off—the story becomes compelling.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to Do Starting This Week
&lt;/h2&gt;

&lt;p&gt;You don't need to wait for your company to announce a new review system. Start documenting your output now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Shift your language from effort to output.&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Effort-based (old)&lt;/th&gt;
&lt;th&gt;Output-based (new)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Worked on the payment system&lt;/td&gt;
&lt;td&gt;Shipped payment retry logic, reducing failed transactions by 12%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Helped with the migration&lt;/td&gt;
&lt;td&gt;Led database migration affecting 2M records with zero downtime&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Participated in code reviews&lt;/td&gt;
&lt;td&gt;Reviewed 47 PRs, catching 3 critical security issues before production&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft0r06jaix9sndpo511b9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft0r06jaix9sndpo511b9.png" alt="BragDoc achievements list showing output-based achievement statements with impact metrics" width="800" height="378"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Capture metrics when they're fresh.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The week you ship something, you know the numbers. You know how much faster it is, how many errors it prevents, how much time it saves. Write that down immediately. In three months, you won't remember.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Document the "why," not just the "what."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"Fixed a bug" tells your manager nothing. "Fixed a race condition in the payment queue that was causing 2% of transactions to fail silently, protecting approximately $50K/month in revenue" tells a story.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Review monthly, not quarterly.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Set a calendar reminder. Once a month, look at what you shipped and make sure it's documented with impact. This takes 15 minutes and saves hours of scrambling before reviews. &lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;The shift to output-based reviews isn't a trend—it's the new normal. Meta, Amazon, and X aren't experimenting. They're standardizing an approach that rewards engineers who can demonstrate what they delivered, not just that they showed up.&lt;/p&gt;

&lt;p&gt;This is actually good news for engineers who do great work but struggle to talk about it. The new systems don't reward self-promotion or politics. They reward documentation. Specifics. Impact.&lt;/p&gt;

&lt;p&gt;If you've been doing good work quietly, now's the time to start writing it down. Your next review depends on it.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Start documenting this week.&lt;/strong&gt; The simplest approach: create a running document and add one win every Friday. Note what you shipped, what impact it had, and any metrics you can attach.&lt;/p&gt;

&lt;p&gt;If you want something that captures your output automatically, that's what we built &lt;a href="https://www.bragdoc.ai/blog/output-over-effort-changes-everything#:~:text=what%20we%20built-,BragDoc,-to%20do.%20It" rel="noopener noreferrer"&gt;BragDoc&lt;/a&gt; to do. It connects to your GitHub, extracts achievements from your commits and PRs, and helps you translate them into the kind of impact statements that perform well in the new review systems.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgv16x4wasbesskxogmg2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgv16x4wasbesskxogmg2.png" alt="BragDoc dashboard showing weekly achievements automatically extracted from Git commits" width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Your effort matters. But only your documented output will be rewarded.&lt;/p&gt;

</description>
      <category>career</category>
      <category>developer</category>
      <category>productivity</category>
      <category>workplace</category>
    </item>
    <item>
      <title>Your Manager Can't Fight for You Without Documentation</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Tue, 20 Jan 2026 20:31:20 +0000</pubDate>
      <link>https://forem.com/nataliaherself/your-manager-cant-fight-for-you-without-documentation-21ko</link>
      <guid>https://forem.com/nataliaherself/your-manager-cant-fight-for-you-without-documentation-21ko</guid>
      <description>&lt;p&gt;&lt;em&gt;Documentation isn't bragging. It's giving your manager the evidence they need to advocate for you in salary, promotion, and bonus conversations.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I used to think documenting my work was bragging. Then I realized my manager had no idea what I'd actually done.&lt;/p&gt;

&lt;p&gt;Developers hate talking about their work.&lt;/p&gt;

&lt;p&gt;You've shipped features that changed how your company operates. You've fixed bugs that saved thousands. You've mentored juniors. You've made technical decisions that will echo through the codebase for years.&lt;/p&gt;

&lt;p&gt;And when you think about telling anyone about it, you cringe.&lt;/p&gt;

&lt;p&gt;That cringe is real, and it's built into the culture. We celebrate humility. We're skeptical of chest-thumping. We believe work should speak for itself. These are mostly good values—but they come with a cost.&lt;/p&gt;

&lt;p&gt;The cost is that your manager doesn't know what you've done.&lt;/p&gt;

&lt;p&gt;That's not because your manager is bad. It's because your manager isn't a mind reader. They manage multiple people. They attend meetings. They spend their day reacting to problems. They're not in your head. They don't see every pull request, every architecture decision, every problem you solved at 2am when the production system went down.&lt;/p&gt;

&lt;p&gt;Without documentation, your manager has to rely on two things: what they happen to witness, and what they happen to remember. And neither of those things is reliable.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Problem Isn't Bragging
&lt;/h2&gt;

&lt;p&gt;The discomfort developers feel about documenting their work isn't really about bragging. It's about framing.&lt;/p&gt;

&lt;p&gt;When you frame documentation as self-promotion, it feels icky. "I'm telling people how great I am." That violates our values, so we avoid it.&lt;/p&gt;

&lt;p&gt;But documentation isn't self-promotion. It's something else entirely.&lt;/p&gt;

&lt;p&gt;Documentation is giving your manager the tools to do their job.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.bragdoc.ai/blog/what-managers-look-for-performance-reviews" rel="noopener noreferrer"&gt;Your manager's job&lt;/a&gt; includes advocating for you. In salary conversations, bonus discussions, and promotion decisions, they need to make a case for why you deserve X rather than Y. That case is stronger with evidence.&lt;/p&gt;

&lt;p&gt;When your manager walks into a budget meeting and says "I have an engineer who's been crushing it," that's persuasive. When they walk in and say "I have an engineer who led the migration to the new payment system, reducing transaction latency by 40%, and also shipped the new admin dashboard while mentoring two juniors, and fixed the race condition in the order processing system," that's a completely different conversation.&lt;/p&gt;

&lt;p&gt;The second version isn't bragging. It's documentation. And it makes your manager's job easier.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyspzfqtcax1xuue9upgk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyspzfqtcax1xuue9upgk.png" alt="Example of documented achievements shared with a manager during a 1:1 meeting" width="800" height="333"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Your Manager's Memory Is Not Reliable
&lt;/h2&gt;

&lt;p&gt;Here's what actually happens:&lt;/p&gt;

&lt;p&gt;Your manager has eight, ten, sometimes fifteen people on their team. They spend time in meetings about roadmap, hiring, company strategy, other teams' problems. They get pulled in six directions. They're genuinely trying to keep everyone's wins in mind.&lt;/p&gt;

&lt;p&gt;But they're human. Human memory is terrible at retaining specific details over long periods.&lt;/p&gt;

&lt;p&gt;If you shipped something critical in March, your manager was excited about it in March. They might have mentioned it in a 1:1. But by November, when review season arrives, that work has been abstract in their mind for eight months. The details are fuzzy. The impact is vague. It blends together with everything else you've done.&lt;/p&gt;

&lt;p&gt;Meanwhile, something you shipped last week is crystal clear. It's recent. It's concrete. Your manager can articulate exactly what happened.&lt;/p&gt;

&lt;p&gt;This is how memory works. &lt;a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC4183265/" rel="noopener noreferrer"&gt;Research shows that memories become weaker and more susceptible to distortion over time&lt;/a&gt;—details fade, specifics blur into generalizations, and confidence stays high even as accuracy drops. The result in the workplace? Recent work gets &lt;a href="https://www.cultureamp.com/blog/performance-review-bias" rel="noopener noreferrer"&gt;overweighted in performance reviews&lt;/a&gt;—a well-documented pattern called recency bias—while earlier contributions fade into the background.&lt;/p&gt;

&lt;p&gt;Documentation solves that problem. Not because it eliminates bias—nothing does—but because it gives your manager a way to fight it.&lt;/p&gt;

&lt;p&gt;When your manager has a clear list of what you shipped, when you shipped it, and what the impact was, they can argue for you even when their memory is fuzzy. The documentation is the backup.&lt;/p&gt;

&lt;h2&gt;
  
  
  Documenting Work Is Collaboration
&lt;/h2&gt;

&lt;p&gt;Here's the reframe: documenting your work isn't self-promotion. It's collaboration.&lt;/p&gt;

&lt;p&gt;You and your manager have the same goal: accurately representing your contributions so that compensation, promotion, and opportunities reflect the value you create.&lt;/p&gt;

&lt;p&gt;Your manager wants to advocate for you. They want to make the case for a raise or a promotion. But they can't do that without information. When you don't document your work, you're not being humble—you're making their job harder.&lt;/p&gt;

&lt;p&gt;You're forcing them to either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Guess based on fuzzy memory&lt;/li&gt;
&lt;li&gt;Ask you directly (awkward in many cultures)&lt;/li&gt;
&lt;li&gt;Underestimate what you've done&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of those outcomes are good for anyone.&lt;/p&gt;

&lt;p&gt;Documentation is how you help your manager do right by you. It's collaboration in the direction of fairness.&lt;/p&gt;

&lt;p&gt;When you &lt;a href="https://www.bragdoc.ai/features" rel="noopener noreferrer"&gt;keep track of your wins&lt;/a&gt; and share them with your manager, you're saying: "Here's the information you need to make a strong case for me." That's not bragging. That's teamwork.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Document Without Feeling Slimy
&lt;/h2&gt;

&lt;p&gt;So how do you actually document your work in a way that doesn't feel gross?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Make it factual, not emotional.&lt;/strong&gt; "Shipped payment processing feature" is documentation. "I'm awesome and single-handedly saved the company by shipping the payment feature" is self-promotion. Write the first one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Focus on impact, not effort.&lt;/strong&gt; "Reduced database query time from 500ms to 50ms" is useful. "Spent three weeks optimizing database queries" doesn't tell anyone why it mattered. Focus on what changed, not how hard you worked.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Share it with your manager, not everyone.&lt;/strong&gt; Documentation isn't about making a public show of what you did. It's about giving your manager the evidence they need. Share it in 1:1s, in your self-evaluation, in emails that happen to capture what you've shipped. Keep it between you and the person who advocates for you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update it throughout the year.&lt;/strong&gt; The worst time to document is right before reviews. By then, you've forgotten half the details. Document as you go. Note achievements when they happen. Review monthly. By the time formal feedback arrives, everything is clear and accurate.&lt;/p&gt;

&lt;p&gt;This isn't bragging. This is professionalism. This is taking responsibility for making sure the people who advocate for you have the ammunition to do it well.&lt;/p&gt;

&lt;h2&gt;
  
  
  Your Manager Wants to Advocate for You
&lt;/h2&gt;

&lt;p&gt;Here's what's worth remembering: your manager probably wants to fight for you. They want to push for a raise. They want to promote you. They want to make sure you get credit for the good work you're doing.&lt;/p&gt;

&lt;p&gt;But they're fighting uphill without information.&lt;/p&gt;

&lt;p&gt;When you document your work, you're not being arrogant. You're giving them a fighting chance.&lt;/p&gt;

&lt;p&gt;Next review cycle, when your manager is in a meeting arguing for your compensation or your promotion, they'll have specific evidence. Concrete examples. Clear impact statements. That's the difference between "this person is great" and "this person shipped X, which resulted in Y, and also did Z."&lt;/p&gt;

&lt;p&gt;The second version wins the argument.&lt;/p&gt;

&lt;p&gt;So start documenting. Not because you need to brag. But because your manager needs ammunition, and you're the only one who can provide it. It's not self-promotion. It's fairness.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Start documenting this week.&lt;/strong&gt; The simplest approach is a running document where you note wins as they happen. Even a bullet point is enough—just capture the what and the impact while it's fresh.&lt;/p&gt;

&lt;p&gt;If you want something that does the heavy lifting for you, that's why we built &lt;a href="https://www.bragdoc.ai/" rel="noopener noreferrer"&gt;BragDoc&lt;/a&gt;. It connects to your GitHub, extracts achievements from your commits and PRs, and helps you turn them into documentation you can actually share. No more scrambling before reviews trying to remember what you shipped in March.&lt;/p&gt;

</description>
      <category>career</category>
      <category>developer</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Introducing Workstreams: See the Patterns in Your Career</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Thu, 15 Jan 2026 21:38:00 +0000</pubDate>
      <link>https://forem.com/nataliaherself/introducing-workstreams-see-the-patterns-in-your-career-19ee</link>
      <guid>https://forem.com/nataliaherself/introducing-workstreams-see-the-patterns-in-your-career-19ee</guid>
      <description>&lt;p&gt;&lt;em&gt;BragDoc now automatically groups your achievements into meaningful themes. Discover what you've really been working on and tell a better story in your next performance review.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Automatic grouping of your Achievements
&lt;/h2&gt;

&lt;p&gt;You've been tracking your Achievements in Bragdoc, maybe dozens of them by now. But when it's time to write your self-review or update your resume, you're still staring at a long list trying to figure out what story it tells.&lt;/p&gt;

&lt;p&gt;Today we're launching &lt;strong&gt;Workstreams&lt;/strong&gt; — a feature that automatically discovers the themes and patterns in your work.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn80a0eqm40u5ipg5k31t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn80a0eqm40u5ipg5k31t.png" alt="Workstreams dashboard showing achievement clusters organized by theme" width="800" height="440"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Are Workstreams?
&lt;/h2&gt;

&lt;p&gt;Workstreams are AI-generated clusters of related achievements. Instead of a chronological list, you see your work organized by what it actually represents:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend Performance Optimization&lt;/strong&gt; — 8 achievements&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Team Leadership &amp;amp; Mentoring&lt;/strong&gt; — 12 achievements&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API Design &amp;amp; Integration&lt;/strong&gt; — 6 achievements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each workstream tells a story about a theme in your career. The groupings happen automatically based on what your achievements are actually about, not just when you did them or which project they belonged to.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Performance reviews become easier.&lt;/strong&gt; 6 months worth of Achievements can be overwhelming, but Workstreams put them each into context. Each workstream becomes a talking point. You can immediately see where you've been spending your time and what impact you've had in each area.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Career patterns become visible.&lt;/strong&gt; Are you becoming more specialized or more generalist? Are you developing the skills you want to grow? Workstreams show you the actual shape of your work over time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your story writes itself.&lt;/strong&gt; When someone asks "what have you been working on?", you have a real answer. Not a list of tasks, but a narrative about the themes that define your contributions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Better Performance Reviews
&lt;/h2&gt;

&lt;p&gt;The creation of Workstreams helps you better prepare for Performance Reviews by providing clear context about how all of your hundreds of Achievements this year fit into the themes that define your contributions. Seeing the wood through the trees is the first step in writing a great self-review.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdxicenw17ihpm0rkry4l.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdxicenw17ihpm0rkry4l.gif" alt="BragDoc's Performance Reviews feature builds on Workstreams to automatically generate self-reviews." width="800" height="446"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Next week, we'll be launching the first version of the bragdoc.ai Performance Reviews tool, which builds on Workstreams and automatically creates excellent self-reviews to support your next Performance Review.&lt;/p&gt;

&lt;p&gt;The documents it creates can be completely personalized to how your company does performance reviews, and you can create as many Performance Reviews as you want, with each one aware of and able to refer back to the last. More to come next week!&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It Now
&lt;/h2&gt;

&lt;p&gt;Workstreams are available to all BragDoc users with 20 or more achievements. Just click "Generate Workstreams" in your dashboard and watch as your achievements organize themselves into meaningful groups.&lt;/p&gt;

&lt;p&gt;Want to see it in action first? Try our instant demo — it's pre-loaded with sample data so you can explore Workstreams right away:&lt;/p&gt;

&lt;h2&gt;
  
  
  Learn More
&lt;/h2&gt;

&lt;p&gt;Head to the &lt;a href="https://www.bragdoc.ai/features/workstreams" rel="noopener noreferrer"&gt;Workstreams feature page&lt;/a&gt; for the full details on how it works, use cases, technical specs, and FAQs.&lt;/p&gt;




&lt;p&gt;Workstreams is our biggest feature launch since BragDoc v2. We can't wait to hear what patterns you discover in your own career. &lt;a href="https://www.bragdoc.ai/get-started" rel="noopener noreferrer"&gt;Give it a try&lt;/a&gt; and let us know what you think.&lt;/p&gt;

</description>
      <category>career</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
    <item>
      <title>The Promotion Gap: Why Engineers Get Overlooked</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Tue, 13 Jan 2026 18:33:21 +0000</pubDate>
      <link>https://forem.com/nataliaherself/the-promotion-gap-why-engineers-get-overlooked-2eo5</link>
      <guid>https://forem.com/nataliaherself/the-promotion-gap-why-engineers-get-overlooked-2eo5</guid>
      <description>&lt;p&gt;&lt;em&gt;Research reveals how bias affects tech promotions. Why great engineers get passed over—and what you can do about it.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Performance review season is coming. If you've ever felt like your work wasn't fully recognized, you're not alone—and it might not be your fault.&lt;/p&gt;

&lt;p&gt;I looked into the research on promotion bias in tech. Here's what I found.&lt;/p&gt;




&lt;p&gt;You've shipped more features than your peers. You've fixed critical bugs that saved the company money. You've mentored junior developers. Yet when promotion season arrives, someone else gets the title.&lt;/p&gt;

&lt;p&gt;This promotion gap happens far more often than it should. And it's probably not because you're not good enough.&lt;/p&gt;

&lt;p&gt;Research suggests that systematic biases in how we evaluate engineers create patterns where excellent work goes unrecognized. This doesn't explain every missed promotion, but it explains more than most engineers realize.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmzqjhwg9g1p9ifxk0zgy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmzqjhwg9g1p9ifxk0zgy.png" alt="" width="800" height="386"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Core Problem: Your Rating Depends on Who's Rating You
&lt;/h2&gt;

&lt;p&gt;If there's one number that matters most, it's this: &lt;a href="https://www.cultureamp.com/blog/performance-review-bias" rel="noopener noreferrer"&gt;more than 50% of performance rating variance comes from rater bias, not actual performance differences&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;More than half the difference between your rating and your peer's rating has nothing to do with how good you actually are. It's about who's doing the rating, their preferences, and what they happen to remember.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Bias Shows Up in Practice
&lt;/h2&gt;

&lt;p&gt;Two biases matter most:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Proximity bias&lt;/strong&gt; affects who gets seen. &lt;a href="https://hbr.org/2022/10/what-is-proximity-bias-and-how-can-managers-prevent-it" rel="noopener noreferrer"&gt;42% of managers admit they forget about remote workers when assigning high-visibility work&lt;/a&gt;. Your manager sees the person sitting next to them every day. They remember that person's wins.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Recency bias&lt;/strong&gt; affects what gets remembered. &lt;a href="https://www.cultureamp.com/blog/performance-review-bias" rel="noopener noreferrer"&gt;Recency bias is one of the most common biases in performance reviews&lt;/a&gt;—managers give disproportionate weight to what happened in recent weeks rather than the full review period. The engineer who shipped something visible last week beats the engineer who shipped something critical in March.&lt;/p&gt;

&lt;p&gt;These biases compound. If you're remote and your biggest wins happened early in the review cycle, you're fighting an uphill battle that has nothing to do with the quality of your work.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Looks Like in Practice
&lt;/h2&gt;

&lt;p&gt;Consider two engineers on the same team. Both are senior. Both are technically strong.&lt;/p&gt;

&lt;p&gt;Engineer A works from home. In February, she led a complex database migration that prevented a potential outage affecting thousands of users. In her 1:1s, she mentioned it briefly. She didn't write it down anywhere else.&lt;/p&gt;

&lt;p&gt;Engineer B sits two desks from their manager. In October—three weeks before reviews—he shipped a visible dashboard feature. Nothing critical, but the whole team saw the launch. His manager mentioned it in the weekly standup.&lt;/p&gt;

&lt;p&gt;Come December, the manager writes performance reviews. The migration? It's been ten months. The specifics are fuzzy. The dashboard? Fresh in mind, easy to describe, clearly impactful.&lt;/p&gt;

&lt;p&gt;Engineer B gets the stronger review. Not because he's better—because his work was recent and visible.&lt;/p&gt;

&lt;p&gt;This isn't a story about bad managers. It's a story about how memory works, and what happens when documentation doesn't exist.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Structural Reality
&lt;/h2&gt;

&lt;p&gt;According to &lt;a href="https://www.levels.fyi/blog/swe-level-framework.html" rel="noopener noreferrer"&gt;Levels.fyi research&lt;/a&gt;, staff engineers typically make up less than 10% of engineering organizations. The senior level is a "career level" by design—most engineers who reach it stay there.&lt;/p&gt;

&lt;p&gt;This isn't necessarily bad. Not everyone wants to be a staff engineer, and that's valid. But for those who do want to advance, &lt;a href="https://staffeng.com/guides/getting-the-title-where-you-are/" rel="noopener noreferrer"&gt;internal promotions to staff are notoriously difficult&lt;/a&gt;. At competitive levels, visibility can be the deciding factor between candidates of similar ability.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the Data Doesn't Explain
&lt;/h2&gt;

&lt;p&gt;Before we talk about solutions: limitations matter.&lt;/p&gt;

&lt;p&gt;A missed promotion might be bias—or it might be that you weren't ready, that there wasn't headcount, or that your manager had legitimate concerns. Documentation helps in organizations that are fundamentally fair but imperfect. It doesn't help in toxic environments. It doesn't replace having a manager who advocates for you.&lt;/p&gt;

&lt;p&gt;If good documentation and consistent performance still don't move the needle, the problem might not be your visibility. It might be the organization.&lt;/p&gt;

&lt;h2&gt;
  
  
  What You Can Actually Do
&lt;/h2&gt;

&lt;p&gt;For engineers in reasonably functional organizations, visibility gaps are often fixable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Document wins as they happen.&lt;/strong&gt; &lt;a href="https://jvns.ca/blog/brag-documents/" rel="noopener noreferrer"&gt;Julia Evans' brag document approach&lt;/a&gt; captures achievements when they occur, not six months later. (See our guide on &lt;a href="https://dev.to/blog/how-to-write-self-evaluation-developer"&gt;how to write a self-evaluation&lt;/a&gt;.)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Be specific about impact.&lt;/strong&gt; "Fixed a bug" is forgettable. "Fixed a race condition causing 2% transaction failures, protecting $50K/month revenue" is not.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Share wins regularly.&lt;/strong&gt; Distribute when your manager learns about your work across the year to counteract recency bias.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These aren't guaranteed solutions. They're habits that tend to help in environments where effort is generally rewarded.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why We Built BragDoc
&lt;/h2&gt;

&lt;p&gt;We kept noticing the same pattern: engineers scrambling before review season, trying to reconstruct months of work from vague memories and incomplete git logs. The same struggle showed up in job searches, salary negotiations, and even weekly standups.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/features"&gt;BragDoc&lt;/a&gt; pulls from Git history, GitHub activity, and other sources to capture achievements automatically. Your commits already document what you did and when—we translate that into statements you can actually use.&lt;/p&gt;

&lt;p&gt;It won't fix broken organizations or guarantee promotions. But for engineers in environments where documentation matters, it removes the part where you have to remember everything yourself.&lt;/p&gt;

&lt;p&gt;Whether you're preparing for &lt;a href="https://dev.to/use-cases"&gt;performance reviews&lt;/a&gt;, negotiating a raise, or maintaining a clear record of your trajectory, documented evidence tends to improve your odds.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Next steps:&lt;/strong&gt; Start documenting your wins this week. Add three recent accomplishments to a simple document, then capture each new win as it happens. By review season, you'll have clearer evidence of your impact—and a better foundation for whatever conversation comes next.&lt;/p&gt;

</description>
      <category>developer</category>
      <category>career</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Stop Setting Goals, Start Tracking Wins</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Mon, 05 Jan 2026 20:21:18 +0000</pubDate>
      <link>https://forem.com/nataliaherself/stop-setting-goals-start-tracking-wins-347m</link>
      <guid>https://forem.com/nataliaherself/stop-setting-goals-start-tracking-wins-347m</guid>
      <description>&lt;p&gt;&lt;em&gt;Forget New Year's goals—they fail by February. Learn why tracking wins instead is more effective for your career advancement.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It's January 5th. Your inbox is full of emails about "crush your 2026 goals" and LinkedIn is overflowing with goal-setting frameworks. Everyone's talking about OKRs, SMART goals, and accountability partnerships.&lt;/p&gt;

&lt;p&gt;And here's the thing: almost none of it will work. Your goals will be forgotten by February. Life will happen. Motivation will fade. You'll be right back where you started.&lt;/p&gt;

&lt;p&gt;So let's stop pretending that goal-setting is the answer. It's not. There's something far more effective—and way simpler.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy988o4rutlzxq2ifh41b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy988o4rutlzxq2ifh41b.png" alt="Goals get abandoned by February. Wins compound over time." width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Goals Fail (And It's Not Your Fault)
&lt;/h2&gt;

&lt;p&gt;Goal-setting sounds perfect in theory. You identify what you want. You make it specific and measurable. You track progress. You crush it.&lt;/p&gt;

&lt;p&gt;Except you don't.&lt;/p&gt;

&lt;p&gt;The research is brutal. &lt;a href="https://fisher.osu.edu/blogs/leadreadtoday/why-most-new-years-resolutions-fail" rel="noopener noreferrer"&gt;Studies show that 92% of New Year's resolutions fail&lt;/a&gt; by mid-February. And it's not because people lack discipline. It's because goals are fundamentally misaligned with how humans actually work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Goals are abstract.&lt;/strong&gt; You set "improve my technical leadership" and then what? How do you know if you're making progress? The target is too vague, too far away, too dependent on circumstances outside your control.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Motivation evaporates.&lt;/strong&gt; That motivational rush on January 1st gets crushed by the reality of January 5th. When your goal is "get better at system design" and you're stuck debugging a production issue at 3 AM, the goal feels irrelevant. Life always wins.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Goals ignore compounding.&lt;/strong&gt; You set a goal, fail to hit it, and feel like a failure. But you're missing something crucial: the small wins you did achieve still count. They compound. You just didn't notice them because they weren't on your goal list.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Most goals don't matter for your career anyway.&lt;/strong&gt; Your manager doesn't care about your personal goals during performance review season. They care about what you actually accomplished. What you shipped. What problems you solved. What impact you created.&lt;/p&gt;

&lt;p&gt;If your goal was "improve code quality" but you shipped a feature that doubled user engagement, your goal becomes irrelevant. But that accomplishment? That's permanent ammunition for your career.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Alternative: Track Your Wins Instead
&lt;/h2&gt;

&lt;p&gt;Here's what actually works: stop setting goals. Start tracking wins.&lt;/p&gt;

&lt;p&gt;A "win" is any achievement, no matter how small. Shipped a feature. Fixed a critical bug. Mentored a junior engineer. Improved build times. Documented a complex system. Unblocked a team. Solved a thorny problem.&lt;/p&gt;

&lt;p&gt;The magic of tracking wins is that it's &lt;strong&gt;reactive, not predictive&lt;/strong&gt;. You're not guessing about what you'll accomplish. You're documenting what you actually did. No motivation required. No willpower required. You just show up, do your job, and write down what happened.&lt;/p&gt;

&lt;p&gt;Think about what happens across your year:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You ship 5-10 significant features&lt;/li&gt;
&lt;li&gt;You fix 20+ bugs, some important&lt;/li&gt;
&lt;li&gt;You review 100+ PRs&lt;/li&gt;
&lt;li&gt;You help teammates solve problems&lt;/li&gt;
&lt;li&gt;You attend meetings that matter&lt;/li&gt;
&lt;li&gt;You make architectural decisions&lt;/li&gt;
&lt;li&gt;You respond to incidents&lt;/li&gt;
&lt;li&gt;You mentor junior engineers&lt;/li&gt;
&lt;li&gt;You improve tooling and infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's probably 50-100 meaningful contributions across 12 months. &lt;strong&gt;That's more than enough.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But here's the problem: you won't remember them. Your brain is designed to move on to the next problem. In six months, you won't remember what you shipped in January. In nine months, you'll forget which features you built versus which your teammates built.&lt;/p&gt;

&lt;p&gt;That's why tracking wins matters. You're creating a permanent record of what you actually accomplished.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Tracking Wins Works (And Why Goals Don't)
&lt;/h2&gt;

&lt;p&gt;Goals are about the future. Wins are about the present. And the present is all you can actually control.&lt;/p&gt;

&lt;p&gt;When you track wins, you're not fighting motivation. You're just documenting reality. Did I ship something today? Write it down. Did I fix something important? Write it down. Did I help someone? Write it down.&lt;/p&gt;

&lt;p&gt;No willpower required. No motivation required. Just honesty.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wins compound in ways goals don't.&lt;/strong&gt; You don't set a goal to "have 50 achievements this year." You just document them. By March, you've accumulated 15. By July, 40. By December, you've got a comprehensive record of what you actually contributed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wins are currency for the moments that matter.&lt;/strong&gt; Performance reviews? You've got 50 concrete examples. Salary negotiation? You can point to specific wins and their impact. Job interview? You've got detailed stories ready. Promotion conversation? You've got proof.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wins don't require perfection.&lt;/strong&gt; A goal asks: did I hit my target? Win tracking asks: did I do something that mattered? Those are different questions. The second one is actually answerable.&lt;/p&gt;

&lt;h2&gt;
  
  
  How This Connects to Your Brag Doc
&lt;/h2&gt;

&lt;p&gt;A brag doc is simply a running list of your wins. Nothing fancy. No perfect grammar. No elaborate structure.&lt;/p&gt;

&lt;p&gt;You might organize them by quarter, by project, by impact type. Or you might just make it a chronological dump. The organization doesn't matter. The wins themselves do.&lt;/p&gt;

&lt;p&gt;When you &lt;a href="https://www.bragdoc.ai/blog/prepare-q1-performance-reviews" rel="noopener noreferrer"&gt;prepare for your Q1 performance review&lt;/a&gt;, you don't scramble to remember what you did. You open your brag doc and you've got it all right there.&lt;/p&gt;

&lt;p&gt;When you're &lt;a href="https://www.bragdoc.ai/blog/what-managers-look-for-performance-reviews" rel="noopener noreferrer"&gt;interviewing for a new role&lt;/a&gt;, you don't stumble through vague descriptions. You've got detailed examples of your impact, including metrics and context.&lt;/p&gt;

&lt;p&gt;When you &lt;a href="https://www.bragdoc.ai/blog/six-types-developer-impact" rel="noopener noreferrer"&gt;discuss career growth with your manager&lt;/a&gt;, you come with evidence, not hopes. That shifts the entire conversation.&lt;/p&gt;

&lt;p&gt;This is why &lt;a href="https://www.bragdoc.ai/blog/new-year-resolution-start-brag-doc" rel="noopener noreferrer"&gt;brag documents matter&lt;/a&gt;. They're not about bragging. They're about remembering. They're the difference between underselling your work and being paid what you're actually worth.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Easiest Way to Start
&lt;/h2&gt;

&lt;p&gt;The hardest part of tracking wins is remembering to do it. You ship something, move on to the next problem, and forget to write it down.&lt;/p&gt;

&lt;p&gt;That's why &lt;a href="https://www.bragdoc.ai/features" rel="noopener noreferrer"&gt;BragDoc exists&lt;/a&gt;. It automatically extracts achievements from your Git history, so you don't have to remember what you shipped. Your commits and code reviews become documented wins without you lifting a finger.&lt;/p&gt;

&lt;p&gt;You focus on the work. We handle the documentation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb7zuf1f68gyay6vzcz2e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb7zuf1f68gyay6vzcz2e.png" alt="BragDoc automatically tracks your achievements with impact ratings" width="800" height="407"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;By the end of March, you'll have 30-50 concrete wins documented automatically. By the end of the year, you'll have 100+. And every single one of them will be ammunition for your career.&lt;/p&gt;

&lt;h2&gt;
  
  
  Or Do It Manually
&lt;/h2&gt;

&lt;p&gt;Prefer to do it yourself? That works too. You just need five minutes and one document.&lt;/p&gt;

&lt;p&gt;Create a Google Doc, Notion page, or Markdown file. Call it "2026 Wins" or literally anything. Add 3-5 recent wins from the last month. Then every Friday, jot down what happened. One line per win. Two sentences max.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Shipped new logging infrastructure that reduces debugging time by 30%"&lt;/li&gt;
&lt;li&gt;"Fixed race condition in payment processing that was causing 2% of transactions to fail"&lt;/li&gt;
&lt;li&gt;"Mentored Alex through their first production feature deployment"&lt;/li&gt;
&lt;li&gt;"Led architecture discussion that unblocked the mobile team"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's a brag doc. Not fancy. Not complicated. Just honest.&lt;/p&gt;

&lt;h2&gt;
  
  
  Skip the Goals. Track the Wins.
&lt;/h2&gt;

&lt;p&gt;Here's what I'd do if I were you: don't set any New Year's goals. Instead, &lt;a href="https://www.bragdoc.ai/get-started" rel="noopener noreferrer"&gt;create a brag doc today&lt;/a&gt;. Add three wins from the last month. Then every Friday, add one or two more.&lt;/p&gt;

&lt;p&gt;By March, when everyone else is abandoning their goals, you'll have a comprehensive record of what you actually accomplished. And that's infinitely more valuable than a list of intentions that never happened.&lt;/p&gt;

&lt;p&gt;Your career depends on the wins you document, not the goals you set.&lt;/p&gt;

&lt;p&gt;So skip the goals. Track the wins.&lt;/p&gt;

</description>
      <category>career</category>
      <category>motivation</category>
      <category>productivity</category>
      <category>developer</category>
    </item>
    <item>
      <title>New Year's Resolution: Start a Brag Doc</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Mon, 29 Dec 2025 21:36:49 +0000</pubDate>
      <link>https://forem.com/nataliaherself/new-years-resolution-start-a-brag-doc-4bif</link>
      <guid>https://forem.com/nataliaherself/new-years-resolution-start-a-brag-doc-4bif</guid>
      <description>&lt;p&gt;&lt;em&gt;Forget the gym membership. A brag doc is the one resolution that actually pays off. Here's why it matters and how to start in 5 minutes.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;New Year's resolutions are mostly theater. You'll hit the gym six times in January. You'll read that book and never finish it. You'll swear off caffeine and break by February 2nd.&lt;/p&gt;

&lt;p&gt;But there's one resolution that actually works. One that doesn't require motivation or discipline. One that literally pays off.&lt;/p&gt;

&lt;p&gt;Start a brag doc.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Resolution Actually Works
&lt;/h2&gt;

&lt;p&gt;Unlike gym memberships, a brag doc has immediate, concrete payoff. You're not doing this for future-you in six months. You're doing this for future-you in three months, during &lt;a href="https://www.bragdoc.ai/blog/prepare-q1-performance-reviews" rel="noopener noreferrer"&gt;performance review season&lt;/a&gt;. And three months is close enough that you'll actually care.&lt;/p&gt;

&lt;p&gt;Here's the deal:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;During reviews&lt;/strong&gt;, you'll remember what you did instead of scrambling at the last minute. No more scrolling through GitHub at 11 PM trying to piece together what you actually accomplished.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;During interviews&lt;/strong&gt;, you'll have a running list of your wins. No more vague hand-waving. You can point to specific accomplishments, metrics, and impact.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;During conversations with your manager&lt;/strong&gt;, you'll sound confident because you've documented your work. You won't accidentally undersell something or forget to mention something important.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;During salary negotiations&lt;/strong&gt;, you'll have ammunition. You can point to concrete wins and their business value. That's infinitely more powerful than "I think I've done good work."&lt;/p&gt;

&lt;p&gt;This isn't meditation. It's not one weird trick. It's giving yourself the best chance to advance in your career.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Easiest Resolution Ever
&lt;/h2&gt;

&lt;p&gt;Here's the best part: you don't need to become a different person. You don't need discipline or motivation.&lt;/p&gt;

&lt;p&gt;You just need to keep one running document. That's it.&lt;/p&gt;

&lt;p&gt;Every time you ship something meaningful, fix something important, help someone, or solve a problem—jot it down. One line. Two sentences max. No perfect grammar required. No elaborate formatting.&lt;/p&gt;

&lt;p&gt;Just a list of stuff you did.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Fixed the N+1 query bug in the dashboard API"&lt;/li&gt;
&lt;li&gt;"Mentored Alex through their first major feature"&lt;/li&gt;
&lt;li&gt;"Reduced build time from 22 minutes to 8 minutes"&lt;/li&gt;
&lt;li&gt;"Led the on-call rotation for Q4"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's your brag doc. It's that simple.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq8iy9xwg518mo72c4vvf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq8iy9xwg518mo72c4vvf.png" alt="A simple brag doc with a list of wins" width="600" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Actually Start
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Today:&lt;/strong&gt; Open a document (Notion, Google Docs, a Markdown file, whatever). Call it "2025 Wins" or "Brag Doc" or literally anything.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This week:&lt;/strong&gt; Add 3-5 things you've already accomplished. You don't have to go back through your entire history. Just the wins you remember from the last few weeks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Moving forward:&lt;/strong&gt; When you finish something, take 5 minutes and write it down. That's it. One line per week on average. You can do that.&lt;/p&gt;

&lt;p&gt;If you want structure, &lt;a href="https://www.bragdoc.ai/blog/2025-year-review-template-developers" rel="noopener noreferrer"&gt;we have a template&lt;/a&gt; that organizes wins by impact type. But honestly? A plain list works fine.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Resolution That Compounds
&lt;/h2&gt;

&lt;p&gt;New Year's resolutions die because they feel pointless. You'll never actually look like the people in those fitness ads. But your brag doc? You'll use it in Q1 reviews. You'll use it in interviews. You'll reference it with your manager.&lt;/p&gt;

&lt;p&gt;The resolution compounds. Every achievement you document this year becomes easier next year. By 2026, you'll have a two-year running record. By 2027, three years.&lt;/p&gt;

&lt;p&gt;You'll never scramble during review season again.&lt;/p&gt;

&lt;h2&gt;
  
  
  Make It Effortless
&lt;/h2&gt;

&lt;p&gt;The hardest part of any habit is remembering to do it. &lt;a href="https://www.bragdoc.ai/features" rel="noopener noreferrer"&gt;BragDoc&lt;/a&gt; solves that by &lt;a href="https://www.bragdoc.ai/how-it-works" rel="noopener noreferrer"&gt;automatically extracting achievements from your Git history&lt;/a&gt;. Your commits and code reviews become documented wins without you lifting a finger.&lt;/p&gt;

&lt;p&gt;You focus on shipping. BragDoc handles the documentation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Your New Year Setup
&lt;/h2&gt;

&lt;p&gt;Make 2025 the year you stop scrambling during performance reviews. Stop underselling your work. Stop forgetting what you did.&lt;/p&gt;

&lt;p&gt;Open that document today. Add three wins. Do it again next week. By March, you'll have a comprehensive record of what you accomplished.&lt;/p&gt;

&lt;p&gt;Your future self will thank you. Your manager will notice. Your next raise will reflect it.&lt;/p&gt;

&lt;p&gt;That's a resolution that actually works.&lt;/p&gt;




&lt;p&gt;Ready to make this a habit? &lt;a href="https://www.bragdoc.ai/blog/2025-year-review-template-developers" rel="noopener noreferrer"&gt;Check out our template&lt;/a&gt; for more structure, or &lt;a href="https://www.bragdoc.ai/blog/why-developers-need-automated-brag-docs" rel="noopener noreferrer"&gt;learn why automated brag docs&lt;/a&gt; save time. Either way, start documenting today.&lt;/p&gt;

&lt;p&gt;Your career depends on it.&lt;/p&gt;

</description>
      <category>career</category>
      <category>developer</category>
      <category>automation</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How to Prepare for Q1 Performance Reviews Right Now</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Wed, 17 Dec 2025 20:22:57 +0000</pubDate>
      <link>https://forem.com/nataliaherself/how-to-prepare-for-q1-performance-reviews-right-now-b2m</link>
      <guid>https://forem.com/nataliaherself/how-to-prepare-for-q1-performance-reviews-right-now-b2m</guid>
      <description>&lt;p&gt;&lt;em&gt;The year is almost over. You've shipped code, solved problems, and made an impact. Now comes the hard part: remembering what you actually accomplished.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This is the critical window. Right now, while 2025 is still fresh, your memories are clear and your context is available. In three weeks when everyone returns from the holidays, motivation vanishes and memory fades fast. The achievements you took for granted in December will feel like ancient history by March.&lt;/p&gt;

&lt;p&gt;If you wait until Q1 performance review season to document your work, you'll be scrambling. You'll forget projects. You'll miss context. You'll undersell your impact because the details have evaporated.&lt;/p&gt;

&lt;p&gt;The smartest move is to document now, while everything is still vivid.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Month Matters Most
&lt;/h2&gt;

&lt;p&gt;Your brain isn't built to retain a year of work. It's optimized for the next problem, not the last one. This is fine for day-to-day engineering, but it's terrible for career documentation.&lt;/p&gt;

&lt;p&gt;Here's the timeline:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;This week:&lt;/strong&gt; Memories are sharp, context is fresh, you remember &lt;em&gt;why&lt;/em&gt; decisions mattered&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;January:&lt;/strong&gt; Holiday reset means you're mentally refreshed but details are already fading&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;March:&lt;/strong&gt; Review season arrives and you're scrambling, remembering maybe 40% of what you did&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxo6wm89o1mnvdi1cg22g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxo6wm89o1mnvdi1cg22g.png" alt="A timeline graphic showing how memory fades over time, comparing December with full recall, January with partial recall, and March with low recall. It emphasizes the importance of documenting information early while details are still fresh." width="800" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The difference between a great performance review and a mediocre one often comes down to this: did you document your work when memory was strong, or did you wait until memory was weak? Understanding &lt;a href="https://www.bragdoc.ai/blog/what-managers-look-for-performance-reviews" rel="noopener noreferrer"&gt;what managers actually look for&lt;/a&gt; makes this even clearer.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to Capture Right Now
&lt;/h2&gt;

&lt;p&gt;Don't try to write perfect achievement statements yet. Just capture the raw material while it's fresh. You can refine later.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Major projects shipped:&lt;/strong&gt;&lt;br&gt;
List every significant feature, system, or change you shipped in 2025. For each one, note: what problem you were solving, your specific role, who else was involved, and when it shipped.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Metrics and quantifiable impact:&lt;/strong&gt;&lt;br&gt;
Query latency improvements, test coverage increases, deployment time reductions, infrastructure cost savings, support tickets reduced, incident frequency decreased. Numbers are powerful. Capture them now before they're lost. This is why &lt;a href="https://www.bragdoc.ai/blog/why-developers-need-automated-brag-docs" rel="noopener noreferrer"&gt;automated brag docs&lt;/a&gt; save so much time—they capture metrics automatically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Challenges overcome:&lt;/strong&gt;&lt;br&gt;
What was genuinely difficult? What did you learn? "Debugged a race condition that took three days to track down" and "Led a contentious technical decision where teams disagreed" both demonstrate growth and judgment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Code reviews and mentoring:&lt;/strong&gt;&lt;br&gt;
If you spent significant time reviewing code or helping teammates, capture that. This is one of the &lt;a href="https://www.bragdoc.ai/blog/six-types-developer-impact" rel="noopener noreferrer"&gt;six types of developer impact&lt;/a&gt; that often gets overlooked. Don't just say "did code reviews." Get specific: "Reviewed 150+ PRs this year" or "Mentored two junior developers through their first major features."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reliability and incident response:&lt;/strong&gt;&lt;br&gt;
If you participated in on-call rotations, debugged production issues, or improved systems reliability, document it with specifics.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cross-team collaboration:&lt;/strong&gt;&lt;br&gt;
Did you work with product, design, sales, or other engineering teams? Document the context and your role.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where to Find This Information
&lt;/h2&gt;

&lt;p&gt;You're not starting from scratch. Your work already exists in multiple places.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Git history and pull requests:&lt;/strong&gt; This is your primary source of truth. Find the main PRs for each major project, note merge dates, capture commit message summaries, and check PR discussions for context about decisions and challenges.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Issue tracking system:&lt;/strong&gt; Issues capture the problem statement, acceptance criteria, and decision-making. Search for issues you reported or worked on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Slack and email:&lt;/strong&gt; Look for praise or feedback from teammates, questions where you provided key answers, discussions about decisions you influenced, and project announcements you were part of.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1-on-1 notes:&lt;/strong&gt; These often contain feedback about your growth, challenges you're working on, and goals you hit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your calendar:&lt;/strong&gt; Look at tech talks or training you gave, architecture decision meetings, project kickoffs, and presentations.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Structure Your Self-Review
&lt;/h2&gt;

&lt;p&gt;Once you've gathered your raw material, organize it by impact category rather than chronologically:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Code &amp;amp; Features:&lt;/strong&gt; Products and features you shipped&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reliability &amp;amp; Debugging:&lt;/strong&gt; Critical issues resolved, production incidents handled&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Technical Leadership:&lt;/strong&gt; Architecture decisions, system design, technical direction&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mentoring &amp;amp; Knowledge Sharing:&lt;/strong&gt; Code reviews, onboarding, documentation, people you helped grow&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Process &amp;amp; Infrastructure:&lt;/strong&gt; Build improvements, testing frameworks, dev tools&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-Functional Collaboration:&lt;/strong&gt; Work with product, design, sales, or leadership&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This structure helps your manager understand the full scope of your contributions. Most developers focus only on features, accidentally underselling other valuable work. &lt;/p&gt;

&lt;h2&gt;
  
  
  Writing Achievement Statements
&lt;/h2&gt;

&lt;p&gt;For each achievement, follow this pattern:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Problem/Context:&lt;/strong&gt; What was the situation?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your Action:&lt;/strong&gt; What specifically did you do?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Measurable Impact:&lt;/strong&gt; What changed as a result?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Broader Significance:&lt;/strong&gt; Why did it matter?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of: "Fixed performance issues in the API."&lt;/p&gt;

&lt;p&gt;Write: "Identified and resolved N+1 query problems in the user dashboard API. Reduced response times from 2.3 seconds to 340ms through query optimization and connection pooling. This improved user experience metrics by 15% and reduced infrastructure costs by $8K annually."&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5f4epz03bf3zunctxupp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5f4epz03bf3zunctxupp.png" alt="A comparison graphic between vague and specific achievement statements, highlighting how clear metrics and impact make accomplishments more meaningful. It also shows a simple four step framework: problem, action, impact, and significance." width="800" height="320"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;See? It's not flowery. It's concrete, specific, and credible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Common Mistakes to Avoid
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Being too vague.&lt;/strong&gt; "Improved system reliability" sounds good but tells nobody what you actually did.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Underselling non-code contributions.&lt;/strong&gt; Mentoring, process improvements, and reliability work are invisible unless you document them. Senior developers are senior because they create leverage, not just because they write more code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Forgetting to quantify.&lt;/strong&gt; "Mentored three junior engineers through complete features, averaging 4-5 hours per week of code reviews and pair programming" is much stronger than "mentored team members."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Only preparing positives.&lt;/strong&gt; Managers know you're not perfect. Balanced reviews are more credible than flawless ones. Understanding &lt;a href="https://www.bragdoc.ai/blog/what-managers-look-for-performance-reviews" rel="noopener noreferrer"&gt;what managers look for&lt;/a&gt; helps you strike the right balance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Your Action Plan
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;This week:&lt;/strong&gt;&lt;br&gt;
Spend 30 minutes listing major projects and accomplishments. Pull your GitHub history, Jira, and Slack. Capture the raw material while it's fresh.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Before the holidays:&lt;/strong&gt;&lt;br&gt;
Write 5-10 achievement statements using the pattern above. Organize by impact category.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;When you return:&lt;/strong&gt;&lt;br&gt;
You'll have this foundation ready. The hard work—capturing memories while they're strong—will be done. You can refine during Q1 before reviews actually happen.&lt;/p&gt;

&lt;h2&gt;
  
  
  Automate the Boring Part
&lt;/h2&gt;

&lt;p&gt;If you're documenting achievements from Git history, you can automate this. &lt;a href="https://www.bragdoc.ai/cli" rel="noopener noreferrer"&gt;BragDoc's CLI&lt;/a&gt; automatically extracts achievements from your commits and pull requests. Run it once before the holidays, review what it captured, and you've saved hours of manual digging.&lt;/p&gt;

&lt;p&gt;The automation handles the busywork. You handle the context, the metrics, and the significance.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Compounding Effect
&lt;/h2&gt;

&lt;p&gt;Documentation compounds. If you document 2025 now, you have a complete record. When 2026 ends, you add to your already-solid documentation. By 2027, you have three years of clear achievement records.&lt;/p&gt;

&lt;p&gt;Conversely, if you skip documenting 2025, when 2026 ends you're still scrambling to remember both years. Every year without documentation makes the problem worse.&lt;/p&gt;

&lt;p&gt;Start the habit now. It pays dividends for your entire career. Learn more about &lt;a href="https://www.bragdoc.ai/blog/why-developers-need-automated-brag-docs" rel="noopener noreferrer"&gt;why developers need automated brag docs&lt;/a&gt; to make this sustainable.&lt;/p&gt;




&lt;h2&gt;
  
  
  Start Today
&lt;/h2&gt;

&lt;p&gt;Pick three major projects you shipped in 2025. For each one, jot down what you built, when it shipped, measurable impact, and who benefited. That's your starting point.&lt;/p&gt;

&lt;p&gt;By the time Q1 reviews arrive, you'll be prepared instead of scrambling. Your work speaks for itself—but only if you document it. Ready to &lt;a href="https://www.bragdoc.ai/get-started" rel="noopener noreferrer"&gt;get started&lt;/a&gt;?&lt;/p&gt;

</description>
      <category>career</category>
      <category>performance</category>
      <category>developer</category>
      <category>yearinreview</category>
    </item>
    <item>
      <title>What Engineering Managers Look For in Performance Reviews</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Tue, 16 Dec 2025 17:00:33 +0000</pubDate>
      <link>https://forem.com/nataliaherself/what-engineering-managers-look-for-in-performance-reviews-493l</link>
      <guid>https://forem.com/nataliaherself/what-engineering-managers-look-for-in-performance-reviews-493l</guid>
      <description>&lt;p&gt;&lt;em&gt;Performance reviews aren't some mysterious process happening in a conference room. From a manager's perspective, they're actually pretty straightforward. But there's a gap between what managers are evaluating and what developers think we're evaluating. This gap creates friction—developers undersell their work, managers feel like they're missing context, and the whole process feels less useful than it should be.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I've managed teams for years and conducted more performance reviews than I care to remember. Here's what I actually look for, and why the way you document your work matters far more than you might think.&lt;/p&gt;

&lt;h2&gt;
  
  
  The First Problem: I Can't Remember Everything You Did
&lt;/h2&gt;

&lt;p&gt;Let me be honest: I don't have perfect memory of your last six months. I'm managing multiple people, handling incidents, attending strategy meetings, and shipping my own deliverables. Your day-to-day work—even the important work—isn't always top of mind for me when review season arrives.&lt;/p&gt;

&lt;p&gt;This isn't an excuse for poor memory. It's just reality. What this means is that developers who document their work well have a massive advantage. They're not being evaluated on my memory. They're being evaluated on documented evidence.&lt;/p&gt;

&lt;p&gt;When you come into your review with clear achievement statements, links to pull requests, and context around your impact, you're making my job easier and ensuring you're evaluated on your actual work, not on what I happened to remember or what I noticed casually.&lt;/p&gt;

&lt;p&gt;The developers who struggle most in reviews are usually excellent engineers. But they assume their work speaks for itself. It doesn't. Documentation speaks for itself. Work just disappears into the codebase.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Actually Looking For
&lt;/h2&gt;

&lt;p&gt;Let me break down what goes into a performance rating from my side of the table.&lt;/p&gt;

&lt;h3&gt;
  
  
  Evidence of Impact
&lt;/h3&gt;

&lt;p&gt;I'm looking for demonstrated impact. Not effort, not hours worked, not "I was really busy." Impact.&lt;/p&gt;

&lt;p&gt;The difference is huge. Effort is internal—how hard you worked. Impact is external—what changed as a result of your work.&lt;/p&gt;

&lt;p&gt;Here's what I'm listening for:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Business impact:&lt;/strong&gt; Did your work improve revenue, retention, user satisfaction, or reduce costs? Example: "Optimized our database queries, reducing infrastructure costs by $15K annually" is impact. "Refactored database queries" is not.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Team impact:&lt;/strong&gt; Did your work unblock other engineers, improve their productivity, or accelerate their development? Example: "Set up automated testing framework, reducing QA cycle time from 2 weeks to 3 days for the mobile team" is impact. "Wrote testing code" is not.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;User impact:&lt;/strong&gt; Did your work improve the user experience, fix critical bugs, or ship features users actually want? Example: "Reduced API latency by 40%, improving dashboard load times and user satisfaction scores by 8%" is impact. "Performance optimization" is not.&lt;/p&gt;

&lt;p&gt;The pattern is: context → action → measurable result. Managers want to see all three.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzknxl3e8n8hkqdxs1mq7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzknxl3e8n8hkqdxs1mq7.png" alt="Four things managers actually evaluate in performance reviews: 1) Evidence of Impact - business, team, and user outcomes with context, action, and quantified&amp;lt;br&amp;gt;
   results. 2) Evidence of Growth - new skills, stretch projects, acting on feedback, career trajectory. 3) Quality of Judgment - technical decision-making,&amp;lt;br&amp;gt;
  thinking about tradeoffs, honesty about challenges. 4) Collaboration - working well with others, helping teammates, sharing knowledge, being receptive to&amp;lt;br&amp;gt;
  feedback" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Evidence of Growth
&lt;/h3&gt;

&lt;p&gt;I'm also looking for signals that you're growing as an engineer. What new skills did you pick up? What stretch projects did you take on? What feedback did you act on from previous reviews?&lt;/p&gt;

&lt;p&gt;Growth shows ambition. It shows self-awareness. It shows you're thinking about your trajectory. Engineers who grow become better engineers. That matters for your career and for the team.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Without documentation, growth is invisible.&lt;/strong&gt; If you learned a new programming language, architected a new system, or led a project for the first time, I might not know it unless you tell me.&lt;/p&gt;

&lt;p&gt;If you document it as you go—"Led the API redesign project, making architectural decisions for a system that will scale to 10x current usage"—then it becomes a clear narrative of growth.&lt;/p&gt;

&lt;h3&gt;
  
  
  Quality of Judgment
&lt;/h3&gt;

&lt;p&gt;I'm evaluating your technical judgment. Did you make good decisions? Do you think about tradeoffs? Can you defend your technical choices?&lt;/p&gt;

&lt;p&gt;The easiest way to demonstrate judgment is through architecture decisions and technical leadership. But it also shows up in how you've documented your work. Are you being honest about challenges? Do you acknowledge tradeoffs instead of pretending your solution was perfect?&lt;/p&gt;

&lt;p&gt;Developers who document thoughtfully—"We chose Option A despite Option B being technically superior, because the engineering cost wasn't justified by the timeline" — demonstrate better judgment than those who just say "I shipped X."&lt;/p&gt;

&lt;h3&gt;
  
  
  Collaboration and Communication
&lt;/h3&gt;

&lt;p&gt;I'm watching to see if you work well with others. Are you helping teammates? Are you sharing knowledge? Are you receptive to feedback?&lt;/p&gt;

&lt;p&gt;Documentation matters here too. "Mentored three junior developers through their first features" is collaboration. "Did my job and sometimes helped people" is not. The specificity proves you were actually thinking about collaboration, not just coasting.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm NOT Looking For
&lt;/h2&gt;

&lt;p&gt;Let me also be clear about what doesn't matter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Busyness.&lt;/strong&gt; "I was really busy" doesn't influence my rating. You could have been busy writing code that nobody needed. I care about direction and impact, not activity level.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Code quantity.&lt;/strong&gt; Lines of code, number of commits, number of PRs. These are vanity metrics. Someone could ship 100 trivial PRs and create less value than someone shipping one complicated PR that solved a critical problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Being the smartest person in the room.&lt;/strong&gt; Intelligence is assumed. What I'm evaluating is what you did with that intelligence. Can you apply it? Can you explain it? Can you help others use it?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Going above and beyond on everything.&lt;/strong&gt; I don't expect you to be extraordinary at every single task. I expect you to be solid at your job and growing in key areas. "Went above and beyond" across everything raises a red flag—it usually means you're unsustainable or you're not prioritizing effectively.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1bu4p9twk45t94dpne3n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1bu4p9twk45t94dpne3n.png" alt="four things managers don't care about in performance reviews: 1) Busyness - " width="800" height="320"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How Documentation Influences Promotion and Compensation
&lt;/h2&gt;

&lt;p&gt;I'll be direct: promotion and compensation decisions are heavily influenced by how well you've documented your impact.&lt;/p&gt;

&lt;p&gt;This might sound unfair. Shouldn't the quality of your work speak for itself? In a perfect world, yes. In reality, there's selection bias. The developers I see the most clearly are the ones who communicate best. They're the ones whose work is easiest to defend in promotion discussions.&lt;/p&gt;

&lt;p&gt;Here's how it actually works:&lt;/p&gt;

&lt;p&gt;When promotion season arrives, I'm building a case for you with my leadership. I need to explain why you deserve a higher level. The case is stronger when I can say:&lt;/p&gt;

&lt;p&gt;"Sarah owned the API redesign project. She made strategic decisions about tradeoffs, documented the technical RFC, and led three other engineers through implementation. The new API reduced latency by 50% and enabled us to ship features three times faster. She also mentored two junior developers in parallel."&lt;/p&gt;

&lt;p&gt;versus:&lt;/p&gt;

&lt;p&gt;"Sarah did good work on the API team."&lt;/p&gt;

&lt;p&gt;Both might be true. But one is promotable. One is not. The difference is documentation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqbh5w0ysmxv8tz9j6c81.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqbh5w0ysmxv8tz9j6c81.png" alt=" Comparison showing the same work with two different outcomes. Left side (Not Promotable): " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The same is true for compensation. When negotiating budget for raises and refreshes, I need to justify why specific engineers deserve larger increases. Documentation lets me make those arguments. Without it, even excellent engineers can get underpaid simply because their impact isn't visible.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Presentation Matters Too
&lt;/h2&gt;

&lt;p&gt;How you present your work in the review itself matters. I'm not just looking at what you've documented. I'm also listening to how you talk about it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tell stories, not lists.&lt;/strong&gt; Don't just say "I shipped feature X, fixed bug Y, and refactored system Z." Walk me through the context. Why did the feature matter? What was broken about the bug? Why did the refactor enable the team to work faster?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Back your claims with evidence.&lt;/strong&gt; If you say you reduced latency by 40%, have the metrics. If you say you unblocked three engineers, be able to talk about what you unblocked them on. This isn't about being overly formal. It's about being credible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Be honest about challenges.&lt;/strong&gt; If something went sideways, say so. The developers who impress me most are those who acknowledge when things didn't go as planned and can articulate what they learned. That's maturity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discuss impact on business and team.&lt;/strong&gt; Not just technical impact. Connect your work to what matters: shipping faster, better user experience, reduced costs, happier team members, whatever the business cares about.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Happens When You Don't Document Well
&lt;/h2&gt;

&lt;p&gt;I see this all the time. A genuinely strong engineer walks into their review with minimal documentation. They're vague about their accomplishments. They struggle to explain the business impact of their work.&lt;/p&gt;

&lt;p&gt;The review becomes uncomfortable. I'm trying to advocate for them, but I don't have ammunition. Their rating ends up being lower than it should be. They feel undervalued. I feel frustrated because I know they're better than their review reflects.&lt;/p&gt;

&lt;p&gt;Meanwhile, the developer who documented their work comes in prepared. Even if their actual output was slightly lower, the documentation makes them look more senior. They walk out with a better rating and better compensation.&lt;/p&gt;

&lt;p&gt;This isn't a complaint about life being unfair. It's an observation about how to navigate the reality of performance management. Documentation is a leverage point. Using it well is professional, not self-serving.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Prepare for Your Review
&lt;/h2&gt;

&lt;p&gt;Based on all of this, here's what I'd recommend:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Start early.&lt;/strong&gt; Three months before your review, list your major accomplishments. One month out, gather evidence from Git, pull requests, and communications. Two weeks out, write impact statements that tell the story.&lt;/p&gt;

&lt;p&gt;You don't need fancy formatting. You need clarity. For each accomplishment: What was the problem? What did you do? What changed as a result? Why did it matter?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Document growth explicitly.&lt;/strong&gt; If you learned something new, took on a stretch project, or acted on feedback, write it down. Make the narrative of growth visible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quantify when possible.&lt;/strong&gt; Numbers are credible. "Improved test coverage from 45% to 78%" is stronger than "improved test coverage." "Mentored three junior developers" is stronger than "helped with mentoring."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prepare examples.&lt;/strong&gt; Be ready to discuss two or three specific accomplishments in depth. Not a list of twenty vague things. A few clear stories with context and impact.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Practice your narrative.&lt;/strong&gt; In the actual review, you should be able to talk naturally about your work. If you sound like you're reading from a script, it's less credible. If you sound like you're genuinely reflecting on what you've accomplished, it's more credible.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Manager's Job Is to Advocate For You
&lt;/h2&gt;

&lt;p&gt;Here's one more thing: your manager's job is to advocate for you. I want you to succeed. I want you to get promoted, fairly compensated, and recognized for your contributions.&lt;/p&gt;

&lt;p&gt;But I can only advocate effectively when I have clear evidence of your impact. Documentation gives me that evidence. It makes my job easier. It makes promotion and compensation discussions easier. It makes your career trajectory clearer.&lt;/p&gt;

&lt;p&gt;The developers who understand this—who document their work systematically and present it clearly—advance faster. Not because they're more talented. But because they're more effective at communicating their value.&lt;/p&gt;

&lt;p&gt;Think of it this way: you've already done the work. You've already shipped the features, fixed the bugs, solved the problems. Documentation isn't adding more work. It's just capturing work you've already done.&lt;/p&gt;




&lt;h2&gt;
  
  
  Next Steps
&lt;/h2&gt;

&lt;p&gt;Start with your last three months. What were your major accomplishments? List three or four things you're proud of. Then, for each one, gather supporting evidence from Git, pull requests, or team conversations. You now have the foundation for a strong performance review.&lt;/p&gt;

&lt;p&gt;If you want to make this systematic—having documentation ready throughout the year rather than scrambling before review season, check out the &lt;a href="https://www.bragdoc.ai/blog/six-types-developer-impact" rel="noopener noreferrer"&gt;six types of developer impact&lt;/a&gt; you should be documenting.&lt;/p&gt;

&lt;p&gt;The clearer you are about your work, the better your manager can advocate for you. &lt;/p&gt;

</description>
      <category>career</category>
      <category>performance</category>
      <category>developer</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The 6 Types of Developer Impact</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Wed, 03 Dec 2025 17:51:56 +0000</pubDate>
      <link>https://forem.com/nataliaherself/the-6-types-of-developer-impact-55ia</link>
      <guid>https://forem.com/nataliaherself/the-6-types-of-developer-impact-55ia</guid>
      <description>&lt;p&gt;&lt;em&gt;Not all developer impact shows up in Git commits. Learn how to document six types of contributions that drive your career forward—from shipping features to mentoring.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Not all developer impact looks the same. You might spend a month shipping a major feature, then spend the next month mentoring a junior developer, then spend a week debugging a critical production issue. Each contribution is valuable. Each requires different documentation strategies.&lt;/p&gt;

&lt;p&gt;Most developers document only one type of impact well: the code they ship. Everything else—the mentoring, the architecture decisions, the process improvements—gets lost because they don't know how to capture it.&lt;/p&gt;

&lt;p&gt;Your &lt;a href="https://www.bragdoc.ai/use-cases" rel="noopener noreferrer"&gt;performance review&lt;/a&gt; should reflect the full scope of your contributions. Here's how to document each type of impact effectively.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh7cn2w4mo6fba14ryxsh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh7cn2w4mo6fba14ryxsh.png" alt="Infographic showing the 6 types of developer impact: Code &amp;amp; Features, Mentoring, Architecture, Process, Reliability, and Collaboration - each &amp;lt;br&amp;gt;
  with a brief description of what they encompass" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Code &amp;amp; Features: Shipping Functionality
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; The features you build, the bugs you fix, the technical work that ships to production.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it matters:&lt;/strong&gt; This is the most visible work. It's what users see, what product teams request, and what leadership tracks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to document it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Focus on business impact, not just technical implementation. Answer: What problem did this solve? Who did it help? What metrics improved?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Built user dashboard"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Built a user analytics dashboard that surfaced usage patterns and feature adoption metrics. Product team now uses it daily to inform roadmap decisions, reducing the time to identify underperforming features from weeks to minutes."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Another example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Fixed payment processing bug"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Identified and resolved a race condition in payment processing that was causing 2-3% of transactions to fail. This recovered ~$45K in monthly revenue and eliminated 30+ weekly support tickets."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pro tip:&lt;/strong&gt; Keep a running log of PRs you ship. Note the business context, not just the technical changes. Tools like &lt;a href="https://www.bragdoc.ai/features" rel="noopener noreferrer"&gt;BragDoc's achievement extraction features&lt;/a&gt; can capture this from your Git history automatically. If you want to learn more about why this matters, read our guide on &lt;a href="https://www.bragdoc.ai/blog/why-developers-need-automated-brag-docs" rel="noopener noreferrer"&gt;why developers need automated brag docs.&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F833g6bgz8j0z0tng7v82.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F833g6bgz8j0z0tng7v82.png" alt="BragDoc's Weekly Impact Trend chart showing developer contributions tracked over time, visualizing impact points across different contribution&amp;lt;br&amp;gt;
   types" width="800" height="311"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Mentoring &amp;amp; Knowledge Sharing: Teaching Others
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Code reviews, pair programming, onboarding new team members, writing documentation, answering questions, giving tech talks.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Why it matters: *&lt;/em&gt; Senior developers are force multipliers. Your ability to accelerate others is often more valuable than your individual output.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to document it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Quantify the time and scope. Name the people you helped and what they accomplished as a result.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Mentored junior developers"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Mentored two junior engineers through their first production features, spending 4-5 hours per week on code reviews, pair programming, and 1-on-1 technical guidance. Both engineers now contribute independently and have taken on increasingly complex work."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Another example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Improved documentation"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Wrote comprehensive onboarding docs for our GraphQL API after noticing new engineers spent 2-3 days ramping up. New team members now get productive in under a day, and the docs are referenced 50+ times per month by the broader engineering team."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pro tip:&lt;/strong&gt; Track code reviews separately. "Reviewed 120+ PRs this quarter, averaging 1-2 hours daily. Provided detailed feedback that improved code quality and caught 3 security issues before they reached production."&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Architecture &amp;amp; Technical Decisions: Shaping the System
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; System design, technology choices, technical strategy, refactoring, reducing technical debt, setting technical direction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it matters:&lt;/strong&gt; These decisions compound over time. Good architecture enables faster development. Bad architecture creates years of pain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to document it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Explain the problem, the options you considered, why you chose what you did, and the long-term impact.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Led architecture discussions"&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;✅ Clear: *&lt;/em&gt; "Proposed and championed migrating our monolithic API to a microservices architecture after identifying scalability bottlenecks. Led technical design discussions, evaluated trade-offs, and built consensus across 4 engineering teams. The migration is now underway and will enable us to scale to 10x current traffic."&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Another example: *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Refactored legacy code"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Refactored our authentication system to eliminate a 3-year-old legacy codebase that was blocking feature development. This unblocked 5 engineers who were previously spending 30% of their time working around limitations in the old system. New auth features that previously took weeks now take days."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pro tip:&lt;/strong&gt; Architecture decisions often happen in RFCs, design docs, or Slack threads. &lt;a href="https://www.bragdoc.ai/blog/why-developers-need-automated-brag-docs" rel="noopener noreferrer"&gt;Save these&lt;/a&gt;. They're evidence of your technical judgment and leadership.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Process Improvements: Reducing Friction
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Improving CI/CD pipelines, dev tooling, testing infrastructure, deployment processes, reducing build times, automating manual work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it matters:&lt;/strong&gt; Process improvements multiply everyone's productivity. A 10% efficiency gain across a 20-person team is massive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to document it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Quantify time saved or problems eliminated. Show the multiplier effect across the team.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Improved CI/CD pipeline"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Reduced CI build times from 25 minutes to 8 minutes by parallelizing test suites and optimizing Docker layer caching. This saves every engineer ~1 hour per day in context switching and enables faster iteration. Across a 15-person team, this recovers ~300 engineering hours per month."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Another example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;❌ Vague: *&lt;/em&gt; "Automated deployment process"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Built automated deployment tooling that replaced a 30-minute manual process with a one-click deploy. This eliminated deployment errors that were causing 1-2 production incidents per month and freed up ~10 hours of engineering time per week."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pro tip:&lt;/strong&gt; Before/after metrics are gold here. Measure time saved, error rates reduced, or manual steps eliminated. &lt;a href="https://www.bragdoc.ai/features" rel="noopener noreferrer"&gt;BragDoc&lt;/a&gt; helps you track these automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Incident Response &amp;amp; Reliability: Keeping Things Running
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Debugging production issues, on-call rotations, monitoring and alerting, postmortems, proactive reliability improvements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it matters:&lt;/strong&gt; Keeping systems running is often invisible until something breaks. Reliability work prevents future fires.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to document it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Focus on severity, speed of resolution, and preventative measures you implemented.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Fixed production issues"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Diagnosed and resolved a critical database deadlock that was causing 15-minute outages every few days. Root cause was complex (race condition under high load), but I identified it within 2 hours using query logs and APM traces. Implemented connection pooling changes that eliminated the issue entirely. No recurrence in 3 months."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Another example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Participated in on-call rotation"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Covered on-call rotation for 6 weeks, responding to 12 incidents with an average resolution time of 45 minutes (team average is 90 minutes). After noticing repeated alerts for the same issue, I proactively fixed the underlying problem, reducing alerts by 40% for the entire team."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pro tip:&lt;/strong&gt; &lt;a href="https://www.bragdoc.ai/blog/why-developers-need-automated-brag-docs" rel="noopener noreferrer"&gt;Keep a log&lt;/a&gt; of significant incidents you resolved. Note the business impact (users affected, downtime, revenue impact) and how you prevented future occurrences.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Cross-Functional Collaboration: Working Beyond Engineering
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Working with product, design, sales, customer success, or leadership to solve problems, unblock projects, or improve processes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it matters:&lt;/strong&gt; Senior developers bridge technical and business contexts. Your ability to collaborate across functions becomes increasingly important as you grow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to document it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Explain the business problem, how you contributed, and the outcome. Make your role clear without taking sole credit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Worked with product team"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ Clear:&lt;/strong&gt; "Partnered with product and design to redesign our notification system after customer feedback showed users were missing critical updates. Led technical feasibility discussions, prototyped 3 different approaches, and implemented the solution. User engagement with notifications increased 45%, and support tickets about missed notifications dropped 60%."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Another example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Vague:&lt;/strong&gt; "Helped sales team with technical questions"&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;✅ Clear: *&lt;/em&gt; "Supported 8 enterprise sales deals by joining technical discovery calls, answering security and compliance questions, and scoping custom integrations. My involvement helped close 3 deals worth $180K in ARR. Sales team now includes me proactively in complex technical evaluations."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pro tip:&lt;/strong&gt; When collaborating, acknowledge teammates but make your specific contribution clear. "Partnered with X to do Y, where I specifically handled Z."&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9np11l3ydgafxun5alzt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9np11l3ydgafxun5alzt.png" alt="Bar chart showing where senior developers actually spend their time: 30% Code &amp;amp; Features, 20% Mentoring, 15% Architecture, 15% Process, 10% &amp;lt;br&amp;gt;
  Reliability, 10% Collaboration - highlighting that 70% of senior dev work is NOT writing code" width="700" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Your Career
&lt;/h2&gt;

&lt;p&gt;Senior developers aren't just senior because they write more code. They're senior because they create leverage—they multiply the productivity of everyone around them through mentoring, architecture, process improvements, and cross-functional collaboration.&lt;/p&gt;

&lt;p&gt;If your performance review only documents features you shipped, you're underselling 80% of your actual value.&lt;/p&gt;

&lt;p&gt;Document all six types of impact. &lt;a href="https://www.bragdoc.ai/get-started" rel="noopener noreferrer"&gt;Your next promotion depends on it.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fawivd60od5yj4sw9mrec.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fawivd60od5yj4sw9mrec.png" alt="Comparison chart showing vague versus clear developer achievement statements with examples for code, mentoring, and process improvement" width="800" height="380"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Start Documenting Today
&lt;/h2&gt;

&lt;p&gt;Pick one type of impact you contributed recently that isn't code. Write one clear statement using the patterns above. That's your starting point.&lt;/p&gt;

&lt;p&gt;If you want to automate the "code &amp;amp; features" documentation, &lt;a href="https://www.bragdoc.ai/features" rel="noopener noreferrer"&gt;BragDoc&lt;/a&gt; extracts achievements from your Git history automatically. For everything else, keep a simple monthly log. Ready to start tracking your impact systematically? &lt;a href="https://www.bragdoc.ai/get-started" rel="noopener noreferrer"&gt;Get started with BragDoc today.&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The developers who advance fastest aren't necessarily the ones who contribute the most. They're the ones who document their contributions most effectively.&lt;/p&gt;

</description>
      <category>performance</category>
      <category>career</category>
      <category>developer</category>
      <category>productivity</category>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Natália Spencer</dc:creator>
      <pubDate>Mon, 17 Nov 2025 18:48:36 +0000</pubDate>
      <link>https://forem.com/nataliaherself/-106b</link>
      <guid>https://forem.com/nataliaherself/-106b</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/edspencer" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1210002%2Fc0847f40-f7e9-4fff-9ca9-078f0d93757d.jpg" alt="edspencer"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/edspencer/frameitdev-fast-and-free-video-thumbs-title-cards-and-og-images-250m" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;frameit.dev - fast and free video thumbs, title cards and OG images&lt;/h2&gt;
      &lt;h3&gt;Ed Spencer ・ Nov 17&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#frameit&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#react&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#typescript&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>opensource</category>
      <category>frameit</category>
      <category>react</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
