▲ | jason_zig 2 days ago | |||||||||||||||||||||||||||||||
I've seen people post this same advice and I agree with you that it works but you would think they would absorb this common strategy and integrate it as part of the underlying product at this point... | ||||||||||||||||||||||||||||||||
▲ | noosphr 2 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
The people who build the models don't understand how to use the models. It's like asking people who design CPUs to build data-centers. I've interviewed with three tier one AI labs and _no-one_ I talked to had any idea where the business value of their models came in. Meanwhile Chinese labs are releasing open source models that do what you need. At this point I've build local agentic tools that are better than anything Claude and OAI have as paid offerings, including the $2,000 tier. Of course they cost between a few dollars to a few hundred dollars per query so until hardware gets better they will stay happily behind corporate moats and be used by the people blessed to burn money like paper. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | nostrademons 2 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
A lot of it is integrated into the product at this point. If you have a particularly tricky bug, you can just tell Claude "I have this bug. I expected output 'foo' and got output 'bar'. What went wrong?" It will inspect the code and sometimes suggest a fix. If you run it and it still doesn't work, you can say "Nope, still not working", and Claude will add debug output to the whole program, tell you to run it again, and paste the debug output back into the console. Then it will use your example to write tests, and run against them. | ||||||||||||||||||||||||||||||||
▲ | tombot 2 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
Claude Code at least now lets you use its best model for planning mode and its cheapest model for coding mode. | ||||||||||||||||||||||||||||||||
|