What AI coding tool are you actually sticking with?
I’ve been experimenting with a few AI tools for coding recently and wanted to get a sense of how others are using them in practice.
The ones I’ve tried so far include:
- GitHub Copilot
- Grok
- ChatGPT (OpenAI)
- DeepSeek
- Gemini
From my experience, each one seems to behave differently depending on the task.
ChatGPT has been the most consistent for general debugging and explaining code, especially in longer conversations, though results can vary depending on complexity.
DeepSeek has been useful for straightforward code generation tasks.
Copilot is generally helpful but sometimes feels limited when logic gets more complex.
Gemini hasn’t been as strong for my specific workflow, but I’ve only used it in a few cases.
Grok has been a bit inconsistent, but occasionally produces good results for simpler problems.
Curious how others are approaching this right now. Are you mainly sticking to one tool, or switching between multiple depending on what you’re building?