| ▲ | SerCe 4 hours ago | |
> Do you have any examples or resources that worked well for you? Using this particular example, if you simply paste the exact code into the prompt, the model should able to reproduce it. Now, you can start removing the bits and see how much you can remove from the prompt, e.g. simplify it to pseudocode, etc. Then you can push it further and try to switch from the pseudocode to the architecture, etc. That way, you'll start from something that's working and work backwards rather than trying to get there in the absence of a clear path. | ||
| ▲ | tobr 3 hours ago | parent [-] | |
That’s an interesting approach, but what do you learn from it that is applicable to the next task? Do you find that this eventually boils down to heuristics that generalize to any task? It sounds like it would only work because you already put a lot of effort into understanding the constraints of the specific problem in detail. | ||