Took a look at Claude3 this morning (unpaid). Out of curiosity I asked it to generate a single file C implementation of a basic Gemini server targetting OpenBSD 7.4 including use of pledge, unveil and dropping to a non-privledged user. After a few refining prompts its actually looking like a decent effort for a few minutes of "work". Only external dependacy is libressl and has a config file in /etc/ rather than static settings it began with. No cgi or anything but looks like for static content it should work. Might flesh it out and test over the next few weeks. Wonder if I can get a good minimal modal console client out of it in a similar fashion? Excited for Devin though (price depending)
8 months ago ยท ๐ lykso, m0xee
Well it seems Claude tried to "blag the interview". Quick glance over the generated code looked reasonable but there are actually quite a few errors. I deliberately asked it to come up with an OpenBSD solution as I figured there would be comparatively few examples for it to be trained on. ยท 8 months ago