Cloudflare just published a vibe coded blog post claiming they implemented Matrix on cloudflare workers. They didn't, their post and README is AI generated and the code doesn't do any of the core parts of matrix that make it secure and interoperable. Instead it's littered with 'TODO: Check authorisation' and similar
https://blog.cloudflare.com/serverless-matrix-homeserver-workers/
RE: https://tech.lgbt/@JadedBlueEyes/115967791152135761
they edited the clearly LLM-generated-and-human-unread readme to “clarify” that by production-ready matrix server by Cloudflare they meant a proof-of-concept matrix server not endorsed for production use by Cloudflare. They removed all the lines like “// TODO: implement authentication” from the source code without implementing anything