TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Will AI take no-code to the next level?

4 pointsby johnjoubertover 1 year ago
Building applications without code is not new, but lately I&#x27;ve been thinking a lot about how AI will allow anyone to become a developer and make building applications without writing any code easier than ever.<p>Is anyone thinking about this?

4 comments

ilakshover 1 year ago
This is going to be a huge trend in the next couple of years. It will put pressure on the software development and start to take more and more low-budget projects away from programmers. If course this is already happening.<p>For example, you can easily pay $10000 to a trendy developer to build a chatbot for your data, or you can use one of dozens of web applications to do the same thing for less than $100.<p>Vercel now has a system for generating React UIs which could literally replace hiring a second developer in many projects (you would still need a human programmer for some things I think).<p>I have built web apps that can iterate on programs or shell scripts and directly launch servers in VMs for you.<p>The trick is getting this stuff to be robust enough in the face of infinite potential requirements. When you narrow the scope down and add a bit of an error correcting loop, GPT-4 can absolutely create working applications.<p>I am working on an agent framework and hosting system that will have agent that can build agents or apps.
评论 #38036822 未加载
mnky9800nover 1 year ago
I&#x27;ve tried getting chatgpt and others to write code for me but it just seems to get confused about most everything once you get past the &quot;write a function that does X&quot; and X is some well known thing. Mostly I use it to suggest me a bunch of different ways to solve a problem so I can do research while I think about it. And I&#x27;ve been using it on an R library I&#x27;m developing and it ends up being a crutch. It&#x27;s like following your GPS around. You will get somewhere but you&#x27;ll never learn how to get there.
评论 #38025385 未加载
sharemywinover 1 year ago
you should check out this:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;AntonOsika&#x2F;gpt-engineer">https:&#x2F;&#x2F;github.com&#x2F;AntonOsika&#x2F;gpt-engineer</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;e2b-dev&#x2F;awesome-ai-agents">https:&#x2F;&#x2F;github.com&#x2F;e2b-dev&#x2F;awesome-ai-agents</a>
评论 #38025389 未加载
dupedover 1 year ago
Not until it can recognize and give a solution to an XY problem.