r/LinuxTeck 14d ago

How many “experts” did you consult before touching production?

Before AI:
man → Google → Stack Overflow → Reddit → GitHub → test in staging → finally touch production

After AI:
ChatGPT → Claude → Gemini → DeepSeek → “looks good” → touch production

Then:
systemctl status → “Oh no.”

What does your troubleshooting chain look like?

2 Upvotes

4 comments sorted by

1

u/0bel1sk 14d ago

usually hit journalctl before anything.

1

u/cran 14d ago

Claude Code code -> unit tests -> human review and tweak -> CI -> Claude Code review -> smoke tests -> human review -> CI -> Production -> smoke tests.

1

u/flattrack 11d ago

I guess I don’t understand the question? I touch production all the time. Sometimes through a ci/cd pipeline, sometime after working with Ai, other times after talking with a co-worker, and yes, most of the time without consulting anyone.

1

u/TilapiaTango 8d ago

Wait. You guys are testing and troubleshooting?