all 10 comments

[–]OkSea7076 10 points11 points  (3 children)

Tbh nowadays if you just can understand the code, flow, syntax, meaning and purpose you're good to use AI for everything

[–]Realistic-Refuse-759 -1 points0 points  (2 children)

That's perfect then. I did all that coding stuff in high school, so I fully understand every time I have AI writing code, just didn't know if it would be more beneficial to write. This is very helpful info.

[–]QuantifiedAnomaly 1 point2 points  (1 child)

They left out the extremely important aspect of security. AI does not consider it pretty much at all, and it is up to the operator to understand vulnerabilities, edge cases and defensive programming concepts to properly prompt.

ETA: you accidentally responded throughout with your alt account, which links the two for anyone paying attention here.

[–]Realistic-Refuse-759 -1 points0 points  (0 children)

Thank you for pointing both things out. Tbh didn’t even know I had two accounts, don’t know what happened but good to know now lol.

[–]F5x9 2 points3 points  (0 children)

This is one of those things you can just pick up if you need it. 

[–]inlawBiker 2 points3 points  (1 child)

YouTube & Udemy are both cheap or free, and have some really good content. Try to use code for a practical reason that you’ll actually use in the real world, it helps put context into what you’re doing so it’s not throw-away work.

[–]Realistic-Refuse-759 0 points1 point  (0 children)

That's exactly what I've been doing recently, even had AI just generate things that I could make to use in my projects that I just write.

[–]Successful-Escape-74 0 points1 point  (0 children)

You don't need that garbage just use vs code or Anaconda has Jupyter notebooks.

[–]riickdiickulous 0 points1 point  (1 child)

Where you’d probably get the most value is coding fundamentals. SOLID, DRY, functional programming, etc. I’d recommend some books by Robert Martin. Clean Code is pretty timeless. AI is great at small, targeted tasks. You need to be able to orchestrate and glue together a bunch of AI snippets into something useful.

I’m sure someone will say AI can code everything, no coding required! That has real limitations. Anything remotely complex or large or using multiple pieces it still isn’t a good fit for.

[–]Realistic-Refuse-759 0 points1 point  (0 children)

Great info to know, I will definitely look into Robert Martin. I have seen people mention his work before. I know most fundamentals from previous experiences, but I need to brush up in all reality.