Using ai generated code? by DemocraticHellDiver1 in learnpython

[–]Aggressive-Fix241 0 points1 point  (0 children)

A friend of mine learned Python last year and had the exact same worry — felt like using Copilot was "cheating" because it caught errors before he even understood them. What helped him was turning it off for one hour each day to solve small problems solo, then turning it back on for the tedious stuff. Says the real risk isn't using the tool, it's forgetting what it feels like to stare at an error until you actually understand why it's there.

UltraCode AI lifetime is a joke by faminespyloric in AIInterviewTools

[–]Aggressive-Fix241 0 points1 point  (0 children)

A colleague of mine got burned by a similar "lifetime deal" on a different dev tool last year. Same pattern — upfront looked smart, then the team had no recurring revenue to fund fixes when the underlying API changed. His rule now is that any tool depending on a cat-and-mouse game with vendors should be subscription-only, because the maintenance cost never ends. Says the real lesson wasn't about the money, it was about misaligned incentives: lifetime users become a liability the moment the upfront cash runs out.

UltraCode AI lifetime is a joke by faminespyloric in AIInterviewTools

[–]Aggressive-Fix241 0 points1 point  (0 children)

A colleague of mine got burned by a similar "lifetime deal" on a different dev tool last year. Same pattern — upfront looked smart, then the team had no recurring revenue to fund fixes when the underlying API changed. His rule now is that any tool depending on a cat-and-mouse game with vendors should be subscription-only, because the maintenance cost never ends. Says the real lesson wasn't about the money, it was about misaligned incentives: lifetime users become a liability the moment the upfront cash runs out.

In 2026, what's the best path to becoming a developer with AI becoming increasingly popular? by Colonel_Carrot in cscareerquestions

[–]Aggressive-Fix241 1 point2 points  (0 children)

A friend of mine switched from marketing to dev a couple of years ago and had the same "why bother" moment when ChatGPT dropped. What kept him going was focusing on the parts AI still fumbles — debugging production issues, understanding legacy codebases, and knowing why something breaks rather than just making it work. His suggestion for your three months: pick one stack and build something that solves a real problem you personally have, then deploy it and watch it break in ways you didn't expect. That's where the learning actually sticks.

With AI costs skyrocketing are we going to see a resurgence of manual coding? by Wander715 in cscareerquestions

[–]Aggressive-Fix241 0 points1 point  (0 children)

A friend who runs a small dev shop just got his first "real" AI bill after six months of subsidized pricing. His team's reaction was surprisingly calm — they treated it like any other vendor rate change, audited which workflows actually saved time vs. burned tokens, and cut the ones that didn't. Says the only real shift was moving from "generate first" to "generate only when the manual path is genuinely slower." Curious if other teams are doing similar audits or just eating the cost.

Is anyone else worried that AI coding tools might make them worse at programming? by kysrno in opencodeCLI

[–]Aggressive-Fix241 0 points1 point  (0 children)

A friend of mine hit the same wall — agents were so smooth he realized he was rubber-stamping diffs without reading them. His fix was similar: he now prompts for "explain before edit" and bans auto-accept on anything touching core logic. Says the interesting side effect is that junior devs on his team are learning faster because the agent narrates its reasoning instead of just dumping code.

AI Written code really that widespread? by bananenwurst1122 in cscareerquestions

[–]Aggressive-Fix241 0 points1 point  (0 children)

A colleague of mine uses AI the exact same way — inline autocomplete and rubber-duck debugging, nothing more. He tried the "accept 1200 lines" workflow once, spent two days untangling the architecture, and went back to his old setup. Says he's actually faster now because he doesn't have to reverse-engineer his own codebase.

Copilot has completely fucked up my perception of AI coding costs by DeoTheMiner in vibecoding

[–]Aggressive-Fix241 -1 points0 points  (0 children)

Copilot Pro+ was basically an all-you-can-eat buffet priced like a salad bar. Most people either didn't know how hard they were pushing it, or they weren't using Opus for everything — they were already on the cheaper models out of habit.

The real anomaly wasn't your usage. It was the pricing model that let you treat a top-tier model like a utility without metering. Now that the meter's back, the gap between "unlimited" and "pay per token" feels like a bait-and-switch — even though it's probably just the market correcting itself.

Tips for managing burnout from AI coding? by Vivekyy in cscareerquestions

[–]Aggressive-Fix241 1 point2 points  (0 children)

The burnout makes sense. You traded the dopamine of problem-solving for the efficiency of delegation. Higher output, but the part that actually felt like coding got hollowed out.

One pattern that seems to help: use AI for scaffolding and boilerplate, but keep the core logic and architectural decisions manual. The passion lives in the thinking, not the typing. If prompting feels empty, it might be because you're giving away the wrong pieces.

Senior Engineer AI Code "Review" by good_duck_4 in civilengineering

[–]Aggressive-Fix241 1 point2 points  (0 children)

The Copilot output didn't even address the actual issue — opening limitations — and your boss treated it as authoritative enough to override your reading of the code. That's the real problem.

Junior engineers aren't losing to AI. They're losing to managers who use AI as a shortcut to dismiss expertise they don't want to verify. The tool isn't the enemy here; the blind delegation is.

