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