commander@lemmy.world to Technology@lemmy.worldEnglish · 2 days agoLouis Rossmann taunts Bambu Lab by hosting banned 3D Printer firmware fork, dares $1 billion company to sue him — more creators pledge support and boycotts, Snapmaker donates equipment to embattled dewww.tomshardware.comexternal-linkmessage-square206linkfedilinkarrow-up11.5Karrow-down111 cross-posted to: linux@lemmy.ml
arrow-up11.49Karrow-down1external-linkLouis Rossmann taunts Bambu Lab by hosting banned 3D Printer firmware fork, dares $1 billion company to sue him — more creators pledge support and boycotts, Snapmaker donates equipment to embattled dewww.tomshardware.comcommander@lemmy.world to Technology@lemmy.worldEnglish · 2 days agomessage-square206linkfedilink cross-posted to: linux@lemmy.ml
minus-squareirelephant [he/him]@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up10arrow-down1·1 day agoI can definitely see a lot of the utility llms have, but a claude.md shows that they’re using Claude, a corporate, proprietary model, and they’re Claude code, which means they’re likely using it to make significant amounts of code.
minus-squareBlackSam@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·1 day agoThat’s not true. You can use Claude code CLI with local LLM models (via Ollama or llama.cpp)
minus-squareirelephant [he/him]@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·20 hours agoDo you think they are, though? Besides, doesn’t that require some hacks to get working
minus-squarebl4ckp1xx13@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·17 hours agoNot at all, it’s a Markdown file, plaintext. You just instruct your agent to assimilate that file into it’s context.
minus-squareirelephant [he/him]@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·15 hours agoI understand that, but wouldn’t other tooling use the generic AGENTS.md instead?
minus-squareBlackSam@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·5 hours agoCorrect, but you can always create a syslink between CLAUDE.md and AGENTS.md
minus-squareirelephant [he/him]@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·3 hours agoYou can, but this repo doesn’t.
I can definitely see a lot of the utility llms have, but a claude.md shows that they’re using Claude, a corporate, proprietary model, and they’re Claude code, which means they’re likely using it to make significant amounts of code.
That’s not true. You can use Claude code CLI with local LLM models (via Ollama or llama.cpp)
Do you think they are, though? Besides, doesn’t that require some hacks to get working
Not at all, it’s a Markdown file, plaintext. You just instruct your agent to assimilate that file into it’s context.
I understand that, but wouldn’t other tooling use the generic
AGENTS.mdinstead?Correct, but you can always create a syslink between
CLAUDE.mdandAGENTS.mdYou can, but this repo doesn’t.