Skip to content
GCC AI Research

Search

Results for "Coders HQ"

20,000 UAE Students to Learn Coding Under New National Initiative

MBZUAI ·

The UAE's National Programme for Coders will train 20,000 students in coding across eight universities, including MBZUAI and Khalifa University. The program includes 500 training opportunities at local and international companies. Amazon, Huawei, and IBM will launch digital libraries providing resources on AI, data science, and other technologies. Why it matters: This initiative aims to bolster the UAE's AI talent pool and enhance graduates' competitiveness in the job market through practical coding skills.

How secure is AI-generated Code: A Large-Scale Comparison of Large Language Models

arXiv ·

A study compared the vulnerability of C programs generated by nine state-of-the-art Large Language Models (LLMs) using a zero-shot prompt. The researchers introduced FormAI-v2, a dataset of 331,000 C programs generated by these LLMs, and found that at least 62.07% of the generated programs contained vulnerabilities, detected via formal verification. The research highlights the need for risk assessment and validation when deploying LLM-generated code in production environments.