Hey everyone! I've recently transitioned from a Game Development career to DevOps, as I believe it's a better fit for my skills and workflow. I'm building a homelab to use as a portfolio and give me more hands-on experience. I set up two Arch Linux and one Debian server, all manually configured with partitions and encryption. I'm practicing Linux daily and utilizing SSH for remote access. Currently, my Debian server runs Linkding with an Nginx reverse proxy, and I plan to add GitHub Actions CI, Grafana, and Prometheus to my setup next. I also script in Bash and code in Python, with my progress documented on GitHub.
While I genuinely enjoy this learning journey, I've been relying on AI for guidance along the way. I often ask for advice on how to tackle tasks and follow its suggestions, though I try to explore alternative methods too. I'm starting to wonder if depending on AI as an assistant could negatively impact my learning. Am I overthinking this? What are your opinions or suggestions?
4 Answers
I think it's good to learn on your own first! If you get stuck, check with AI for an explanation, but make sure to verify the information with official documentation after that. It's a good way to keep your learning process intact while still getting help when needed.
It really depends on how you use it. AI shouldn't replace your research; think of it as a tool, not a crutch. If you're careful to question its advice, it can be super helpful. Just don’t let it do all the thinking for you.
Yeah, search engines can be filled with junk nowadays. I've found that asking AI specific questions really helps sort through the noise, just make sure to verify the info from reputable sources.
In my experience, it's a bit of a mixed bag with AI. I try to treat everything it says with skepticism unless there's a reliable source. Some responses can be misleading, especially for complex issues.
That's true for me too! I don't use it inside my code editor, but I do ask it questions on my browser. If something breaks, I use AI for troubleshooting. I've learned to take its suggestions with a huge grain of salt.
Honestly, I think relying too much on AI can be detrimental. I've read several discussions about how it can hinder real learning. It seems best to use it for straightforward tasks and not let it guide you in more complex areas.
Thanks for the insight! I checked those other discussions you mentioned, and I agree. It's clear that while AI can help with simple tasks, diving deeper often requires more nuanced understanding.

That's a solid approach! I always try to make sure I understand the reasoning behind the AI's suggestions instead of just copying and pasting. Double-checking with docs is key. Thanks for sharing!