| ▲ | ezoe 9 hours ago | |
So Weave claims AI based development increase git conflict frequency. Given that most git conflicts are easy to solve by person who didn't involved at changes, even for a person who don't know that programming language, it's natural to let AI handle the git conflicts. Solving a git conflict is most often a simple text manipulation without needing much of context. I see no problem current AI models can't do it. | ||
| ▲ | rs545837 9 hours ago | parent [-] | |
When you start seeing the diffs with entities instead of lines, is what interests me, you get much better semantic info. If you have a language specific parser, you can make a merge algorithm like weave. But the bigger win isn't resolving conflicts git shows you. It's catching the ones git misses entirely. So in those cases weave is much better, and there also other things like confidence-scored conflict classification, you should try it out it improves the agents performance, especially if you are a power user. | ||