Canuck@sh.itjust.works to LocalLLaMA@sh.itjust.worksEnglish · 3 months agoClaude Code Frontend Accidentally Leaked by Anthropicx.comexternal-linkmessage-square7linkfedilinkarrow-up142arrow-down12file-text
arrow-up140arrow-down1external-linkClaude Code Frontend Accidentally Leaked by Anthropicx.comCanuck@sh.itjust.works to LocalLLaMA@sh.itjust.worksEnglish · 3 months agomessage-square7linkfedilinkfile-text
minus-squareWhiteRice@lemmy.mllinkfedilinkEnglisharrow-up5arrow-down1·3 months agoIt has also been rewritten in python, due to copyright issues. https://github.com/instructkr/claw-code
minus-squareGenderNeutralBro@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·3 months agoThey say this was done with Codex and OpenCode. I admit I’m behind the time with AI coding agents. Is it actually possible to do that effectively in such a short time? Or is this going to be riddled with sloppy bugs?
minus-squareWhiteRice@lemmy.mllinkfedilinkEnglisharrow-up4·3 months agoI would say recompiling code with discrete units tests is probably a good use case. It allows for a tight feedback loop with the agent. You will probably get the mean deliverable. Not industrial unless you think to bake in the requirements.
minus-squareCanuck@sh.itjust.worksOPlinkfedilinkEnglisharrow-up2·3 months agoYes, I posted that one and also another one in my original description if you’re interested; it has a full breakdown of the original source code
It has also been rewritten in python, due to copyright issues.
https://github.com/instructkr/claw-code
They say this was done with Codex and OpenCode.
I admit I’m behind the time with AI coding agents. Is it actually possible to do that effectively in such a short time? Or is this going to be riddled with sloppy bugs?
I would say recompiling code with discrete units tests is probably a good use case. It allows for a tight feedback loop with the agent.
You will probably get the mean deliverable. Not industrial unless you think to bake in the requirements.
Yes, I posted that one and also another one in my original description if you’re interested; it has a full breakdown of the original source code