301
submitted 1 week ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top new old
[-] [email protected] 14 points 6 days ago

FTA: The user considered it was the unpaid volunteer coders’ “job” to take his AI submissions seriously. He even filed a code of conduct complaint with the project against the developers. This was not upheld. So he proclaimed the project corrupt. [GitHub; Seylaw, archive]

This is an actual comment that this user left on another project: [GitLab]

As a non-programmer, I have zero understanding of the code and the analysis and fully rely on AI and even reviewed that AI analysis with a different AI to get the best possible solution (which was not good enough in this case).

[-] [email protected] 17 points 6 days ago

I am not a programmer and I think it's silly to think that AI will replace developers.

But I was working through a math problem in Moscow Puzzles with my kiddo.

We had solved it, but I wasn't sure he got it at a deep level. So I figured I'd do something in Excel or maybe just do cut outs. But I figured I'd try to find a web app that would do this better. Nothing really came up that was a good match. But then thought, let's see how bad AI programming can be. I'd fought with it over some excel functions and it's been mainly useful in pointing me in the right direction, but only occasionally getting me over the finish line.

After about 6 to 8 hours of work, a little debugging, havinf teach and quiz me occasionally, and some real frustration of pointing out that the feature previously changed and re-emeged, I eventually had something that worked.

The Shooting Range Simulator is a web-based application designed to help users solve a logic puzzle involving scoring points by placing blocks on vertical number lines.

A buddy developer friend of mine said: "I took a quick scroll through the code. Looks pretty clean, but I didn't dive in enough to really understand it. Definitely all that css BS would take me ages to do without AI."

I don't take credit for this and don't pretend that this was my work, but I know my kiddo is excited to try the tool. I hope he learns from it and we bond over a math problem.

I know that everyone is worried about this tool, but moments like those are not nothing. Personally, I'm a Luddite and think the new tools should be deployed by the people's livelihood it will effect and not the business owners.

[-] [email protected] 9 points 6 days ago

Personally, I’m a Luddite and think the new tools should be deployed by the people’s livelihood it will effect and not the business owners.

Thank you for correctly describing what a Luddite wants and does not want.

[-] [email protected] -2 points 6 days ago

Yes, despite the irrational phobia amongst the Lemmings, AI is massively useful across a wide range of examples like you've just given as it reduces barriers to building something.

As a CS grad, the problem isn't it replacing all programmers, at least not immediately. It's that a senior software engineer can manage a bunch of AI agents, meaning there's less demand for developers overall.

Same way tools like Wix, Facebook, etc came in and killed the need for a bunch of web developers that operated in the range for small businesses.

[-] [email protected] -2 points 5 days ago

As a CS grad, the problem isn’t it replacing all programmers, at least not immediately. It’s that a senior software engineer can manage a bunch of AI agents, meaning there’s less demand for developers overall.

Yes! You get it. That right there proves that you'll make it through just fine. So many in this thread denying that Ai is gonna take jobs. But you gave a great scenario.

[-] [email protected] 13 points 6 days ago

Microsoft has set up copilot to make contributions for the dotnet runtime https://github.com/dotnet/runtime/pull/115762 I'm sure maintainers spends more time to review and interact with copilot than it would have to write it themselves

[-] [email protected] 15 points 6 days ago

If AI was good at coding, my game would be done by now.

[-] [email protected] 5 points 6 days ago

I'll admit I did used AI for code before, but here's the thing. I already coded for years, and I usually try everything before last resort things. And I find that approach works well. I rarely needed to go to the AI route. I used it like for .11% of my coding work, and I verified it through stress testing.

[-] [email protected] 43 points 1 week ago

Have you used AI to code? You don't say "hey, write this file" and then commit it as "AI Bot 123 [email protected]".

You start writing a method and get auto-completes that are sometimes helpful. Or you ask the bot to write out an algorithm. Or to copy something and modify it 30 times.

You're not exactly keeping track of everything the bots did.

[-] [email protected] 1 points 6 days ago

I used it only as last resort. I verify it before using it. I only had used it for like .11% of my project. I would not recommend AI.

[-] [email protected] -2 points 6 days ago

My dude, I very code other humans write. Do you think I'm not verifying code written by AI?

I highly recommend using AI. It's much better than a Google search for most things.

[-] [email protected] 54 points 1 week ago

yeah, that's... one of the points in the article

load more comments (14 replies)
load more comments (7 replies)
[-] [email protected] 41 points 1 week ago

It’s not good because it has no context on what is correct or not. It’s constantly making up functions that don’t exist or attributing functions to packages that don’t exist. It’s often sloppy in its responses because the source code it parrots is some amalgamation of good coding and terrible coding. If you are using this for your production projects, you will likely not be knowledgeable when it breaks, it’ll likely have security flaws, and will likely have errors in it.

[-] [email protected] 5 points 6 days ago

And I'll keep saying this: you can't teach a neural network to understand context without creating a generalised context engine, another word for which is AGI.

Fidelity is impossible to automate.

[-] [email protected] 6 points 6 days ago

So you're saying I've got a shot?

load more comments
view more: next ›
this post was submitted on 22 May 2025
301 points (94.7% liked)

Programming

20383 readers
69 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS