←back to thread

1013 points QuinnyPig | 1 comments | | HN request time: 0s | source
Show context
reactordev ◴[] No.44570837[source]
This looks really cool except for having to learn a new syntax (is gherkin that bad?) however, something has been bothering me with all of these Agent AI based workflows.

At what point do you actually do engineering? This was a great demo for a project manager. Lead your “team” through feature development. But without proper architecture, development really does become spaghetti.

There’s vibe coding - and then there’s this, where I feel like I’m a PM, not an engineer.

replies(2): >>44570866 #>>44574432 #
1. Insanity ◴[] No.44570866[source]
Yeah, I hear you. Vibe coding is good for a POC style thing as long as you can (somewhat) ignore architecture.

For any real-world application that is even slightly more complex than these demos it will start to fail.

At least that has been my experience