• 0 Posts
  • 10 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle








  • I can only say I find it useful for coding, and its way faster to ask it questions instead of searching documentation. It can read the code base, and explain it to me instead of me trying to understand the cryptic 2 and 3 letter variable names the last a hole used, in their 57 state state machine, all states just numbered, no names (why a state machine in python? Some people…) Then when I want to change something in the code that is substantial, I can ask it to write a draft that I then refine, saving keystrokes on boiler plate. It can suggest data structures and algorithms I’ve not yet used or heard of, and then I can learn about them, making me smarter as well.

    I did this all on my own before with a lot of grep and find commands, reading python/perl/c++/tcl/git/cvs documentation. Then tracking down someone to explain the piece Im not understanding. It turns a few weeks worth of hard effort into a relaxed few days of feeling more productive.

    Even just linting, I can ask it, why is this function not giving me the expected outcome (in terms that simple), and it finds the 1 off error faster than me, like in 5 sec in 500 lines of code.

    Its like having someone with perfect recall that has read all of the code base, and all comp science info on the web, sitting next to me. Its not a great coder, but I can get the information i need to be the good coder I am faster than google and grep. Not using it now is like insisting that O’Reilly books (which i have read for fun in the past) are better than searching the online docs or google.


  • I work for a tech company that has an AI product (that i use and find valuable), and the execs are talking about investing more in their employees, not less. You’ll never guess which. Not all AI companies are trying to automate the whole company. If you have these personnel assets, throwing that away is short sighted. You should be able to run circles around people downsizing if you just empower your employees to use AI when it actually does make sense.

    Im convinced AI is like the dot com bubble, not all offerings are worth what we are being told, but for some things its the only way that makes sense anymore. By 2030, this will settle into a new normal where these laid off employees will find work in related areas that weren’t possible before, and the companies that overvalued AI will take a hit.

    Edit: if you downvote can you say why? Im no AI stan, I think its being mishandled all over, but I do see a few valid use cases. Id like to know if im missing something, or if people are just sick of hearing people talk about AI.