logoalt Hacker News

faitswulffyesterday at 11:07 AM1 replyview on HN

What kinds of programs are you writing and with what models? I'm curious if the lifetimes your programs require are trickier than most.


Replies

jdw64yesterday at 11:15 AM

I'm actually vibe coding a game engine right now using a Hexagonal Architecture, and I ran into this exact same issue when trying to synchronize the feedback loop between the viewport and the editor. To be fair, I probably messed up the domain boundaries myself in the first place, but honestly, the AI-generated code wasn't very effective at solving it either

show 1 reply