| ▲ | logicprog 2 hours ago | |||||||
I say let people hold this stance. We, agentic coders, can easily enough fork their project and add whatever the features or refinements we wanted, and use that fork for ourselves, but also make it available for others in case other people want to use it for the extra features and polish as well. With AI, it's very easy to form a good architectural understanding of a large code base and figure out how to modify it in a sane, solid way that matches the existing patterns. And it's also very easy to resolve conflicts when you rebase your changes on top of whatever is new from upstream. So, maintaining a fork is really not that serious of and endeavor anymore. I'm actually maintaining a fork of Zed with several additional features (Claude Code style skills and slash commands, as well as a global agents.md file, instead of the annoying rules library system, which I removed, as well as the ability to choose models for sub-agents instead of always inheriting the model from the parent thread; and yes, master branch Zed has subagents! and another tool, jjdag) That seems like a win-win in a sense: let the agentic coders do their thing, and the artisanal coders do their thing, and we'll see who wins in the long run. | ||||||||
| ▲ | officeplant 42 minutes ago | parent | next [-] | |||||||
Well at least you, agentic coders, already understand they need to fork off. Saves the rest of us from having to tell you. | ||||||||
| ▲ | short_sells_poo an hour ago | parent | prev [-] | |||||||
> We, agentic coders, can easily enough fork their project And this is why eventually you are likely to run the artisanal coders who tend to do most of the true innovation out of the room. Because by and large, agentic coders don't contribute, they make their own fork which nobody else is interested in because it is personalized to them and the code quality is questionable at best. Eventually, I'm sure LLM code quality will catch up, but the ease with which an existing codebase can be forked and slightly tuned, instead of contributing to the original, is a double edged sword. | ||||||||
| ||||||||