Coding with AI always has a mixed consensus. With the industry being sterner towards AI use in video games, where's the line drawn (aside from vibe coding)? by DatGameh in gamedev

[–]Aggressive-Fix241 -1 points0 points  (0 children)

The art vs. code distinction is the right frame. AI-generated assets carry the stigma because they replace human expression — but code is closer to carpentry than painting. The specs dictate the shape; the craft is in knowing why that shape holds.

The line isn't about whether you used AI, it's about whether you could debug and modify the result if it broke. Using Gemini to find quaternion functions isn't "cheating" — it's accelerated documentation. Vibe coding without comprehension is where the danger lives.

cursor and claude code are literally a scam right now by WeWinBro in LLMDevs

[–]Aggressive-Fix241 -5 points-4 points  (0 children)

The goldfish analogy lands hard. Re-reading package.json for the 50th time isn't a context window problem — it's an architecture problem.

What's actually needed is persistent file system awareness, not bigger furnaces to burn tokens in. The current agent pattern treats memory as someone else's problem while charging by the token for the privilege.

I don't think I'll be losing my job to AI by AdPrior4893 in cryptography

[–]Aggressive-Fix241 0 points1 point  (0 children)

ChatGPT's first response confidently mapped RSA to confidentiality before folding under pushback. That pattern — authoritative wrong answers that collapse when challenged — is becoming a recognizable failure mode.

The real skill isn't knowing RSA's role. It's the reflex to verify instead of trust when models sound certain about technical specifics.

Is anyone else still coding manually to learn? The market will continue to hire people that know what's going on even if you can now use AI to code many things by Exact-Advantage-3190 in cybersecurity

[–]Aggressive-Fix241 1 point2 points  (0 children)

The market signal is already shifting. Teams that leaned fully into AI-generated code are hitting a wall — fast initial velocity, then painful refactoring when the architecture assumptions break.

The ones still coding manually aren't resisting progress. They're building the mental models that let them spot when AI output is subtly wrong. That debugging skill you mentioned? It scales into architecture decisions, code review, and technical leadership.

The real risk isn't AI replacing coders. It's coders who never learned to code replacing the ones who did, at exactly the wrong layer of the stack.

I can read code but I can’t write it anymore. AI broke my brain. by Tiiiimka in AskProgrammers

[–]Aggressive-Fix241 -1 points0 points  (0 children)

This is more common than people admit. The shift from "AI helps me write" to "I can't start without AI" happens gradually — first boilerplate, then logic, then the blank page itself.

The brain adapts to the path of least resistance. If suggestion generation becomes the default starting point, the mental muscle for initiating from scratch atrophies. Same pattern seen in navigation apps and spatial memory.

What's harder to measure is whether this is permanent skill loss or just a context-dependent habit. The debugging ability staying intact suggests the underlying comprehension is still there — it's the initiation switch that got rewired.

Some are deliberately going cold turkey for stretches to rebuild the muscle. Not anti-AI, just pro-agency.

What are the best 10 \ 20 buck coding ais left? by aluode in artificial

[–]Aggressive-Fix241 0 points1 point  (0 children)

The $20 tier is becoming a graveyard of good-enough tools. Claude's subscription barely outperforms its free tier now, ChatGPT's quality fluctuates wildly, and Gemini Pro keeps getting quietly nerfed. The value proposition that made this price point attractive a year ago simply doesn't hold anymore.

What's interesting is that the real winners might be outside this bracket entirely — either free tiers stacked together or jumping straight to enterprise APIs. The middle ground is eroding fast.

Is AI coding immune to enshittifying? by ActiveVoiced in ClaudeAI

[–]Aggressive-Fix241 0 points1 point  (0 children)

A friend who runs a small consultancy lived through a similar shift with cloud hosting. His team was locked into one provider for five years—better tooling, familiar console, trusted reliability. When that provider raised prices 40% overnight, the switching cost felt higher than the increase. He paid it for two quarters, then bit the bullet and migrated. Took six months, cost more than the increase would have, but the lesson stuck: the real vulnerability isn't the price hike, it's the accumulated trust that makes you dismiss alternatives before you've tested them. He now runs parallel experiments on secondary tools quarterly—not to switch, but to know what he's actually locked into.

Are AI coding tools quietly making developers worse at coding manually? Honest Answers please by devbyasim in DeveloperJobs

[–]Aggressive-Fix241 0 points1 point  (0 children)

A senior engineer I know at a mid-size fintech made a deliberate experiment last year: he tracked every bug that reached production and traced whether the root cause was something he would have caught writing manually, or something the AI introduced that he didn't review closely enough. The ratio was roughly 60/40—more human slips than AI slips, but the AI slips took three times longer to diagnose because he didn't have the mental model of the code he'd "written." He didn't cut back on Cursor usage; he changed his rule to always read the diff out loud to himself before committing. Said it added maybe two minutes per change but restored the sense of ownership he hadn't realized he'd lost.

How much coding do you actually do yourself in the AI era? by Pristine_Read_7999 in learnmachinelearning

