DeepSeek-V3, GPT-4, Phi-4, and LLaMA-3.3 generate correct code for LoRaWAN-related engineering tasks
Daniel Fernandes, João P. Matos-Carvalho, Carlos M. Fernandes, Nuno Fachada
TL;DR
This work addresses the feasibility of locally executed, lightweight LLMs to generate correct Python code for UAV placement and received-power computations within LoRaWAN networks, evaluated under zero-shot prompts. By testing 16 models across three escalating prompts and using a rigorous scoring and permutation-testing framework, the study demonstrates that DeepSeek-V3 and GPT-4 perform best overall, with Phi-4 and LLaMA-3.3 providing competitive results at a much smaller footprint. The findings reveal that carefully chosen lightweight models can approach state-of-the-art performance for targeted engineering tasks, provided prompt design and domain-specific tuning are employed. This has practical implications for cost-efficient AI-assisted engineering workflows in IoT and aerial networks, while highlighting methodological considerations for robust evaluation of code-generation in constrained domains.
Abstract
This paper investigates the performance of 16 Large Language Models (LLMs) in automating LoRaWAN-related engineering tasks involving optimal placement of drones and received power calculation under progressively complex zero-shot, natural language prompts. The primary research question is whether lightweight, locally executed LLMs can generate correct Python code for these tasks. To assess this, we compared locally run models against state-of-the-art alternatives, such as GPT-4 and DeepSeek-V3, which served as reference points. By extracting and executing the Python functions generated by each model, we evaluated their outputs on a zero-to-five scale. Results show that while DeepSeek-V3 and GPT-4 consistently provided accurate solutions, certain smaller models -- particularly Phi-4 and LLaMA-3.3 -- also demonstrated strong performance, underscoring the viability of lightweight alternatives. Other models exhibited errors stemming from incomplete understanding or syntactic issues. These findings illustrate the potential of LLM-based approaches for specialized engineering applications while highlighting the need for careful model selection, rigorous prompt design, and targeted domain fine-tuning to achieve reliable outcomes.
