<?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>DEV Community: David Vartanian</title>
    <description>The latest articles on DEV Community by David Vartanian (@david_vartanian).</description>
    <link>https://dev.to/david_vartanian</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3956274%2Fb92374bb-b63d-47d1-bb1f-47aa98cc1f6d.jpg</url>
      <title>DEV Community: David Vartanian</title>
      <link>https://dev.to/david_vartanian</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/david_vartanian"/>
    <language>en</language>
    <item>
      <title>I Wrote a Book About the Engineering Cost That Compounds After PMF</title>
      <dc:creator>David Vartanian</dc:creator>
      <pubDate>Mon, 01 Jun 2026 18:37:31 +0000</pubDate>
      <link>https://dev.to/david_vartanian/i-wrote-a-book-about-the-engineering-cost-that-compounds-after-pmf-5di3</link>
      <guid>https://dev.to/david_vartanian/i-wrote-a-book-about-the-engineering-cost-that-compounds-after-pmf-5di3</guid>
      <description>&lt;p&gt;Here's the pattern: engineering budgets at post-PMF companies grow faster than the product, and the budget looks justified. The architecture gets a small upgrade, the team gets a few more people, the roadmap absorbs another integration. Every individual decision is reasonable, so where does the cost actually go? It hides in the gap between decisions: the compounding, the waiting, the integration overhead that grows whether or not anyone is paying attention. That's the cost curve, and nobody owns it. The only thing longer than the curve is the list of reasons nobody is tracking it.&lt;/p&gt;

&lt;p&gt;I wrote a book about this, and The Engineering Tax covers 29 chapters on the costs that compound after product-market fit: coordination overhead, integration sprawl, organizational friction, technical decisions that look harmless on day one and expensive once the cost has had time to compound. Each chapter pulls one cost out of the noise, names it, and shows how to measure it before it eats the margin.&lt;/p&gt;

&lt;p&gt;Why a book and not a blog post? The costs compound across years, and a short post can't show the curve. They also interlock, meaning you can't address one cleanly without addressing the others. Integration sprawl, organizational structure, AI tools, technical debt, they all push on each other. A book is the smallest format that fits the actual problem.&lt;/p&gt;

&lt;p&gt;Who it's for: founders and CTOs at post-PMF software companies (Series A through B, 25 to 200 engineers) who feel their team is moving slower every quarter but can't point to a single line item in the budget, and if that sentence hit, the book is probably for you. You know the cost is there. You just can't see it on any spreadsheet, and the spreadsheet is the only thing the board is looking at.&lt;/p&gt;

&lt;p&gt;I shared the first chapter as a free read, and it walks through one specific cost pattern (the cost of teams waiting on each other in code reviews, in design reviews, in integration testing) and shows how it becomes an annual cost with nobody signing the check. The rest of the book goes wider and deeper, across the full post-PMF cost surface.&lt;/p&gt;

&lt;p&gt;If you want early access when the book is ready, I opened a waitlist. One email when the book ships, and that email is the announcement.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://beamersoftware.com/the-engineering-tax/" rel="noopener noreferrer"&gt;https://beamersoftware.com/the-engineering-tax/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What invisible cost is your team paying right now that nobody is tracking? Drop a specific example in the comments. &lt;br&gt;
Dollars, hours, or both, whatever you can measure.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>books</category>
      <category>productivity</category>
      <category>career</category>
    </item>
    <item>
      <title>I built a free API that measures the cost of software complexity</title>
      <dc:creator>David Vartanian</dc:creator>
      <pubDate>Thu, 28 May 2026 10:05:31 +0000</pubDate>
      <link>https://dev.to/david_vartanian/i-built-a-free-api-that-measures-the-cost-of-software-complexity-m1m</link>
      <guid>https://dev.to/david_vartanian/i-built-a-free-api-that-measures-the-cost-of-software-complexity-m1m</guid>
      <description>&lt;p&gt;I spent the last few months researching the economics of software engineering. Specifically, what happens to costs when a product grows past what one team can maintain.&lt;/p&gt;

&lt;p&gt;The same pattern kept showing up. Teams spend more time coordinating than building. Changes in one module break unrelated parts of the system. Features take twice as long as they should, not because the code is hard to write, but because the code is coupled to things it shouldn't be coupled to.&lt;/p&gt;

&lt;p&gt;I call it the Sync Tax. It's a multiplier on every engineering hour. A multiplier of 2.0 means everything costs twice as much as it should. A multiplier of 4.0 means you're burning most of your budget on coordination and firefighting, not on output.&lt;/p&gt;

&lt;p&gt;I built a small API around it. You plug in a few numbers about your codebase and team structure, and it returns the multiplier plus a dollar figure. No credit card needed for the free tier.&lt;/p&gt;

&lt;p&gt;There's also an MCP server if you want to hook it into Claude, Cursor, or any agent.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://complexity-cost-calculator.beamercloud.com/" rel="noopener noreferrer"&gt;https://complexity-cost-calculator.beamercloud.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm curious what numbers people get when they run their own teams through it.&lt;/p&gt;

</description>
      <category>api</category>
      <category>softwareengineering</category>
      <category>productivity</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
