view the rest of the comments
Technology
Which posts fit here?
Anything that is at least tangentially connected to the technology, social media platforms, informational technologies and tech policy.
Post guidelines
[Opinion] prefix
Opinion (op-ed) articles must use [Opinion] prefix before the title.
Rules
1. English only
Title and associated content has to be in English.
2. Use original link
Post URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communication
All communication has to be respectful of differing opinions, viewpoints, and experiences.
4. Inclusivity
Everyone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacks
Any kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangents
Stay on topic. Keep it relevant.
7. Instance rules may apply
If something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.
Companion communities
[email protected]
[email protected]
Icon attribution | Banner attribution
If someone is interested in moderating this community, message @[email protected].
If you already know what you're doing, AI generating code is redundant. If you don't know what you're doing, it might work for you, up to the point you're spending all your time debugging hallucinatory code.
Nah, it can be really useful for people who do know what they're doing as it can be used to generate the "charlie work" (IASIP reference if you don't know) things like unit tests and documentation and things like that pretty damn well.
Yup, yesterday I decided it was finally time to write unit/feature tests on a project that had gotten way to far aling with 0 tests. Just over an hour of babysitting Codex and now I've got 800 tests covering 16 models and 60+ endpoints (8000 lines of code) in the exact code style I wanted based on my AGENTS. Honestly, reading through the tests, I wouldn't know that I didn't write them!
Now, trying to use AI to solve a novel problem, or even a not so novel one with any logical complexity, and hours can easily be wasted trying to guide it, correct it's mistakes, and then eventually roll it all back and do it yourself because your smart enough, just being lazy! 😬