Have you tried asking ChatGPT or Bard to write you code to do something? It is actually remarkably good at it.
That and being an alternative to a thesaurus is about all I use LLMs for.
Lol, yeah, and it hallucinates all the time. You also use it to just write a little bit of new code, you can’t give it a 100k lines code base and tell it to actually add or modify something…
Indeed, and for me giving me a rough framework to modify is hugely useful and time saving. As the commenter above said it’s a tool, it’s not a team member.
With code it doesn’t hallucinate all that much if you prompt well.
Ive created complex powershell scripts with it. I never used powershell before. Some actual developers checked my work and admitted that they where impressed, questioned why someone with my skill didn’t pursue the career of dev.
my prior Experience is failing at programming class (was never any good at writing my own code, just understand it reasonably well. ) and modding games.
The programming teacher i had hinted that i should find something else.
My work now offered.
I looked at the powershell classes, the stuff i am doing daily is covered by the advanced class which i can only do if i succeed the basic class. I don’t expect to learn much.
Chatgpt is the best teacher i ever had. Yes it makes mistakes but so did every other teacher i ever had. Chatgpt at least adapts if i call out its bullshit.
Sheesh, trying to get a PowerShell script to do something you can learn in a day or two (if you’re interested).
Actual programming is mostly grabbing a larger system (or micro services), interacting with other interfaces and databases, modifying and extending existing code (which is what I do 99% of the time, it’s really rare to write something new from the ground up in most companies). DevOps where you might also handle deployment pipelines. And so on.
You always work in bigger systems. Sure, sometimes you write helper scripts, but that’s the easy stuff.
So yes, I can obviously ask ChatGPT to set up a REST API for me with a handful of endpoints and it will do that reasonably well. If I also want it to connect to a database though it might try to set that up, but that will fail (as you have to actually do steps yourself to make it work). It’s good for boilerplate code, but nothing more than that.
“programming is mostly grabbing a larger system (or micro services), interacting with other interfaces and databases, modifying and extending existing code”
Yes, i just happen to use powershell to make the api calls to maken changes in the database because thats what my job said i should use. Then i extend the functionality of what the scripts can do by modifying the code. Chatgpt was a great help at providing a quality result, much more then i would on my own.
No it doesnt replace the job of a actual programmers, no one expects it to do that for the time being.
Its providing me with job security for a start. An issue i found exists is that while many parts of jobs can be automated not many people understand how. Full time developers have the missing knowledge but because they dont have that job there is a disconnect.
Everyone should know how to program to their personal needs and ai is the way to do it.
I had a concern about security/data safety beforehand we started any code, so i asked the people responsible for cyber security and did it like they told me to do.
We are a professional institution, I’ve told you, actual in house developers looked at my work and approved of it, i am not going rogue with this, theres a schedule and meetings about this project. If my work wasn’t good they wouldn’t have green lit it to expand on it months ago.
If you continue to be this condescending i won’t reply.
Ai ain’t replacing “reAl PrOgRamMers” yet. That doesn’t mean yall have exclusive rights on being able to write code. I am willing to bet in 15 years almost every job will require at least some coding affinity.
Have you tried asking ChatGPT or Bard to write you code to do something? It is actually remarkably good at it.
That and being an alternative to a thesaurus is about all I use LLMs for.
Lol, yeah, and it hallucinates all the time. You also use it to just write a little bit of new code, you can’t give it a 100k lines code base and tell it to actually add or modify something…
Indeed, and for me giving me a rough framework to modify is hugely useful and time saving. As the commenter above said it’s a tool, it’s not a team member.
With code it doesn’t hallucinate all that much if you prompt well.
Ive created complex powershell scripts with it. I never used powershell before. Some actual developers checked my work and admitted that they where impressed, questioned why someone with my skill didn’t pursue the career of dev. my prior Experience is failing at programming class (was never any good at writing my own code, just understand it reasonably well. ) and modding games. The programming teacher i had hinted that i should find something else.
My work now offered. I looked at the powershell classes, the stuff i am doing daily is covered by the advanced class which i can only do if i succeed the basic class. I don’t expect to learn much.
Chatgpt is the best teacher i ever had. Yes it makes mistakes but so did every other teacher i ever had. Chatgpt at least adapts if i call out its bullshit.
Sheesh, trying to get a PowerShell script to do something you can learn in a day or two (if you’re interested).
Actual programming is mostly grabbing a larger system (or micro services), interacting with other interfaces and databases, modifying and extending existing code (which is what I do 99% of the time, it’s really rare to write something new from the ground up in most companies). DevOps where you might also handle deployment pipelines. And so on.
You always work in bigger systems. Sure, sometimes you write helper scripts, but that’s the easy stuff.
So yes, I can obviously ask ChatGPT to set up a REST API for me with a handful of endpoints and it will do that reasonably well. If I also want it to connect to a database though it might try to set that up, but that will fail (as you have to actually do steps yourself to make it work). It’s good for boilerplate code, but nothing more than that.
“programming is mostly grabbing a larger system (or micro services), interacting with other interfaces and databases, modifying and extending existing code”
Yes, i just happen to use powershell to make the api calls to maken changes in the database because thats what my job said i should use. Then i extend the functionality of what the scripts can do by modifying the code. Chatgpt was a great help at providing a quality result, much more then i would on my own.
No it doesnt replace the job of a actual programmers, no one expects it to do that for the time being.
This does sound like you’re providing plenty of future work for developers to clean up that mess :)
Though I don’t envy them, at least it’s job security.
Its providing me with job security for a start. An issue i found exists is that while many parts of jobs can be automated not many people understand how. Full time developers have the missing knowledge but because they dont have that job there is a disconnect.
Everyone should know how to program to their personal needs and ai is the way to do it.
If you want to nuke your job and kill your company, yes.
Let me ask: How are you authenticating with the API (or directly with the database) in your scripts?
I had a concern about security/data safety beforehand we started any code, so i asked the people responsible for cyber security and did it like they told me to do.
We are a professional institution, I’ve told you, actual in house developers looked at my work and approved of it, i am not going rogue with this, theres a schedule and meetings about this project. If my work wasn’t good they wouldn’t have green lit it to expand on it months ago.
If you continue to be this condescending i won’t reply. Ai ain’t replacing “reAl PrOgRamMers” yet. That doesn’t mean yall have exclusive rights on being able to write code. I am willing to bet in 15 years almost every job will require at least some coding affinity.