I didn’t ask for this and neither did you. I didn’t ask for a robot to consume every blog post and piece of code I ever wrote and parrot it back so that some hack could make money off o…
I still haven’t seen AI produce anything remotely reliable within a single function, let alone put multiple functions together, let alone build something with multiple classes, let alone something actually useful, let alone a big project
Yeah, AI got useful as a rubber Ducky. I use it for getting a sense of possible directions, maybe a fresh idea I hadn’t considered sometimes. It saves me from opening up DDG and Ctrl-clicking the first ten results to check all the pages, sometimes.
But the AI coder inside my IDE still gets code confidently wrong about 70% of the time, and we’re talking single lines here and the mistakes are fundamental, like variables that haven’t been initialized.
Having said that, I’m sure that someday someone will.come up with an AI that can do real development and that day it’ll be able to develop itself and that day we’ll all be properly fucked because that will really quickly delve into something we can’t control and something more intelligent than all of us.
I’m sure some tech bros can’t wait for that to happen and I honestly believe we need to rid the world of these idiots before they doom and destroy us all.
I built a full stack SaaS that is deployed at my work. It is exposed to the internet and I have only used pentesting and “fix this” and feature requests.
It has awful context limitations. Saying “do this” means it overfills context halfway through and loses the nuance as it tries to restart the task after summary.
I have had good progress when I say “add this pentest to an open items list markdown file” then the ai finds context defines the issue and updates the file. Rinse repeat. THEN I say I want to make a refactor that will fix as many of the pentesf issues as possible, can you make a refactoring spec. THEN I carefully review the business logic in the refactoring spec THEN I tell the ai to implement the refactoring spec phase 1 then i test then j say do phase 2… etc.
I ask about Concerns of security and it works. I developed without git or any programming history, and the sheer amount of dumb duct tape exposed by pentesting was infuriating, but I got a process that works for my level of understanding.
Eh, no?
I still haven’t seen AI produce anything remotely reliable within a single function, let alone put multiple functions together, let alone build something with multiple classes, let alone something actually useful, let alone a big project
Yeah, AI got useful as a rubber Ducky. I use it for getting a sense of possible directions, maybe a fresh idea I hadn’t considered sometimes. It saves me from opening up DDG and Ctrl-clicking the first ten results to check all the pages, sometimes.
But the AI coder inside my IDE still gets code confidently wrong about 70% of the time, and we’re talking single lines here and the mistakes are fundamental, like variables that haven’t been initialized.
Having said that, I’m sure that someday someone will.come up with an AI that can do real development and that day it’ll be able to develop itself and that day we’ll all be properly fucked because that will really quickly delve into something we can’t control and something more intelligent than all of us.
I’m sure some tech bros can’t wait for that to happen and I honestly believe we need to rid the world of these idiots before they doom and destroy us all.
I built a full stack SaaS that is deployed at my work. It is exposed to the internet and I have only used pentesting and “fix this” and feature requests.
It has awful context limitations. Saying “do this” means it overfills context halfway through and loses the nuance as it tries to restart the task after summary.
I have had good progress when I say “add this pentest to an open items list markdown file” then the ai finds context defines the issue and updates the file. Rinse repeat. THEN I say I want to make a refactor that will fix as many of the pentesf issues as possible, can you make a refactoring spec. THEN I carefully review the business logic in the refactoring spec THEN I tell the ai to implement the refactoring spec phase 1 then i test then j say do phase 2… etc.
I ask about Concerns of security and it works. I developed without git or any programming history, and the sheer amount of dumb duct tape exposed by pentesting was infuriating, but I got a process that works for my level of understanding.