AI: The Rise of the Machines... Or Just a Lot of Overhyped Chatbots?

ShakyJake

<Donor>
8,507
21,155
A lot of devs have big egos when it comes to their code. There is zero reason to think they will outpace AI over the next few years.
I had to write a simple desktop app for internal use. Nothing super complicated, but it did require some low-level system stuff that I have zero experience with. Had Codex code up something that worked perfectly. In total, spent a couple days making sure everything did work as expected and nothing stupid was going on. Would've taken me at least a week to research the stuff I didn't know, get a decent UI in place, validation, etc.

Submitted for code review and of course someone got bent out of shape because the agent used Array instead of List...
 

Tuco

I got Tuco'd!
<Gold Donor>
50,985
93,498
Submitted for code review and of course someone got bent out of shape because the agent used Array instead of List...
Arrays vs lists is one of the great "Bike Shed" ( Law of triviality - Wikipedia ) traps of code reviews. Best way to handle those discussions (besides just changing to whatever data structure is appropriate, which is suprisingly array more often than people think...) is to profile the difference on an appropriately sized memory space with considerations of how often it re-allocates and how often the structure is traversed. Unless you're chucking a lot of data in each element it's really hard to beat arrays.

I haven't used Codex, but using AI to jumpstart a project in unfamiliar libraries or languages is a no brainer these days.
 
  • 1Like
Reactions: 1 user

M Power

Silver Squire
172
155
Back to the drawing board. In before a glass company pays someone to hack them to drum up business.


These are driven by sweat shop workers in south east Asia. This isn't "AI". Just like Tesla robots are all controlled by a third party person and no AI exists in them.