logoalt Hacker News

4RealFreedomyesterday at 12:41 AM1 replyview on HN

Just antidotal but I don't know how many times I've had to help developers fix their vibe coded code to account for concurrency problems. LLMs don't seem to be very good at picking up on this today unless you call it out.


Replies

rynnyesterday at 1:08 AM

Wow, I’ve had the opposite experience. I’ve needed to talk Claude down from Redis clusters for hobby projects to avoid concurrency edge cases.

Although to your point, it struggles to do anything with SQLite beyond a single user even when its architecturally not a problem