I spoke to a friend the other day that wanted some help with his dev project. I was surprised since he isn't a dev and doesn't even have a job in a tech related field. He said he wanted to make a simple thing and was using AI prompts to just fuck about a bit till he had something working. But he ran into some issues and wanted me to give him some pointers to get on the right track.
My man wanted to create a "simple" kanban system. I almost fell of my chair as he explained what he was wanting to create. A non devver isn't going to create basically a Trello clone within a couple of hours and some AI prompts. He started with a frontend and got something hacked together which wasn't really working or a good base to work from. And hadn't even considered he would also need some kind of backend. He never heard of the difference between frontend and backend and just thought apps were apps that did it all.
I explained for what he wanted he would need a team of 15-20 to work for a couple of years to make something good. Not really a thing people do in their free time. I know your nephew created an "app" in a weekend in a hackaton, that doesn't mean the world of software development is suddenly different from how it's always been. He was bummed out, but was happy enough to just use Trello. And he could always keep fucking around with AI devving for fun, just don't expect anything useful to come out of it ever.
Peoples perspective on software development is so weird these days. Especially since AI has come along, people just expect magic.
My mother-in-law is a veterinarian and once she asked me to create an app that would tell people whether a particular animal hospital was a good place to take their pets or not. She thought it was just something I could write in an evening since the UI would be pretty simple. She had no conception of the need for, like, a database of pet hospitals and where that database would come from and how it would be maintained and updated.
Did she want some features that weren't part of Google/Apple maps / Yelp / etc?
If she's frustrated with user reviews being about nonsense I get it but that's a human problem, or at least not a system problem anyone's been able to solve yet.
This is not somebody who can self host anything or setup something for himself. I do not know of any FOSS kanban solutions that are available as a SaaS solution. The available Trello free functionality suits his needs. Is there something wrong with Trello? It's owned by Atlassian, which is an OK company I think?
If you have any good FOSS alternatives, I'd be happy to know about them and forward on the recommendation. But keep in mind most folk are not tech minded and won't get very far with just a Github page.
But it is like magic...? I copy in a bunch of tables etc. from a datasheet and get out code to read and write EEPROM. I use that to read the content of the old BMS and flash a new chip with it. The battery is now working again, after the BMS had a hardware fault in the ADC, destroying the previous pack of cells.
I ask for a simple frontend and I get exactly that. Now I can program ESP32s and perfectly control then via a browser. No me shit interface with some touch pins.
I ask for code to run a simulation on head transfer... answer after some back and forth that is what I get.
What will it be able to give me in 5 years when it is already like magic now?
I've yet to use AI in my workflows. Nothing against it, but I haven't seen the value beyond maybe boilerplate code, in which case I prefer the tried-and-true copy, paste, and modify. Why have AI do that and introduce its own mistakes?
I have noticed younger developers using AI and sometimes I've had to help them with the mistakes it makes. It'll just come up with modules and function calls that don't exist. Felt like it was less precise version of stack overflow with less context awareness. Programmers that were too dependent on stack overflow were already coming up with poorly mashed together code and this may just be a more "efficient" version of that.
There is a long, long history in this industry, going back to COBOL, at least, of "just one magic tool, bro, and we can get all of the non-programmers to make their own software."
Not even just in computing power, which is what I usually see referenced in these discussions. I work in the longhaul internet business and the amount of bandwidth these AI companies are asking for is insane. The power we need to run all that transport gear is astronomical and it's not localized. You need an amplifier every 100 km or so and that's the easy part to account for. Their data centers are going to need dedicated nuclear plants to keep growing the way they are.
The only people who think AI will ‘lower a workload’ or be helpful, are the people who don’t do any of that work in the first place.
AI has become just another bullshit buzzword for management idiots to dick around with to make it look like they’re actually doing something.
From my experience, whenever someone says they used AI to do a task, it means I need to check their work twice to unfuck it. So AI effectively ends up creating more work, not less.
You know the really sad part? If your pitch was "it makes people work harder and less efficiently... but with AI," you would probably find some interested VCs.
I do think it has potential to reduce workload in specific jobs. E.g. in stuff like recognizing patterns in input data for data analysts. But only to a small degree and defintly not at every job.
But any company that actually uses chatgpt itself must be crazy or really not have a problem with data breaches.
The “old pile of complexity” will be bigger, consisting of vaguely code-shaped papier-mâché constructions no human mind designed, which the harried engineers will have to maintain and figure out which parts work correctly. Oh, and there’ll be fewer of them and they’ll be paid less, because management knows that with AI, their job is much easier and less demanding.
It's fucking worse. I use ChatGPT sometimes when I'm lazy. I ask it a question and it gets me within 50 feet of the answer. I then do Google searches for the rest, but I don't remember shit after that. It's the worst for retention. It's like using Google maps for everything and not knowing how to navigate without it. Old timers like to work on things without reading manuals because they'll remember how it works after spending time to really understand the problem.
Yeah except the sadder engineer pay should go up because lots of them will quit or retire early and the new ones aren't going to know how the pile of shit works by osmosis. Unionizing also wouldn't hurt.
The only way AI can "help" with coding is if the content it produces is essentially vanilla boilerplate stuff that you work from, and it requires no additional effort from those actually doing coding work.
Everything AI generates for code should be scrutinized and intensely reviewed before being merged.
I think the AI code gen tools can be great. But, you have to understand and be able to take what they give you and actually build something coherent with them, because (at least with the current generation) they clearly have pretty firmly bounded limits to what they can generate and figure out.
I actually think this makes a huge advantage for the previous generation of engineers, who didn't grow up with them. Because we all spent time sitting around creating octree classes and ring buffers, new ones with incredible amounts of repeated effort for every new project, we actually had to learn to be comfortable with reading and understanding and writing code. The muscles had to get strong. I feel like, whether or not AI progresses (soon) to the point that it can make a whole codebase for you and it'll all work, the engineers who grew up having to develop strong coding muscles will always have some level of advantage.
It's like the old-school carpenters who can knock in a nail with 3 hammer strikes and have everything organized in their minds to have what they need in their tool bag every single morning and not have to go and get something new. You can always learn to use the power tools. You can't go back and force yourself through the time consuming apprenticeship to work out how to work without them, though, once they exist.