| ▲ | rkochanowski 17 hours ago | |
That's why it's so important to design a solution before letting AI implement it. I noticed that AI often can't see clean, elegant and primitive solutions that fit best for a given problem. Even when I ask if it can be designed in a simpler way, it can't see what I can see. I think this is one of the most important points where humans should be involved. | ||
| ▲ | al_borland 15 hours ago | parent [-] | |
I often figure out my design by writing code. By the time the design is figured out, it’s done. I’m not sure what AI adds to that equation. I could do some of that in pseudo code, but it’s usually just as easy to make it work and actually test the hypothesis. | ||