Earlier quoted context omitted.
Also, didn't it use Servo crates? I don't think you can say 'from scratch' if 60% of the actual work is from an external lib. If I install an Arch Linux, I don't say I 'installed Linux from scratch'.
It used cssparser and html5ever from the Servo project, and it used the Taffy library for flexbox and CSS grid layout algorithms which isn't officially part of Servo but is used by Servo. I'd estimate that's a lot less than 60% of the "actual work" though.
Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
81–90 of 231 posts
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#82It’s not a working or complete implementation, but…
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#83[flagged]
That's a generous read. From the actual article:
> We wanted to see if we could eliminate that tax entirely. Spoiler: We could.
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#84[flagged]
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#85It’s not a working or complete implementation, but…
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#86Earlier quoted context omitted.
Reminds me of Cloudflare's OAuth library for Workers. >Claude's output was thoroughly reviewed by Cloudflare engineers with careful attention paid to security >To emphasize, this is not "vibe coded". >Every line was thoroughly reviewed and cross-referenced with relevant RFCs, by security experts with previous experience with those RFCs. ...Some time later... https://github.com/advisories/GHSA-4pc9-x2fx-p7vj
What is the learning here? There were humans involved in every step. Things built with security in mind are not invulnerable, human written or otherwise.
This applies whether the code is written is by a human or AI, and also whether the code is reviewed by a human or AI.
Is a Github Copilot auto-reviewer going to click two levels deep into the Slack links that are provided as a motivating reference in the user story that led to the PR that's being reviewed? Or read relevant RFCs? (And does it even have permission to do all this?)
And would you even do this, as the code reviewer? Or will you just make sure the code makes sense, is maintainable, and doesn't break the architecture?
This all leads to a conclusion that software engineering isn't getting replaced by AI any time soon. Someone needs to be there to figure out what context is relevant when things go wrong, because they inevitably will.
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#87[flagged]
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#88Earlier quoted context omitted.
https://github.com/matrix-org/matrix-rust-sdk/blob/main/CONT... is an example of engineering trying to make a comeback, on the Matrix side at least :)
As long as you take ownership, test your stuff and ensure it actually does what you claim it does, I don't mind if you use LLMs, a book or your dog. I'm mostly concerned that something we used to see as a part of basic "software engineering" (verify that what you build is actually doing what you think it is) has suddenly made a very quick exit from the scene, in chase of outputting more LOC which is completely backwa…
Vibing is incompatible with engineering and this practice is disgusting and NOT acceptable.
Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#89Re: Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
#90[flagged]
> A production-grade Matrix homeserver
this is engineering malpractice. It is also unethical to present the work of an LLM as your own.