Honestly was waiting for something like this (or at least the version I imagined it would be) In my imagination - what I'd like to have as a lead of a small dev team - basically to write AI/Bot whatever, what is the issue, and for THAT tool to fix me the issue. Coming from non-tech company, where software development is not core business, we struggle to hire _good_ developers to give them a enough _interesting_ work…
Thanks! Yes I see it the same way! Today, my bots specialize in Next.js (React). Honestly I haven't had a lot of requests for Angular, but I suspect that is because I have mostly been working with startups. My intent is to support any major UI framework that my customers ask for. I would bet that I will eventually support Angular for this reason, but it will depend on demand.
Launch HN: Second (YC W23) – AI bots that add features to web apps
121–130 of 205 posts
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#122This is what AWS Amplify is trying to do. But they don’t call it AI
I will say though, that a lot of my users / customers prefer to use AWS Amplify Hosting to keep everything on the same VPC (vs using Vercel). I would say about half. AWS Amplify Hosting is fairly good actually.
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#123This is what AWS Amplify is trying to do. But they don’t call it AI
Kinda sorta. Second is actually using AI to rationalize your codebase, and modify your files. It's pretty different. I will say though, that a lot of my users / customers prefer to use AWS Amplify Hosting to keep everything on the same VPC (vs using Vercel). I would say about half. AWS Amplify Hosting is fairly good actually.
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#124I'm imagining it would be quite challenging to add in e.g. an auth system to an existing backend service and have it match the same coding paradigm as the rest of the app but maybe there'd be some way of annotating your code with comments to make it easier on this system to understand what it's looking at?
Suggestion: the PRs should be draft PRs, otherwise it'll probably be very noisy for teams.
Also, have you thought about doing any integrations with Replit? They are a yc company too and seem to be going all-in on AI and I think the bulk of their user-base is students and junior developers so there might be some synergy there.
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#125What could be nice is the developer providing some unit tests, and Second using those to ensure the PR is functional, re-generating if not. Given a set of tests, I guess you could try to generate the code as well, though I could imagine it might overfit on the given tests and create a "hack" solution.
One of the great things about Second is that uses GitHub as the handoff of code between bot to human. This means you can run your own CI against the code changes that the bot generates, triggered by GitHub actions.
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#126From the video, Second looks more like a UI wrapped over a boilerplate generators that have existed for quite a while. It's a pretty powerful one, and that can be very useful in itself but how is AI involved here? If it is, was it needed in the first place? I was expecting the inputs to be more along, "give me an app to manage a restaurant", but the inputs are modules (Forgot password, billing), which are generic pie…
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#127Or does it work only on generic projects (e.g. bootstrapped with next.js) where the bot already knows the files to modify? (hence it always works)
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#128While I have been expecting AI to replace programmers for a while, the thing I was never sure about whether this will manifest itself as a business for some companies or whether it means the end of people creating apps altogether. Another risk for building businesses on AI in general is that unlike with software that anyone can build (e.g. for a niche), AI solutions seem to be costly because they require a lot of dat…
Yea, it's going to be interesting to see how this all unfolds. In my opinion, the future of software development looks like this: 1) Human developer instructs A.I. bots to build large volumes of code (like Second) 2) Human developer uses A.I. code assistants in the IDE to make "low level" changes or additions I do not believe that developers or engineers will be replaced. The world needs more software, and there's no…
Re: Launch HN: Second (YC W23) – AI bots that add features to web apps
#129I think it'll bridge the gap between low level and high level engineers dramatically. AI is a tool, like any other powerful tool, it'll empower humans to do more and deliver better.