<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Linkblog</title>
        <description></description>
        <link></link>
        <lastBuildDate>Mon, 20 Jul 2026 11:31:18 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <item>
            <title>Faulty Towers, vibe sickness, and the vibe bobsled</title>
            <link>https://dustycloud.org/blog/faulty-towers-vibe-sickness-and-the-vibe-bobsled/</link>
            <description>&lt;blockquote&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;p&gt;I know. As if what the world needed was &lt;em&gt;yet another&lt;/em&gt; blogpost about
LLMs and AI tech. Yet there is a pile of things which have been on my
mind, and I haven&#039;t seen them laid out elsewhere in the way I&#039;m going
to write them, and so here we go.&lt;/p&gt;&lt;p&gt;I still don&#039;t use genAI to write my articles, fwiw. Here or anywhere
else. These rambly words are my own.&lt;/p&gt;&lt;h2&gt;The tower tilts&lt;/h2&gt;&lt;p&gt;I read
&lt;a href=&quot;https://lucumr.pocoo.org/2026/7/13/the-tower-keeps-rising/&quot;&gt;The Tower Keeps Rising&lt;/a&gt;
recently, and it has stuck in my mind.&lt;/p&gt;&lt;p&gt;The piece is an observation, and
&lt;a href=&quot;https://lobste.rs/s/latr8d/tower_keeps_rising#c_erjpmu&quot;&gt;according to Armin on lobste.rs&lt;/a&gt;,
it is not an advocacy for the state of affairs (though by running a
vibecoding company, Armin is part of advancing this direction):&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;For context: I&#039;m the author. I intentionally did not make a
judgement if this is a good or bad thing, or if this is going to
continue working. It&#039;s primarily an observation that with agents you
can continue to make progress even when people on the team
maneuvered themselves into situations where previously they would
have needed to talk to each other.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The summary of Armin&#039;s post is effectively that vibecoded systems keep
piling code on top of code, but in many systems things seem to keep
building, but the abstractions keep piling on, but eventually no human
can understand the codebase. But this is a new way of operating,
because LLMs can &quot;explain&quot; a part of the codebase that no human can
make sense of, and so continue building.&lt;/p&gt;&lt;p&gt;Even if such systems continue to work, I find two things: 1) that now
advocates for this state of affairs have pivoted into acknowledging
that this is the end state of their systems and 2) they seem to be
accepting it as the way forward.&lt;/p&gt;&lt;p&gt;Regarding the first, I think it&#039;s very important to note that this is
&lt;em&gt;a shift&lt;/em&gt;. &lt;a href=&quot;https://simonwillison.net/&quot;&gt;Simon Willison&lt;/a&gt;, probably the
best pro-genAI writer on the internet (sometimes, I think, giving
cover for a lot of weaker writers, but is that Simon&#039;s fault?), at one
point coined the term
&lt;a href=&quot;https://simonwillison.net/guides/agentic-engineering-patterns/what-is-agentic-engineering/&quot;&gt;&quot;agentic engineering&quot;&lt;/a&gt;
and was very clear to
&lt;a href=&quot;https://simonwillison.net/2025/Mar/19/vibe-coding/&quot;&gt;draw a line in the sand between agentic engineering and vibecoding&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;We also need to read the code. My golden rule for production-quality
AI-assisted programming is that I won’t commit any code to my
repository if I couldn’t explain exactly what it does to somebody
else.&lt;/p&gt;&lt;p&gt;If an LLM wrote the code for you, and you then reviewed it, tested
it thoroughly and made sure you could explain how it works to
someone else that’s not vibe coding, it’s software development. The
usage of an LLM to support that activity is immaterial.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;In an &lt;em&gt;incredibly short&lt;/em&gt; period of time, basically a year, Simon
published a fairly honest article titled
&lt;a href=&quot;https://simonwillison.net/2026/May/6/vibe-coding-and-agentic-engineering/&quot;&gt;Vibe coding and agentic engineering are getting closer than I’d like&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;The problem is that as the coding agents get more reliable, I’m not
reviewing every line of code that they write anymore, even for my
production level stuff.&lt;/p&gt;&lt;p&gt;I know full well that if you ask Claude Code to build a JSON API
endpoint that runs a SQL query and outputs the results as JSON, it’s
just going to do it right. It’s not going to mess that up. You have
it add automated tests, you have it add documentation, you know it’s
going to be good.&lt;/p&gt;&lt;p&gt;But I’m not reviewing that code. And now I’ve got that feeling of
guilt: if I haven’t reviewed the code, is it really responsible for
me to use this in production?&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;It&#039;s a great read, and what I will say is that I applaud Simon&#039;s
&lt;em&gt;honesty&lt;/em&gt; and willingness to self-reflect and challenge prior
statements.&lt;/p&gt;&lt;p&gt;But the gap of time between the
&lt;a href=&quot;https://simonwillison.net/2025/Mar/19/vibe-coding/&quot;&gt;former&lt;/a&gt; and
&lt;a href=&quot;https://simonwillison.net/2026/May/6/vibe-coding-and-agentic-engineering/&quot;&gt;latter&lt;/a&gt;
articles are &lt;em&gt;stunningly&lt;/em&gt; short, just slightly over a year.&lt;/p&gt;&lt;p&gt;And Simon isn&#039;t alone. Just a year ago, I think the memetic shape
&lt;em&gt;was&lt;/em&gt; by and large that something along the lines of &quot;agentic
engineering&quot; is what people could or should do, and, though I think
many people are hesitant to admit it, I think most people using these
tools are tending towards vibecoding and not agentic engineering, just
as Simon himself found himself pulled.&lt;/p&gt;&lt;p&gt;Before we look at the consequences to this, I think we should look at
why it&#039;s happening.&lt;/p&gt;&lt;h2&gt;The vibe bobsled&lt;/h2&gt;&lt;p&gt;As far as I know I&#039;m the only person who uses the term &quot;vibe bobsled&quot;
and, well, I doubt it&#039;s a term that&#039;s particularly likely to catch on,
but I find it personally useful.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Bobsleigh&quot;&gt;Bobsledding&lt;/a&gt;, if you are
unaware, is a particularly strange and interesting sport. It&#039;s a lot
of fun, but you don&#039;t have a lot of agency in it. You sit in a
bobsled, you go down an icy track, and really, there is only one way
&lt;em&gt;to&lt;/em&gt; go. But people can become experts in it, and can indeed measure
themselves against each others skills; it&#039;s an olympic sport, and I
remember my own first encounters with bobsledding as a child, when my
father and uncle and aunts took me, and it was thrilling like a roller
coaster and intoxicating upon my first encounter.&lt;/p&gt;&lt;p&gt;But again, ultimately, there&#039;s only one place to go.&lt;/p&gt;&lt;p&gt;The vehicle is the LLM, you are the passenger. And I think the amount
of agency people have over their journey is greatly reduced from what
they feel like it is. More than just a slippery slope, it is a
pre-crafted journey.&lt;/p&gt;&lt;p&gt;At the top of the chute, people tell themselves they&#039;re going to use
these tools as a kind of fancy autocomplete. As they descend, they say
they&#039;ll spin up some agents to explore ideas, but they&#039;ll write the
code themselves. Next their agents are generating the code for them,
but don&#039;t worry, but they&#039;ll review all the output. Soon they&#039;re
plummeting downward and well, they don&#039;t actually review the code
being spat out much anymore, but they trust the agents, heck maybe the
agents are actually better coders than they are they say. And where
does it go from there?
From &quot;I don&#039;t even code anymore&quot; to
&lt;a href=&quot;https://lucumr.pocoo.org/2026/6/23/the-coming-loop/&quot;&gt;&quot;I don&#039;t even prompt anymore&quot;&lt;/a&gt;?&lt;/p&gt;&lt;p&gt;At every stage of the process, the coder in question removes
themselves from the process of producing code, and gives in towards a
faith-based initiative of code production, that the LLM knows and does
a good job of what it&#039;s doing. But what is the source of gravity
pulling the sled along this icy chute?&lt;/p&gt;&lt;p&gt;It&#039;s simple. Generation is not the slow part of coding. Theory-building
and review are. And plausible-enough things are extremely hard to debug
and understand. But the machines are so &lt;em&gt;fast&lt;/em&gt; at producing things. If
you are going to review their work, you aren&#039;t really taking advantage of
their most powerful property, which is speed. But theory-building and
review are also &lt;em&gt;the programmer&#039;s most important role&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;To illustrate just how hard it is to detect and review problems with
something which &lt;em&gt;appears plausible&lt;/em&gt;, let&#039;s look at Ka-Ping Yee&#039;s
remarkable dissertation,
&lt;a href=&quot;http://zesty.ca/pubs/yee-phd.pdf&quot;&gt;Building Reliable Voting Machine Software&lt;/a&gt;.
It is a wonderful read, and highly approachable.&lt;/p&gt;&lt;p&gt;In the section &quot;What makes software hard to verify?&quot;, Ka-Ping
recognizes several major reasons why software is hard to verify:
number of components, complex interactions, far-reaching effects, and
nonlinearity. Notably, all of these problems are exacerbated by the
patterns of code generation by LLMs. Still, let us leave that aside.&lt;/p&gt;&lt;p&gt;Ka-Ping constructs a model voting machine, and decides to see how hard
it would be to verify that we know it behaves correctly. To push that
exploration to its furthest, Ka-Ping Yee and David Wagner try an
interesting experiment:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;David Wagner and I decided to insert three bugs into Pvote to see if
the reviewers would find them. We inserted what we thought would be
an “easy” bug, a “medium” bug, and a “hard bug” to find, and chose
each bug individually in such a way that an insider could
conceivably exploit the bug to influence the results of an
election. [...]&lt;/p&gt;&lt;p&gt;We decided to insert all of these bugs in a 100-line region of a
single file, lines 11 to 109 of Navigator.py, and told the reviewers
to look in this region. We did this both because the navigator was
the most interesting in terms of the program logic and because we
knew the reviewers would have limited time. The new version of the
code that we gave the reviewers contained all three bugs, but we did
not tell the reviewers how many bugs there were.&lt;/p&gt;&lt;p&gt;Yoshi Kohno, Mark Miller, and Dan Sandler participated as reviewers
on the third day of the review. Dan was very familiar with Python
and found the “easy” and “medium” bugs quickly, within about 70
minutes. Yoshi Kohno and Mark Miller found the “easy” bug after
about four hours of reviewing. None of the reviewers found the
“hard” bug.&lt;/p&gt;&lt;p&gt;Ian Goldberg and Yoshi Kohno participated as reviewers on the fourth
day of the review. Ian Goldberg also found the “easy” bug within
about two hours; none of the other bugs were found on the fourth
day.&lt;/p&gt;&lt;p&gt;The reviewers spent a total of about 20 reviewer-hours focused on
the task of finding the bugs in this 100-line section of
Navigator.py.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Ka-Ping chose from a highly seasoned group of reviewers who were even
deeply familiar with security threats. Mark S. Miller has been a
personal mentor to me throughout my career, and is one of the
programmers I have learned most from and studied the work of most
closely. I talked with him about the experience at one point. He
remarked on how it took a significant amount of time to find the easy
bug, hours to find the medium bug, and that nobody could find the hard
bug... but the big observation (which was said to me personally, and
is not recorded in the dissertation) was that &quot;the astounding thing is
that once the bugs were pointed out, we all agreed that they were
retroactively obvious, and that we &lt;em&gt;should have&lt;/em&gt; been able to find
them!&quot;&lt;/p&gt;&lt;p&gt;If some of the best programmers in the world struggle to find bugs
they even &lt;em&gt;know must be there&lt;/em&gt; within a &lt;em&gt;100 line program&lt;/em&gt;, there is
simply &lt;em&gt;no hope for humans to review the volume of output from LLMs&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;And so there is only one thing to do: don&#039;t bother. At each step,
remove yourself. You tell yourself you won&#039;t, but you do. You give in
to the chute and the shape of the vibe tunnel, and down you go.&lt;/p&gt;&lt;h2&gt;Vibe sickness and the colonial settlers of the uncanny valley&lt;/h2&gt;&lt;p&gt;The term &quot;AI psychosis&quot; is thrown around a lot these days to describe
anyone or any state of poor behavior or outcomes due to genAI
usage. But the original description of &quot;AI psychosis&quot; was closer to
something clinical, a description of people &lt;em&gt;quite literally&lt;/em&gt;
experiencing psychosis from encounters with chatbots which reaffirm
far too much of the user, spinning them into spaces of delusional
detachment from reality.&lt;/p&gt;&lt;p&gt;But we should have &lt;em&gt;something&lt;/em&gt; to describe the general sense of
unwellness that seems to be befalling this world, and the best phrase
of which I first saw in a
&lt;a href=&quot;https://mastodon.social/@glyph/116603752031736039&quot;&gt;post from Glyph&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;On the way home from #PyConUS 2026. Quite an experience this year;
very intense. No point in sugar-coating the part where there is a
pervasive vibe-sickness, open source is suffering a massive
sustainability crisis, slop security PRs are overwhelming everyone
(etc etc). But there was a lot of hope, a lot of energy, a lot of
effort toward mutual understanding, and (surprising to me) a lot of
&lt;em&gt;appreciation&lt;/em&gt;. Including for my own work, both writing and coding.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;I like the phrase &quot;vibe sickness&quot;, and if you aren&#039;t speaking of a
form of literal psychosis, I think it&#039;s a better phrase.&lt;/p&gt;&lt;p&gt;Vibe sickness is everywhere... heck, perhaps we are on the verge of,
if not experiencing, a &lt;em&gt;vibe epidemic&lt;/em&gt;. Everyone complains of slop,
and yet nobody using these tools wants to self-describe their outputs
as slop. Yet slop seems to be everywhere, and infecting one&#039;s everyday
experience: posters of food at your local restaurant that have
plausible and yet incomprehensible designs, the helpdesk support
chatbot you wish you could make physically manifest so you could throw
it off the edge of a cliff,
&lt;a href=&quot;https://neuromatch.social/@jonny/116935681120949448&quot;&gt;age verification code&lt;/a&gt;,
and if you&#039;re a maintainer of an open source project, slop issues and pull
requests.&lt;/p&gt;&lt;p&gt;The thing is that all of this tooling is useful for &lt;em&gt;some&lt;/em&gt; things, but
the term &quot;genAI&quot; points at exactly what it&#039;s &lt;em&gt;worst&lt;/em&gt; at: generating
things. If we want to talk about &lt;em&gt;finding problems&lt;/em&gt;, it&#039;s a different
story. But even leaving aside the quality issues of the growing and
wavering tower, there comes the problem of lack of understanding of
how it is built, constructed, and maintained.&lt;/p&gt;&lt;p&gt;The worst part of all this is you can&#039;t opt out. A colleague or an
open source contributor sends you a &quot;generous contribution&quot; that is
absolutely slop and certainly &lt;em&gt;not&lt;/em&gt; understood by the person who
submitted it. You&#039;re left sitting there, parsing whether or not you&#039;re
going to be rude even to ask if this is LLM generated, or to
unwittingly become a user of vibecoding workflows yourself by
indirectly interacting with the agent through trying to respond to the
issue/PR.&lt;/p&gt;&lt;p&gt;You can&#039;t escape.&lt;/p&gt;&lt;p&gt;To quote Glyph again:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Protesting LLMs by refusing to use any software that includes them
feels like attempting to protest the introduction of tetraethyl lead
into gasoline by refusing to breathe until everyone stops putting it
in their cars. So I am drawing my personal moral lines in such a way
that I will probably accept this.&lt;/p&gt;&lt;p&gt;But please don&#039;t mistake this for excitement about huffing a bunch
of vaporized lead.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Well put. In the meanwhile, the
&lt;a href=&quot;https://en.wikipedia.org/wiki/Uncanny_valley&quot;&gt;uncanny valley&lt;/a&gt;
colonizes our world and transforms it into its own.&lt;/p&gt;&lt;p&gt;But there is a rot growing beneath our feet and within our walls as
our world is swapped out with systems nobody understands. And I fear
what it&#039;s going to be like to recover from this all, the price we do
not even yet realize we are going to have to pay. For this reason, any
project that chooses &lt;em&gt;not&lt;/em&gt; to engage with current genAI stuff, I tend
to gain respect for.&lt;/p&gt;&lt;p&gt;But perhaps you can&#039;t opt out from aiding the problem. Your work won&#039;t
let you, you&#039;re stuck in some situation... I don&#039;t mean to judge, but
I do mean to end with a perspective.&lt;/p&gt;&lt;p&gt;Sometimes I sit as the passenger of a car and watch the driver of said
car get angry at someone biking on the road. It feels bad, because
sometimes I bike on the road, and without sufficient infrastructure,
bicyclists risk getting hit by car doors parked on the side of the
road, squeezed out by impatient drivers, etc.&lt;/p&gt;&lt;p&gt;I also drive. When I do, and there&#039;s a bicycle in front of me, I
pause, and as the world broils to death, I take a moment to be
thankful for their presence, and to think about how we could change
the shape of the terrain to allow bicyclists to participate more
safely (which would also help me drive more easily too, or choose to
bike when I can).&lt;/p&gt;&lt;p&gt;May we not give up on ourselves, and not lose faith in our ability to
participate towards building a better world.&lt;/p&gt;&lt;/div&gt;</description>
            <pubDate>Sat, 18 Jul 2026 04:44:14 +0000</pubDate>
            <guid>https://dustycloud.org/blog/faulty-towers-vibe-sickness-and-the-vibe-bobsled/</guid>
        </item>
        <item>
            <title>Zig Creator Calls Spade a Spade, Anthropic Blows Smoke</title>
            <link>https://raymyers.org/post/zed-creator-calls-spade-a-spade/</link>
            <description>&lt;blockquote&gt;&amp;quot;In the AI bubble, we are pressured to build things nobody wants, poorly. Pop the bubble.&amp;quot;&lt;hr&gt;&lt;/blockquote&gt;&lt;div&gt;	&lt;a href=&quot;/post/zig-creator-calls-spade-a-spade&quot;&gt;Redirecting from &lt;code&gt;/post/zed-creator-calls-spade-a-spade/&lt;/code&gt; to &lt;code&gt;/post/zig-creator-calls-spade-a-spade&lt;/code&gt;&lt;/a&gt;&lt;/div&gt;</description>
            <pubDate>Mon, 13 Jul 2026 09:29:25 +0000</pubDate>
            <guid>https://raymyers.org/post/zed-creator-calls-spade-a-spade/</guid>
        </item>
        <item>
            <title>Garbage for humans</title>
            <link>https://unstory.eu/zye/</link>
            <description>&lt;blockquote&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;div&gt;
&lt;header&gt;
&lt;p&gt;&lt;a href=&quot;/&quot;&gt;unstory&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If this is the solution, I want my problem back.&lt;/p&gt;
&lt;/header&gt;
&lt;main&gt;
&lt;article&gt;
&lt;header&gt;

&lt;time datetime=&quot;2026-06-29T01:49:08Z&quot;&gt;2026-06-29 01:49&lt;/time&gt;
&lt;/header&gt;
&lt;p&gt;Few months ago Cloudflare introduced Markdown for machines:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;As a business, to continue to stay ahead, now is the time to consider not just human visitors, or traditional wisdom for SEO-optimization, but start to treat agents as first-class citizens.&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;p&gt;Feeding raw HTML to an AI is like paying by the word to read packaging instead of the letter inside.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You get HTML, trackers, cookie banners, popups, and JavaScript. This needs a browser built by thousands of engineers just to show you a paragraph.&lt;/p&gt;
&lt;p&gt;Machines get the clean version.&lt;/p&gt;
  &lt;/article&gt;
&lt;/main&gt;

&lt;/div&gt;</description>
            <pubDate>Sat, 11 Jul 2026 06:31:20 +0000</pubDate>
            <guid>https://unstory.eu/zye/</guid>
        </item>
        <item>
            <title>The AI Hype Reckoning Is Upon Us</title>
            <link>https://karlbode.com/the-ai-hype-reckoning-is-upon-us/</link>
            <description>&lt;blockquote&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;div id=&quot;site-main&quot;&gt;
&lt;article&gt;

    &lt;header&gt;

        

        

            &lt;p&gt;The massive chasm between AI hype and reality is finally reaching the breaking point.&lt;/p&gt;

        &lt;section&gt;

            &lt;ul&gt;
                &lt;li&gt;
                    &lt;a href=&quot;/author/karl-2/&quot; aria-label=&quot;Read more of Karl Bode&quot;&gt;
                        &lt;img src=&quot;https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/size/w100/2026/02/625089911_10162538931535036_3519502615880864111_n-1-1.jpg&quot; alt=&quot;Karl Bode&quot; loading=&quot;eager&quot;&gt;
                    &lt;/a&gt;
                &lt;/li&gt;
            &lt;/ul&gt;

            

        &lt;/section&gt;

            &lt;figure&gt;
                &lt;img srcset=&quot;https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/size/w300/2026/07/HAL9000.webp 300w,
                            https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/size/w600/2026/07/HAL9000.webp 600w,
                            https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/size/w1000/2026/07/HAL9000.webp 1000w,
                            https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/size/w2000/2026/07/HAL9000.webp 2000w&quot; sizes=&quot;(min-width: 1400px) 1400px, 92vw&quot; src=&quot;https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/size/w2000/2026/07/HAL9000.webp&quot; alt=&quot;The AI Hype Reckoning Is Upon Us&quot; fetchpriority=&quot;high&quot; loading=&quot;eager&quot;&gt;
                    &lt;figcaption&gt;&lt;span&gt;that is an amazing idea and you are a genius, dave&lt;/span&gt;&lt;/figcaption&gt;
            &lt;/figure&gt;

    &lt;/header&gt;

    &lt;section&gt;
        &lt;p&gt;We&#039;re living in split realities. &lt;/p&gt;&lt;div&gt;&lt;p&gt;There&#039;s what modern software is &lt;em&gt;actually capable of&lt;/em&gt;, and then there&#039;s the gargantuan pile of &quot;AI&quot; hype, fraud, and bullshit our biggest tech companies (and their &lt;a href=&quot;https://karlbode.com/ceo-said-a-thing-journalism/&quot; rel=&quot;noreferrer&quot;&gt;lazy enablers in the tech press&lt;/a&gt;) have shoveled down the public&#039;s throat for the better part of the last five years. &lt;/p&gt;&lt;p&gt;There&#039;s useful &lt;em&gt;automation software that makes it easier to code, draft a new resume, or study vast repositories of scientific knowledge&lt;/em&gt;. And then there&#039;s a parade of &lt;a href=&quot;https://karlbode.com/the-spacex-ipo-is-a-giant-unworkable-con-orchestrated-by-an-overt-white-supremacist-huckster/&quot; rel=&quot;noreferrer&quot;&gt;technofascist hucksters&lt;/a&gt; lying to your face about the imminent arrival of omniscient, sentient, paradigm-rattling supercomputers. &lt;/p&gt;&lt;/div&gt;&lt;p&gt;There&#039;s a &lt;em&gt;tremendous chasm&lt;/em&gt; between these two things. And everywhere you look you can see evidence that we&#039;ve reached a breaking point when it comes to reconciling these two wildly-different realities. &lt;/p&gt;&lt;p&gt;Over at Ford Motor Company, executives recently fired a bunch of engineers and rushed madly into widespread AI adoption, only to discover the software made constant quality control mistakes, resulting in them having to &lt;a href=&quot;https://www.bbc.com/news/articles/cgrkd41n2v9o?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;rehire a lot of the engineers they previously shitcanned&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;&quot;Mistakenly, we thought that by just introducing artificial intelligence and ingesting the design requirements that we had, that would produce a high-quality product,&quot; he said.&lt;/blockquote&gt;&lt;p&gt;Wonder where they might have gotten that idea.&lt;/p&gt;&lt;blockquote&gt;&quot;Over prior years, we didn&#039;t pay as much attention as we should have to the experience of our most knowledgeable engineers that have been with us through many product cycles,&quot; he said.&lt;/blockquote&gt;&lt;div&gt;&lt;p&gt;A few years ago, corporate media owners also began rushing face-first into AI adoption in newsrooms, &lt;em&gt;very excited&lt;/em&gt; about the potential to cut corners, automate their clickbait, and replace pesky human journalists with magic &lt;em&gt;software&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;They were so excited by the promise of not having to pay human beings a living wage or health insurance, they didn&#039;t really bother to make sure the technology worked or could be &lt;a href=&quot;https://arstechnica.com/health/2023/11/ai-with-90-error-rate-forces-elderly-out-of-rehab-nursing-homes-suit-claims/?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;responsibly integrated into existing, broken systems&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;It...didn&#039;t go well. &lt;/p&gt;&lt;p&gt;The AI outputs contained so many &lt;a href=&quot;https://www.theverge.com/2023/1/25/23571082/cnet-ai-written-stories-errors-corrections-red-ventures?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;factual errors&lt;/a&gt;, &lt;a href=&quot;https://futurism.com/cnet-ai-plagiarism?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;instances of plagiarism&lt;/a&gt;, or &lt;a href=&quot;https://www.cnn.com/2025/01/16/media/apple-ai-news-fake-headlines?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;outright falsehoods&lt;/a&gt;, that newsrooms found they had to &lt;em&gt;pay significantly more money for human editors to come in and fix all the problems&lt;/em&gt;. You&#039;ve seen the same problems bubble up in academia, health care, and everywhere else. &lt;/p&gt;&lt;p&gt;It&#039;s gotten so bad that innovation-drunk MBA types are now having to come to terms with the fact that automation software is &lt;a href=&quot;https://karlbode.com/your-software-is-not-sentient/&quot; rel=&quot;noreferrer&quot;&gt;neither sentient nor magic&lt;/a&gt;, contrary to the claims of Elon Musk and Sam Altman. This reconciliation is creating no limit of suffering and entertainment value, simultaneously.&lt;/p&gt;&lt;p&gt;And there&#039;s some absolutely fascinating &lt;em&gt;layers&lt;/em&gt; to the dysfunction. &lt;/p&gt;&lt;p&gt;One recent study on AI &quot;efficiency&quot; &lt;a href=&quot;https://hbr.org/2025/09/ai-generated-workslop-is-destroying-productivity?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;out of Stanford&lt;/a&gt; found that the introduction of a flood of rushed and factually-incorrect AI slop into workflows actually results in human beings &lt;em&gt;having to work harder than ever&lt;/em&gt;:&lt;/p&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;em&gt;“When coworkers receive workslop, they are often required to take on the burden of decoding the content, inferring missed or false context. A cascade of effortful and complex decision-making processes may follow, including rework and uncomfortable exchanges with colleagues.”&lt;/em&gt;&lt;/blockquote&gt;&lt;p&gt;As the Harvard Business Review notes, this hyperscaled introduction of pseudo-efficiency workslop results not just in new conflict and a bunch of wasted time for people, but a sort of broader &quot;&lt;a href=&quot;https://futurism.com/future-society/companies-embraced-ai-rotting-away?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;knowledge decay&lt;/a&gt;&quot; that introduces the potential for organizational downward spirals:&lt;/p&gt;&lt;blockquote&gt;“Errors compound and pile up. Trust in information erodes. People spend more time verifying facts or risk costly and dangerous mistakes. Eventually, people start to lose trust in the processes that they rely on to do their jobs.”&lt;/blockquote&gt;&lt;p&gt;That is, so we&#039;re clear, not the future we were promised. &lt;strong&gt;That&lt;/strong&gt; future was a lie built by people who &lt;a href=&quot;https://www.cnn.com/2025/03/05/politics/elon-musk-rogan-interview-empathy-doge?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;don&#039;t believe in empathy&lt;/a&gt; and have never cracked a sociology textbook. It was a mirage built by dull and greedy egomaniacs who don&#039;t actually care about other human beings – or if the products they&#039;re selling actually work.&lt;/p&gt;&lt;p&gt;There&#039;s just endless examples of this, like &lt;a href=&quot;https://www.theguardian.com/technology/2026/apr/14/ai-productivity-workplace-errors?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;this employee of a Miami-based cybersecurity firm&lt;/a&gt;, who noted his boss fired a bunch of employees, replaced them with AI, and immediately made everybody&#039;s lives harder:&lt;/p&gt;&lt;blockquote&gt;“Quality decreased significantly, time to produce a piece of content increased significantly and, most importantly, morale decreased,” said the copywriter, who spoke under a pseudonym for fear of losing his job. “Everything got a whole lot worse once they rolled out AI.” Ken said the company’s executives shifted the blame to staff when they pushed back about AI-fueled productivity decreases.&lt;/blockquote&gt;&lt;p&gt;You&#039;ve got a lot of bosses, many of them already wildly out of touch due to class and privilege, now making bad decisions &lt;em&gt;not just based on their misrepresented understanding of what modern software is capable of&lt;/em&gt;, but because they&#039;re using AI chatbots as a sort of delusion confirmation machine:&lt;/p&gt;&lt;figure&gt;&lt;a href=&quot;https://bsky.app/profile/normative.bsky.social/post/3mpqru7yy7s2k?ref=karlbode.com&quot;&gt;&lt;img src=&quot;https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/2026/07/Screenshot-2026-07-08-075734.png&quot; alt loading=&quot;lazy&quot; width=&quot;1126&quot; height=&quot;716&quot; srcset=&quot;https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/size/w600/2026/07/Screenshot-2026-07-08-075734.png 600w, https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/size/w1000/2026/07/Screenshot-2026-07-08-075734.png 1000w, https://storage.ghost.io/c/1e/2a/1e2a2e91-8628-484d-9ef2-79e3faad6ecf/content/images/2026/07/Screenshot-2026-07-08-075734.png 1126w&quot; sizes=&quot;(min-width: 720px) 720px&quot;&gt;&lt;/a&gt;&lt;figcaption&gt;&lt;span&gt;click to read on Bluesky&lt;/span&gt;&lt;/figcaption&gt;&lt;/figure&gt;&lt;blockquote&gt;In one video, which has 30,000 views on TikTok, a young woman becomes increasingly exasperated as she attempts to convince the AI that she wants a caramel ice cream, only for it to add multiple stacks of butter to her order.&lt;/blockquote&gt;&lt;blockquote&gt;In another, which has 360,000 views, a person claims that her order got confused with one being made by someone else, resulting in nine orders of tea being added to her bill.&lt;/blockquote&gt;&lt;div&gt;&lt;p&gt;Or Taco Bell, which also had to shut down their AI kiosk experiments after folks easily tricked the computer into trying to dole out &lt;a href=&quot;https://www.bbc.com/news/articles/ckgyk2p55g8o?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;18,000 cups of water&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Mirroring the experience at Ford, the Commonwealth Bank of Australia and IBM also both fired a bunch of employees only to realize that their software replacements &lt;a href=&quot;https://www.cnbc.com/2026/07/01/employers-who-laid-off-workers-for-ai-are-reversing-their-decisions.html?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;weren&#039;t anywhere near ready for the job&lt;/a&gt;:&lt;/p&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;em&gt;&quot;According to an ABC&amp;nbsp;&lt;/em&gt;&lt;a href=&quot;https://www.abc.net.au/news/2025-08-21/cba-backtracks-on-ai-job-cuts-as-chatbot-lifts-call-volumes/105679492?ref=karlbode.com&quot;&gt;&lt;em&gt;report&lt;/em&gt;&lt;/a&gt;&lt;em&gt;&amp;nbsp;in August last year, CBA admitted it “did not adequately consider all relevant business considerations” when announcing the redundancies and acknowledged “we should have been more thorough in our assessment of the roles required.”&lt;/em&gt;&lt;/blockquote&gt;&lt;p&gt;Perhaps you are detecting a theme. &lt;/p&gt;&lt;p&gt;So you get ample myopia among management types who already hate labor, and are obsessed with the idea of saving a ton of money and firing people via AI. &lt;/p&gt;&lt;p&gt;But they&#039;re also using AI for high-level decision-making without functional skepticism or introspection, resulting in stories like &lt;a href=&quot;https://slate.com/technology/2026/04/ai-chatgpt-boss-employees-work.html?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;this one&lt;/a&gt; or &lt;a href=&quot;https://futurism.com/artificial-intelligence/bosses-obsessed-with-ai?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;this one&lt;/a&gt; featuring incoherent directives by bosses who are dunktanking themselves into deep webs of pseudo-innovative delusion without understanding it&#039;s even happening:&lt;/p&gt;&lt;blockquote&gt;“I got feedback to be more concise at work, yet am routinely sent copypasta from ChatGPT that is literally the longest shit known to man,” said Mel, who works in finance. “I can’t read it.” As a result, the work of deciphering—and sometimes fixing—a boss’s A.I. effort becomes an additional task on an employee’s plate.&lt;/blockquote&gt;&lt;p&gt;You&#039;ll see this again and again; bosses who weren&#039;t good managers to begin with, that double down on bad decisions &lt;a href=&quot;https://futurism.com/artificial-intelligence/bosses-obsessed-with-ai?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;because the computer autocomplete told them their gut instincts were spot on&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;“My view of AI was very different from my supervisor’s. I saw it as a tool that could help analyze information, find patterns, and make funny cat meme pictures,” said one worker, an IT staffer at a tech company. “He seemed to use it more as a digital priest whose primary purpose was to confirm that he was right and everyone else was mistaken.”&lt;/blockquote&gt;&lt;div&gt;&lt;p&gt;There&#039;s a lot of other fascinating but poorly understood subtlety as it relates to the rushed adoption. This Boston University &lt;a href=&quot;https://ide.mit.edu/insights/adding-ai-to-the-org-chart-do-it-with-intention/?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;study&lt;/a&gt;, for example, found that managers were 18 percent less likely to catch errors generated in outputs if they were told it was crafted by an &quot;AI employee&quot; (with a name like Jack-7) versus an &quot;AI tool.&quot;&lt;/p&gt;&lt;p&gt;Strange days.&lt;/p&gt;&lt;p&gt;Keep in mind that so far we&#039;re just talking about whether AI works as advertised and whether your boss &lt;em&gt;has maintained a functional tether to objective reality&lt;/em&gt;. &lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;We&#039;re not even talking about the &lt;a href=&quot;https://gizmodo.com/when-it-comes-to-energy-use-ai-agents-could-make-chatbots-look-like-pocket-calculators-2000781774?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;massive resources being consumed&lt;/a&gt; to make such errors, the &lt;a href=&quot;https://karlbode.com/big-tech-and-the-trump-admin-want-to-make-ai-data-center-opposition-a-chinese-criminal-conspiracy/&quot; rel=&quot;noreferrer&quot;&gt;environmental and climate data center impact&lt;/a&gt;, the precarious impact of AI &lt;a href=&quot;https://www.npr.org/sections/shots-health-news/2025/09/19/nx-s1-5545749/ai-chatbots-safety-openai-meta-characterai-teens-suicide?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;on mental health&lt;/a&gt; in a country without consistent mental health care, the &lt;a href=&quot;https://nymag.com/intelligencer/article/ai-inflation-is-screwing-with-the-rest-of-the-economy.html?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;massively higher consumer costs due to GPU and chip scarcity&lt;/a&gt;, the &lt;a href=&quot;https://www.404media.co/ai-is-african-intelligence-the-workers-who-train-ai-are-fighting-back/?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;abusive overseas labor exploitation&lt;/a&gt; needed to make a lot of the magic happen, the &lt;a href=&quot;https://www.reddit.com/r/BetterOffline/comments/1ulm3a6/ed_zitron_on_cnbc_generative_ais_business_model/?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;soaring enterprise costs of AI use&lt;/a&gt; due to funny math and unrealistic business models, the impact on the livelihoods of &lt;a href=&quot;https://medium.com/@api_89351/ai-is-killing-illustration-jobs-and-were-all-pretending-to-care-f0495e3f1f85?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;creatives&lt;/a&gt; and &lt;a href=&quot;https://www.techdirt.com/2024/07/18/the-real-money-in-modern-journalism-now-involves-filling-the-internet-with-ai-generated-garbage/?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;journalists&lt;/a&gt;, the fact that &lt;a href=&quot;https://karlbode.com/whoops-the-tech-press-mythologized-another-unethical-asshole/&quot; rel=&quot;noreferrer&quot;&gt;most&lt;/a&gt; of the folks in charge of AI&#039;s trajectory are unrepentant fascist &lt;a href=&quot;https://karlbode.com/the-press-is-still-propping-up-elon-musks-supergenius-engineer-mythology/&quot; rel=&quot;noreferrer&quot;&gt;sociopaths&lt;/a&gt;, or the fact that corruption has hollowed out U.S. AI, labor, environmental, consumer, and public safety regulators &lt;a href=&quot;https://karlbode.com/corruption-killed-the-u-s-government-and-the-press-was-complicit/&quot; rel=&quot;noreferrer&quot;&gt;like a pumpkin&lt;/a&gt;, leaving the entire economy at risk of collapse.&lt;/p&gt;&lt;p&gt;Our &quot;&lt;a href=&quot;https://karlbode.com/ceo-said-a-thing-journalism/&quot; rel=&quot;noreferrer&quot;&gt;CEO said a thing!&lt;/a&gt;&quot; corporate press doesn&#039;t really want to brutally engage with these broader pesky ethical ramifications, because that&#039;s not in ownership&#039;s financial best interests. So on top of everything else, we have a badly-automated news and media apparatus that&#039;s &lt;strong&gt;also&lt;/strong&gt; incapable of telling people the truth. &lt;/p&gt;&lt;p&gt;The result is deep, interlocking delusions in a country &lt;a href=&quot;https://karlbode.com/ai-artifice-and-authenticity/&quot; rel=&quot;noreferrer&quot;&gt;already being devoured by artifice&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;The sales pitch for AI is heavily predicated on the fact that this is all a profitable and sustainable venture that evolves into computerized sentience, and there&#039;s &lt;em&gt;simply no evidence that&#039;s true&lt;/em&gt;. These models are all absurdly expensive to run, and the &lt;a href=&quot;https://karlbode.com/ai-artifice-and-authenticity/&quot; rel=&quot;noreferrer&quot;&gt;mad dash toward pseudo-productivity&lt;/a&gt; masked the reality that execs blew gargantuan wads of cash on &lt;a href=&quot;https://www.businessinsider.com/uber-coo-andrew-macdonald-ai-token-spending-harder-justify-2026-5?ref=karlbode.com&quot; rel=&quot;noreferrer&quot;&gt;negligible net benefit&lt;/a&gt; and a lot of chronic migraines.&lt;/p&gt;&lt;p&gt;Software automation can be helpful, but it helps if you&#039;re self-aware, not in a cult, trained to use it, inherently skeptical, and living in a society with working ethical and public interest guardrails that hasn&#039;t been devoured by artifice and corruption. &lt;/p&gt;&lt;/div&gt;&lt;p&gt;We ain&#039;t that.&lt;/p&gt;

&lt;small&gt;(Just a quick reminder that if you like and appreciate my work, please consider signing up for a &lt;a href=&quot;https://karlbode.com/#/portal/signup&quot;&gt;paid subscription tier&lt;/a&gt;. It genuinely helps me keep doing what I do in a country that doesn&#039;t value (or fund) journalism. Consider it the equivalent of buying me a coffee every month. I very much appreciate your time and readership!)&lt;/small&gt;


    &lt;/section&gt;

        

&lt;/article&gt;
&lt;/div&gt;</description>
            <pubDate>Thu, 09 Jul 2026 06:35:33 +0000</pubDate>
            <guid>https://karlbode.com/the-ai-hype-reckoning-is-upon-us/</guid>
        </item>
        <item>
            <title>Github repo pghqdev/OpenScreenShot</title>
            <link>https://github.com/pghqdev/OpenScreenShot</link>
            <description>&lt;div class=&quot;star js-feed-item-view&quot;&gt;&lt;div class=&quot;body&quot;&gt;
&lt;!-- watch --&gt;
&lt;div class=&quot;d-flex flex-items-baseline tmp-py-4&quot;&gt;
  &lt;div class=&quot;d-flex flex-column width-full&quot;&gt;
      &lt;div&gt;
        &lt;div class=&quot;d-flex flex-items-baseline&quot;&gt;
          &lt;div class=&quot;color-fg-muted&quot;&gt;
              &lt;span class=&quot;mr-2&quot;&gt;&lt;a class=&quot;d-inline-block&quot; href=&quot;https://github.com/splitbrain&quot; rel=&quot;noreferrer&quot;&gt;&lt;img class=&quot;avatar avatar-user&quot; src=&quot;https://avatars.githubusercontent.com/u/86426?s=64&amp;amp;v=4&quot; width=&quot;32&quot; height=&quot;32&quot; alt=&quot;@splitbrain&quot;&gt;&lt;/a&gt;&lt;/span&gt;
            &lt;a class=&quot;Link--primary no-underline wb-break-all&quot; href=&quot;https://github.com/splitbrain&quot; rel=&quot;noreferrer&quot;&gt;splitbrain&lt;/a&gt;
            starred
            &lt;a class=&quot;Link--primary no-underline wb-break-all&quot; href=&quot;https://github.com/pghqdev/OpenScreenShot&quot; rel=&quot;noreferrer&quot;&gt;pghqdev/OpenScreenShot&lt;/a&gt;
            &lt;span&gt;
              · &lt;relative-time tense=&quot;past&quot; datetime=&quot;2026-07-08T22:27:25-07:00&quot; data-view-component=&quot;true&quot;&gt;July 8, 2026 22:27&lt;/relative-time&gt;
            &lt;/span&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;

      &lt;div class=&quot;Box tmp-p-3 mt-2 color-shadow-medium color-bg-overlay&quot;&gt;
        &lt;div&gt;
          &lt;div class=&quot;f4 lh-condensed text-bold color-fg-default&quot;&gt;
            &lt;a class=&quot;Link--primary text-bold no-underline wb-break-all d-inline-block&quot; href=&quot;https://github.com/pghqdev/OpenScreenShot&quot; rel=&quot;noreferrer&quot;&gt;pghqdev/OpenScreenShot&lt;/a&gt;
          &lt;/div&gt;
          &lt;div class=&quot;dashboard-break-word color-fg-muted mt-1 mb-0 repo-description&quot;&gt;
            &lt;p&gt;OpenScreenShot is a privacy-first, free, open-source screenshot extension — zero data leaves your device, no account needed, no telemetry, no third…&lt;/p&gt;
          &lt;/div&gt;

          &lt;p class=&quot;f6 color-fg-muted mt-2 mb-0&quot;&gt;
              &lt;span class=&quot;d-inline-block color-fg-muted tmp-mr-3&quot;&gt;
                &lt;span class=&quot;ml-0 tmp-ml-0&quot;&gt;
  &lt;span class=&quot;repo-language-color&quot;&gt;&lt;/span&gt;
  &lt;span itemprop=&quot;programmingLanguage&quot;&gt;TypeScript&lt;/span&gt;
&lt;/span&gt;

              &lt;/span&gt;

              &lt;span class=&quot;d-inline-block tmp-mr-3&quot;&gt;
                  &lt;a class=&quot;Link--muted&quot; href=&quot;https://github.com/pghqdev/OpenScreenShot/stargazers&quot; rel=&quot;noreferrer&quot;&gt;&lt;svg data-component=&quot;Octicon&quot; class=&quot;octicon octicon-star mr-1&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;9&lt;/a&gt;
              &lt;/span&gt;


              &lt;span&gt;Updated Jul 7&lt;/span&gt;
          &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;</description>
            <pubDate>Thu, 09 Jul 2026 05:27:25 +0000</pubDate>
            <guid>https://github.com/pghqdev/OpenScreenShot</guid>
        </item>
    </channel>
</rss>
