展示HN:我开发了一款可以在30秒内生成全栈应用的人工智能

5作者: TulioKBR16 天前原帖
在过去的六个月里,我一直在构建 ORUS Builder,这是一个开源的 AI 代码生成器。<p>我的目标是解决我对像 v0、Lovable 等工具的最大不满——它们生成的代码往往是损坏的、无法编译的,需要花费数小时进行调试。<p>ORUS Builder 则有所不同。它采用了一种“编译器完整性生成”(CIG)协议,这是一套在代码生成之前运行的认知验证步骤。经过我的测试,结果是 99.9% 的首次编译成功率。<p>工作流程很简单: 1. 用一个提示描述一个应用程序。 2. 它将在大约 30 秒内生成一个全栈应用程序(React/Vue/Angular + Node.js + 数据库架构)。 3. 你将获得一个包含生产就绪代码的 ZIP 文件,其中包括测试和 CI/CD 配置。核心部分基于 TypeScript 和 Node.js,并协调三个专门的 AI 连接器以处理不同的认知任务(我称之为“Trinity AI”)。<p>完整架构有超过 260 个内部组件。<p>背景介绍:我是一名来自巴西圣路易斯的企业家,拥有 15 年的经验。我并不是以编程为职业。<p>我开发了一个名为“ORUS 方法”的框架,用于协调 AI 进行复杂创作,而这是第一个基于该框架构建的工具。我的理念是彻底透明,并使强大技术的获取民主化。它是 100% MIT 许可的,并将始终拥有一个免费的、强大的开源核心。<p>GitHub:<a href="https://github.com/OrusMind/Orus-Builder---Cognitive-Generation-FullStack" rel="nofollow">https://github.com/OrusMind/Orus-Builder---Cognitive-Generat...</a><p>我全天在这里回答技术问题,并且我完全准备好接受批评。在公众面前构建意味着要开放接受错误。期待你的反馈。 -- Tulio K
查看原文
For the last 6 months, I&#x27;ve been building ORUS Builder, an open-source AI code generator.<p>My goal was to fix the biggest issue I have with tools like v0, Lovable, etc. – they generate broken, non-compiling code that needs hours of debugging.<p>ORUS Builder is different. It uses a &quot;Compiler-Integrity Generation&quot; (CIG) protocol, a set of cognitive validation steps that run before the code is generated. The result is a 99.9% first-time compilation success rate in my tests.<p>The workflow is simple: 1.Describe an app in a single prompt. 2.It generates a full-stack application (React&#x2F;Vue&#x2F;Angular + Node.js + DB schema) in about 30 seconds. 3.You get a ZIP file with production-ready code, including tests and CI&#x2F;CD config.The core is built on TypeScript and Node.js, and it orchestrates 3 specialized AI connectors for different cognitive tasks (I call this &quot;Trinity AI&quot;).<p>The full architecture has over 260 internal components.<p>A bit of background: I&#x27;m an entrepreneur from São Luís, Brazil, with 15 years of experience. I&#x27;m not a programmer by trade.<p>I developed a framework called the &quot;ORUS Method&quot; to orchestrate AI for complex creation, and this is the first tool built with it. My philosophy is radical transparency and democratizing access to powerful tech.It&#x27;s 100% MIT Licensed and will always have a free, powerful open-source core.<p>GitHub:<a href="https:&#x2F;&#x2F;github.com&#x2F;OrusMind&#x2F;Orus-Builder---Cognitive-Generation-FullStack" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;OrusMind&#x2F;Orus-Builder---Cognitive-Generat...</a><p>I&#x27;m here all day to answer technical questions, and I&#x27;m fully prepared for criticism. Building in public means being open to being wrong.Looking forward to your feedback. -- Tulio K