8

AI is dumb and is not going to rob your work as a programmer.
Expanding on this:
https://devrant.com/rants/12459112/...

Don't know about the others, but programming and IT is mostly safe unless you're a secretary answering to mails pressing 1 keystroke at time with index finger.

Bullshit.

I’ve tried EVERYTHING. As a developer, I know exactly what instructions to give and how to explain them. I tried this stuff for years.

I abandoned the idea to give Ai a full blown workspace to vscode with copilot, even with experimental LLMS (Claude 3.5, Gpt4o, o1, as per my linked post, copilot is dumb as a rock), because it fucks up every fucking time so bad.

I tried getting an AI to build a simple project, something that has plenty of samples of code around, something that I was sure it could have been in its training dataset. A copy of Arkanoid, in HTML/CSS/JS, even reformulating the prompts over and over with different LLMs that claim to have reasoning abilities. I provided detailed feedback step by step, pointed out the errors, improvements, and problems in-depth to: o3, o1, 4o, deepseekv3+R1, and Qwen 2.5 Ultra. I even activated web search and suggested scanning GitHub repos when necessary. I gave examples of code after several failed attempts.

And guess what? Nothing. A total mess. Half the time, the game didn’t even run, and when it did, everything was wrong—bricks overlapping, barely anything working the way I asked. Even though the internet is full of similar code, and I gave it part of the solution myself when it couldn’t figure it out.

Don’t worry, AI isn’t going to steal your job—it’s just a broken toy. Fine for repetitive, simple tasks, but nothing more.

It's years that they make hyped up bold statements that the next model will revolutionize everything and it's years that I get delusional results.

It's just good at replacing some junior bovine work like mapping some classes or writing some loops with not too much variables and logics involved.

Sigh. My error was getting too comfortable using it and trusting/hoping that this ramp up in AI developement would have brought an easier life to dev.

Silly mistake.

Comments
  • 2
    That's all true. But I never expected such stuff in first place. Also, maybe the best model, you haven't tried. It's codeium, it has its own one. My codeium works with a sick 4gb database with details about my coding and we collaborate perfectly, I know exactly what it's gonna complete and it often can complete half of the source I'm writing, especially in a mvc framework and orm that I've both written myself. I use only autocomplete.

    For autorefactor / branding / reviewing my files I use my own apps based on gpt4o.

    For code generation I only left it do html templates with css. I'm terrible in designing.

    All this stuff together, no, it won't replace a coder for sure, but damn, it helps productivity mayhem.

    Since it actually does more than I ever expected, I'm very happy with AI. Just descring what you want to replace or swap and using just English instead of regex, just wow. "Prefix every global var with ***" just straight from your vscode using codeium. Productivity++.
  • 2
    I'm even happy that AI is not much more than this, would be sad if we were really that easy to replace. I think that what makes a decent software developer includes way more factors than they expected. We don't type one language in only one file and work is not accepted if it is "kinda" what is requested. AI is always "kinda". It rarely does exactly whey you want if you generate. It's a help at moet indeed.
  • 4
    AI is by definition average. As long as you're not mediocre, you're fine.
  • 3
    Good programmers with domain knowledge are probably reasonably safe for the foreseeable.

    I had a job ages ago where they had been using this 3rd party dev shop to build/customise some stuff for them, and they'd run out of patience and decided to hire their own devs and bring it all in-house.

    They were basically having meetings with this 3rd party every week where they would go through what the issues were, and the 3rd party would fail to understand what they needed, spend a week writing more garbage, and then demo it the following week and the cycle would continue.

    Companies like that can probably be replaced with AI pretty soon, and deservedly so.
  • 2
    @retoor I must admit you got a point, unfortunately, I am involved in some huge projects and companies don't like their code to travel around AI companies.

    OpenAI is only allowed because they have a collaboration.

    Occasionally for some of my private project I tried copilot with all the experimental models and it produced what I said in the post.

    Might want to give codeium a shot but I'm not too fan of paying, therefore I think I will try some nice extensions I saw around for vscode, and run deepseek r1 or qwen locally with ollama and use those in place. Will try also to see if free codeium tier (if they got one) suits my needs.

    Sigh, too much stuff around to try

    Thanks for the other POV I needed
  • 2
    @IHateFrameworks awesome! Codeium has a free tier indeed. They offer faster completion for paid users but afaik it's already faster than copilot. I'm using it for around a year and my usage is no joke: https://codeium.com/profile/retoor 😁 Top 1%. It required around 12h coding per day for a long time :p
  • 1
    I agree with the notion of AI. The next model is either so smart it steals everyone's job, i. e. an AGI, not only from programmers or programmers will be safe.

    And still it'll steal our jobs.

    A substantial amount of dev work is pumped into bullshit like web3.

    This money is running behind trends and for a while it will not be on the market to hire developers with but fund GPU mega server farms.
Add Comment