Original Reddit post

Yesterday I experienced the extreme toxicity of some ‘developers’ towards vibe coding. I posted in r/dotnet that I created a Blazor project and used Claude to create a deploy script. Nowadays I barely use the IDE, I just use the CLI to make quick edits, run from the CLI and do the git operations all from CLI. So I wanted to have deploy scripts for macOS and Windoze. In macOS the script generated was simple, about 4 lines of shell script. Basically just building the project, zipping it and deploying with az command. In Windoze, it was a mess. The default PowerShell create archive command creates an archive with backslashes instead of forward slashes and since my Azure app service is Linux based (I used Linux since I have clients that have Google Cloud with default debian containers and so I want to make sure the code runs on Linux) when deploying in Linux, the paths were mangled. Had to debug and had to add all this extra PS code to create a proper archive replacing the backslashes with forward slashes. So I was saying that I preferred to use macOS/Rider for my dotnet development since it was more compatible with Linux. A lot of people came insulting me saying I was ‘dumb af’, that there was no thing as a ‘linux compatible zip archive’ that it was all my fault, that I was dumb for vibe coding, that I should understand what I do and what not. Mind you, I’m a Senior Software Engineer at a big tech company and my boss gave us full, unlimited access to Claude Code. He has monthly meetings where he tracks our usage of AI, he expects feature to be done in days not weeks since we use AI, he really pushes the use of AI everywhere. And there come these bozos insulting me for ‘vibe coding’. I honestly thing that if you work in tech and are not using AI you are an old man and a fool. Just venting, have a nice day vibe coders. submitted by /u/Inner-Association448

Originally posted by u/Inner-Association448 on r/ClaudeCode