Earlier quoted context omitted.
Because you're better able to take over the codebase a local model wrote than one Claude wrote? The original question was about taking over an LLM-written codebase, it doesn't sound to me like the argument was about a codebase that Claude, specifically, wrote.
The original question is: > What happens when you have a codebase made with claude using this setup and claude is down for let's say 8 hours? So: - A codebase made with Claude - Using this [Claude] setup - Claude is down
Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
131–140 of 297 posts
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#132Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#133How many times can I read the same shallow guidance written by AI on using a coding agent? Good god when will it stop
I find it interesting how they are almost all specifically for Claude and/or Claude code. When open source glm-5.1 is just as good - if not better and stuff like opencode exists. Makes one wonder...
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#134Earlier quoted context omitted.
I just use docker and I don't feel I'm missing anything?
nix develop ensures your dev env is the same as your build/test/prod env. At least with Python everything is a flurry of requirements.txt, Python versions, poetry, pyproject.toml, perhaps automated with direnvs, a hefty Dockerfile/docker-compose, and perhaps conda (ugh) along the way; lots of moving parts. I have a project that's mostly Rust sprinkled with C++ libs and Python helpers and it's easier to manage than th…
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#135How many times can I read the same shallow guidance written by AI on using a coding agent? Good god when will it stop
Can't wait to learn more about how to vendor-lock-in myself really hard into not being able to code without the help of a specific corporation!
What agentic platform would you recommend for those with API access (including other models)?
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#136In the recent weeks, I think the harness/model came to a point that you can just ask it to do stuff and it just does. You can use plan mode, you can also use superpowers, or whatever other skill, but given that you'll review something anyway, why not work directly with code instead of silly amounts of md files?
In the recent weeks I trust Claude less and less. Yes, you can ask it to do stuff and it does stuff. But if you do look what it did you will often find corners cut, work based on assumptions and not verification, a lot of stuff missed. Even tests - it is common for it to write tests which in reality test nothing.
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#137Earlier quoted context omitted.
[dead]
agree and also not sure if they are saying claude the app/ide or claude the model
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#138Earlier quoted context omitted.
I find it interesting how they are almost all specifically for Claude and/or Claude code. When open source glm-5.1 is just as good - if not better and stuff like opencode exists. Makes one wonder...
How easy is that to setup by comparison?
Download opencode GUI or cli. Sign up for Go or Zen plan, choose GLM-5.1 model.
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#139Earlier quoted context omitted.
Can't wait to learn more about how to vendor-lock-in myself really hard into not being able to code without the help of a specific corporation!
For most people, CC is cheaper tokens for a SOTA model. What agentic platform would you recommend for those with API access (including other models)?
Re: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs
#140Earlier quoted context omitted.
I find it interesting how they are almost all specifically for Claude and/or Claude code. When open source glm-5.1 is just as good - if not better and stuff like opencode exists. Makes one wonder...
How easy is that to setup by comparison?
While I'm also a huge fan of local LLMs and believe they will be key in the future; I think the claim of "just as good" is hyperbole. They're productively useful tools though, and something worth exploration.