Hacker News new | ask | show | jobs
by rkochanowski 35 days 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.
1 comments

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.