Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Useful If Verified (Score 1) 247

I've been using AI like a first semester intern, and it works great and for what I use it for it is much faster than me doing it by hand

boss: "hey, we need to suck this csv file in and store in a DB for the report writers..."

me to ai - "for this csv header row, make a DB2 create table statement, add an auto generated index called row_id, and then create a pojo that uses the @BindByName, @Entity and @Column annotations to import and save it" and then give it the CSV header row. Copy/paste results to my IDE, a bit of clean up and it is pretty much done.

For this type of stuff it is great, but you do need to treat it like a first semester intern and be explicit with your directions and then double check and confirm everything ....

Comment Re:Not a Paradox (Score 5, Funny) 42

Indeed... they left out the 3rd state when starting this whole thing...

âoeIn fact, the mere act of opening the box will determine the state of the
cat, although in this case there were three determinate states the cat
could be in: these being Alive, Dead, and Bloody Furious.â

â Terry Pratchett, Lords and Ladies

Comment Re:I found one use for AI coding assistants (Score 1) 121

I do a lot of ETL work, and I'm using AI as a first-semester-intern type worker.

"Make me a Java class that matches this CSV header so I can import the file using OpenCSV"

"Make me a DB2 create table statement that matches this Java class"

etc.

I'm too lazy to create an account and provide any extra training and such, so I do end up needing to fix a few things related to our internal standards on naming and DB table structure, and I have to add the permission grants statements but it saves me plenty of copy/paste time, etc.

Comment "smells like homework" (Score 2) 96

A comment I used to see (and occasionally post) on stackoverflow...

Maybe it would make the academic folk happier if they could upload their assignments with some meta info and have the AI know they are homework, changing the responses to future inquiries. "No, this is a common homework problem for CS101, I can't generate the code but I can help you understand how to do it on your own ...."

Slashdot Top Deals

Why did the Roman Empire collapse? What is the Latin for office automation?

Working...