←back to thread

467 points 0x63_Problems | 1 comments | | HN request time: 0.203s | source
1. ImaCake ◴[] No.42142408[source]
> In essence, the goal should be to unblock your AI tools as much as possible. One reliable way to do this is to spend time breaking your system down into cohesive and coherent modules, each interacting through an explicit interface.

I find this works because its much easier to debug a subtle GPT bug in a well validated interface than the same bug buried in a nested for loop somewhere.