Get ready for a bunch of unskilled people making the shittiest apps imaginable.
And I wonder how easy it will be to get Claude to create malware with just a few prompts…
Should be a nice salary boost for developers in a year or two when all these companies desperately need to rehire to fix whatever AI slop mess they have created.
And I hope every developer demands 2x their current salary if they are tasked with re-engineering that crap.
Like when they stopped trying to Outsource to India or other places where the labor was extremely cheap. But all the code that came back from it was useless and had to be Rewritten by the remaining software engineers still at the company anyway. They’ll never learn. They’ll simply find a new anti-worker efficiency to Chase.
But during a shory period of time,managers could force workers to stay late and overwork themselves without pushback.
/s
Bit of a rambly story, but I swear it is relevant.
So previously I worked as a consultant for a company that manufactured a relatively small number of high value (tens of thousands of dollars each) Gizmos in a lightly regulated industry - the requirements weren’t too crazy, basically that everything has a serial number and they can prove that any given serial passed the full range of tests before it left the factory. Pretty much the sort of thing you’d want to have if you gave a crap about quality products anyway.
Initially they were using Excel to keep track of this - they manufactured 10 units a week, it worked well enough. Eventually, they got more successful and needed to scale up to 50 units a week, and it was decided that they needed A System to keep track of testing and manufacturing. Their head of manufacturing “looked around and couldn’t find anything off the shelf that was suitable” (ie, cost $0, and perfectly matched his aesthetic tastes; mistake #1), so they decided to build their own system.
They had a few in house developers, but they were focused on building new features (things that drive sales, unlike maintaining their reputation for delivering reliable products), so head of manufacturing decided to get one of the production line techs (who was “good with computers” by virtue of having built the Excel system, but was not a software developer mistake #2) to do it.
Eventually, they decided to use Microsoft PowerApps to build the new system - for those with the good fortune never to have seen PowerApps, it’s essentially a “no code required” drag and drop UI tool that you script using Excel formulas. Think Visual BASIC or Scratch, but Cloudy.
On the surface this made sense - the developer was proficient in Excel, so use what you know. Unfortunately, PowerApps is designed to rapidly build throwaway UIs over simple data models and lacks some of the things that actual software developers would have thought to ask about:
- It lacks real version control - you can “undo” a deploy, but there is no way to discover what changed between versions, or do branches, or code review
- Because you can’t effectively manage changes to the system, you can’t do pre-production releases
- Its native database system doesn’t do referential integrity
- There is no straightforward way to do any kind of locking - and because there is no referential integrity, it’s really easy for concurrent users to really mess up the data
- There is no way to do automated testing
- The development group could have actually documented how stuff worked, requirements, specs etc but didn’t, so any time there was any issue you had to play the game of “is this a bug or bad design?”
Eventually, these chickens came home to roost in the form of a defect that slipped through testing that they then couldn’t isolate to a particular batch because none of their testing data could be trusted. I was brought in to try and unpick this mess and advise on a replacement system, but between the cost to fix the issue and the lost sales from it they ended up in a pretty bad spot financially and ended up being acquired by an investment group.
Anyway, the takeaway from this is that you disregard experience and judgement at your own peril, up front savings generally don’t manifest in the long term and I expect there is going to be a thriving market of consultants brought in to point and laugh at companies that decided that a bunch of cheap, inexperienced developers and a magic talking parrot would build better software than cheap, inexperienced developers being guided and upskilled by an experienced senior developer
I enjoyed your history. There is a lot to learn about. Thank you.
If you like stories like that, you’ll enjoy the DailyWTF. It’s littered with cautionary tales like this.
The last paragraph in this story rings true to me.
I used to work at a company that wasn’t in the software development or tech industry, but wanted to start working on a new software development project. They were willing to put a bunch of money into patents, registering a new company, etc for this. They were unwilling to hire serious experience and expertise—in other words they exclusively hired interns.
I kept advocating to bring just 1 experienced developer to help mentor the rest of the team. But they kept ignoring my advice. They continued spending a bunch of money to make the project that was being worked on look amazing to other people. They didn’t do anything to provide an environment to ensure the project was actually good.
Long story short, I left and from what I can tell the project is not in a healthy state. They have reached the sunk cost fallacy as it has been years since the project was started. There was massive shortsightedness and the person leading the project is one of those “know-it-all” types who doesn’t know jack about software development.
They focus on short term costs and in the long run it costed them more—and not just financially.
Maybe a dumb question but isn’t Power App’s “native database” a SharePoint list? Which has integrity protections because it’s a mysql implementation?
That is something that looks like it could be integrated into ERP system, and they probably already had one sooo seems like a fairly simple problem with a fairly simple solution ( and depending on the size of the company they already might have had either oracle ERP or SAP , unless they were really small ).
As a developer I always enjoy asking these clowns why anybody should buy their products when AI will soon allow consumers to build these apps themselves, which is just a logical progression if you don’t need coders to create software.
I know of course that this isn’t going to happen anytime soon. It’s wishful thinking from their part and it shows a complete lack of understanding both what LLMs can and cannot do and what it takes to design and implement anything bigger than a batch script.
Edit: I also can’t help but feel personally offended whenever some corporate drone gloats about replacing developers. It didn’t happen with low-code, it didn’t happen with no-code and it won’t happen with AI. But it hurts every time.
I feel like this could be (opinion) the reason why Devin is trying to charge $500/mo for their tool. They know they only have a limited time window until a general-purpose agent from OpenAI/Anthropic/Google/… can directly do everything their product does. So they have to make their money while that gap in capabilities still exists.
My take: It’s either not going to happen at all (which is what I would place my bets on tbh) or it’s going to be something that only megacorps like Google or Microsoft can offer due to the enormous requirements of such a system, which would make most of those AI companies redundant, not just their devs.
Yeah, OK. I just watched a complete novice ask ChatGPT how to go through installing node, pip, and creating a react app (of course ChatGPT being of 2021 suggested CRA). After 2 minutes, his confidence was soaring. And then he tried to run the react app and ran into an issue that required 2 days of troubleshooting for him to resolve. (When he asked me about it I told him he could have just deleted the file and moved on.)
So, yah, just let the CEO type in the code into the magic box, what could go wrong.
Ahh, replit. Wanna know how to completely destroy your service, community, workforce and reputation in less than a year? Ask them.
I used to use replit at the height of its popularity. If any of you know what Glitch was, it was like that but way cooler.
You could program in virtually every programming language, write Discord bots, make games, talk to people about coding and get viral from your programs. It was basically programming but with social media and with extremely easy to use text editor and theme support basically made Replit the #1 place to program on the Internet.
Then, the AI boom happened. And replit wanted quick cash immediately. So they up their subscription prices slightly with Replit Agent, basically ChatGPT but for programming. They then removed their school system, and decided to stop virtually all community support. Now a lot ot the top projects were AI based but at least you could progran right? Not anymore.
Halfway through 2024, Replit decided to kill the platform in one fell swoop. They restricted all free users to only 3 projects, 1 GB of storage and severely throttled CPUs as well. This made the replit userbase tank. They removed all community features and essentially ghosted everyone. Anyone with a brain abandoned replit and just programmed on their own computers.
It’s so sad what happened but hey, at least replit made people who would never program once in their lives programmers through ease of use and social factors.
And all they had to do was not be completely idiotic and greedy.
We don’t care about professional coders any more. You know, the people making all these “breakthroughs” we are so happy about.
Black hat hackers are drooling at the thought.
I have a novice programmer friend who created an app with authentication with AI. It used create-react-app (deprecated for years now) and had him roll his own OAuth layer manually with Express. When you refresh, you get logged out.
It’s an awesome project to learn some skills, but only a seasoned programmer would know to never roll your own auth, or to not use CRA, etc.
We are in for some interesting times.
Sounds like they never cared in the first place
My mom is totally ready. She’s in her presidential age. She can still talk pretty good, walks and is very independent. She has an iPhone if that helps.
To explain the clickbaity title: it means their product won’t target professional coders, not that they won’t hire them.
Honestly, that makes sense, since anyone who knows a bit about Software development can see that handing off control of your app to a large language model in a way you have no clue of what’s going on in the back is not sustainable at all.
Customers could, in theory, use Claude directly to create software, but then they’d have to handle everything else that goes along with it. “What you’d have to do is pay for Claude, go to AWS to start an EC2 machine, go into that, install Git and Python. Already, most people are just gone at this point,” he said.
so their competitive advantage is not having to start an ec2 instance lol
I hope that some of the coders losing their jobs to AI find a way to poisoning the well somehow and create tools to undermine the technology, the companies paying for it, and the oligarchs that want it.
What happens if someone (OpenAI) makes an LLM inject spyware into the code? Who would be able to read the code and figure that out if you have no coders?
You wouldn’t even have to reach as far as malware. All software has bugs. To think that AI will produce perfect bugfree code because “it’s a computer” is laughable. So inevitably there will be a need to debug the code, across servers, filesystems, databases, APIs, you name it. In tens if not hundreds of thousands of lines of code, which might even be compiled. Surprise, an LLM can’t do that.
Nope!
That site went from useful to a complete pile of trash. Maybe the chat bots can use it or something.
Good luck with that, bud.