Now the trademark take over seems crazy especially given Andy hasn't contributed to the github project, only personal for profit add ons.
I do also think that the meshcore core team have "tacked on" and tried to enforce a stronger narrative with their anti ai coding bias.
Especially when they try to hide that they were using those tools in the first place
In that context it is quite logical to take a trademark out once the project is mature enough so you can profit off other people's work.
Considering their user base does not like the hidden vibe coded idea I don't think this is bias but a sane rationalisation.
Anyone that has used AI at all knows this isn't how it works. AI is extremely good at producing plausible-but-wrong outputs. It's literally optimised for plausibility, which happens to coincide with correctness a lot of the time. When it doesn't you get code that seems good and is therefore very difficult to judge on its merits.
With human written code it's a lot easier to tell if it's good or not.
There are exceptions to this - usually if you have some kind of oracle like that security work that used AddressSanitizer to verify security bugs, or if you're cloning a project you can easily compare the behaviour to the original project. Most of the time you don't have that luxury though.
The vibecoder was on MeshOS, which indeed is not open source
Also, citation needed:
> With human written code it's a lot easier to tell if it's good or not