Technology
This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.
Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.
Rules:
1: All Lemmy rules apply
2: Do not post low effort posts
3: NEVER post naziped*gore stuff
4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.
5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)
6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist
7: crypto related posts, unless essential, are disallowed
view the rest of the comments
Meh, right now, and only if you're trying to replace the work force. At is current state, on a $30 a month Copilot plan you'll already see a huge gain in efficiency with supervised coding and agents doing minor chores and maintenance.
The average coder isn't better then opus 4.6. No, is not ready to run production code bases unsupervised. Yes, it's absolutely ready to do many many simple tasks autonomous and more complex coding with supervision.
If you take even a week to try out this shit with an eye for what's possible currently and have an ounce of common sense, I fail to see how folks don't realize this will absolutely change how software is delivered. Yes humans will be involved but there will be much much less direct coding and a lot more supervision over multiple concurrent tasks that have had the time to delivery cut significantly.
I use these tools extensively, and they absolutely do not replace the need for a coder. The reality is that they're fundamentally incapable of telling whether something is correct or not in the business sense. And Simply churning out a ton of wrong code really fast doesn't actually help anybody.
They certainly can be a help for a developer. For example, I can fluently write code in any language now even if I'm not familiar with the stack or syntax. A skill that would've taken months of effort to build previously. But in terms of actual workflow, it's not all that much faster because I still have to review what the tool is doing, and human comprehension is still the bottleneck in the whole process.