<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">Blog entries tagged ai :: mwop.net</title>
  <updated>2026-07-06T16:00:00-05:00</updated>
  <generator uri="https://getlaminas.org" version="2">Laminas_Feed_Writer</generator>
  <link rel="alternate" type="text/html" href="https://mwop.net/blog/tag/ai"/>
  <link rel="self" type="application/atom+xml" href="https://mwop.net/blog/tag/ai/atom.xml"/>
  <id>https://mwop.net/blog/tag/ai</id>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[Musings on GenAI]]></title>
    <published>2026-07-06T16:00:00-05:00</published>
    <updated>2026-07-06T16:00:00-05:00</updated>
    <link rel="alternate" type="text/html" href="https://mwop.net/blog/2026-07-06-musings-on-gen-ai.html"/>
    <id>https://mwop.net/blog/2026-07-06-musings-on-gen-ai.html</id>
    <author>
      <name>Matthew Weier O'Phinney</name>
      <email>contact@mwop.net</email>
      <uri>https://mwop.net</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:p><xhtml:img src="https://mwop.net/images/art/thumbnails/1f177c9e-8c03-6e3e-8080-62f485bac900.png" alt="My AI web weight" title="My intheweights ranking"/></xhtml:p>
<xhtml:p>Evidently, the AI models trained on my internet activity, and I
have thoughts.</xhtml:p>
<xhtml:hr/>
<xhtml:p>I recently saw some folks posting images like the above, linking
to <xhtml:a href="https://intheweights.com">intheweights.com</xhtml:a>; the
site allows you to put in a name, and then it analyzes the various
models to see how much they have used that person's work to train
them.</xhtml:p>
<xhtml:p>I evidently fall in the top 2% of sources on which they
trained.</xhtml:p>
<xhtml:p>Now, this is not entirely surprising. I have done <xhtml:em>a lot</xhtml:em>
of open source software development over the past couple decades,
and have hundreds of thousands of lines of code up in GitHub that
have been downloaded many 10s and 100s of millions of times. I've
participated in newsgroups, mailing lists, forums, and standards
bodies. I've written a lot of documentation, published a ton of
blog articles, and co-authored books.</xhtml:p>
<xhtml:p>So, how do I feel about AI companies slurping it all up to train
their models?</xhtml:p>
<xhtml:blockquote>
<xhtml:p>There's <xhtml:em>so much more</xhtml:em> I could cover in this post. I know
I'm not even touching on the environmental impacts, or the
inability of AI companies to optimize code and models to consume
fewer resources. That doesn't mean those topics are not important;
they just weren't the ones top of mind as I wrote this. My
apologies if I missed something you find important.</xhtml:p>
</xhtml:blockquote>
<xhtml:h2>The copyright and attribution problem</xhtml:h2>
<xhtml:p>Most of my OSS work has used either a BSD, MIT, ASF, or Creative
Commons license. The thing about these licenses is that they are
permissive; they basically allow anybody to use them in any way,
without restriction.</xhtml:p>
<xhtml:p>Well, I should say <xhtml:em>almost</xhtml:em> no restriction.</xhtml:p>
<xhtml:p>Most of these have an <xhtml:em>attribution</xhtml:em> clause: the work can
be re-used and remixed, so long as <xhtml:em>attribution</xhtml:em> is given.
This is generally something as simple as including copyright
information when you redistribute code.</xhtml:p>
<xhtml:p>But here's the thing with generative AI: it doesn't do that. It
simply spits out some code. It doesn't tell you where it came from,
who wrote it, etc. In fact, it will tell you that the
<xhtml:em>generative AI tool</xhtml:em> wrote it... and recent court rulings
indicate that such code <xhtml:em>cannot be copyrighted</xhtml:em>.</xhtml:p>
<xhtml:p>This is not great from an ethical or legal point of view. Using
generative AI means you're not attributing the work that informed
and powered it.</xhtml:p>
<xhtml:h2>The reality of work in IT today</xhtml:h2>
<xhtml:p>All that said, I work for a software company, and, like
basically all software companies today, there's a push to use AI to
accelerate outcomes. And like many in the software industry, I have
bills to pay, and can't just walk away.</xhtml:p>
<xhtml:p>So, I've been learning the ins-and-outs of generative AI, both
for managing processes as well for doing development.</xhtml:p>
<xhtml:p>Unsurprisingly, I can point generative AI at a code base of
mine, and it will generate code that is structurally similar to
what I would have done by hand. And it will do it in a fraction of
the time. It's fairly uncanny to prompt Claude Code with a change I
want to implement, and have it generate tests, code, and templates
that look pretty much how I would have written them. And to be
honest, a lot of this is stuff I don't have time for: yes, they may
be tools I maintain for doing my work or coordinating with my
teams, but as a PM for two different brands, I simply don't have
time for coding. Being able to write a specification of what I want
to do, tell Claude Code to do it, and then go off to do the
strategy and planning work that my employer expects of me is
huge.</xhtml:p>
<xhtml:p>We're also using it as part of our process workflow within the
various PM teams. We have MCP servers setup with access to a ton of
our internal tools, which gives the agents we use for our PM
processes a huge amount of data. And this data turns into signals
that were really, really hard to get at before. Developing a
business proposal in the past required that I do weeks and weeks
worth of competitive research, pricing research, reporting out of
our CRM, scouring support and engineering tickets, and more —
oftentimes to ultimately decide to table the idea. Today, I can
fire off an agent to do some discovery, and take that work to
develop a hypothesis for a product or support feature, and then
agents will fire off to do more research, collating the
information, raising questions for me to follow-up on with peers,
and helping me identify if an idea has value we should follow-up on
— often in hours or days.</xhtml:p>
<xhtml:p>With web search having gone to shit, and so many enterprise
tools being opaque and requiring expert knowledge to use
effectively, what AI agents and tools enable for me is
tremendous.</xhtml:p>
<xhtml:h2>The workforce problem</xhtml:h2>
<xhtml:p>When it comes to coding, one thing that sticks out: I have been
programming for literal decades. I know how to write a
specification. Between that, and the fact that generative AI models
trained on my literal code, I'm an ideal target for these tools, as
what I write is perfectly tailored for them.</xhtml:p>
<xhtml:p>But here's the thing: how do <xhtml:em>new</xhtml:em>, <xhtml:em>junior</xhtml:em>
developers get to that same stage?</xhtml:p>
<xhtml:p>In the past, we'd toss those specifications their way, give them
tools to help them conform to coding standards guidelines, and do
peer review of their work. These activities helped them
<xhtml:em>learn</xhtml:em>. This was how we got a pipeline from junior to
senior developers, by mentoring and training. If we cut out that
stage, what will happen to the software industry once the senior
developers of today retire?</xhtml:p>
<xhtml:h2>GenAI as an accessibility aide</xhtml:h2>
<xhtml:p>I mentioned the process changes where we're using GenAI. There's
something I didn't talk about though, and it's pretty
important.</xhtml:p>
<xhtml:p>I'm Autistic and have ADHD. One trait I have is that I see
<xhtml:em>all the steps</xhtml:em> that need to happen to accomplish something,
and quite often, that will overwhelm me. Business plans? One of the
worst. I have to do web research, and that often leads into rabbit
holes. I have to ask other people to run reports for me, or prepare
estimates for me, and that means — ugh! — waiting on somebody else,
and the uncertainty of when I'll get the information I need pushes
my anxiety up. Then there's trying to understand what information
is relevant to the executive team. It's a lot of work. I can do it,
I'm even good at it, but knowing what I have to do can lead me to
freeze, until it becomes urgent, and then I'm panicking as I
scramble to get it all done.</xhtml:p>
<xhtml:p>Even doing the weekly reports — sure, I've developed systems to
capture that information in my Obsidian vault, but I still have to
collate download statistics and make sense of them, and then locate
the Confluence page for this week's report, edit it, and paste my
material in. And even with all that, I have to also think about if
the information is even useful, and if I'm communicating it
correctly, because Autism and masking. And this happens every.
Single. Week.</xhtml:p>
<xhtml:p>What does this have to do with AI?</xhtml:p>
<xhtml:p>Surprisingly, AI has acted as an <xhtml:em>accessibility tool</xhtml:em> for
me.</xhtml:p>
<xhtml:p>I can task GenAI with doing something, and then go off and do
<xhtml:em>other</xhtml:em> things. It allows me to let go of the plan from my
head, because it's already written down, and the agents are doing
the squirreling for me. Being able to free up this cognitive space
means I'm less tired, and I'm more able to focus on what
matters.</xhtml:p>
<xhtml:p>Those recurring tasks? As Larry Wall said, one sign of a good
programmer is that they're <xhtml:em>lazy</xhtml:em>; the counterpoint is we'll
spend hours and hours automating something that takes just a few
minutes every now and then. But GenAI changes that; I can walk it
through a process, and have it capture it as a repeatable
skill.</xhtml:p>
<xhtml:p>Being able to focus on what matters, and still have energy at
the end of the day? This makes a huge difference to my quality of
life.</xhtml:p>
<xhtml:p>(I've rediscovered the joy of cooking, because I still have the
ability to make decisions at the end of the day!)</xhtml:p>
<xhtml:h2>The GenAI paywall</xhtml:h2>
<xhtml:p>But for all of that, it's also creating an accessibility
<xhtml:em>issue</xhtml:em>.</xhtml:p>
<xhtml:p>I got into open source in part because I did not need to pay for
licenses in order to code software. I was able to download runtimes
for free, and access manuals for free.</xhtml:p>
<xhtml:p>This may not seem like a big deal today, but back in the late
90s and early 00s, it was huge. I didn't need to fork out for
ColdFusion, or Frontpage, or Dreamweaver. I didn't need a Microsoft
NT license or IIS license. I could spin up Apache with mod_php on
my computer, along with MySQL, and just start coding.</xhtml:p>
<xhtml:p>Here's the issue: GenAI tools <xhtml:em>cost money</xhtml:em>.</xhtml:p>
<xhtml:p>Sure, the plans seem cheap, and sure, there's even free
thresholds. But the bills are coming in for the data centers used
to train LLMs, and investors are starting to wonder when they'll
see money back, and this is already leading to pricing changes;
just this past month, Microsoft and Github changed from flat
pricing plans to usage-based models, and many people discovered
that using them was no longer tenable when bills went from $200 to
sometimes tens of thousands.</xhtml:p>
<xhtml:p>Which leaves me in an interesting spot: GenAI tooling can make
my work more accessible to my neurodivergent brain — but I have to
<xhtml:em>pay</xhtml:em> for that, even though I have no control over how my
brain works.</xhtml:p>
<xhtml:h2>The new build-vs-buy equation, and the death of OSS</xhtml:h2>
<xhtml:p>I mentioned above that I got into OSS in part due to the fact I
didn't have to purchase licenses. I stayed because of community,
and because I believe strongly that we all build things better when
we do them together. You may be the most brilliant coder in your
domain, but when you step out of it — implementing a message queue,
working with encryption, adopting DevOps processes — you'll benefit
from reaching out to somebody with that experience to review.</xhtml:p>
<xhtml:p>Open Source Software commoditizes that. We all share our
software, and we can all contribute to other people's software. We
can stop reinventing the wheel, knowing somebody else, or some
group of people, has done it already, and knows the domain better
than we do.</xhtml:p>
<xhtml:p>For a company that consumes OSS, this can be critical. Your
teams do not need to be experts of every technology they touch or
implement; they can rely on OSS packages or frameworks or libraries
to do the hard work.</xhtml:p>
<xhtml:p>The downside is that when a "supply chain" attack occurs on an
OSS project, every piece of software in the world that depends on
the project, whether or not it's OSS or commercial, now is
vulnerable. I put "supply chain" in quotes deliberately: OSS is not
a vendor, not a supplier, but <xhtml:em>businesses treat it as such</xhtml:em>.
And that puts a lot of pressure on OSS developers, who are often
unfunded or underfunded, and getting pressure from companies who
depend on them, but will never pay them a dime.</xhtml:p>
<xhtml:p>But one benefit of OSS is the oft-cited parable of "many eyes
makes all bugs shallow." <xhtml:em>Because</xhtml:em> the source is openly
available, and because the patching happens within a community, an
OSS project is also often uniquely suited to rapid patching of
security vulnerabilities.</xhtml:p>
<xhtml:p>AI turns all of this on its head.</xhtml:p>
<xhtml:p>Because LLMs are trained on OSS, it also means they are very
good at generating code to solve the problems that OSS addresses.
And because GenAI is currently relatively cheap compared to
developers (I expect this to change, and we're already seeing it
change!), the "build vs buy" equation has changed.</xhtml:p>
<xhtml:p>"Buy" in the "build-vs-buy" equation doesn't need to literally
mean "buy"; it can also mean "we're going to add this OSS
dependency". When you add a dependency, you now have to monitor it
for security vulnerabilities, and have processes in place to
mitigate those. The more dependencies, the larger your security
surface area.</xhtml:p>
<xhtml:p>And that means a lot of companies do a lot of review before they
adopt an upstream dependency.</xhtml:p>
<xhtml:p>But now you can tell GenAI, "please develop the functionality
<xhtml:em>X</xhtml:em>; it should act like OSS project <xhtml:em>Y</xhtml:em> and give us
the same public API to consume. Provide tests so we can maintain
this going forward, and hook it into our static code and security
analysis tooling." And GenAI will happily go and do that, you'll
have a one-time token cost, and a small amount of ongoing token
costs for periodic maintenance, and have eliminated an upstream
dependency for yourself. Sounds like a win, right?</xhtml:p>
<xhtml:p>Except it comes at the expense of the OSS ecosystem.</xhtml:p>
<xhtml:p>Over time, we'll get more proprietary software that's created
using GenAI, and the models won't have a growing corpus of OSS to
work against.</xhtml:p>
<xhtml:p>And developers will increasingly need to rely on GenAI tooling
to do basic programming, because there's nothing in the commons
anymore to use. And that will depend on having privilege and money,
excluding a whole class of potential upcoming software engineers
from ever entering the workforce.</xhtml:p>
<xhtml:h2>So, what do you really think?</xhtml:h2>
<xhtml:p>I'm incredibly torn on the entire subject.</xhtml:p>
<xhtml:p>I hate the hype cycle behind GenAI, and the hand-waving at
environmental, ethical, and societal concerns.</xhtml:p>
<xhtml:p>At the same time, the tooling has truly freed up time and
literal energy for me, and helped me combat some of my worst
executive dysfunction, and I see it as being a huge enabler for
people.</xhtml:p>
<xhtml:p>In other words... it's like everything I've ever observed after
decades in technology fields. And I wish it wasn't.</xhtml:p>
<xhtml:div class="h-entry"><xhtml:img class="u-photo photo" width="50" src="https://avatars0.githubusercontent.com/u/25943?v=3&amp;u=79dd2ea1d4d8855944715d09ee4c86215027fa80&amp;s=140" alt="matthew"/> <xhtml:a class="u-url u-uid p-name" href="https://mwop.net/blog/2026-07-06-musings-on-gen-ai.html">Musings
on GenAI</xhtml:a> was originally published <xhtml:time class="dt-published" datetime="2026-07-06T16:00:00-05:00">6 July 2026</xhtml:time> on <xhtml:a href="https://mwop.net">https://mwop.net</xhtml:a> by <xhtml:a rel="author" class="p-author" href="https://mwop.net">Matthew Weier
O'Phinney</xhtml:a>.</xhtml:div>
</xhtml:div>
    </content>
  </entry>
</feed>
