TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: An AI that reliably builds full-stack apps by preventing LLM mistakes

32 点作者 antonoo6 个月前
Hey HN! Previous CERN physicist turned hacker here.<p>We&#x27;ve developed a way to make AI coding actually work by systematically identifying and fixing places where LLMs typically fail in full-stack development. Today we&#x27;re launching as Lovable (previously gptengineer.app) since it&#x27;s such a big change.<p>The problem? AI writing code typically make small mistakes and then get stuck. Those who tried know the frustration. We fixed most of this by mapping out where LLMs fail in full-stack dev and engineering around those pitfalls with prompt chains.<p>Thanks to this, in all comparisons I found with: v0, replit, bolt etc we are actually winning, often by a wide margin.<p>What we have been working on since my last post (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41380814">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41380814</a>):<p>&gt; Handling larger codebases. We actually found that using small LLMs works much better than traditional RAG for this.<p>&gt; Infra work to enable instant preview (it spins up dev environments quickly thanks to microVMs and idle pools of machines)<p>&gt; A native integration with Supabase. This enables users to build full-stack apps (complete with auth, db, storage, edge functions) without leaving our editor.<p>Interesting project as an example:<p><a href="https:&#x2F;&#x2F;likeable.lovable.app" rel="nofollow">https:&#x2F;&#x2F;likeable.lovable.app</a> – a clone of our product, built with our AI. Looks like a perfect copy and works (click &quot;edit with lovable&quot; to get to a recursive editor...)<p>Going forward, we&#x27;re shipping improvements weekly, focusing on making it faster, even more reliable and adding visual editing experience similar to figma.<p>If you want to try it has a completely free tier for now at lovable.dev<p>Would love your thoughts on where this could go and what you&#x27;d want to build with it. And what it means for the future of software engineering...

7 条评论

GameBuddyCedric6 个月前
Already love what it can already do! Impressive that nearly every time I get a fully runnning response in form of a web app<p>Can you share more about your prompt chain approach?<p>- Do you map prompts to specific developer roles (e.g., manager to say what each component should do and than another prompt with less context that focuses on the implementation for this specific file?<p>- Or do you generate all files at once?<p>Just because I prompted with a lot of long initial messages: Have you also explored an iterative refinement process where the AI revisits the initial message to nail down details more accurately?
评论 #42207219 未加载
eporomaa6 个月前
Trying it out.<p>Initial front end mock up worked great! However when I tried connecting to supabase it broke down. Maybe I&#x27;m missing something but &quot;it&quot; wants me to add environemnt varables to the .env file. I connected it to a git repo, but I don&#x27;t want to add commit that there.<p>How do I access the files from the editor?! xD
评论 #42211860 未加载
r0fl6 个月前
Been using bolt almost from day 1<p>Will deep dive into this tomorrow<p>Have seen a A LOT of hype about it. Great launch! Congrats
评论 #42212324 未加载
antonoo6 个月前
For those who always ask... the name (Lovable) reference is to the software the AI creates.<p>Me + team will be here and answer any questions about the product coming hours!
while16 个月前
This is such a great tool for developing something quickly to visualize an idea you have to other ppl. So cool!
评论 #42212323 未加载
sebastiansc6 个月前
Founding a company without this and spending weeks building a prototype to test traction is just a waste of time now
评论 #42206812 未加载
s-mon6 个月前
Man this is so cool!
评论 #42209568 未加载