![[AutoBe] Built full-level backend applications with "qwen-next-80b-a3b" model](https://media2.dev.to/dynamic/image/width=1080,height=1080,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr6ng0xk83z8km80m1335.png)
[AutoBe] Built full-level backend applications with "qwen-next-80b-a3b" model
The AutoBE team has successfully tested the qwen3-next-80b-a3b-instruct model to generate three complete backend applications: To Do List, Reddit Community, and Economic Discussion Board.
Project Implementations
We created working examples across three model variants:
- qwen3-next-80b-a3b-instruct
- openai/gpt-4.1-mini
- openai/gpt-4.1
Each model generated versions of:
- To Do List applications
- Reddit Community platforms
- Economic Discussion Boards (BBS)
- E-Commerce systems
Key Findings
While qwen3-next-80b-a3b-instruct failed during the realize phase, this stemmed from compiler development rather than model limitations. AutoBE addresses this through AI-friendly compilers providing error feedback to agents.
Compared to OpenAI models, the Qwen variant produced fewer documents, API operations, and schemas but demonstrated superior cost efficiency. We observed limited E2E test generation β the Reddit project contained only 9 tests covering 60 API operations.
Assessment
We consider these implementations successful despite remaining compilation issues. There are areas needing improvement, but Qwenβs economic advantages are significant, particularly relevant for an open-source project prioritizing community accessibility.