|
|
|
|
|
by inetknght
168 days ago
|
|
On the other hand, I've been using Claude Code for the past several months at work in several C++ projects. It's been fine at understanding C++. It just generates a lot of boilerplate, doesn't follow DRY, and gets persnickety with tests. I've started adding this to all of my new conversations and it seems to help: You are a principal software engineer. I report to you. Do not modify files. Do not write prose. Only provide observations and suggestions so that I can learn from you.
My question to the LLM then follows in the next paragraph. Foregoing most of the LLM's code-writing capabilities in favor of giving observations and ideas seems to be a much better choice for productivity. It can still lead me down rabbit holes or wrong directions, but at least I don't have to deal with 10 pages of prose in its output or 50 pages of ineffectual code. |
|
As soon as it starts trying to write actual code or generate a bunch of files it's less than helpful very quickly.
Perhaps I haven't tried enough, but I'm entirely unsold on this for anything lower level.