Hacker News new | past | comments | ask | show | jobs | submit
In the past I’ve experimented with many different programming paradigms. I think my AI coding benefits from that experience. I want to find new paradigms to write extensible, modular systems with AI, a problem that is still open. One thing I’ve learned is that when implementing a complex system, no paradigm eliminates the need to write lots code (covering many ugly edge-cases) tests, which previously required lots of boring, slow work, but AI is very good at that so maybe can make it less boring and faster.