Support Board
Date/Time: Mon, 21 Apr 2025 16:56:48 +0000
Post From: ACSIL Referencing Study
[2025-03-03 13:44:04] |
cmet - Posts: 690 |
Can I ask why you're using Claude? I've spent some time testing AI platforms, and GPT is superior in every way. When using it to learn/build, you can leverage Projects and include the entire ACSIL documentation and cpp files. This basically creates a working autonomous agent. There are also no usage limits for the standard models. That said... You need to know exactly what you're trying to do. For anything even a little complex, you'll need to understand how to approach what you want programmatically. Start by describing each part of your project in a modular way with clear explanations of what each step needs to do. When it comes to programming, the power of these platforms is in the ability to prompt, not the fact that it can write lines of code. It can do that extremely well, in every single programming language. But, if you can't provide specific instructions and guide it to give you what you're after - then work with it to debug, they're all of limited use. All of the built in studies where code is available are in ACS_SOURCE. They are the Studies.cpp files. You can open DLL files in Virtual Studio. Date Time Of Last Edit: 2025-03-03 13:53:49
|