Hacker News new | ask | show | jobs
by nathannaveen 21 days ago
Personally I generally try to avoid concurrency when writing code with AI since I feel AI makes concurrency unnecessary complex in Golang.
3 comments

I don't have this issue in elixir.
Neither do I.
Probably reasonable, but that means you're disagreeing with the article's point about goroutines being good for LLMs (since goroutines are a form of concurrency). I've never seriously used Go so I don't know how easy it is to avoid using them.
Right. But for things like GUI or orchestration tooling it’s unavoidable