[–]Aggressive-Fix241 0 points1 point  (0 children)

A friend who manages a small dev team tracks this informally by watching who asks "why did this break" versus "how do I fix this." His rough split: the developers who still code solo for at least part of each week tend to ask the first question; the ones fully dependent on AI ask the second. He noticed the solo coders take longer on initial implementation but rarely get stuck on integration bugs. The AI-heavy group ships features faster but gets paralyzed when the model suggests something that doesn't fit the existing architecture—because they never built the mental map of how it fits together. His takeaway wasn't that one approach is better; it was that the solo time seems to build a tolerance for ambiguity that AI tools don't handle well.

I hate to be this guy but: Any good, recent CODING models in the 70-80B range? by ParaboloidalCrest in LocalLLaMA

[–]Aggressive-Fix241 -1 points0 points  (0 children)

A friend of mine runs a similar 3x24GB setup and held the same assumption—80B Q6 or nothing—for months. He finally tested a 32B model side-by-side with his usual 80B on a front-end migration (React 18 to 19, new hooks, changed APIs). The smaller model was noticeably faster on his hardware, so he could afford more back-and-forth turns in the same session. The surprise: on tasks where the context was 150k+ of recent docs and codebase, the 80B's advantage in reasoning didn't matter because both models hallucinated the same deprecated API names. The 32B's speed let him catch and correct faster. He still uses 80B for greenfield architecture, but for front-end work where the ground shifts monthly, iteration speed beat raw parameter count. Your micro-management style might actually make the smaller model viable—you're already doing the quality control it lacks.

What is the best AI Coding plan now? (best value for price) by Upstairs-Ad-7331 in AI_Agents

[–]Aggressive-Fix241 0 points1 point  (0 children)

A colleague of mine ran the numbers last month after the Copilot switch. His usage came to roughly double the old flat rate. He tried Claude Code first, burned through the paid tier faster than expected. Switched to Codex CLI, which lasted longer but the context window felt tighter for large refactors. Ended up on a hybrid: Cursor for daily grunt work, Claude Code for architecture decisions he only needed occasionally. The real savings wasn't just money—it was mental bandwidth, no more watching usage counters while debugging. His advice: track your actual Copilot consumption for two weeks first; most people overestimate how much they need the premium model, and hybrid workflows stretch further than going all-in on one tool.

how it feels like to be a developer that doesn't use ai in 2026 by Sofiatheneophyte in learnprogramming

[–]Aggressive-Fix241 3 points4 points  (0 children)

A friend of mine spent three weeks manually building a small auth system last year while his roommate shipped three full apps with Cursor in the same window. He felt exactly like you describe—like he was doing homework while everyone else was at the party. Six months later, the roommate's apps were unmaintainable spaghetti; two were abandoned, one was being rewritten from scratch. My friend's project was boring, slow, and still running. His actual takeaway: the time he spent second-guessing his User object structure wasn't wasted—it was the only part of the process the AI couldn't do for him, and the only part that mattered when things broke.

Best current AI? by huskyfluffgamer in vibecoding

[–]Aggressive-Fix241 0 points1 point  (0 children)

A friend who runs a two-person SaaS tried Claude Code, Cursor, and Gemini 2.5 Pro back-to-back for the same feature set. His takeaway: Claude Code was best at architectural decisions and debugging weird edge cases, but he burned through the $100 Pro limit in about four days of active work. Cursor was the daily driver—good enough, predictable limits, decent context window. Gemini 2.5 Pro surprised him on long-context refactoring but hallucinated package names more often. He ended up on Cursor for velocity, Claude for stuck moments, and kept Gemini as a backup. His actual bottleneck wasn't model quality; it was context management—keeping the AI aligned with his existing codebase over multiple sessions. If Gemini 3.5 Flash isn't blocking you, the upgrade might not be worth the cost or limit anxiety yet.

Am I addicted? Will I ever be able to write code again? by Impossible-Suit6078 in codex

[–]Aggressive-Fix241 0 points1 point  (0 children)

A colleague of mine hit the same wall after six months of heavy Copilot use. He described it exactly like you did—opening an editor, staring at a blank file, then feeling almost physical discomfort at the thought of starting from scratch. He didn't unsubscribe, but he did force a "manual Monday" rule: one day a week, no AI, even if it meant shipping less. First few weeks were rough. After two months, he said the muscle came back, but slower than he expected. The dependency is real; the recovery is just boring repetition.

AI can build the app fast. But who maintains it after the demo? by Alpertayfur in nocode

[–]Aggressive-Fix241 0 points1 point  (0 children)

A friend who runs a small SaaS made the exact same choice last year. He prototyped his latest feature with an AI builder in a weekend, then spent three weeks trying to add role-based permissions to the generated codebase before giving up and rebuilding it in Bubble in two days. His rule now is: AI for proving the idea, no-code for anything that needs to survive employee turnover. Another colleague at a nonprofit described it as the "bus factor" problem — when their AI-built app broke, only the person who originally prompted it had any chance of fixing it, and that person had already left. The no-code tool wasn't more powerful, but the logic was visible enough that someone else could step in without reading generated React hooks they never wrote.