Need some help with my Script This works want Mac info as well
-
- Posts: 26
- Joined: Mon Jan 13, 2025 3:04 pm
Re: Need some help with my Script This works want Mac info as well
The new buzzword is called "Prompt Engineering" This is where you train yourself on how to ask the AI to get what you want, and know what it can do and what would be out of the question. Once you understand it's limitations, then you can break the problem down to a few steps and ask it to create each of those steps. It helps to know regular software engineering terminology. Sometimes I use it to create a test harness and then snag some nuggets. I asked it to write some motion detection with the NVIDIA CUDA Core GPU in mind for speed optimization, and it led me to the numba library and cranked out some python scripts that take advantage of the speed that the nVIDIA GPU's provide. YMMV. I've learned a lot from the AI especially with languages / technologies I am unfamiliar with. What makes Copilot great is that it sits on top of GitHub, the biggest source code repository anywhere so it can train itself on old and new techs.