AI-friendly compilers for perfect code.

AutoBE, an open-source project by Wrtn Technologies, introduces a novel approach to backend application generation, ensuring 100% compilation success through its proprietary compiler system. By leveraging AI function calling to construct Abstract Syntax Trees (ASTs) and providing detailed feedback, AutoBE guides AI to generate type-safe and correct code. This compiler-based methodology aims to fundamentally enhance software development quality and stability, moving beyond mere convenience.

Points clés

  • AutoBE is an open-source project developed by Wrtn Technologies, a Korean AI startup.
  • It functions as a vibe coding agent that automatically generates backend applications.
  • A core feature of AutoBE is its ability to generate code with 100% compilation success.
  • This success is attributed to a proprietary compiler system that supports AI in generating type-safe code and provides detailed feedback for corrections.
  • AutoBE’s process involves AI constructing AST data through function calling, which is then validated by the proprietary compiler.
  • The system follows a Waterfall model with five sequential phases: Analyze, Prisma, Interface, Test, and Realize, each with dedicated agents and validation compilers.
  • AutoBE currently supports the TypeScript, NestJS, and Prisma backend stack combination.
  • The project is in alpha version, with the “realize agent” (actual API implementation) scheduled for beta release on August 31, 2025.
  • AutoBE plans to develop an IDE plugin, inspired by AWS Kiro, for its v1 release by the end of 2025.
  • The system primarily optimizes for OpenAI GPT-4.1 but plans to support Local LLM models after RAG optimization.

À retenir

So, you thought coding was hard? Turns out, AI can do it for you, and not just any AI, but one that promises 100% compilation success. No more late-night debugging sessions, no more existential crises over a missing semicolon. AutoBE is here to make your life easier, provided you’re okay with waiting until August 31, 2025, for it to actually implement API functions. Until then, you can enjoy perfectly analyzed requirements and database designs. And if you’re worried about those pesky token costs, fear not, RAG optimization is on the horizon. Who knew perfection had a roadmap?

Sources