Discussion about this post

User's avatar
David Abbott's avatar

I am trying to solve connect 4 with c++. I was able to code a version that played well on my own, but solving it just takes more compute than my algorithm had access to. Chat gpt is good with debugging, but it’s not very good at coming up with higher level ideas that would increase algorithmic efficiency. It’s also not great at writing complex functions that work well with one another.

Expand full comment

No posts