Author here. To be upfront about what this is: I'm not a Rust developer or a PHP internals person. This is an experiment in whether the "point the AI at the original project's test suite" methodology (the way Bun was driven against real-world suites) holds up when the human can't review the code. The oracle is php-src's own .phpt corpus, ~22k tests I didn't write. Current honest score: 3,844 passing (17.4%), with a r…
Will you answer questions yourself, or will you simply pass on what your LLM of choice writes for you? Edit: On further inspection, the blog design, the blog build, the blog articles and even the anecdotes used in the articles are entirely Claude generated. Stop being so lazy. Get Claude to do something interesting and use your own intellect to assess and challenge the work in your write up. Or the other way around.…
My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
41–50 of 73 posts
Re: My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
#42Earlier quoted context omitted.
Will you answer questions yourself, or will you simply pass on what your LLM of choice writes for you? Edit: On further inspection, the blog design, the blog build, the blog articles and even the anecdotes used in the articles are entirely Claude generated. Stop being so lazy. Get Claude to do something interesting and use your own intellect to assess and challenge the work in your write up. Or the other way around.…
The "honest score" is the most annoying claudism of the comment, with the short disjoint sentences a close second.
Re: My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
#43I feel like the future will be a git repository with text files and a markdown file describing how the site should look and how any endpoints needed for functionality should work and the AI will be the runtime for your site instead of wordpress.
already been tried: https://github.com/samrolken/nokode Maybe LLMs will eventually get to the place where it replaces even the OS kernel
Re: My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
#44no, i don't think i will
Re: My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
#45My boss asked me to set up a WordPress for a product landing page. I naturally won't do this; it's no more than a couple of weeks ago that some SQL injection landed in the search query function of this monstrosity. WordPress always was and always will be terrible. So I set up the landing page with a Hugo static site, and I've been vibe-coding a WordPress-like dashboard that operates on git repositories containing Hug…
Let me make sure I am hearing you right. 1) The person you report to asked you to accomplish a discrete task 2) of standing up one of the most common websites on the planet 3) and your response was to begin building your own custom CMS? I know I am removing the train of thought that led you down this path, but is there anything I just said that is factually false?
Re: My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
#46Re: My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
#47My boss asked me to set up a WordPress for a product landing page. I naturally won't do this; it's no more than a couple of weeks ago that some SQL injection landed in the search query function of this monstrosity. WordPress always was and always will be terrible. So I set up the landing page with a Hugo static site, and I've been vibe-coding a WordPress-like dashboard that operates on git repositories containing Hug…
Just to clarify: you think your vibecoded dashboard is more secure than WordPress? Not saying you're wrong, just wondering why you think you're right. Are you auditing the generated code, or is it a giant yolo?
Re: My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
#48Is it astonishing you got to 17% with some vibe code? Sure. But most of the stuff I’ve vibe coded this year has been astonishing by 2025’s standards. If you got 100% I’d be genuinely blown away.
It's all in good fun, though... probably?
Re: My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
#49My boss asked me to set up a WordPress for a product landing page. I naturally won't do this; it's no more than a couple of weeks ago that some SQL injection landed in the search query function of this monstrosity. WordPress always was and always will be terrible. So I set up the landing page with a Hugo static site, and I've been vibe-coding a WordPress-like dashboard that operates on git repositories containing Hug…
Let me make sure I am hearing you right. 1) The person you report to asked you to accomplish a discrete task 2) of standing up one of the most common websites on the planet 3) and your response was to begin building your own custom CMS? I know I am removing the train of thought that led you down this path, but is there anything I just said that is factually false?
What I find really great is that we’re only a prompt or two away from proper docs for these novel solutions but we still don’t make them and if we do, we definitely don’t read them first.
Re: My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress
#50Maybe the takeaway is that 20% is about all the LLM can muster.
Saw that Salt Language article a day to two ago on how they do the static verification as part of the compilation process (or whatever they really get up to) and that's next on the agenda, tried that with a JavaCard VM I was poking at as its 'computation space' is much smaller but that was too much for my poor little laptop to handle but, apparently, this Salt thing is much different and actually tractable so, we'll see, still working out the details.