6 ms·
So... Mindless coding is it? The best part of coding is doing research and learning. Coding, for the pure sake of finishing the project as soon as possible with
by a5c11 10mo ago
So... Mindless coding is it? The best part of coding is doing research and learning. Coding, for the pure sake of finishing the project as soon as possible with the least involvement, sounds like doing unpleasant chores.
- GPerson 10mo agoI agree. Vibe coding eventually just becomes repetitively QA testing the work of a bad engineer.
- tjr 10mo agoYou can have AI write automated tests before writing the code, so it can QA itself.
- deleted 10mo ago[deleted]
- GPerson 10mo agoYou can try. What happens is it cheats you at every turn and finally admits it wasn’t testing anything when you ask why it’s still broken. Yes, this actually happens.
- _aavaa_ 10mo agoSome people love the act, which is fine. A good many other people just want the result. Something something quarter-inch hole.
- ako 10mo agoFar from mindless, just at a different abstraction level. What should the software do, what capabilities and features, how to slice it into small increments (product management work)? What user journeys, what should the screens look like (UX work)? What architecture and components, which libraries, what communication protocols, what layering, what kind of tests, what kind of data structure and data persistence (Architect/tech lead work)? For example, for the DSL syntax i'll have claude code suggest different options, and detail out one of the proposal i like best.
- a5c11 10mo agoNice, but what does it mean? Are you gonna replace a group of specialists in their fields with prompts to LLM?
- ako 10mo agoI have a background in coding (including assembly), worked on UX projects, as a technical architect, a product owner, and now a product manager in the last 30 years, so yes.