Comment ChatGPT vs Anthropic (Score 1) 93
Just yesterday I created a Clause Pro account to test a simple coding project I'm working on. This move was partly in response to my respect for Anthropic showing some moral backbone.
I was also having small issues coding with ChatGPT. I say small, because what it CAN accomplish is pretty remarkable. I found it awkward to work by cutting and pasting code sections, however, and over the course of long conversations I noticed the LLM was not retaining the full context of what had been done before. I imagine there are probably better ways to code with ChatGPT, but for such occasional use I've just been making do.
I was particularly interested in giving Clause Code direct access to my files, because I am lazy and find it so much faster to have the changes applied directly. Claude looked through my files, and then was ready to add a new feature I wanted. The feature was to add a table to a web form, with buttons to add or delete entries to the table. It worked, but kept creating an unnecessary blank row at the bottom. Claude rewrote things 3 times and the issue was still occurring. I switched the model from Sonnet 4.6 to Opus 4.6 and tried again. Still not fixed.
This is my first use of Claude, and I suppose it's possible that I picked a subtle problem to test it on, or maybe it would have done better if the code was entirely written by Claude instead of taken over from ChatGPT. Anyway, I'm going to try solving it with ChatGPT and see if it does better.