Coding With AI

Will AI replace humans?

Coding With AI

Created: 2023.06.16

I recently heard about AI-generated code, I was intrigued. I decided to give it a try and see what it could do.

I fed it some simple description like the same code we use to retrieve Assets from the database, and to my surprise, it came up with some pretty decent results. It was able to generate similar code we use for MCe, and it provided documentation on what the code does, it also understood my descriptions despite multiple words mispellled.

Encouraged by this, I decided to try it on generating Markdown code which was not familiar with. That's when things started to get a little tricky. The AI-generated code wasn't always perfect - sometimes it would produce code that didn't quite work, or that had syntax errors that needed to be fixed.

Of course, it's important to note that AI-generated code isn't a magic solution that can replace human developers. The code still needs to be reviewed and edited by a human to ensure it's correct and meets the project's requirements.

Overall, I think AI-generated code has a lot of potential for improving the coding process, especially for tasks that are repetitive or time-consuming. It's definitely something I'll be exploring more in the future.