I signed up for Anthropic's Claude model - might go with Kagi's Claude next. Some observations
-
The machine is not a liar, it's a bullshitter. The intent is different, but the result is often the same.
There's a notes section anthropic has which it will use to seed all your prompts i guess. Mine says "the right question is more important than the right answer. don't be afraid to sayI don't know
. "
Not sure how effective it is in practice.It's not great at imperative development, but it's a set monster. Give it a functional problem vs an imperative one, and it will absolutely go to town on it.
I used it for research, because I don't have a math background, and I was exploring some new frontiers in Chomsky type 3 discrete deterministic finite automata, a subject I know a lot about fundamentally, but I am taxed when it comes to expanding the algorithms, because my grasp of them isn't always complete, especially in the extents, and the math fails me. Well. Claude was able to explore some techniques with me from "The Dragon Book" (not its actual title but if you know what this is you know what this is) and implement them with little to no guidance from me, which allowed me to learn the things I didn't understand, and come to a whole new class of understandings about the way FSMs work, which furthered my research goals.
It's not a substitute for knowledge. You have to know enough about the subject to know if it's bullshitting you. Claude would have led me down counterproductive rabbit holes a lot more often than it did if I wasn't vigilant and aware enough of the subject matter to say "hey, wait a minute! what's that about?!" Even with knowledge i ended up being glad i saved work in progress copies of my code before making major changes it suggested.
And unit test unit test unit test. The thing doesn't like handling edge cases. So you better test for them especially. Also, I've tried getting it to write unit tests for me and in the end it's questionable whether that saved me any time. It wrote a bunch of bad tests, and i had to review all of them anyway.
-
Hi HTCW, I recently used ChatGP to help me to convert/rewrite an MVC site to Blazor Server and I must say it was very helpful but as you say you have to watch what it gives you carefully - if you tell it exactly what you don't want it actually will improve its offerings - nice to see old names appearing here
-
Hi HTCW, I recently used ChatGP to help me to convert/rewrite an MVC site to Blazor Server and I must say it was very helpful but as you say you have to watch what it gives you carefully - if you tell it exactly what you don't want it actually will improve its offerings - nice to see old names appearing here
@pkfox Good to see you!
I don't trust ChatGPT's model, but then the last one i tried was 4. Everyone I talked to about it said try Claude Sonnet 4 so I did, and in some ways it really impressed me. Of course immediately after it would do something pants-on-head stupid. XD