I pretty much let AI write all of my code but even Fable is still really dumb for moderately complex things. Just today I had it write a simple consumer for a message bus where the message was emitted from a different service. Messages weren’t going through. I spent a few hours debugging. Then fable helpfully informed me that there was still the small problem that the producer and consumer were connected to completely different buses. Not even the same protocol.
Comments
I pretty much let AI write all of my code but even Fable is still really dumb for moderately complex things. Just today I had it write a simple consumer for a message bus where the message was emitted from a different service. Messages weren’t going through. I spent a few hours debugging. Then fable helpfully informed me that there was still the small problem that the producer and consumer were connected to completely different buses. Not even the same protocol.