The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(notes/discourse): remove incorrect assertion about the bot owner

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso d3b42ddd c2ff5cc3

+7 -6
+7 -6
lume/src/notes/2026/the-discourse-has-been-automated.mdx
··· 4 4 date: 2026-02-12 5 5 --- 6 6 7 + import Admonition from "../../_components/Admonition.jsx"; 8 + 7 9 I thought that 2025 was weird and didn't think it could get much weirder. 2026 is really delivering in the weirdness department. [An AI agent opened a PR to matplotlib](https://github.com/matplotlib/matplotlib/pull/31132) with a trivial performance optimization, a maintainer closed it for being made by an autonomous AI agent, so the AI agent made [a callout blogpost accusing the matplotlib team of gatekeeping](https://crabby-rathbun.github.io/mjrathbun-website/blog/posts/2026-02-11-gatekeeping-in-open-source-the-scott-shambaugh-story.html). 8 10 9 11 This provoked many reactions: ··· 79 81 80 82 OpenClaw and other agents can't act in good faith because the way they act is independent of the concept of any kind of faith. This kind of drive by automated contribution is just so counter to the open source ethos. I mean, if it was a truly helpful contribution (I'm assuming it was?) it would be a [Mission Fucking Accomplished](https://xkcd.com/810/) scenario. This case is more on the lines of professional malpractice. 81 83 82 - <Conv name="Cadey" mood="coffee"> 83 - I couldn't figure out where to fit this in, but the [bot owner showed up and 84 - made the same PR their bot 85 - did](https://github.com/matplotlib/matplotlib/pull/31138). I have no idea how 86 - to react to this information. 87 - </Conv> 84 + <Admonition type="note"> 85 + Update: A previous version of this post claimed that a GitHub user was the 86 + owner of the bot. This was incorrect (a bad taste joke on their part that was 87 + poorly received) and has been removed. Please leave that user alone. 88 + </Admonition> 88 89 89 90 Whatever responsible AI operation looks like in open source projects: yeah this ain't it chief. Maybe AI needs its own dedicated sandbox to play in. Maybe it needs explicit opt-in. Maybe we all get used to it and systems like [vouch](https://github.com/mitchellh/vouch) become our firewall against the hordes of agents. 90 91