You want to see what I'm doing with it!!!

It's definitely true for me. I'm using it to convert t-sql to snowflake sql, and without chatGPT I'd be totally lost. With it, perhaps unfortunately, I'm still lost but I can sometimes come out with the right code. Now THAT'S scary! [for the business].

People like me are a huge risk. Using AI to convert code and breaking all my rules about using code you don't understand.
And yet people like me are a growing segment, pretty soon you're bound to hear about someone using AI to do something super dangerous b/c they got in over their head. Oh wait, that's already the main story with a lot of AI use!
 
without chatGPT I'd be totally lost.

You might want to try the Gemini CLI!!! --- it is free !!!
there is Gemini cli ----- Gemini command line interface --- it is powered by Gemini 2.5 Pro --- but it's not a chat application .... it does talk to you and it explains things very nicely but it's main purpose is to write the code you request ,,, check your code ... improve your code ----

I've never seen anything like it --- I might ask it something like please add another large language model to my Uber Chat Master (I've got 25 now !!!)

It will open the vendor Python script and add the model to the list including all of its parameters which it gets from the web... I do nothing!! I just make sure it works after it's been installed and sometimes it doesn't so then I tell it what's wrong --- I am using a HTML page as the interface for the uber chat master ---- so occasionally it will ask me to open the code behind the HTML page --F12-- and copy the console report for it so it can see when things are going wrong ----

To use it you open a DOS window and change directory --CD-- to the folder where your project is and then you initialise it with npx @google/gemini-cli --- Now I know this isn't quite the recommended way of opening it because it wouldn't work for me out of the box --- so I recommend you find it wherever it is, install it and then read the instructions properly (for the installation) which I did not do !!!

Why not ? well I'm a programmer --- and a man --- how many pieces of IKEA furniture have I built without reading the instructions ???

Most of them are okay !!!
 

Users who are viewing this thread

Back
Top Bottom