u/Specific-Option5123

the people complaining that AI "killed the craft" are just coping and fetishizing tedious work.

Calling modern LLMs "glorified autocomplete" is like calling high-level programming languages "glorified assembly." You’re completely missing the forest for the trees. I keep seeing people in tech subreddits calling AI "boring" or "soulless" but honestly? It sounds like massive cope from engineers terrified of losing their edge.

AI hasn't destroyed the craft of software engineering. It just raised the baseline. If your entire identity as a developer was typing out boilerplate hunting down syntax errors etc. then yeah, you're going to feel threatened.

But for anyone actually building complex systems AI acts as a massive force multiplier for rapid prototyping debugging and automating the tedious parts of the job so you can focus on actual high-level architecture and system design.

The people whining about AI ruining tech sound exactly like legacy devs who complained that modern frameworks made programmers "lazy." It’s not going away and sitting around acting above it isn't going to save your career.

Am I the only one who thinks the anti-AI circlejerk is way more exhausting than the actual hype?

reddit.com
u/Specific-Option5123 — 3 days ago

I am so sick of hearing "Copilot suggested it" during code reviews.

I’ve noticed a really frustrating trend during PR reviews lately, and it’s slowly driving me insane.

Whenever I leave a comment asking about a questionable design choice, a redundant loop, an unhandled edge case, or a blatant security risk, the response I get back half the time is literally: "Oh, Copilot suggested that."

As if that magically ends the conversation or absolves them of any responsibility.

It feels like people are completely turning off their brains, letting an LLM autocomplete entire blocks of code, and blindly opening a pull request without even reading what was generated. When you push code to a repository, your name is on the commit. You own it.

I DON'T CARE if the code was generated by Copilot, copied from Stack Overflow, or written by a senior dev if you open the PR, you are responsible for knowing what every single line actually does and justifying why it's there.

Copilot is a productivity tool, not a senior engineer you can hide behind when your implementation breaks down under review. If you can't explain why a piece of code is in your PR, it shouldn't be in the PR. Period.

reddit.com
u/Specific-Option5123 — 8 days ago

Calling bootcampers "delusional" is just elitist gatekeeping. Web dev is a trade, not open-heart surgery.

I’m so exhausted by senior devs and CS snobs claiming that anyone trying to break into tech through a bootcamp is "delusional" or lacks "real passion."

As someone who made the leap through a non-traditional route, I am amazed by how many people in this industry act like writing software is a sacred art requiring a four-year degree and a childhood spent building Linux kernels. Building web apps, wiring up APIs, and managing databases is a digital trade it’s far closer to carpentry or plumbing than it is to brain surgery. You do not need discrete math or compiler theory to build clean, functional software that solves business problems.

And can we stop shaming people for wanting a better paycheck? Nobody expects an electrician, marketer, or accountant to spend their weekends doing accounting for fun, yet bootcampers get villainized just for wanting a stable, well-paying career.

The current brutal hiring market isn't some "godly filter purging the unpassionate" it's pure elitism. Career-switchers bring real-world maturity, communication skills, and professional work ethic that plenty of gatekeeping CS majors completely lack.

reddit.com
u/Specific-Option5123 — 15 days ago

Don't do a tech bootcamp. I bought into the "land an $80k tech job in 6 months" hype, and it was a massive mistake.

I [M25] fell for the marketing hook, line, and sinker. The promise of changing your life, switching careers in less than a year, and landing an entry-level software role felt like the exact answer to all my financial stress. At the time, I was desperate to upgrade our situation and provide a better future for my growing family, so paying for a bootcamp felt like a fast-track investment in a high-demand skill.

WRONG.

Not only am I now sitting on over $12,000 in debt, but I can't even land a single HR screening call. I’ve been out of the program for three months now, and it feels like screaming into an ATS void. I’m up every night until 1 AM grinding through CS fundamentals, building full-stack projects from scratch, networking on LinkedIn, and trying to leverage internal connections at my current company.

Honestly, the hardest part is the emotional toll. I can barely even look my wife in the eyes right now because she reads me like a book, and I hate putting that worry on her. I feel like I got tricked into taking a shortcut that ended up setting us backward financially.

I'm not going to give up, though. Building things with code has been a dream of mine for a long time, and I'm going to keep pushing until I figure this out for my family. But if you are lurking on this sub thinking about dropping thousands of dollars on a bootcamp right now... don't. Save your money, self-teach online, or put that tuition toward a proper CS degree

Anyway, thanks for reading my late-night rant. Just needed to get that off my chest.

reddit.com
u/Specific-Option5123 — 18 days ago

Programming IS for everyone. You’re not “too dumb,” you’re just making it way harder than it actually is.

Title: Unpopular opinion: Programming IS for everyone. You’re not “too dumb,” you’re just making it way harder than it actually is.

I see these defeatist posts in here every single week from bootcamp grads crying that they're "not wired for logic," their brain has ADHD fog, and they're staring at screens for 4 hours because they can't trace an async bug.

I’m going to be brutal here: stop treating software engineering like it’s theoretical astrophysics. It’s not.

Most of what entry-level web developers do is glorified data plumbing. You are taking JSON from an endpoint, passing it through a component, and sticking it into a database. The reason so many bootcamp students feel like they are "drowning" in Week 7 isn't because their IQ is too low it's because they have terrible learning habits and expect instant gratification:

  1. You're trying to memorize syntax instead of mental models. Nobody cares if you forget how to write a .reduce() or set up a CORS header from memory. That's what docs, Stack Overflow, and AI are for. You feel "dumb" because you're treating coding like a high school history test where you have to memorize dates.
  2. You sit there staring at broken code without breaking the problem down. If your React state isn't updating, why are you staring at 200 lines of code getting anxious? console.log() line by line. Strip the app down until it works. People mistake "being bad at logic" for just being lazy with debugging steps.
  3. You mistake temporary confusion for lack of talent. Learning anything complex hurts. Your brain going blank during a live-coding session is a normal stress response, not proof that you lack the "coding gene."

Coding is a trade, like carpentry or plumbing. You don't need to be a math genius to fix a pipe, and you don't need a special "logic brain" to build a React CRUD app.

If you are 7 weeks into a $15k program and thinking about quitting because it's hard, that's fine you can quit. But stop blaming your inherent intelligence or "brain wiring." You just haven't put in the thousands of uncomfortable hours required to get good yet, and you're looking for an excuse to step out of the heat.

reddit.com
u/Specific-Option5123 — 1 month ago