What do programmers do when they work with Artificial Intelligence?


C_code
An example of code written in the C programming language


I am in program management now which is more of a marketing role, but when I was a software developer, here’s what I would do:

  • Use an editor to write code, in my case, using the C programming language.
  • Compile the code on my own PC that translated what I typed in into machine runnable instructions.
  • Run the code on my PC and make sure it was correct using test data that I created.
  • Submit my correct code to a source code repository.
  • A nightly build would compile my code, and code contributions from other developers.

My code would eventually make it into the hands of customers when a nightly build was blessed by our QA team and shipped. The customer would install the product and run it on their own PCs. My compiled code would be part of that product.


Html_code3
An example of web page HTML code


Even though I now have a marketing role, when I was working with our technology previews, my job involved some web…

Read more