An AI model generated a fully functional drone command-and-control website, deployed on the drone itself, and a real flight demonstrated it.
Examination of Code generated by Large Language Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Large language models (LLMs), such as ChatGPT and Copilot, are transforming software development by automating code generation and, arguably, enable rapid prototyping, support education, and boost productivity. Therefore, correctness and quality of the generated code should be on par with manually written code. To assess the current state of LLMs in generating correct code of high quality, we conducted controlled experiments with ChatGPT and Copilot: we let the LLMs generate simple algorithms in Java and Python along with the corresponding unit tests and assessed the correctness and the quality (coverage) of the generated (test) codes. We observed significant differences between the LLMs, between the languages, between algorithm and test codes, and over time. The present paper reports these results together with the experimental methods allowing repeated and comparable assessments for more algorithms, languages, and LLMs over time.
fields
cs.RO 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Robot builds a robot's brain: AI generated drone command and control station hosted in the sky
An AI model generated a fully functional drone command-and-control website, deployed on the drone itself, and a real flight demonstrated it.